html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, ol, ul, li, form, label, table, footer, header, menu, nav, a, input, button { margin: 0; padding: 0; }
a {
	text-decoration: none;
	-webkit-text-decoration: none;
	text-underline: none;
	display: inline-block;
	color: inherit;
}
body,
html {
	width: 100%;
	height: 100%;
	position: relative;
	font-family: "微软雅黑 ";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
html{overflow-x: hidden;}
li{
	list-style: none;
}
button{
	cursor: pointer;
	outline: none;
	border: none;
	background: none;
	-webkit-appearance: none;
}
textarea{
	resize: none;
}
.wrap{
	width: 100%;
	height: 100%;
	font-family: '微软雅黑';
	overflow: auto;
}
/*  头部  */
.qk_header{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	display: block;	
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.log{
	width: auto;
	height: 110px;
}
.qk_header_right{
	flex: 1;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	color: #333333;
}
.qk_header_p1{
	font-size: 12px;
	border: 1px solid #e1e1e1;
	padding: 6px 17px;
	border-radius: 18px;
	margin-right: 10px;
	cursor: pointer;
}
.qk_header_p1:hover{
	border: 1px solid #f0003d;
	color: #f0003d;
}
.qk_header_p1.on{
	border: 1px solid #f0003d;
	color: #f0003d;
}
.qk_header_div1{
	font-size: 12px;
	margin-left: 18px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.qk_header_div1_complaint{
    border: 1px solid #f0003d;
    color: #f0003d;
    padding: 2px;
    border-radius: 4px;
}
.qk_header_div1 > img{
	width: 10px;
	height: auto;
	margin-left: 8px;
}
.qk_header_div1:hover .qk_header_absolute{
	display: block;
}
.qk_header_div1 > .qk_header_absolute{
    position: absolute;
    left: 38%;
    top: 200%;
    transform: translate(-50%,0);
    -webkit-transform:translate(-50%,0);
	display: none;
	padding: 10px;
    border-radius: 4px;
    background: #fff;
    font-size: 0;
	z-index: 10;
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.qk_header_div2{
	display: none;
}
.qk_header_absolute > img{
    width: 100px;
    height: auto;
}
.qk_header_absolute p{
    font-size: 12px;
    text-align: center;
}
.qk_header_absolute:after{
    content: '';
    width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	left: 50%;
    top: -10px;
    transform: translate(-50%,0);
    -webkit-transform:translate(-50%,0);
}
.qk_header_search{
	margin-left: 38px;
	overflow: hidden;
	font-size: 0;
	border-radius: 6px;
}
.qk_header_search input{
	width: 206px;
	height: 32px;
	display: inline-block;
	vertical-align: top;
	text-indent: 10px;
	font-size: 12px;
	color: #333;
	border: 1px solid #d9d9d9;
	border-right: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.qk_header_search p{
	width: 64px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #333;
	text-align: center;
	background: #8b888f;
	color: #fff;
	cursor: pointer;
}
/* 导航栏 */
.qk_navigation{
	width: 100%;
	height: 50px;
	background: #f2003d;
	font-size: 0;
	margin: 0 auto;
}
.qk_navigation ul{
	width: 1250px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.qk_navigation ul li, .qk_navigation ul a{
	width: auto;
	display: inline-block;
	line-height: 50px;
	padding: 0 24px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.qk_navigation ul li.on, .qk_navigation ul a.on{
	background: #d20041;
}
.qk_navigation ul li:hover, .qk_navigation ul a:hover{
	background: #d20041;
}
/* 导航栏2 */
.qk_navigation_list{
	width: 100%;
	height: 50px;
	background: #eeeeee;
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.qk_navigation_list ul{
	width: 1200px;
	margin: 0 auto;
}
.qk_navigation_list ul li, .qk_navigation_list ul a{
	width: auto;
	display: inline-block;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
	margin-right: 20px;
}
.qk_navigation_list ul li:hover, .qk_navigation_list ul a:hover{
	/*background: #d20041;*/
	text-decoration: underline;
}
.qk_navigation_list .icon2{
	width: 24px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 17px;
	right: calc( (100% - 1200px) / 2 );
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.qk_navigation_list .icon2.active{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg);	/* Opera */
}
/* 20260104注册登录入口 增 str */
.qk_header_title{
    width: 100%;
    text-align: center;
    background-color: #F8F8F8;
}
.qk_header_title .content{
    width: 1250px;
    height: 36px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qk_header_title .content li{
    font-weight: 400;
    font-size: 12px;
    color: #333333;
}
.qk_header_title .content li a{
    cursor: pointer;
    margin-left: 36px;
}
.qk_login_register{
	width: 838px;
	margin: 0 auto;
	margin-top: 49px;
	text-align: center;
}
.qk_login_register .title{
	font-weight: 400;
	font-size: 17px;
	color: #333333;
	margin-bottom: 17px;
	display: flex;
	justify-content: flex-start;
}
.qk_login_register .item{
	display: flex;
	align-items: center;
	width: 838px;
	height: 50px;
	border-radius: 6px;
	border: 1px solid #ECECEC;
	margin-top: 24px;
}
.qk_login_register .item input{
	font-size: 16px;
	text-indent: 20px;
}
.qk_login_register .item.tel p{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	width: 52px;
	text-align: right;
}
.qk_login_register .item.yzm{
	justify-content: space-between;
}
.qk_login_register .item.yzm span{
	width: 115px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #D9D9D9;
	font-weight: 400;
	font-size: 16px;
	color: #2891F3;
	cursor: pointer;
}
.qk_login_register .submit{
	width: 323px;
	height: 54px;
	background-color: #D23232;
	border-radius: 10px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 96px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
}
.qk_login_register .agreement{
	width: 400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.qk_login_register .agreement input+span{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #BDBDBD;
	margin-top: 5px;
}
.qk_login_register .agreement input:checked+span{
	border: none;
	background: url(https://www.d02.cn/user/images/dui.png) no-repeat;
	background-size: 100% 100%;
}
.qk_login_register .agreement li{
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	color: #313131;
	line-height: 33px;
}
.qk_login_register .agreement li a{
	cursor: pointer;
	color: #2891F3;
}

.qk_personal_center{
	width: 1250px;
	margin: 0 auto;
	margin-top: 49px;
	text-align: center;
}
.qk_personal_center .title{
	font-weight: 400;
	font-size: 17px;
	color: #333333;
	margin-bottom: 32px;
	display: flex;
	justify-content: flex-start;
}
.qk_personal_center .content{
	width: 1250px;
	height: 140px;
	background-color: #F8F8F8;
	display: flex;
	align-items: center;
}
.qk_personal_center .content .cover{
	width: 92px;
	height: 92px;
	border-radius: 50px;
	object-fit: cover;
	margin-left: 43px;
	margin-right: 34px;
}
.qk_personal_center .content .info{
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 31px;
}
.qk_personal_center .content .release{
	width: 139px;
	height: 50px;
	background-color: #D3EBFF;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 18px;
	color: #3D94DB;
	margin-left: auto;
	margin-right: 681px;
	cursor: pointer;
}
.qk_personal_center .text{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	text-align: center;
	margin-top: 62px;
}
.qk_personal_center .submit{
	width: 323px;
	height: 54px;
	background-color: #D23232;
	border-radius: 10px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 33px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
}
.wrap .container{
	color: #333333;
	width: calc(100% - 70px);
	margin: 0 auto;
	margin-top: 49px;
	margin-bottom: 79px;
}
.wrap .container .panel-heading{
	padding-bottom: 49px;
}

.basic_information{
	width: 1250px;
	margin: 0 auto;
	padding-bottom: 200px;
}
.basic_information .title{
    font-weight: 400;
    font-size: 17px;
    color: #C7A464;
    padding: 29px 0;
}
.basic_information .title span{
    color: #999999;
}
.basic_information .from_content ul{
    display: flex;
    margin-bottom: 24px;
}
.basic_information .from_content span{
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    width: 4em;
    text-align: justify;
	text-align-last: justify;
    height: 50px;
    line-height: 50px;
}
.basic_information .from_content input{
    width: 838px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #ECECEC;
    margin-left: 48px;
    font-weight: 400;
    font-size: 16px;
    padding: 0 16px;
    box-sizing: border-box;
}
.basic_information .from_content input::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #999999;
} 
.basic_information .from_content input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #999999;
} 
.basic_information .from_content input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #999999;
}
.basic_information .from_content input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #999999;
}
.basic_information .from_content .radio{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-left: 48px;
}
.basic_information .from_content .radio label{
    display: flex;
    align-items: center;
    margin-right: 35px;
}
.basic_information .from_content .radio label input{
    display: none;
}
.basic_information .from_content .radio label span{
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.basic_information .from_content .radio label input+span {
    background: url(https://www.d02.cn/user/images/range_not.png) no-repeat;
    background-size: 100% 100%;
}
.basic_information .from_content .radio label input:checked+span {
    background: url(https://www.d02.cn/user/images/range_sel.png) no-repeat;
    background-size: 100% 100%;
}
.basic_information .upload_sfz .flex-item{
    display: flex;
    padding-left: 6px;
}
.basic_information .upload_sfz .title1{
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    line-height: 64px;
}
.basic_information .upload_sfz label{
    margin-right: 17px;
    cursor: pointer;
}
.basic_information .upload_sfz .item{
    border: solid #E2E2E2 1px;
    width: 225px;
    border-radius: 8px;
    overflow: hidden;
}
.basic_information .upload_sfz input{
    display: none;
}
.basic_information .upload_sfz .breviary{
    width: 225px;
    height: 143px;
}
.basic_information .upload_sfz .text{
    display: block;
    width: 227px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #EF8850;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}
.basic_information .upload_sfz .flex-item{
    margin-top: 0;
}
.basic_information .flex_button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.basic_information .forsubmit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 323px;
    height: 60px;
    background-color: #AD1B1B;
    border-radius: 10px;
    outline: none;
    border: none;
    margin-left: 320px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
    margin: 0 80px;
}
.basic_information .back{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    background-color: #F5F5F5;
    border-radius: 10px;
    outline: none;
    border: none;
    margin-left: 320px;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
    cursor: pointer;
    margin: 0 80px;
}
.basic_information .xieyi{
    width: 550px;
    margin: 28px auto;
}
.basic_information .xieyi label{
    display: flex;
}
.basic_information .xieyi label span{
    display: block;
    width: 26px;
    height: 26px;
    margin-top: 8px;
    margin-right: 6px;
}
.basic_information .xieyi label input{
    display: none;
}
.basic_information .xieyi label input+span {
    background: url(https://www.d02.cn/user/images/range_not.png) no-repeat;
    background-size: 100% 100%;
}
.basic_information .xieyi label input:checked+span {
    background: url(https://www.d02.cn/user/images/range_sel.png) no-repeat;
    background-size: 100% 100%;
}
.basic_information .xieyi label li{
    width: 513px;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    line-height: 33px;
}
.basic_information .xieyi label li a{
    color: #1A57B2;
    cursor: pointer;
}
.basic_information .from_content .textarea{
    width: 838px;
    height: 174px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #ECECEC;
    margin-left: 48px;
    font-weight: 400;
    font-size: 16px;
    padding: 0 16px;
    box-sizing: border-box;
}
.basic_information .from_content .textarea textarea{
    width: 100%;
    height: calc(100% - 40px);
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    border: none;
    outline: none;
    padding: 6px 0;
    box-sizing: border-box;
}
.basic_information .from_content .textarea p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    color: #999999;
}
.basic_information .from_content .textarea p .number{
    font-size: 16px;
    color: #999999;
    width: auto;
    height: auto;
    line-height: initial;
}
.basic_information .from_content textarea::-webkit-input-placeholder { /* WebKit browsers */ 
    color: #999999;
} 
.basic_information .from_content textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #999999;
} 
.basic_information .from_content textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #999999;
}
.basic_information .from_content textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color: #999999;
}
.basic_information .from_content .radio_flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	width: 70%;
}
.basic_information .from_content .radio_flex .radio{
    width: 245px;
    margin-left: 0;
    margin-bottom: 24px;
}
.basic_information .from_content .radio_flex .radio:nth-child(2n){
    margin-right: 300px;
}
.basic_information .from_content .textarea_w100{
    display: block;
    margin-bottom: 24px;
}
.basic_information .from_content .textarea_w100 .text{
    text-indent: 6px;
    font-weight: 400;
    font-size: 17px;
    color: #313131;
    margin-bottom: 24px;
}
.basic_information .from_content .textarea_w100 .text font{
    font-weight: 400;
    font-size: 17px;
    color: #999999;
}
.basic_information .from_content .textarea_w100 .textarea{
    width: 950px;
    margin-left: 6px;
}
.basic_information .from_content .upload_img_wrap{
    width: 100%;
    margin-bottom: 60px;
}
.basic_information .from_content .upload_img_wrap .upload_img{
    width: 146px;
    height: 146px;
    border: solid #ECECEC 1px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
}
.basic_information .from_content .upload_img_wrap .imgContainer{
    width: 146px;
    height: 146px;
}
.basic_information .from_content .upload_img_wrap .imgContainer .aaa{
    width: 146px;
    height: 146px;
    border-radius: 6px;
    border: none;
}
.basic_information .from_content .upload_img_wrap .imgContainer .imgDelete{
	position: absolute;
    width: 34px;
    height: 34px;
    top: -11px;
    right: -11px;
}
.imgContainer {
    float: left;
    padding: 0;
    text-align: center;
    margin-right: 20px;
    position: relative;
}