/*--------------------------main---------------------------*/
body {
	font-family: "SourceHanSansCN-Regular";
    font-size: 0.16rem;
    background-color: #FAFAFC;
    height: 100vh;
}

html {}

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.posab {
	position: absolute
}

b,
i,
h1,
h2,
h3 {
	font-weight: normal;
	font-style: normal;
}

img {
	display: block;
}

a {
	color: #333;
}

:root{
	--duration-250: 250ms;
	--easeLinear: linear;
	--easeIn: cubic-bezier(0.32,0,0.67,0);
	--easeOut: cubic-bezier(0.33,1,0.68,1);
	--easeOutBack: cubic-bezier(0.34,1.56,0.64,1);
	--transition-easeOut-2: all var(--duration-250) var(--easeOut);
}

a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.comm {
	height: auto;
	overflow: hidden;
}

@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url("../fonts/SourceHanSansCN-Bold.otf") format('truetype');
}

@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url("../fonts/SourceHanSansCN-Medium.otf") format('truetype');
}

@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url("../fonts/SourceHanSansCN-Regular.otf") format('truetype');
}

@font-face {
	font-family: "Futura Md BT Medium";
	src: url("../fonts/Futura Md BT Medium.ttf") format('truetype');
}



/*--------------------------index---------------------------*/
#root, .page-wrap, body, html{
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    width: 100%;
}
header {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    padding:0.2rem 0 0 0;
}
.top{
    width:70%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.h-fl{
    display: flex;
    width:70%;
}
.h-fl h3 {
	padding: 0 0 0 2%;
	font-family: "SourceHanSansCN-Bold";
	font-size:0.18rem;
	color:#333;
    line-height: 0.7rem;
}
.icon-back{
    color:#666666;
    display: block;
    line-height: 0.7rem;
}
.icon-back:hover{
    color:#333;
}
.default-logo{
    font-family: "SourceHanSansCN-Bold";
    font-size:0.3rem;
    text-align: center;
    background: linear-gradient(to right, #e9ce1d, #86c64c 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 0.7rem;
}
.default-logo::before{
    content: "";
    display: block;
    width: 0.64rem;
    height: 0.97rem;
    background: url("../images/logo3.png") no-repeat center top;
    background-size: 80%;
    margin-right:0.3rem;
}
header, header .default-logo-wrap {
    align-items: center;
    display: flex;
}
header .default-logo-wrap .default-logo {
    display: inline-block;
    height: 34px;
    width: auto;
}
header .default-logo-wrap img{
    height: 54px;
    width: auto;
}


.icon-login{
    width:70%;
    color:#333;
    display: block;
    margin:0.3rem auto 0.3rem auto;
}
.icon-login font{
    color:#86c64c;
}
.leftimg{
    width:60%;
    margin:6% auto 8% auto;
}

.mainBox{
    margin:0 auto;
    background-color: #fff;
    width:70%;
    padding:2% 3%;
    box-sizing: border-box;
    box-shadow: 0 0 0.3rem rgb(0,0,0,0.1);
    border-radius: 0.12rem;
}
.icon-upload{
    display: block;
    width:22%;
    height: 0.5rem;
    line-height:0.5rem;
    text-align: center;
    border:1px solid #86C64C;
    border-radius: 0.1rem;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
}
.icon-upload::before{
    content: "";
    display: block;
    background: url("../images/icon-upload.svg") no-repeat;
    background-size: 100%;
    width:0.32rem;
    height: 0.32rem;
    margin:0.07rem 0.04rem 0 0;
}
.icon-upload font{
    color:#86C64C;
    text-decoration: underline;
}
.icon-upload:hover{
    background-color: #e0f8cb;
}
.fjbox{
    background-color: #f8fdfd;
    border: 1px solid #e3ecec;
    padding:0.2rem;
    width:100%;
    box-sizing: border-box;
    border-radius: 0.1rem;
    margin-bottom:0.2rem;
    margin-top:0.2rem;
    height: auto;
    overflow: hidden;
}
.fjbox >div{
    width:2rem;
    text-align: center;
    float: left;
    margin:0 0 0 2.4%;
    box-sizing: border-box;
}
.fjbox img{
    width:2rem;
    height: 1.75rem;
}
.fjbox a{
    line-height:0.3rem;
    color: #333;
    display: flex;
    justify-content: center;
}
.fjbox a::after{
    content: "";
    background: url("../images/icon-delete.svg") no-repeat;
    background-size: 100%;
    width:0.26rem;
    height: 0.26rem;
}

.t-dash{
    width:100%;
    border-bottom: 1px dashed #D6D7D7;
    margin:0.4rem 0 0.3rem 0;
}
.yzm dd{
    display: flex;
    justify-content: space-between;
}
.yzm input{
    width:45%;
}
.yzm dd img{
    width:28%;
}
.yzm a{
    line-height: 0.5rem;
    color:#666;
}

.bt-icons{
    width:60%;
    margin:0 auto;
    display: flex;
    justify-content: center;
}
.bt-icons a{
    display: block;
    width:32%;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;
    font-size:0.18rem;
    border-radius: 0.1rem;
}
.bt-icons a.icon-green{
    background-color: #86C64C;
    color:#fff;
    margin-right:0.2rem;
}
.bt-icons a.icon-green:hover{
    background-color: #72b733;
}
.bt-icons a.icon-grey{
    border:1px solid #D6D7D7;
}
.bt-icons a.icon-grey:hover{
    background-color: #efefef;
}
.copyright{
	color:#666;
    font-size:0.14rem;
    text-align: center;
    width:70%;
    margin: 0 auto;
    padding:0.3rem 0;
    height: auto;
    overflow: hidden;
}
.remmber{
	margin:10px 0 0 0;
}
.remmber span,.remmber input{
	display: block;
	float: left;
}
.remmber input{
	margin:5px 10px 0 0;
}
.remmber span{
	color:#656e7a;
	font-size:14px;
}

.reg-title{
    font-size:0.18rem;
    display: flex;
    color:#111;
    line-height: 0.34rem;
}
.reg-title::before{
    content: "1";
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    border-radius: 0.34rem;
    background-color: #86C64C;
    text-align: center;
    font-size:0.18rem;
    font-family: Arial;
    color:#fff;
    margin-right:2%;
}
.r-t2::before{
    content: "2";
}
.reg-list{
    display: flex;
    justify-content: space-between;
}
.reg-list dl{
    width:47%;
}
.reg-list dl dt{
    color:#666666;
    padding:0.2rem 0 0.1rem 0;
}
.reg-list dl dt::before,.ck-tit::before{
    color:#EE1D52;
    content: "*";
    font-size:0.18rem;
    padding:0 1% 0 0;
}
.reg-list dl dt.xnone::before{
    content:"";
}
.error{
    color:#EE1D52;
    font-size:0.14rem;
    padding:0.06rem 0 0 0;
}
.form-input{
    height:0.5rem;
    line-height:0.5rem;
    border: 1px solid #D6D7D7;
    padding:0 0.2rem;
    border-radius: 0.1rem;
    background-color: #fff;
    margin-bottom:0;
    width:100%;
    box-sizing: border-box;
    outline: none;
    font-size:0.16rem;
}
.qcheck{
    display: flex;
    justify-content: space-between;
}
.qcheck input{
    width:0.3rem;
    height:0.3rem;
    line-height:0.3rem;
    border: 1px solid #D6D7D7;
    border-radius: 0.08rem;
    background-color: #fff;
    text-align: center;
    float: left;
}
.qcheck span{
    color:#111;
    margin:0 0 0 0.1rem;
    line-height:0.3rem;
}

.ck-tit{
    color:#666666;
}
.checkbox{
    display: flex;
    margin:0.1rem 0 0 0;
}
.checkbox label{
    justify-content: left;
}
.checkbox-group {
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0.2rem 0 0 0;
}
.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}
.checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
    border-color: #86C64C;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
    color: #86C64C;
}
.checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #86C64C;
    border-color: #86C64C;
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #86C64C;
}
.checkbox-input:focus + .checkbox-tile {
    border-color: #86C64C;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;*/
}
.checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}
.checkbox-wrapper{
    display: flex;
    justify-content: space-between;
    line-height: 0.34rem;
}
.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.08rem;
    border: 1px solid #D6D7D7;
    background-color: #fff;
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}
.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    border: 1px solid #D6D7D7;
    background-color: #fff;
    border-radius: 50%;
    top: 0.07rem;
    left: 0.07rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.checkbox-tile:hover {
    border-color: #86C64C;
}
.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}
.checkbox-text {
    color: #111;
    transition: 0.375s ease;
    text-align: center;
    padding:0 0.2rem 0 0.1rem;
    font-size:0.16rem;
}

