body {font-family: "Microsoft YaHei";min-width: 1100px;color: #333;}
*{margin:0;padding:0;border: 0;box-sizing: border-box;}
header, section, footer, aside, nav, main, article, figure{display: block;}
input, select, button, textarea{outline: none;padding-left: 10px;}
ul, li{list-style: none;}
img{border: 0;}
input {vertical-align: middle;}
a ,a:hover, a:active, a:link, a:visited{text-decoration: none;}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(245, 245, 245, 0.47);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    border-radius: 3px;
    background-color: #f0f0f0;
}
body::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    background-color: rgba(85, 85, 85, 0.4);
}
/*鎸夐挳鍔ㄦ€佹晥鏋�*/
@-webkit-keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.push {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.push:hover {
    -webkit-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.scale {
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
.scale:hover {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    width: 1100px;
    margin:0 auto;
}
.mr5{
    margin-right: 5px;
}
.ml5{
    margin-left: 5px;
}
.border-bottom-ddd{
    border-bottom: 1px solid #ddd;
}
.mt20{
    margin-top: 20px;
}
.mt40{
    margin-top: 40px;
}
/*header*/
/*.top-main{*/
    /*display: block;*/
    /*background-color: #ffffff;*/
    /*box-shadow: 5px 5px 5px #f1f1f1;*/
/*}*/
/*.logo_top{*/
    /*width: 100%;*/
    /*height: 85px;*/
    /*border-bottom: 1px solid #f5f5f5;*/
/*}*/
/*.logo{*/
/*line-height: 85px;*/
/*padding-left: 66px;*/
/*background-image: url(../images/logo.png);*/
/*background-repeat: no-repeat;*/
/*background-position: left center;*/
/*font-size: 26px;*/
/*color: #333;*/
/*}*/
/*.nav{*/
    /*width: 100%;*/
    /*height: 50px;*/
    /*font-size: 16px;*/
    /*color: #333333;*/
/*}*/
/*.nav ul li{*/
    /*float: left;*/
    /*display: block;*/
    /*width: 13.66%;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*text-align: center;*/
    /*font-size: 16px;*/
    /*color: #464646;*/
/*}*/
/*.nav ul li a{*/
    /*display: block;*/
    /*color: #464646;*/
    /*cursor: pointer;*/
/*}*/
/*.nav ul li.active,.nav ul li:hover{*/
    /*background-color: #0098F2;*/
    /*color: #fff;*/
/*}*/
/*.nav ul li.active a,.nav ul li:hover a{*/
    /*color: #fff;*/
/*}*/

.top-head-menu{
    height: 200px;
    margin:0 auto;
    background:url("../images/logo_bg.jpg") center top no-repeat;
}
.head-logo {
    position: absolute;
    top:80px;
    left: 0;
}
.navigation{
    height:50px;
    background: #0579CB;
}
.navigation ul .nLi{
    float: left;
    position: relative;
    display: inline;
}
.container, .navigation ul{
    max-width: 1180px;
    margin: 0 auto;
}
.relative{
    position: relative;
}
.nav {
    height: 50px;
    line-height: 50px;
}
.nav li {
    background: url(../images/shutiao.png) no-repeat right;
}
.navigation ul .nLi:last-child{
    margin-right:0px;
}
.navigation ul .nLi:hover{
    background:#024085;
}
.navigation ul .nLi .active{
    background:#024085;
}
.nav .nLi h3 {
    float: left;
    font-weight: 100;
}
.navigation ul .nLi h3 a {
    display: block;
    padding: 0 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.nav .on h3 a {
    color: #fff;
    text-decoration: none;
}

.index_banner{
    height:380px;
}
.index_banner img,.banner img{
    display: block;
    width: 100%;
}
.fullSlide{
    width:100%;
    height:100%;
    position:relative;
}
.fullSlide .bd{
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.fullSlide .bd ul{
    width:100% !important;
    height:380px;
}
.fullSlide .bd li{
    width:100% !important;
    height:380px;
    overflow:hidden;
    text-align:center;
    background-position: center top;
    background-repeat: no-repeat;
}
.fullSlide .bd li a{
    display:block;
    height:100%;
    cursor:pointer;
}
.fullSlide .hd{
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    height:30px;
    line-height:30px;
}
.fullSlide .hd ul{
    text-align:center;
}
.fullSlide .hd ul li{
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgb(129, 148, 170);
    border-radius: 50%;
    margin: 5px 10px;
    color: rgb(129, 148, 170);
}
.fullSlide .hd ul .on{
    margin: 3px 8px;
    border: 2px solid #fff;
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}
.model_1,.model_2,.model_3,.model_4,.model_5{
    padding-top: 30px;
    padding-bottom: 30px;
}
.platform_left{
    width: 525px;
    float: left;
}
.platform_right{
    width: 540px;
    float: right;
}
.company_info{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
}
.left-tite,.center-title{
    height: 40px;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 榛戜綋;
    position: relative;
}
.left-tite:after{
    position: absolute;
    left:0;
    bottom:0;
    display: block;
    content: "";
    width:40px;
    height:2px;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.left-tite .more{
    position: absolute;
    right: 10px;
    bottom:-20px;
    font-size: 12px;
    font-weight: bold;
    color: #42B6FF;
}
.center-title{
    text-align: center;
}
.center-title:after{
    position: absolute;
    left:50%;
    margin-left: -20px;
    bottom:-5px;
    display: block;
    content: "";
    width:40px;
    height:2px;
    background-image: url(../images/underline.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.title_center{
    color: #333;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}
.process{
    margin-top: 48px;
    padding-bottom: 80px;
}
.line{
    height: 150px;
    background: url(../images/line_bg.png) center no-repeat;
}
.small-title{
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    padding-left: 15px;
    position: relative;
}
.small-title:before{
    display: block;
    content: "";
    position: absolute;
    left:0;
    top:8px;
    width: 5px;
    height: 24px;
    border-radius: 5px;
    background-color: #0098F2;
}
.process_img{
    width: 202px;
    float: left;
    text-align: center;
    font-size: 18px;
}
.first_process_img{
    margin-left: 50px;
}
.process_img img{
    display: block;
    margin:0 auto;
}
.bigimg{
    width:600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    display: none;
    z-index:9999;
    border: 10px solid #fff;
}
.mask{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity:0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition:all 1s;
    display: none
}
.mask:hover{
    cursor:zoom-out
}
.bigimg:hover{
    cursor: move
}
.mask>.close{
    position: fixed;
    right:10px;
    top: 10px;
    width: 60px;
}
.mask>.close:hover{
    cursor:pointer
}
.commonProblem {
    margin-top: 20px;
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 40px;
}
.question_title{
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 36px;
}
.commonProblem li {
    width: 536px;
    height: 150px;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    position: relative;
    padding: 10px 20px 10px 54px;
}
.commonProblem li .ask {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    position: relative;
}
.commonProblem li .ask:before {
    display: block;
    position: absolute;
    left: -40px;
    top: 0;
    content: "";
    width: 30px;
    height: 40px;
    background-image: url(../images/q.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.commonProblem li .question {
    font-size: 16px;
    line-height: 30px;
    position: relative;
}
.commonProblem li .question:before {
    display: block;
    position: absolute;
    left: -40px;
    top: 0;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/a.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.commonProblem li a {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 14px;
    color: #0098F2;
}
.bottom_fullimg img{
    display: block;
    width: 100%;
}
.pro1 .item{
    margin-top: 20px;
    margin-left: 20px;
    width: 204px;
    height:340px;
    display: block;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
}
.pro1 .item:hover{
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
}
.pro1 img{
    display: block;
    margin:40px auto 5px auto;
}
.pro1 .p1 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.pro1 .p2 {
    font-size: 15px;
    color: #555555;
    margin-top: 10px;
    line-height: 24px;
    padding-right: 20px;
    padding-left: 20px;
}
.zhengshu_img{
    width: 540px;
}
.zhengshu_img img{
    width: 100%;
}
.test div{
    margin-top: 10px;
    border:1px solid #ddd;
    padding:20px;
    font-size: 16px;
    color: #333;
}
.test ul li{
    padding-left: 30px;
    line-height: 40px;
    position: relative;
}
.test ul li:before{
    width: 30px;
    height:40px;
    position: absolute;
    left:0;
    top:0;
    display: block;
    content: "";
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.table_mulu{
    width: 100%;
    margin-top:10px;
}
.table_mulu td{
    height: 60px;
    border:2px solid #333;
}
.table_mulu td.title_td1{
    background-color: #0098F2;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 120px;
}
.table_mulu td.title_td2{
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 150px;
}
.table_mulu td.title_td3{
    background-color: #fff;
    font-size: 16px;
    color: #333;
    padding: 15px;
}
/*棣栭〉缁撴潫*/
.position{
    line-height: 50px;
    font-size: 13px;
    color: #333;
}
.position a{
    color: #333;
}
.banner_center{
    width: 100%;
    height:250px;
    position: relative;
}
.banner_center .hd{
    position: absolute;
    left:0;
    bottom: 0;
}
.banner_center .hd ul{
    padding-left: 15px;
}
.banner_center .hd li{
    float: left;
    width: 125px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}
.banner_center .hd li:hover,.banner_center .hd li.active{
    background-color: #0098F2;
}
.banner_center .hd li a{
    color: #fff;
}
/*鏂囩珷鍐呭 start*/
.content_wrap{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 34px!important;
    color: #333;
}
.content_wrap img,.content_wrap table{
    max-width: 100%;
}
.content_wrap p{
    font-size: 16px;
    line-height: 34px!important;
    color: #333;
}
.content_wrap table{
    width: 100%;
}
.content_wrap table td,.content_wrap table th{
    border: 1px solid #ddd;
}
.article_prev{
    margin-top: 15px;
    line-height: 50px;
    font-size: 14px;
    color: #0098f2;
    padding-left: 10px;
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid #eee;
}
.article_prev a{
    color: #0098f2;
}
.article_title{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 10px;
}
.article_time{
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}
.article_body{
    padding:20px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
/*鏂伴椈鍒楄〃 start*/
.news_list{
    padding-bottom: 40px;
}
.news_list ul li{
    margin-top: 15px;
    height: 130px;
    border: 1px solid #e1dfdf;
    position: relative;
    padding-left: 212px;
    padding-top: 15px;
    padding-right: 15px;
}
.news_list li .img_wrap{
    width: 180px;
    height: 98px;
    position: absolute;
    left:15px;
    top:15px;
    overflow: hidden;
}
.news_list li .img_wrap img{
    width: 100%;
    height: 100%;
}
.news_list li .title{
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_list li:hover{
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
}
.news_list li:hover .title a{
    color: #0098F2;
}
.news_list li .title a{
    color: #333;
}
.news_list li .description{
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    width: 700px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_list li .pub_time{
    margin-top: 14px;
    font-size: 12px;
    color: #999999;
}
.news_list li .view_detail{
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 12px;
    color: #0098f2;
}
/*page start*/
.bottom-page{
    padding: 40px;
    font-size: 12px;
    text-align: center;
}
.bottom-page .page-nav ul li{
    list-style: none;
    margin: 0 3px;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.bottom-page .page-nav ul li.active {
    background: #0098F2;
    border: 1px solid #0098F2;
}
.bottom-page .page-nav ul li.active a{
    color: #ffffff;
    text-decoration: none;
}
.bottom-page .page-nav ul li a {
    display: block;
    color: #666;
    line-height: 32px;
}
.bottom-page .page-nav ul li.disabled a {
    text-decoration: none;
    cursor: not-allowed;
}
/*footer start*/
.footer{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #2B373D;
    color: #F2F3F3;
    font-size: 14px;
}
.position_menu dl{
    float: left;
    margin-left:20px;
}
.position_menu dt{
    font-size: 18px;
    color: #F3F4F4;
    line-height: 46px;
}
.position_menu dd a{
    line-height: 26px;
    display: block;
    font-size: 14px;
    color: #819199;
}
.qcode{
    width: 200px;
    font-size: 14px;
}
.qcode img{
    display: block;
    margin: 0 auto;
}
.qcode p{
    margin-top: 15px;
    line-height: 20px;
    text-align: center;
}
/*考试报名登录系统*/
.left_adimg{
    width: 550px;
    height: 420px;
    margin-top: 20px;
}
.left_adimg img{
    width: 100%;
}
.baoming{
    width: 530px;
    height: 420px;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.baoming_title{
    font-size: 20px;
    color: #333;
    line-height: 74px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.baoming_xt{
    margin-top: 20px;
}
.baoming_xt .row{
    height: 42px;
    padding-left: 145px;
    margin-top: 22px;
    position: relative;
}
.baoming_xt .row .input_title{
    position: absolute;
    left:50px;
    top:0;
    width: 90px;
    font-size: 14px;
    color: #333;
    line-height: 42px;
    text-align: right;
}
.baoming_xt input{
    height: 40px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
}
.baoming_xt .row .text_card,.baoming_xt .row .text_password{
    width:315px;
}
.baoming_xt .row .text_code{
    width:213px;
}
.ver_code{
    width:94px;
    height:40px;
    position: absolute;
    right: 0;
    top:0;
    background-color: #d1d1d1;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-right: 70px;
}
.ver_code img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height:100%;
}
.baoming_xt input.baoming_sub{
    width:315px;
    font-size: 16px;
    color: #fff;
}
.baoming_msg{
    text-align: right;
    margin-right: 70px;
}
.baoming_msg a{
    margin-left: 20px;
    line-height: 40px;
    color: #0066ff;
    font-size: 14px;
    font-weight: bold;
}
.baoming_message{
    font-size: 28px;
    color: #999;
    text-align: right;
    padding: 100px 0 100px 0;
}
.back_page{
    font-size: 16px;
    color: #0066ff;
    font-weight: bold;
    letter-spacing: 2px;
}
.step_title{
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
}
.password_zhao{
    width: 662px;
    margin:0 auto;
    padding-top: 50px;
}
.step_wrap{
    width: 478px;
    height: 30px;
    margin:20px auto;
    position: relative;
}
.step_wrap .row_line{
    position: absolute;
    left:24px;
    top:50%;
    width: 425px;
    height: 1px;
    background-color: #b8b8b8;
    margin:0 auto;
}
.step_wrap ul li{
    width: 33%;
    float: left;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-top: 40px;
}
.step_wrap ul li p{
    font-size: 14px;
    color: #333;
}
.step_wrap li .circle_quan{
    display: block;
    position: absolute;
    top:3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:2px solid #ddd;
    background-color: #fff;
}
.step_wrap li.active .circle_quan{
    border: 2px solid #002bff;
}
.step_wrap li.active .circle_quan:after{
    position: absolute;
    left:50%;
    margin-left: -4px;
    margin-top: -4px;
    top:50%;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #002bff;
}
.step_wrap .li1 .circle_quan{
    left:0;
}
.step_wrap .li2 .circle_quan{
    left:50%;
    margin-left: -12px;
}
.step_wrap .li3 .circle_quan{
    right:0;
}
.step_wrap .li1 p{
    text-align: left;
}
.step_wrap .li2 p{
    text-align: center;
}
.step_wrap .li3 p{
    text-align: right;
}
.step_bd{
    width: 666px;
    margin:0 auto;
    padding-top: 50px;
}
.step_bd .row{
    height: 42px;
    padding-left: 124px;
    margin-top: 20px;
    position: relative;
}
.step_bd .row .input_title{
    position: absolute;
    left:0;
    top:0;
    width: 120px;
    font-size: 16px;
    color: #333;
    line-height: 42px;
    text-align: right;
    letter-spacing: 3px;
}
.step_bd input{
    height: 40px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
}
.step_bd .row .text_card,.step_bd .row .text_tel{
    width:542px;
}
.step_bd .row .tel_code{
    width:320px;
}
.get_code{
    width: 180px;
    height: 40px;
    position: absolute;
    right: 0;
    top:0;
    line-height: 40px;
    background-color: #e7e7e7;
    text-align: center;
    font-size: 16px;
    color: #0066ff;
    cursor: pointer;
}
.step_btn{
    float: right;
    width: 180px;
}
.back_denglu{
    color: #1e7efc;
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
}
.message_end{
    width: 336px;
    margin:30px auto;
}
.progress_step{
    width: 1100px;
    height: 30px;
    margin:30px auto;
    position: relative;
}
.progress_step .row_line{
    width: 896px;
    height: 2px;
    background-color: #b7b7b7;
    position: absolute;
    left:102px;
    top:14px;
}
.progress_step ul li{
    padding-top: 40px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    color: #333;
    width: 16.6%;
    float: left;
    position: relative;
}
.progress_step ul li p{
    font-size: 16px;
    color: #333;
    text-align: center;
}
.progress_step li .circle_quan{
    display: block;
    position: absolute;
    top:3px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:2px solid #ddd;
    background-color: #fff;
}
.progress_step li.active .circle_quan{
    border: 2px solid #002bff;
}
.progress_step li.active .circle_quan:after{
    position: absolute;
    left:50%;
    margin-left: -4px;
    margin-top: -4px;
    top:50%;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #002bff;
}
.progress_bd{
    padding-top: 40px;
}
.progress_title{
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
}
.progress_desc{
    font-size: 16px;
    color: red;
    text-align: center;
    line-height: 80px;
}
.progress_form{
    width: 900px;
    margin:20px auto;
    padding-bottom: 40px;
}
.progress_form .row{
    padding-left: 122px;
    position: relative;
    margin-top: 20px;
    position: relative;
}
.progress_form .row .input_title{
    position: absolute;
    left:0;
    top:0;
    width: 120px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: right;
}
.progress_form input{
    height: 40px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
}
.progress_form .select_text{
    width: 535px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
}
.progress_form .row .input_text{
    width:535px;
}
.progress_form .row .text_code{
    width:348px;
}
.progress_form .message_waring{
    width: 235px;
    position: absolute;
    right: 0;
    top:0;
    line-height: 20px;
    font-size: 14px;
    color: red;
}
.sex_wrap ul li{
    float: left;
    font-size:16px;
    color: #333;
    margin-left: 50px;
    line-height: 40px;
    padding-left: 40px;
    background-image: url(../images/checkbox.png);
    background-position: left center;
    background-size: 28px auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
.sex_wrap ul li.active{
    background-image: url(../images/checkbox_ok.png);
    background-position: left center;
    background-size: 28px auto;
    background-repeat: no-repeat;
}
.password_zhuyi {
    color: red;
    font-size: 14px;
    line-height: 28px;
    padding-left: 20px;
}
.get_code2 {
    width: 180px;
    height: 40px;
    position: absolute;
    right: 243px;
    top: 0;
    line-height: 40px;
    background-color: #e7e7e7;
    text-align: center;
    font-size: 16px;
    color: #0066ff;
    cursor: pointer;
}
.click_xieyi{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 260px;
    background-image: url(../images/black_checkbox.png);
    background-position: left 5px;
    background-repeat: no-repeat;
}
.progress_form .baoming_sub {
    width: 315px;
    margin-left: 50px;
}
.upload_img{
    width: 530px;
    margin:30px auto;
}
.upload_img .row{
    padding-left: 110px;
    position: relative;
}
.upload_img .input_title{
    position: absolute;
    left:0;
    top:0;
    width: 100px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: right;
}
.upload_btn,.update_btn{
    margin-top: 20px;
    width: 315px;
    height: 42px;
    border: 1px solid #555;
    border-radius: 5px;
    background-color: #ddd;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    box-shadow: 1px 1px 1px #ddd;
}
.update_btn{
    margin:0 auto;
}
.show_img{
    width: 415px;
    margin:30px auto;
}
.zhifu_box{
    width: 100%;
    margin-top: 40px;
    background-color: #e7e7e7;
    padding-top: 40px;
    padding-bottom: 50px;
}
.zhifu_title{
    font-size: 30px;
    color: #333;
    line-height: 80px;
    text-align: center;
    font-weight: normal;
}
.zhifu_select{
    background-color: #fff;
}
.row_border{
    height: 5px;
    background-color: #ccc;
    border-radius: 5px;
}
.zhifu_select .content{
    padding:10px 30px;
}
.zhifu_select .title{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.zhifu_select ul li{
    float: left;
    margin-right: 80px;
    margin-top: 20px;
    padding-left: 40px;
    background-image: url(../images/radio_com.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.zhifu_select ul li.active{
    background-image: url(../images/radio_active.png);
}
.jiaofei_btn{
    width: 226px;
    margin:30px auto;
}
.zhifu_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    overflow-y: auto;
}
.zhifu_alert{
    width: 620px;
    height: 560px;
    background-color: #fff;
    position: absolute;
    left:50%;
    top:50%;
    margin-top: -310px;
    margin-left: -280px;
    border-radius: 5px;
}
.zhifu_leixing{
    border-bottom: 1px solid #ddd;
}
.zhifu_leixing .title_box{
    border-left: 2px solid #999;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 20px;
    color: #333;
    letter-spacing: 2px;
    line-height: 46px;
}
.red{
    color: red;
}
.font14{
    font-size: 14px;
}
.ml3{
    margin-left: 3px;
}
.left_chat{
    width: 202px;
    padding-top: 10px;
}
.chat_msg{
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}
.chat_jiage{
    color: #ff6700;
    font-size: 36px;
    text-align: center;
}
.chat_wrap{
    border: 2px solid #ddd;
    width: 202px;
    height: 248px;
    margin:0 auto;
    padding:5px;
}
.chat_wrap img{
    width: 100%;
}
.right_anli{
    width: 237px;
    padding-top: 60px;
}
.chat_bottom{
    margin-left: 20px;
    padding-left: 40px;
    background-image: url(../images/sm.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    color: #333;
}
.btn_back_gray,.btn_jiaofei_end{
    margin-top: 20px;
    display: inline-block;
    height: 40px;
    border-radius: 3px;
    line-height:40px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.btn_back_gray{
    width: 140px;
    background-color: #bebebe;
}
.btn_jiaofei_end{
    margin-left:5px;
    width: 228px;
    background-color: #0066ff;
}
.print_box{
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #e7e7e7;
}
.print_title{
    font-size: 24px;
    color: #333;
    line-height: 60px;
    font-weight: normal;
}
.print_box .content{
    background-color: #fff;
    padding-bottom: 10px;
}
.print_box .title{
    font-size: 20px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 2px;
}
.print_basic{
    width: 700px;
    margin:0 auto;
    position: relative;
    padding-top: 40px;
}
.basic_item{
    font-size: 18px;
    line-height: 40px;
    color: #333;
}
.zhunkaozheng{
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #333;
}
.common_btn{
    height: 42px;
    border-radius: 5px;
    background-color: #0066ff;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
}
.load_print{
    width: 228px;
    margin:20px auto;
}
