@charset "utf-8";
html {
    color: #000;
    background: #fff;
    font-family: 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}
*{
	margin:0;
	padding:0;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size:12px;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

legend {
    color: #000
}

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
    display: block;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

button {
    cursor: pointer
}
.clear{
    clear:both;
}
.f_red{
    color: #ff5252;
}
.f_green{
    color: #67b92f;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.m_head{
    height: 60px;
    line-height: 60px;
    -moz-box-shadow: 0 1px 8px #d6d1d1;
    -webkit-box-shadow: 0 1px 8px #d6d1d1;
    box-shadow: 0 1px 8px #d6d1d1;
    z-index: 9999;
    position: relative;
}
.m_head .title{
    padding-left: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    float: left;
}
.m_head .use{
    float: right;
    font-size: 14px;
}
.m_head .use a{
    color: #666666;
    display: block;
    height: 14px;
    float: left;
    margin-top: 23px;
    line-height: 14px;
}
.m_head .use .name{
    padding-right: 18px;
    border-right: 2px solid #767676;
}
.m_head .use .quit{
    margin: 23px 37px 0 20px;
}
.m_content{
    background-color: #e3e3e3;
}
.m_content .gl_left{
    width: 184px;
    float: left;
    background-color: #fff;
    height: 100%;
}
.m_content .gl_left ul{
    padding-top: 23px;
}
.m_content .gl_left ul li{
    margin-bottom: 7px;
}
.m_content .gl_left ul li a{
    display: block;
    width: 104px;
    height: 36px;
    line-height: 36px;
    padding:  0 20px;
    font-size: 16px;
    color: #86939d;
    margin-left: 20px;
}
.m_content .gl_left ul li a.on{
    background-color: #65abff;
    color: #fff;
    border-radius: 1px;
    -moz-box-shadow: 1px 1px 11px #65abff;
    -webkit-box-shadow: 1px 1px 11px #65abff;
    box-shadow: 1px 1px 11px #65abff;
}
.m_content .gl_right{
    margin-left: 188px;
}
.m_content .gl_right .zh_table{
    padding: 24px 28px 250px;
}
.m_content .gl_right .zh_table .bg_yellow{
    background-color: #fdf4e5;
}
.m_content .gl_right .zh_table tr button{
    opacity: 0;
}
.m_content .gl_right .zh_table .bg_yellow button{
    opacity: 1;
}
.m_content .gl_right .zh_table button{
    margin-right: 12px;
}
.m_content .gl_left,.m_content .gl_right{
    overflow: hidden;
}
.creat_use{
    margin: 27px 25px;
    background-color: #fff;
    border-radius: 5px;
}
.creat_use .cjzh_title{
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e6e6e6;
}
.creat_use .cjzh_title p{
    padding-left: 21px;
    color: #333333;
    font-size: 16px;
    float: left;
}
.creat_use .cjzh_title a{
    float: right;
    margin: 12px 24px 0 0;
}
.cj_form{

}
.cj_form .f_div{
    margin: 21px 21px 0;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 21px;
}
.f_div b{
	color: red;
    font-size: 14px;
    margin-right: 5px;
}
.cj_form .f_div .f_title{
    height: 20px;
    border-left: 4px solid #f08300;
    padding-left: 8px;
    font-size: 16px;
    color: #666666;
    font-weight:bold;
    margin: 10px 0;
}
.cj_form .f_div input[type="text"]{
    width: 396px;
    height: 44px;
    line-height: 44px;
    padding: 0 11px;
    color: #999999;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    display: inline-block;
}
.cj_form .f_div input[type="password"] {
    width: 396px;
    height: 44px;
    line-height: 44px;
    padding: 0 11px;
    color: #999999;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    display: inline-block;
}
.cj_form .f_div .upload_img{

}
.cj_form .f_div .upload_img .t_left{
    font-size: 14px;
    color: #999999;
    float: left;
    width: 110px;
    line-height: 82px;
}
.cj_form .f_div .upload_img .t_right{
    margin-left: 110px;
}
.cj_form .f_div .upload_img .t_right .u_btn{
    margin-bottom: 10px;
}
.cj_form .f_div .upload_img .t_right .u_btn a,.cj_form .f_div .upload_img .t_right .u_btn li{
    width: 112px;
    height: 82px;
    display: block;
    background: url("images/up_img.png") no-repeat;
}
.cj_form .f_div .upload_img .t_right .u_btn li input{
	opacity:0;
	width: 112px;
    height: 82px;
    cursor:pointer;
}
.cj_form .f_div .upload_img .t_right .u_btn img{
    width: 112px;
    height: 82px;
}
.cj_form .f_div .upload_img .t_right .sfz{
    float: left;
    margin-right: 30px;
    width: 300px;
}
.cj_form .f_div .upload_img .t_right .sfz .tab{
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
         width: 112px;
}
.cj_form .f_div .city select{
    margin-right: 20px;
    height: 46px;
    line-height: 46px;
    width: 200px;
    color: #999999;
    font-size: 14px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}
.q_btn{
    text-align: center;
    padding: 50px 0 43px;
}
.q_btn button{
    margin-right: 20px;
}
.sqck_div{
    margin: 21px;
    border: 1px solid #e7e7e7;
}
.sqck_div .s_1{
    line-height: 56px;
    height: 56px;
    padding-left: 21px;
    color: #999999;
    font-size: 14px;
    background-color: #f9f9f9;
}
.sqck_div .s_2{
    border-top: 1px solid #e7e7e7;
}
.sqck_div .s_2 .yyjj{
    padding: 29px 20px;
}
.sqck_div .s_2 .yyjj .tx_left{
    width: 80px;
    height: 80px;
    float: left;
}
.sqck_div .s_2 .yyjj .yy_detail{
    margin-left: 100px;
}
.sqck_div .s_2 .yyjj .yy_detail .p1{
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
}
.sqck_div .s_2 .yyjj .yy_detail .p1 span{
    color: #f5a816;
    font-size: 18px;
}
.sqck_div .s_2 .yyjj .yy_detail .p2{
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}
.sqck_div .s_2 .yyjj .yy_detail .p3{
    max-width: 80%;
}
.sqck_div .s_3{
    border-top: 1px solid #e7e7e7;
    padding: 30px 22px;
}
.sqck_div .s_3 .title{
    height: 20px;
    border-left: 4px solid #f08300;
    padding-left: 8px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    margin: 10px 0;
}
.sqck_div .s_3 input[type="text"]{
        width: 396px;
    height: 44px;
    line-height: 44px;
    padding: 0 11px;
    color: #999999;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    display: block;
}
.sqck_div .s_3 .zh_ty{
    height: 46px;
    margin-bottom:14px;
}
.sqck_div .s_3 .zh_ty .js{
    float: left;
}
.sqck_div .s_3 .zh_ty .js label{
    float: left;
    width: 50px;
    text-align: center;
    line-height: 44px;
}
.sqck_div .s_3 .zh_ty .js input{
     width: 130px;
    height: 44px;
    line-height: 44px;
    padding: 0 11px;
    color: #999999;
    font-size: 14px;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    margin-bottom: 0px;
    display: block;
    margin-left: 50px;
}
.cj_form .f_div input[type="text"]:last-child{
    margin-bottom: 5px;
}
.cjzh_div{
    height: 46px;
    background-color: #fff;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 19px 0 0;
}
.wjhyx{
    background: url("images/gth.png") no-repeat left center;
    padding-left: 22px;
    display: block;
    height: 18px;
}
/*三角形*/
.no_pass:before {
    position: absolute;
    top: 35px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 2px 2px 0 -1px #c4c4c4;
    content: "";
    transform: rotate(45deg);
    border-bottom: 1px solid #ff6363;
    border-right: 1px solid #ff6363;
}
/*自适应居中*/
.no_pass {
   position: absolute;
    width: 232px;
    top: -56px;
    left: 50%;
    z-index: 3;
    visibility: hidden;
    padding: 10px;
    height: auto;
    min-height: 12px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    color: #ff6363;
    font-size: 12px;
    opacity: 0;
    transition: visibility 0s linear .2s,opacity .2s linear 0s;
    transform: translateX(-50%);
    backface-visibility: visible!important;
    backface-visibility: hidden;
    border: 1px solid #ff6363;
    text-align: center;
}
/*hover效果*/
.ts:hover .no_pass {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s,opacity .4s linear;
    animation: fade-top;
    animation-duration: .4s;
    -webkit-animation: fade-top .4s;
}
/*hover动画*/
@keyframes fade-top {
    0% {
        opacity: .1;
        top: 0
    }

    100% {
        opacity: 1;
        top: 56px
    }
}

@-webkit-keyframes fade-top {
     0% {
        opacity: .1;
        top: 0
    }

    100% {
        opacity: 1;
        top: 56px
    }
}
 .agree{
    padding-top: 20px;
    font-size: 14px;
    color: #666666;
    margin-left: 22px;
}
.agree input{
    position: relative;
    top:1px;
    margin-right: 10px;
}
.agree a{
    color: #f08300;
}
.email_div{
    color: #666666;
    font-size: 28px;
    line-height: 80px;
}
.xx_detail{
    line-height: 57px;
    color: #202020;
    font-size: 18px;
}
.xx_detail span{
    color:#999999;
    float: left;
}
td .jj_ly{
	width: 270px;
    height: 257px;
    font-size: 14px;
    color: #ff8686;
    padding-left: 30px;
    text-align: left;
    position: absolute;
    left: 50%;
    top: -43px;
    margin-left: 59px;
    display: none;
    background: #fff;
    border: 1px solid #ff8686;
    z-index: 99999999;
}
td .jj_ly:before{
        position: absolute;
    top: -7px;
    left: 175px;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    transform: rotate(45deg);
    border:none;
    border-top: 1px solid #ff8686;
    border-left: 1px solid #ff8686;
}
.jj_ly{

    width: 270px;
    height: 257px;
    font-size: 14px;
    color: #ff8686;
    padding-left: 30px;
    text-align: left;
    position: absolute;
    left: 51%;
    top: -77px;
    margin-left: 59px;
    display: none;
    background: #fff;
    border: 1px solid #ff8686;
    z-index: 99999999;
}
.jj_ly:before{
    position: absolute;
    top: 135px;
    left: -2%;
    width: 10px;
    height: 10px;
    background: #fff;
    content: "";
    transform: rotate(45deg);
    border-bottom: 1px solid #ff8686;
    border-left: 1px solid #ff8686;
}
.jj_ly .top{
    line-height: 34px;
}
.jj_ly .jj_list{

}
.jj_ly .jj_list p{
    line-height: 24px;
    background: url("images/input.png") no-repeat 0 4px;
    padding-left: 15px;
}
.jj_ly .jj_list p.other{
    background: url("images/input.png") no-repeat 0 27px;
}
.jj_ly .jj_list p.on{
    background-position: 0 -45px;
}
.jj_ly .jj_list .on.other{
    background: url("images/input.png") no-repeat 0 -24px;
}
.jj_ly .jj_list input[type="checkbox"]{
    opacity: 0;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
position: relative;
left: -14px;
top: 2px;
}
.jj_ly .jj_list input[type="text"]{
    width: 200px;
    height: 46px;
    line-height: 46px;
    padding:0 10px;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    margin-top: 10px;
}
.czzy{
    width: 64px;
    height: 64px;
    background: linear-gradient(270deg, #6DB568 0%, #429F3C 100%);
    box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    bottom: 48px;
    border-radius: 50%;
    z-index: 99999;
}
.czzy .title{
    width: 32px;
    height: 36px;
    font-size: 14px;

    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;
    letter-spacing: 2px;
    position: absolute;
    left: 15px;
    top: 12px;
}
.space_full_swiper{
    position: fixed;
    top: 23px;
    left: 532px;
    height: 21px;
    overflow: hidden;
    /*display: none;*/
}
.space_full .p1{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    padding-left: 24px;
    background: url("images/khfwt/notice_icon.png") no-repeat left center;
    float: left;
    cursor: pointer;
}
.space_full  .close_btn{
    display: block;
    width: 18px;
    height: 18px;
    background: url("images/khfwt/close.png") no-repeat 0 0 /18px;
    float: left;
    margin-left: 7px;
}
