


/* 登录、忘记密码 */
.login_body{
    background: url(../litpic/product_banner.jpg) center no-repeat;
    background-size: cover;
    min-height: 6rem;
    display: flex;
    align-items: center;
}
.login_body .main{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1.57rem;
    box-sizing: border-box;
}
.login_body .login_fl{
    height: 1.56rem;
    background: rgba(2,139,160,0.8);
    padding: 0.22rem 0.45rem 0.22rem 0.48rem;
    box-sizing: border-box;
}
.login_body .login_fl .login_txt{
    font-weight: bold;
    font-size: 0.49rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.1rem;
}
.login_body .login_fl .login_tit{
    text-align: center;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
}
.login_body .login_fr{
    width: 4.8rem;
    height: 3.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.14rem 0.01rem rgba(79,79,79,0.3);
    border-radius: 0.16rem;
    overflow: hidden;
    padding: 0.35rem 0.4rem 0;
    box-sizing: border-box;
    position: relative;
}
.login_body .login_fr form{
    display: grid;
}
.login_body .login_fr .login_title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.28rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.23rem;
}
.login_body .login_fr .login_label{
    position: relative;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_body .login_fr .login_label input{
    width: 100%;
    height: 0.44rem;
    background: #F7F8FA;
    border-radius: 0.04rem;
    border: 0.01rem solid #D4D4D4;
    padding-left: 0.57rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000;
}
.login_body .login_fr .login_label input::placeholder{
    color: #686868;
}
.login_body .login_fr .login_label>img{
    position: absolute;
    width: 0.2rem;
    height: 0.24rem;
    object-fit: contain;
    top: 0.1rem;
    left: 0.16rem;
}
.login_body .login_fr .login_label .captcha{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.99rem !important;
    margin-left: 0.08rem;
    height: 0.44rem;
    background: #FAFDFD;
    border-radius: 0.04rem;
    border: 0.01rem solid #028BA0;
    font-weight: 400;
    font-size: 0.14rem;
    color: #028BA0;
    cursor: pointer;
}
.login_body .login_fr .form_li{
    width: 100%;
    margin-top: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_body .login_fr .form_li .Remember{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
}
.login_body .login_fr .form_li .Remember span{
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #ccc;
    margin-right: 0.1rem;
    cursor: pointer;
}
.login_body .login_fr .form_li .Remember span.act{
    border: 0.01rem solid #01A49D;
    background:#01A49D url(../img/xuanzhong.png) center no-repeat;
    background-size: cover;
}
.login_body .login_fr .form_li>a{
    font-weight: 400;
    font-size: 0.14rem;
    color: #9B9B9B;
}
.login_body .login_fr .form_li>a:hover{
    color: #028BA0;
}
.login_body .login_fr .submit{
    width: 100%;
    height: 0.44rem;
    margin-top: 0.3rem;
    background: #028BA0;
    border-radius: 0.04rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    cursor: pointer;
}
.login_body .login_fr .login_zhuce{
    font-weight: 400;
    font-size: 0.14rem;
    color: #028BA0;
    text-align: center;
    line-height: 0.2rem;
    width: fit-content;
    margin: 0.2rem auto 0;
    position: relative;
}
.login_body .login_fr .login_zhuce::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.01rem;
    background: #028BA0;
}
.login_body .login_fr .tiaokuan{
    width: 4.8rem;
    height: 0.4rem;
    background: #F5F6F8;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.12rem;
    color: #999999;
}
.login_body .login_fr .tiaokuan>span{
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #ccc;
    margin-right: 0.1rem;
    cursor: pointer;
}
.login_body .login_fr .tiaokuan>span.act{
    border: 0.01rem solid #01A49D;
    background:#01A49D url(../img/xuanzhong.png) center no-repeat;
    background-size: cover;
}
.login_body .login_fr .tiaokuan .logo_infor{
    width: auto;
    height: auto;
    color: #2B4585;
    font-weight: 400;
    font-size: 0.12rem;
    cursor: pointer;
}
.login_body .login_fr .tiaokuan .logo_infor span{
    color: #028BA0;
    font-weight: 400;
    font-size: 0.12rem;
}


.infor{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}
.infor.act{
    display: flex;
}
.infor .infor_body{
    width: 9rem;
    height: 5.56rem;
    background: #fff;
    border-radius: 0.04rem;
    position: relative;
    padding: 0.34rem 0.3rem 1.04rem 0.42rem;
    box-sizing: border-box;
}
.infor .infor_body .infor_title{
    font-family: PingFang SC;
    text-align: center;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    margin-bottom: 0.13rem;
}
.infor .infor_body .infor_content{
    max-height: 3.72rem;
    overflow-y: auto;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    padding-right: 0.07rem;
    line-height: 1.75;
}
.infor .infor_body .infor_content::-webkit-scrollbar {
	width: 0.02rem;    
}
.infor .infor_body .infor_content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.infor .infor_body .infor_content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.infor .infor_body .infor_content p{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 1.75;
}
.infor .infor_body .infor_url{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.88rem;
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.19rem;
}
.infor .infor_body .infor_url a{
    width: 1.6rem;
    height: 0.44rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #D4DEE2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #7B7B7B;
    cursor: pointer;
}
.infor .infor_body .infor_url a:last-child{
    background: #028BA0;
    border: 0.01rem solid #028BA0;
    color: #fff;
}









/* 注册 */
.register_body{
    padding-top: 0.8rem;
}
.register_body .main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.register_body .register_title{
    width: 100%;
    text-align: center;
    margin-bottom: 0.43rem;
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
}
.register_body .reg_form{
    margin-bottom: 0.67rem;
}
.register_body .reg_form .form-group{
    display: flex;
    justify-items: center;
    margin-bottom: 0.2rem;
    position: relative;
}
.register_body .reg_form .form-group label{
    width: 1.42rem;
    line-height: 0.42rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    margin-right: 0.1rem;
    color: #FFFFFF;
    text-align: right;
}
.register_body .reg_form .form-group label span{
    color: #FF2626;
}
.register_body .reg_form .form-group input{
    width: 6.3rem;
    height: 0.44rem;
    background: rgba(255,255,255,0.1);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid rgba(255,255,255,0.5);
    padding: 0 0.16rem;
    box-sizing: border-box;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,1);
}
.register_body .reg_form .form-group input::placeholder{
    color: rgba(255,255,255,0.7);
}
.register_body .reg_form .form-group .captcha{
    position: absolute;
    top: 0.12rem;
    right: 0.19rem;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 9;
}
.register_body .reg_form .form-group:last-child{
    padding-bottom: 0.27rem;
}
.register_body .reg_form .form-group .group_txt{
    position: absolute;
    left: 1.54rem;
    bottom: 0;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
}












/* 单选框 */
.tab_btn{
    display: flex;
    width: 6.3rem;
}
.radio-item {
    width: auto !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0.48rem !important;
}
        
.radio-item input[type="radio"] {
    display: none;
}
.radio-custom {
    width: 0.2rem !important;
    height: 0.2rem;
    border-radius: 50%;
    margin-right: 0.1rem;
    position: relative;
    transition: all 0.3s ease;
    border: 0.01rem solid #FFFFFF;
}

.radio-custom::after {
    content: '';
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    background: #F2A467;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}
.radio-item span{
    width: auto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF !important;
}
.radio-item input[type="radio"]:checked + .radio-custom {
    background: url(../img/xuanzong1.png) center no-repeat;
}



/* 三级地址 */
.pick-area1{
	width: 6.3rem !important;
	display: inline-block;
	position: relative;
	text-decoration: none;
	cursor: default;
	height: 0.44rem !important;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	border: 0.01rem solid rgba(255,255,255,0.5);
}

.pick-show {
	position: relative;
	padding: 0 0.16rem !important;
	width: 100%;
	height: 0.44rem;
	line-height: 0.44rem;
	display: flex;
	align-items: baseline;
}

.pick-show span {
	float: left;
	display: inline-block;
	max-width: 1rem !important;
	height: 0.24rem;
	line-height: 0.24rem;
	padding: 0 0.05rem;
	margin-top: 0.06rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	background: none !important;
	font-weight: 400;
	font-size: 0.16rem;
	color: rgba(255,255,255,1);
}


.pick-show span:hover,
.pick-show span.pressActive {
	color: #FFFFFF;
}

.pick-show em.pick-arrow {
	content: '';
	position: absolute;
	right: 0.2rem;
	top: 0.08rem;
	/* transform: translateY(-50%);
	border: 0.06rem solid transparent;
	border-top-color: #555; */
    width: 0.28rem;
    height: 0.28rem;
    background: url(../img/address_icon.png) center no-repeat;
    background-size: contain;
}

.pick-show i {
	float: left;
	display: inline-block;
	padding: 0 3px;
	font-style: normal;
	color: rgba(255, 255, 255, 0.7);
}

.pick-list {
	display: none;
	position: absolute;
	line-height: 36px;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 999999999;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #dedede;
	border-top: none;
	width: 100% !important;
}

.pick-list::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}

.pick-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.pick-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.pick-list li {
	margin: 0;
	padding-left: 0.24rem !important;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.16rem;
	color: #333;
	font-weight: 400;
    cursor: pointer;
}

.pick-list li:hover {
	background: #82e5f4 !important;
}
.pick-list li.pick-selectedLi{
	background: #82e5f4 !important;
	color: #333 !important;
}










/* 文件上传 */
.form-group{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.file-uploader{
	width: 6.3rem !important;
	min-height: 1.88rem;
	border-radius: 0.04rem;
    background: rgba(255,255,255,0.1);
	border: 0.01rem solid rgba(255,255,255,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.file-uploader .upload-instructions,
.file-uploader .upload-instructions p{
	font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    cursor: pointer;
}
.file-uploader .upload-instructions img{
    display: block;
    width: 0.3rem;
    height: 0.24rem;
    margin: 0 auto 0.06rem;
}


#imageContainer{
	min-width: 2.6rem !important;
	height: auto;
	margin: 0.2rem;
	position: relative;
}

#imageUploader .upload-instructions{
	padding: 0.2rem 0.5rem;
	box-sizing: border-box;
}
.image-preview{
	display: none;
}
.image-preview img{
	position: relative;
	z-index: 1;
}
#imageContainer .image-actions{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
#imageContainer .image-actions button{
	padding: 0.05rem 0.2rem;
    border: none;
    background-color: #0d6674;
    color: #fff;
}




/* 权限 */
.register_body .quanxian{
    width: 100%;
    height: 1.48rem;
    padding: 0.3rem 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
}
.register_body .quanxian .tiaokuan{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    margin-bottom: 0.28rem;
}
.register_body .quanxian .tiaokuan a{
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    cursor: pointer;
}
.register_body .quanxian .tiaokuan>span{
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #ccc;
    margin-right: 0.1rem;
    cursor: pointer;
}
.register_body .quanxian .tiaokuan>span.act{
    border: 0.01rem solid #01A49D;
    background:#01A49D url(../img/xuanzhong2.png) center no-repeat;
    background-size: cover;
}
.register_body .quanxian_url{
    display: flex;
    justify-content: center;
    column-gap: 0.13rem;
}
.register_body .quanxian_url a{
    width: 1.32rem;
    height: 0.4rem;
    background: rgba(255,255,255,0.1);
    border-radius: 0.04rem;
    border: 0.01rem solid rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.register_body .quanxian_url a:last-child{
    background: #FFFFFF;
    color: #0098AF;
}







