
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
ol,ul{
    list-style:none;
}
address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:normal;
}
fieldset,img{
    border:none;
}
input,textarea,button,a,select{
    outline: none;
}
input,textarea,button{
    font: 14px/1.7em Arial, Helvetica, sans-serif;
}
/*img{vertical-align:top;}*/
input,button{
    vertical-align:middle;
}
caption,th{
    text-align:left;
}
a{
    text-decoration:none;
    color:#272323;
}


html{
    text-align:center;
    border: 
}
body{
    font: 14px/1.7em Arial, Helvetica, sans-serif;
    color:#272323;
    margin:0 auto; 
    text-align:left; 
    background-color: #efefef;
}



/*Common Style*/
.hidden{
    display:none;
}
.clear:after{
    content:"";
    display:block;
    height:0;
    line-height:0;
    clear:both; 
    visibility:hidden;
}
.clear{
    *zoom:1;
}
.fl{ 
    float:left;
}
.fr{ 
    float:right;
}
.btn{
    border:0;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

/*版心*/
.w1000{ 
    width:1000px; 
    margin:0 auto;
}
.w1100{ 
    width:1200px; 
    margin:0 auto;
}
.w1200{ 
    max-width:1200px; 
    margin:0 auto;
}
/*登陆界面*/

.txt-white{
    color: #fff;
}
/*.txt-blue{
    color: #3393dd;
}*/
.txt-red{
    color: #d30200;
}
.txt-gray{
    color: #a1a1a1;
}
.fs18{
    font-size: 18px; 
    line-height: 26px;
}
.fs20{
    font-size: 20px;
}
.fs16{
    font-size: 16px;
}
.fs14{
    font-size: 14px;
}
.fs40{
    font-size: 40px;
}
.fs48{
    font-size: 48px;
}
.fs30{
    font-size: 30px;
}
.fbw{
    font-weight: bold;
}
.fwn{
    font-weight: normal;
}
.mt100{
    margin-top: 100px;
}
.ml20{
    margin-left: 20px;
}
.mt50{
    margin-top: 50px;
}
.txti-l{
    text-align: left;
}
.login-online-btn-box{
    height: 120px;
    overflow: hidden;
}
.login-online-btn{
	text-align: center;
    display: block;
    height: 120px;
    box-sizing: border-box;
    padding: 25px;
    background: 008843;
    line-height: 24px;
    color: #fff;
}
.login-online-btn .fs30{
	line-height: 50px;
}
.login-online-btn:hover{
    background: #de2232;
}
.login-r{
    width: 445px;
    height: 600px;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 5px;
    overflow: hidden;
}
.login-r-top{
	padding: 30px 65px;
	background: #fff;
}
.login-logo{
    width: 121px;
    height: 121px;
}
.login-logo img{
    max-width: 120px;
    max-height: 120px;
}

.login-prompt{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.login-wrap{
    padding: 20px 65px;
}



.forget{
    text-decoration: underline;
}
.forget:hover{
    text-decoration: none;
}


footer{
    width: 100%;
    left: 0;
    text-align: center;
    height: 80px;
    background: #fff;
    /* margin-top: 30px; */
}
.footer-copyright{
    color: #757575;
    font-family: '微軟正黑體';
    padding-top: 40px;
    text-align: center;
}
.login-footer{
    position: absolute;
    bottom: 0px;
}

/*头部*/
header{
    height: 215px;
    background: rgba(40,50,61,0.8);
}
.padding42{
    padding: 42px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.logo{
    width: 200px;
    overflow: hidden;
    padding-top: 13px;
}
.logo a img{
    display: block;
    width: 100%;
    border:2px solid #fff;
    box-sizing: border-box;
}




/*侧边栏*/
.sidebar-box{
    position: absolute;
    width: 250px;
    background: #282828;
    height: 100%;
    min-height: 700px;
}
.sideBar-top{
    background: 008843;
    width: 100%;
    height: 110px;
}
.sidebar-title{
    padding-top: 35px;
}
.sidebar-title a{
    font-size: 22px;
    color: #fff;
    display: block;
    text-indent: 60px;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
}
.nav{
    height: 48px;
    font-size: 14px;
    text-indent: 55px;
    line-height: 48px;
    background: #282828;
    font-weight: bold;
    border-bottom: 1px solid #1a2023;
    background-position: 25px center;
    background-repeat: no-repeat;
}
.current .nav,
.nav:hover{
	background-color: #008843;
}



.nav a{
    color: #fff;
    display: block;
    height: 54px;
    background-image: url(../images/nav.png);
    background-position: 210px center;
    background-repeat: no-repeat;
}
.current .nav a,
.nav a:hover{
    border-color: 008843;
    color: #FFF;
}
.current .nav a{
	background-image: url(../images/nav.png);
}
.sub-nav-box{

    display: none;
}
.sub-nav{
	padding-left: 75px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    background: url(../images/sub-nav.png) 60px center no-repeat;
    border-bottom: 1px solid #3b3b3b;
}
.sub-nav a{
    display: block;
    height: 46px;
    color: #fff;
}
.sub-nav:hover,
.nav-box .nav-li.current .current.sub-nav{
   background-image: url(../images/sub-nav2.png);
}
.sub-nav:hover a{
    color: #FFF;
}


/*注册部分*/

.register-master-hd{
    height: 54px;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.register-top{
    width: 33.33333%;
    box-sizing: box-border;
}
.register-top a{
	font-size: 20px;
	font-weight: bold;
	color: #666;
    display: block;
    height: 54px;
    line-height: 54px;
    background-position: 70px center;
    background-repeat: no-repeat;
    text-align: center;
}

/*.register-ico{
    background-image: url(../images/register-ico.png);
}
.questionnaire-ico{
    background-image: url(../images/questionnaire-ico.png);
}
.finish-ico{
    background-image: url(../images/finish-ico.png);
}*/

.current-register-top{
    background: url(../images/current-register-top.png) right center no-repeat;
    background-size: 100% 100%;
}

.form-box{
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
}
.pl70{
    padding-left: 70px;
}
.form-name{
    width: 130px;
    padding-right: 10px;
    height: 44px;
    line-height: 44px;
}
.form-row-box{
    width: 645px;
}
.form-input{
    height: 44px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 3px;
}
.w410{
    width: 410px;
}
.w140{
    width: 140px;
}

.form-row{
    margin: 18px 0;
}
.form-row.row-error-style{
  background-color:#ddd;
}
.no-background{
    background: none;
    border: 1px solid #f0f0f0;
}
.btn-bor-blue{
    border-color: #3393dd;
    color: #3393dd;
}
.btn-bor-blue:hover{
    color:#fff;
    background-color: #3393dd;
}

.w200{
    width: 200px;
    margin-right: 10px;
}
.w208:last-of-type{
    margin-right: 0;
}
.form-select{
    border: 1px solid #f0f0f0;
    -webkit-appearance: none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    appearance:none;
    background-image: url(../images/select-bg.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    outline: none;
}

.form-input-short{
    width: 105px;
    margin-right: 5px;
}
.form-input-middle{
    width: 135px;
    margin-right: 10px;
}
.form-input-long{
    width: 200px;
}
.form-textarea{
    padding: 10px;
    height: 104px;
    resize: none; 
}
.checkbox-box{
    width: 33.333%;
    height: 44px;
    line-height: 44px;
}
.sex-box{
    width: 100px;
}
.form-checkbox{
    margin: 0 10px;
    margin-top: -2px;
}

.btn-blue{
    background-color: #3393dd;
}
.btn-blue:hover{
    background-color: #318cd2;
}


.btn-box{
    padding: 30px 0;
}
.form-btn{
    padding: 40 0px;
    height: 46px; 
    line-height: 44px;
    border:1px solid #f0f0f0;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 5px;
}
.txt-center{
    text-align: center;
}

.choice-box{
    border-bottom: 1px solid #dedede;
    padding-top: 30px;
    padding-bottom: 20px;
}
.questionnaire-input{
    width: 160px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #dedede;
}

.line-feed .checkbox-box{
    height: auto;
}
.choice-box:last-of-type{
    border-bottom: 0;
}

.succeed-register{
    background: #3393dd;
}

.succeed-l{
    width: 520px;
    margin: 30px auto;
}
.succeed-ico{
    width: 72px;
    height: 72px;
    margin-right: 20px;
    background: url(../images/succeed-ico.png) center center no-repeat;
}
.succeed-title{
    font-size: 22px;
    color: #000;
}
.succeed-r{
    height: 220px;
    background: #f7f7f7;
	margin: 0 65px;
	padding: 25px;
	box-sizing: border-box;
}

.txt-ewm{
    color: #6e6e6e;
}


/*内容*/
.register-master-box{
    
    background: #fff;
	margin-bottom:50px;
}
.master-box{
	position: relative;
}
.system-master-box{
    border-radius: 0 5px 5px 0;
    margin-top: -25px;
    overflow: hidden;
}
.master{
    width: 935px;
    margin-left: 265px;
    margin-top: 25px;
    background: #f8f8f8;
}
.system-master{
    height: 100%;
}
.master-hd{
    height: 90px;
}
.master-bd{
    padding: 55px 90px;
    background: #fff;
}
.system-master-bd{
    padding: 30px;
    background: none;
}
.master-bd-box{
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-right: 5px;
}

/*修改滚动条样式*/
._mCS_1.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 5px;
    background: #5c6065;
}
._mCS_1.mCustomScrollbar .mCSB_draggerRail{
    background: #3d4248;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 5px;
    background: #ccc;
}
.mCustomScrollbar .mCSB_draggerRail{
    background: #dedede;
}
.mCSB_inside > .mCSB_container{
    margin-right: 5px;
}




.welcome{
    margin-top: 35px;
    vertical-align: middle;
}
.welcome-ico{
    width: 32px;
    height: 32px;
    margin: 0 10px;
    vertical-align: middle;
    background: url(../images/welcome-ico.png) center center no-repeat;
}
.welcome-txt{
    line-height: 32px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.crumbs{
    padding: 30px;
}
.crumbs-ico{
    padding: 0 10px;
}
.crumbs-ico img{
    margin-bottom: -2px;
}
.index-crumbs a{
    font-size: 14px;
    color: #242b35;
    font-weight: bold;
}
.crumbs{
    font-size: 20px;
    color: #2b333e;
    font-weight: bold;
}


.shadow{
    box-shadow: 0 1px 2px #ccc;
    background: #fff;
    border-radius: 3px;
}
.mt30{
    margin-top: 30px;
}

.data-ico{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.file{
    background: url(../images/File2.png) center center no-repeat;
}
.pool{
    background: #7ec5f7 url(../images/pool.png) center center no-repeat;
}
.friend{
    background: url(../images/friend2.png) center center no-repeat;
}
.lh46{
    line-height: 46px;
}

.title20{
    color: #313f4d;
    font-weight: bold;
    margin-bottom: 20px;
}
.index-box2{
    width: 48%;
    margin-right: 4%;
}
.index-box2:nth-of-type(2n){
    margin-right: 0;
}
.index-box2-div{
    height: 300px;
    background: #fff;
    padding: 34px 30px;
    padding-right: 0;
    border-radius: 3px;
    box-sizing: border-box;
}
.data{
    color: #535353;
    margin: 10px 0;
}
.data-box{
    padding-left: 20px;
}
.btn-dark-grey{
    background: #929292;
    color: #fff;
    border-radius: 3px;
    min-width: 120px;
}
.btn-dark-grey:hover{
    background: #9a9a9a;
}

.friend-input{
    height: 40px;
    width: 272px;
    text-indent: 25px;
}
.data .friend-input{
    margin:0;
}
.more-btn{
    border-radius: 5px;
    min-width: 100px;
}

.index-subscribe-box{
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.index-subscribe-tab th,
.index-subscribe-tab td{
    border-bottom: 1px solid #dedede;
    padding: 20px;
}
.index-subscribe-tab th{
    font-size: 16px;
    color: #373737;
    font-weight: bold;
}
.index-subscribe-tab td.tab-img{
    width: 80px;
    padding-right: 0px;
}
.tab-img img{
    max-width: 80px;
    max-height: 50px;
    margin-bottom: -6px;
    border: 1px solid #dedede;
}




.paging {
    text-align: center;
}

.paging .next-disabled,
.paging .prev-disabled {
    display: inline-block;
    width: 10px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 4px;
    vertical-align: middle;
    margin-top: -3px;
    overflow: hidden;
    text-indent: 100px;
}
.paging .next-disabled{
    background-image: url(../images/paging-next.png);
}
.paging .prev-disabled{
    background-image: url(../images/paging-prev.png);
}
.paging .curr {
    background: #3f99d8;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    border-radius: 5px;
}
.paging a,
.paging span{ 
    color: #ccc;
    display: inline;
    padding: 10px 20px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 5px;
    font-family: Arial;
}
.paging a:hover{
    background: #3f99d8;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    border-radius: 5px;
}
.paging .pages{
    color: #666;
    cursor: inherit;
}

.shadow-pad{
    padding: 0 30px;
    padding-bottom: 50px;
}
.pt50{
    padding-top: 50px;
}
.form-row2{
    width: 48%;
    margin-right: 4%;
    margin-top: 0;
}
.form-row2:nth-of-type(2n){
    margin-right: 0;
}
.system-form-ul .form-row-box{
    width: 100%;
}
.system-form-ul .form-name{
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.no-border{
    border: 0;
}
.search-box{
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}
.return-btn-box{
    padding: 20px 30px;
    padding-bottom: 0;
    font-weight: bold;
}
.search-btn{
    width: 120px;
    font-weight: bold;
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
}
.appointment-btn{
    min-width: 150px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #dedede;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 10px;
}
.btn-red{
    border-color: #008843;
    background-color: #008843;
    color: #fff;
}
.btn-red:hover{
    border-color: #008843;
    background-color: #008843;
}
.btn-bor-grey{
    background-color: #fff;
    border-color: #6f6f6f;
    color: #6f6f6f;
}
.btn-bor-grey:hover{
    color: #fff;
    background-color: #6f6f6f;
}
.appointment-tab{
    border-radius: 5px;
}
.appointment-tab th{
    background: #f2f2f2;
    padding: 15px 20px;
    border-bottom: 0;
}
.appointment-tab td{
    border-bottom: 0;
    border-top: 1px solid #dedede;
}

.tab-btn{
    width: 20px;
    height: 20px;
}
.tab-img img{
    max-width: 80px;
    max-height: 50px;
    margin-bottom: -6px;
}
.compile-btn{
    background: url(../images/compile-ico.png) center center no-repeat;
}
.delete-ben{
    background: url(../images/delete-ico.png) center center no-repeat;
}
.margin-r10{
    margin-right: 10px;
}
.add-btn{
    background-image: url(../images/add-btn.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    text-indent: 10px;
}
.group-time{
    color: #171717;
    margin-right: 20px;
}
.txt-green{
    color: #4ad6a7;
}
.group-txt{
    color: #313131;
    margin: 5px 0;
}
.btn-group{
    background-color: #4ad6a7;
    border-color: #4ad6a7;
    color: #fff;
}
.btn-group:hover{
    background-color: #4fe1af;
    border-color: #4fe1af;
}
.login-footer{
    position: absolute;
    bottom: 0;
}



.validate-form .form-row-box{
	display: table;
}
.validate-form .checkTips{
	display: table-cell;
	padding-left: 32px;
	margin-left: 10px;
	vertical-align: middle;
}
.validate-form .form-row-box .checkTips{
	height:44px ;
	width: 190px;
	line-height: 20px;
	color: #008843;
}
.row-error .checkTips{
	/* background: url(/images/cuo.png) 10px center no-repeat; */
}
.loding .checkTips{
	background: url(/images/loading4.gif) 10px center no-repeat;
}
.row-success .checkTips{
	background: url(/images/dui.png) 10px center no-repeat;
}



.team-step-box{
    height: 128px;
    border-radius: 3px;
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 20px 40px;
}
.team-step{
    width: 48%;
}
.team-step-digit{
    border-bottom: 1px solid 008843;
    color: 008843;
    font-size: 26px;
    padding: 4px 0;
    font-family: 'Book Antiqua','宋体';
    font-weight: bold;
    float: left;
}
.step-r{
    margin-left: 30px;
}
.step-r-title{
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}
.step-btn{
    position: relative;
    min-width: 138px;
    height: 37px;
    border-radius: 3px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
}
.step-btn-file{
    position: absolute;
    left: 0;
    top: 0;
    width: 138px;
    height: 37px;
    opacity: 0;
    cursor: pointer;
}
.team-member{
    font-size: 16px;
    color: #6f6f6f;
    margin-top: 20px;
}
.index-subscribe-tab td{
    color: #565656;
}
.appointment-tab:last-of-type{
    border-bottom: 1px solid #dedede;
}

.m20{
    margin: 0 20px;
}
.all-delete-btn{
    min-width: 89px;
    height: 35px;
    color: #e32c2f;
    border-radius: 3px;
    text-indent: 20px;
    background:#f6f6f6 url("../images/delete-ico.png") 15px center no-repeat;
}
.all-delete-btn:hover{
    background-color: #eae9e9;
}
.confirmation-box{
    width: 558px;
    height: 490px;
    margin: 20px auto;
    border-radius: 2px;
    border: 1px solid #dedede;
}
.confirmation-top{
    width: 558px;
    height: 165px;
    display: block;
}
.confirmation-bd{
    padding: 30px;
    text-align: center;
}
.confirmation-name{
    font-size: 36px;
    line-height: 40px;
    color: #3393dd;
    margin: 20px 0;
}
.confirmation-company{
    font-size: 24px;
    color: #545454;
    font-weight: normal;
    margin: 15px 0;
}
.confirmation-post{
    font-size: 24px;
    color: #545454;
}
.barcode{
    margin-top: 35px;
}

.btn-print{
    min-width: 160px;
    height: 42px;
    background-image: url(../images/print-btn.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    display: block;
    font-weight: bold;
}
.master-bd-box{
    min-height: 700px;
}
.min-h500{
    min-height: 500px;
}

.center-title{
    color: #444;
    text-align: center;
    margin: 20px 0;
}
.hr70{
    width: 70px;
    text-align: center;
    border: 0;
    border-bottom: 3px solid 008843;
}

.friend-form{
    padding-left: 230px;
    padding-top: 40px;
}
.friend-input{
    height: 42px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background-position: 10px center;
    background-repeat: no-repeat;
    text-indent: 40px;
}
.friend-name-input{
    background-image: url(../images/name-ico.png);
}
.friend-phone-input{
    background-image: url(../images/phone-ico.png);
}
.friend-email-input{
    background-image: url(../images/email-input.png);
}
.w350{
    width: 350px;
}
.friend-btn{
    height: 42px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 3px;
    font-weight: bold;
}
.password-form{
    padding-left: 150px;
}
.password-form .form-name{
    width: auto;
}
.password-form .form-row{
    margin: 20px 0;
}
.password-form .form-row-box{
    width: 500px;
}

.password-btn{
    min-width: 160px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;
}

.return-login-btn{
    background-color: #fff;
    color: #fa5c58;
    border: 1px solid #fa5c58;
    font-weight: normal;
}
.return-login-btn:hover{
    background-color: #fafafa;
}
.forget-contact{
    padding-top: 50px;
    font-size: 14px;
    color: #999;
}
.forget-contact a{
    color: #1f95d3;
}




.form-box-top{
	margin: 10px 0;
}


.master .questionBox{
	margin:20px 30px 50px;
	background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px #ccc;
    padding-bottom: 130px;
}
.master .choice-box{
	padding: 40px 25px;
}
.master .questionnaire-input{
	width: 120px;
}
.master .form-box-top p{
	color: #313f4d;
    font-weight: bold;
    font-size: 20px;
    padding-left: 30px;
    margin-top: 10px;
}
.master .wenjuan{
	position: relative;
}
.master .wenjuan a{
	position: absolute;
	top: -160px;
	left: 50%;
	margin-left: -80px;
	width: 190px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	color: #fff;
	background: #008843;
	border-radius: 3px;
	text-align: center;
}
.nav-box .nav-li.current .current.sub-nav{
	color: #3393dd;
}
.questionnaire-input{
	background: none;
}
.Question_item.current{
	background: #fafafa;
}


.activity-hint{
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}
.activity-li{
    border:1px solid #dedede;
    padding: 20px;
}
.activity-tab td{
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    margin: 20px;
}
.activity-tab td:first-of-type{
    border-left: 1px solid #dedede;
}
.activity-tab td:last-of-type{
    border-right: 1px solid #dedede;
}
.activity-tab tr{
    padding-bottom: 20px;
}
.activity-tab{
    border-collapse: separate; 
    border-spacing:0 20px;
}
.activity-tab .activity-name{
    font-weight: bold;
    color: #333;
}
.activity-tab .txt-gray{
    color: #999;
}

.contact{
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 60px;
}
.index-master-name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.contact-l {
    width: 38%;
}
.contact-r {
    width: 60%;
}
.contact-text {
    color: #5f5f5f;
    line-height:30px;
    font-size: 14px;
}
a.mail-txt {
    color: #3f99d8;
    text-decoration: underline;
}
.contacts-title{
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}
.contact-box{
    padding: 50px;
}
.form-row3{
	width: 30%;
	margin-right: 4.5%;
}
.form-row3:nth-last-of-type(3n+1){
	margin-right: 0;
}


/*成员列表*/
body,html{
    height: 100%;
}
.popup-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
.batch-popup{
    position: absolute;
    left: 50%;
    top: 15%;
    width: 790px;
    height: 70%;
    box-sizing: border-box;
    margin-left: -270px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px;
}
.batch-popup-hd{
    height: 60px;
    line-height: 60px;
}
.batch-hd{
    font-size: 18px;
    color: #242424;
    font-weight: bold;
   
}
.batch-popup-bd{
    position: absolute;
    padding-top: 90px;
    height: 100%;
    box-sizing: border-box;
    width: 95%;
    top: 0;
    padding-bottom: 20px;
}
.appointment-tab.member-list-tab{
    border-radius: 0;
    border: 0;
    overflow: inherit;
}
.member-list-tab th{
    font-weight: normal;
    padding:10px 10px;
}
.member-list-tab td{
    padding: 10px 5px 0;
    border: 0;
}
.tab-border{
    height: 45px;
    border: 1px solid #dedede;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
}
.tab-btn-box{
    text-align: center;
    position: relative;
}
.pass-ico{
    background: url(../images/pass.png);
}
.mistake-ico{
    background: url(../images/mistake.png);
}
.mistake-hint{
    position: absolute;
    font-size: 14px;
    width: 130px;
    background: url(../images/mistake-hint.png) center center no-repeat;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -65px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    z-index: 100;
    display: none;
}
.member-list{
	margin-right: 10px;
	margin-bottom: 60px;
}
#Scroll{
	padding-bottom: 50px;
	box-sizing: border-box;
}
/*修改国家input插件*/

.chosen-container-single .chosen-single{
	background: #f8f8f8 !important;
	height: 44px !important;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #f0f0f0 !important;
	border-radius: 3px !important;
}
.chosen-container{
	width: 100% !important;
	box-sizing: border-box;
}
.chosen-container-single .chosen-single span{
	line-height: 44px !important;
}
.chosen-single i.css_flag{
	margin-top: 15px !important;
}
.chosen-container-single .chosen-single div b{
	background-position: 0 13px !important;
}
.chosen-container .chosen-drop{
	border-color: #f0f0f0 !important;
}


#Overlay
{
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: url("/Images/overlay.png") repeat scroll 0 0 transparent;
    height: 100%;
    width: 100%;
}
#LoadedContent
{
    border: 0 none;
    display: block;
    height: 100%;
    _height: 480px;/* ie6 hack to hide the scroll bar */
    width: 100%;
}
.KmainBox {
padding-bottom:37px;
border-radius:10px;
overflow:hidden;
_padding-bottom:0px;
 background:#fff;
}
.msgboxhead {
 background: none repeat scroll 0 0 #f9f9f9;
   /* border-bottom: 1px solid #ddd;*/
    color: #f77400;
    font: 20px/60px "宋体";
    height: 60px;
    overflow: hidden;
    padding-left: 20px;
	font-size:16px;
}
.msgboxhead span {
display: inline;
float: left;
}
.msgboxhead a {
    background: url("../images/Batch_hd_bt.png") center center no-repeat scroll transparent;
    display: block;
    float: right;
    height: 40px;
    width: 40px; text-indent:100em;
	margin-top:0px;
	margin-right:10px;
	opacity:1;
	filter:alpha(opacity=20); 
	-webkit-transition:all ease .3s;
	transition:all ease .3s;
}
.msgboxhead a:hover{opacity:.4;filter:alpha(opacity=40); }
#LoadedContent {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
.msgboxhead a img {
display: block;
margin-top: 6px;
margin-right: 5px; display:none;
}

.w80{
	width: 80px;
}
.w120{
	width: 120px;
}
.w150{
	width: 150px;
}
.mr5{
	margin-right: 5px;
}
.w190{
	width: 190px;
}
.w245 {
	width: 245px;
}
.succeed-l-txt{
	width: 380px;
}
.form-btn.btn-bor-blue{
	border-color: #3393dd;
	background: #fff;
	color: #3393dd;
}
.form-btn.btn-bor-blue:hover{
	color: #fff;
	background: #3393dd;
}

.msgboxhead{
	color: #333;
}
.index-subscribe-tab th{
	font-size: 14px;
}
.form-btn{
	width: 160px;
}
.succeed-r{
	text-align: center;
}
.activities{
	padding-top: 20px;
	margin-top: 65px;
	border-top: 1px solid #d5d5d5;
}
.activities-title{
	font-size: 24px;
	color: #333;
	line-height: 32px;
	margin-bottom: 20px;
}
.activity-tab .blue-td td{
	border-color: 008843;
}

.login-li{
	margin-bottom: 10px;
}
.attention{
	color: #dd3033;
}
.attention-name,
.attention-password,
.attention-captcha,
.attention-mobile,
.attention-mobilevcode{
	height: 14px;
	font-size: 12px;
}

/********修改AMTS************/
/*头部*/
header{
    height: 280px;
    background: url(../images/top_bg.jpg) center center no-repeat;
    width: 100%;
}
.header{
	padding-top: 25px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}

.header-r{
    padding-top: 35px;
    color: #96cae4;
}
.header-name{
    font-weight: normal;
    line-height: 40px;
    font-size: 20px;

}
.fs40{
    font-size: 40px;
}
.header-subname{
    font-size: 18px;
}

/*登陆界面*/
.login-bg{
    background: url(../images/Login_box_bg.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    min-height: 100%;
}
.login-top{
	width: 995px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 38px 0;
	padding-left: 180px;
}

.logo a img{
    display: block;
}
.logo-txt{
	width: 424px;
	padding-left: 25px;
}
.logo-time{
	font-size: 56px;
	color: #fff;
	font-weight: normal;
	line-height: 60px;
	padding-bottom: 10px;
}
.logo-name-cn{
	font-size: 22px;
	color: 008843;
	line-height: 34px;
}
.logo-name-en{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.txt-white{
	color: #fff;
}
.logo-name-countdown{
	font-size: 14px;
	color: 008843;
}

.language-box{
    position: relative;
    width: 100px;
    height: 27px;
    line-height: 26px;
    box-sizing: border-box;
    border-radius: 18px;
    margin: 5px;
    background:008843 ;
    z-index: 10;
}

.language-box a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: 0.3s;
}

.language-box:hover{
    background: #008843;
    border-color:  #008843;
}
.login{
	background: #fff;
	padding: 56px;
	height: 100%;
	box-sizing: border-box;
}

.login-title{
    font-size: 22px;
    color: #000;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.login-box{
	padding-top: 40px;
}
.login-form-name{
    font-size: 16px;
    color: #000;
    line-height: 32px;
    height: 32px;
}
.login-input{
    width: 100%;
    height: 30px;
    border: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 14px;
    border-bottom: 1px solid #d5d5d5;
    background: none;
}
.Captcha{
	width: 83px;
	height: 30px;
	overflow: hidden;
}
.Captcha img{
	display: block;
	width: 100%;
	height: 100%;
}
.login-captcha{
	width: 70%;
}
.forget-lab{
    margin-top: 20px;
    display: block;
}
.forget{
    color: #008843;
    text-decoration: underline;
}
.forget:hover{
    text-decoration: none;
}
.applyfor{
    color: #737373;
    text-align: right;
}
.applyfor-a{
    color: #1f95d3;
    text-decoration: underline;
}
.applyfor-a:hover{
    text-decoration: none;
}

.login-btn{
    width: 100%;
    height: 38px;
    background: 008843;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    line-height: inherit;
    margin-top: 30px;
}
.login-btn:hover{
    background: #e02736;
}
.login-apply-btn{
	background: #000;
	line-height: 38px;
}
.login-apply-btn:hover{
	background: #333;
}
.login-btn-box{
	margin: 30px 0;
}
.forget-box{
	text-align: center;
}

.forget{
	font-size: 14px;
	color: #008843;
}

.master-hd-r{
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 10;
}

.close-btn{
   	min-width: 100px;
    height: 27px;
    line-height: 27px;
    border-radius: 18px;
    margin: 5px;
    background:#f8f8f8 url(../images/close_ico.png) 70px center no-repeat;
    box-sizing: border-box;
	padding-right: 30px;
	font-weight: bold;
	color: #000;
}
.close-btn:hover{
	background-color: #efefef;
}
.register-master{
	margin-top: 20px;
}
.login-logo-txt{
	display:inline-block;
	width:374px;
	margin-left:30px;
	margin-top:10px;
	padding-left: 0;
}
.login-l .logo{
	display:inline-block;
	padding-top: 0;
	vertical-align:top;
}
.register-number{
	width: 40px;
	height: 40px;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	border-radius: 50%;
	border:1px solid #d5d5d5;
	color: #666;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
	margin-top: 7px;
	
}
.current-register-top .register-number{
	background: #fff;
	color: 008843;
	border-color: #fff;
}
.achieve-register-top .register-number{
	color: 008843;
	border-color: 008843;
}
.current-register-top a{
	color: #fff;
}
.current-register-top .register-questionnaire{
	background: url(../images/current-questionnaire-top.png) right center no-repeat;
	background-size: cover;
}
.current-register-top .register-finish{
	background: url(../images/current-finish-top.png) right center no-repeat;
	background-size: cover;
}
.register-top .register-top-r{
	background: url(../images/register-top-r.jpg) right center no-repeat;
}

.form-box-top .txt-blue{
	color: #000;
}
.form-box-top .txt-blue a{
	color: #3393dd;
}
.btn-blue{
	background-color: #008843;
    font-weight: bold;
}
.btn-blue:hover{
	background-color:#00793c;
}
.tit{
	color: 008843;
	font-size: 14px;
	font-weight: bold;
}
.succeed-btn{
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	padding:0 20px;
	min-width: 150px;
	font-weight: bold;
	margin-right: 15px;
	height: 35px;
	line-height: 35px;
}
.btn-bor{
	color: #333;
	border: 1px solid #d5d5d5;
}
.btn-bor:hover{
	background: #d5d5d5;
}
.succeed-ewm,
.txt-ewm-box{
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
}
.succeed-ewm{
	text-align: right;
	border-right: 1px solid #d5d5d5;
}
.txt-ewm-box{
	text-align: left;
}


.master-hd{
	background-color: #efefef;
}
.btn-blue.step-btn{
	background-color: #3393dd;
}
.btn-blue.step-btn{
	background-color: #3599e7;
}

.btn-export{
        padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #008843;
    background: #fff;
    color: #008843;
}
.btn-export:hover{background:#3393dd;color:#fff;}

.vip-box-img{
	margin-top: -15px;

}

/*登陆页面修改*/

.logo2{
	width: 140px;
}
.login-logo-txt2{
	padding-left: 160px;
	margin-top: 0;
}
.login-logo-txt2 .logo-time{
	font-size: 50px;
	line-height: 36px;
}
.login-l2{
	width: 600px;
}
.login-logo-txt2 .logo-name-cn{
	font-size: 20px;
}
.login-txt-box{
	font-size: 14px;
	color: #fefefe;
	margin-top: 50px;
	margin-bottom: 50px;
}
.login-txt-box p.login-txt{
	margin: 10px 0;
    word-wrap: break-word;
    text-align: justify;
}
.login-ewm-txt{
	font-size: 16px;
	color: #fff;
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
	padding-top: 40px;
	font-weight: bold;
}

.login-r2{
	width: 360px;
	height: auto;
}
.login-r2 .login-wrap,
.login-r2 .login-r-top{
	padding: 40px 40px;
}
.login-r2 .login-prompt{
	text-align: center;
}

.login-li .login-prompt{
	padding-bottom: 10px;
}


.checkbox-box-p{
    display: table-cell;
    height: 44px;
    line-height: 18px;
    vertical-align: middle;
    width: 330px;
}

.checkbox, .radio {
    margin-right: 5px;
    margin-top: -2px;
}
.checkbox-box{
    display: table;
    padding-right: 20px;
    box-sizing: border-box;
}


/* 2017.3.15 修改福祉 */

.body {
	min-height:100%;
    position: relative;
    background: rgba(0, 0, 0, 0) url("../images/bg.jpg") no-repeat fixed center center / cover ;
    overflow-x: hidden;
}
.removbtn:hover {
    background-color: #f00000;
}
.login-bg {
    background: none;
    height: 860px;
    left: 50%;
    margin-left: -550px;
    position: relative;
    width: 1180px;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.language-box {
    background-color: inherit;
   /*  background-image: url("../images/language_ico.png");
    background-position: 82px center;
    background-repeat: no-repeat; */
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-sizing: border-box;
    height: 32px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 110px;
    z-index: 10;
}

.login-box{
    position: absolute;
    width: 1035px;
    height: 750px;
    left: 50%;
    top: 50%;
    margin-left: -557.5px;
    margin-top: -375px;
    padding: 0;
}
.login-r{
    position: relative;
    z-index: 1;
    float: right;
    width: 460px;
    height: 578px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:56px 0;
}
.login-l{
    position: relative;
    margin: 56px 0;
    height: 578px;
    width: 590px;
    background: -webkit-linear-gradient(#eefcf5, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#eefcf5, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#eefcf5, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#eefcf5, #fff); /* 标准的语法 */
    /* background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-position: 500px 500px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 60px;
}
.logo{
    width: auto;
    margin: 10px 0;
}
.logo a img{
    width: auto;
    border: 0;
}
.login-img{
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.logo-name-cn{
    letter-spacing: 4px;
    font-weight: normal;
    font-size: 28px;
    color: #008843;
}
.logo-name-space{
	letter-spacing:9px;
}
.logo-name-countdown{
	margin-top:20px;
	margin-bottom:5px;
    font-size: 30px;
    color: #008843;
    font-weight: normal;
	text-align:center;
	text-indent:-30px;
}
.logo-name-local{
	font-size:16px;
	color: #008843;
	text-align:center;
	text-indent:-30px;
}
.login-txt{
    color: #333;
    line-height: 28px;
}
.login-r{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.login-online-btn{
    width: 200px;
    height: 80px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #008843;
    background-image: url(../images/login-online-btn.png);
    background-position: 25px center;
    background-repeat: no-repeat;
    font-size: 20px;
    text-indent: 20px;
}
.login-online-btn:hover{
    background-color: #01984b;
    background-image: url(../images/login-online-btn.png);
    background-position: 25px center;
    background-repeat: no-repeat;
}

.login-r-top,
.login-wrap{
    padding: 0;
}
.login-r{
    padding: 35px;
}
.login-r-top{
    border-bottom: 1px solid #e3e3e3;
}
.login-online-btn-box{
    height: auto;
    margin: 30px 0;
}
.login-title{
    text-align: left;
    font-size: 32px;
    color: #018845;
    font-weight: normal;
    margin: 40px 0 20px;
    line-height: 40px;
}
.login-prompt{
    line-height: 20px;
}
.login-li{
    position: relative;
    margin-bottom: 25px;
}
.login-input{
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.login-li .attention{
    position: absolute;
    bottom: -14px;
    right: 0;
}
.login-captcha{
    width: 100%;
}
.Captcha{
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 50px;
}
.Captcha img{
    width: 100%;
    height: 100%;
}
.forget{
    position: absolute;
    right: 10px;
    top: 15px;
}
.login-btn{
    height: 56px;
    border-radius: 0;
   
    font-size: 24px;
	font-weight:normal;
    background-color: #008843;
}
.login-btn:hover{
    background-color: #01984b;
}
footer{
    background-color: inherit;
}
.footer-copyright{    
    color: #1a2023;
}
.return-login-btn{
    border: 0;
}
.login-footer .footer-copyright{
    color: #d2d2d2;
}

/*20170408*/
.system-master-box{
	min-height:716px;
}
.master{
	min-height:716px;
}
.title20{
	color:#008843;
}
/*头部*/
.w1100{
	width:1180px;
}
header{
	height:187px;
}
.top-title{
	display:block;
	margin:0 auto;
	height:79px;
	margin-top:25px;
    color: #fff;
    text-align: center;
   background-image: -webkit-linear-gradient(top, rgb(0, 148, 82),rgb(255, 255, 255));
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */

	/* background:url(../images/top_bg.png) center center no-repeat; */
}

.top-title .big1{
    font-size: 36px;
    line-height: 1;
}

.top-title .big2{
    font-size: 20px;
    line-height: 2;
}

.header{
	position:relative;
    text-align: center;
}
.header img{
    margin-top: 10px;
}
.master-header{
	height:92px;
	line-height:92px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color:#FFF;
}
.visitor-title{
	display:inline-block;
	font-size:24px;
	color:#008843;
	margin-top:7px;
	margin-left:25px;
	height:85px;
	line-height:85px;
}
.visitor-title img{
	display:inline-block;
	vertical-align:middle;
	
	height:64px;
}
.visitor-title a{
	display:block;
	color:#008843;
}
.close-btn-box{
	border-left:1px solid #e5e5e5;
	color:#008843;
}
.sidebar-box{
	width:287px;
	
	padding-top:35px;
	box-sizing:border-box;
}
.master{
	/*width:893px;*/
	width:913px;
	margin-left:287px;
	margin-top:0;
}
.sidebar-box{
	background-color:#1a2023;
}
.nav{
	position:relative;
	height:48px;
	background:none;
	border-bottom:none;
	font-size: 15px;
}
.nav a{
	width:100%;
	height:48px;
	border-left:none;
	border-bottom:1px solid #3a3f42;
}
.current .nav a{
	height:48px;
}
.current .nav, .nav:hover
.current .nav a, .nav a:hover{
	border-left:none;
	color:#FFF;
}
.current .nav:after,
.nav:hover:after{
	display:block;
	content:'';
	width:5px;
	height:52px;
	position:absolute;
	right:-5px;
	top:-4px;
	background:url(../images/nav-bg.png) left top no-repeat;
	z-index:1000;
}
.sub-nav{
	height:40px;
	line-height:40px;
	background:none;
	border-bottom:none;
	/* padding-left:27px; */
}
.sub-nav a{
	height:40px;
	line-height:40px;
	font-size:14px;
}
.sub-nav:hover,
.nav-box .nav-li.current .current.sub-nav{
	background:none;
}
.sub-nav:hover a,
.nav-box .nav-li.current .current.sub-nav a{
	color:#008843;
}
.index-box2-div{
	position:relative;
	height:340px;
	box-shadow:none;   
    box-shadow: 0 2px 20px 0px #e5e5e5;
}
.index-box2-div .title20{
	padding-left:40px;
	font-size:18px;
	color:#008843;
	margin-bottom:0;
}
.data-ico{
	position:absolute;
	left:0;
	top:0;
	width:71px;
	height:71px;
	border-radius:0;
}
.data-box{
	padding-left:40px;
}
.btn-dark-grey{
	    width: 270px;
    height: 44px;
    background: none;
    line-height: 44px;
    border: 1px solid #008843;
    color: #008843;
    font-size: 16px;
}
.btn-dark-grey:hover{
	background-color:#008843;
	color:#FFF;
}
.close-btn{
	color:#008843;
	background:url(../images/close_ico.png) left 20px center no-repeat;
	text-align:right;
}
.close-btn:hover{
	background:url(../images/close_ico.png) left 20px center no-repeat;
}
.follow-box{
	background-color:#FFF;
	box-shadow: 0 2px 20px 0px #e5e5e5;
}
.follow-box .mt30{
	padding:20px 17px 20px 30px;
}
.follow-box .title20{
    font-size: 18px;
    color: #008843;
	padding:
}

/*观众注册流程*/
.register-master-hd ul {
    display: flex;
}
.register-top{
    flex: 1;
    box-sizing: box-border;
}
.register-top{
	width:25%;
}
.register-master{
	margin-top:50px;
	box-shadow:0 0 20px 6px #efeeed;
}

.register-master-hd{
	border:none;
}
.current-register-top{
	background:#008843;
}
.register-number{
	color:#008843;
	width:35px;
	height:35px;
	line-height:35px;
	border: 1px solid #008843;
}
.current-register-top .register-questionnaire{
	background:none;
}

.gray-bg-1{
	background-color:#ebebeb;
}
.gray-bg-2{
	background-color:#f5f5f5;
}
.green-bg-1{
	background-color:#007c3d;
}
.green-bg-2{
	background-color:#008843;
}



.register-master .master-bd{
	padding:60px 10%;
}
.master-item-title{
	margin-bottom:40px;
}
.item-title-h3{
	display:inline-block;
	font-size:24px;
	color:#008843;
}
.return-login-box{
	color:#008843;
}
.return-login{
   display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    margin-left: 10px;
	color:#008843;
	text-align:center;
	border:1px solid #008843;
}
.return-login:hover{
	background-color:#008843;
	color:#FFF;
}

.register-item-box{
	padding:5% 10%;
	border:1px solid #eeeeee;
	margin-bottom:20px;
}
.register-item-title{
	font-size:18px;
	color:#007739;
	font-weight:bold;
	padding:10px 0;
	margin-bottom:10px;
}
.register-item-text{
    color:#333;
	line-height:24px;
	padding-bottom:10px;	
}
.form-row-box{
	width:calc(84% - 40px);
}
.form-name{
	width:180px;
	height:40px;
	line-height:40px;
}
.form-input{
	height:40px;
}
/*.validate-form .form-row-box .checkTips{
    position: absolute;
    width: 280px;
    float: left;
	height:22px;
    line-height: 22px;
    box-sizing: border-box;
}*/
.captcha_text{
    position: absolute;
    width: 280px;
    float: left;
	height:22px;
    line-height: 22px;
    box-sizing: border-box;
}

.getcode{
	display:inline-block;
	width:132px;
	height:40px;
	line-height:40px;
	color:#FFF;
	background-color:#9a9a9a;
	text-align:center;
	margin-left:10px;
	border:none;
}
.getcode:hover{
	background-color:#b8b8b8;
}
.w267{
	width:267px;
}
.tijiao-btn{
	width:410px;
	height:56px;
	line-height:56px;
	border-radius:0;
	margin-left:110px;
	color:#FFF;
}
.contact-us{
	height:45px;
	line-height:45px;
	background-color:#f9f9f9;
	padding:0 20px;
}
.contact-us li{
	float:left;
	width:33%;
}
.contact-us li a{
	color:#008843;
}
.contact-icon-1{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/contact-icon-1.png) no-repeat;
	margin-right:10px;
	vertical-align:middle;
}
.contact-icon-2{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/contact-icon-2.png) no-repeat;
	margin-right:10px;
	vertical-align:middle;
}
.nextstep-btn{
	background:none;
	border:2px solid #008843;
	color:#008843;
	font-weight:bold;
	border-radius:0;
	width:184px;
    transition: 0.3s;
}
.nextstep-btn:hover{
	color:#FFF;
}


/*注册信息填写*/
.wenjuan-pad{
	padding-left:25px;
	padding-right:25px;
}
.star-tishi{
	font-size:13px;
	color:#666;
    font-weight: 100;
}
.wenjuan-form>li{
	/*float:left;*/
	margin:20px 0;
}
.w848{
	width:848px;
}
.w480{
	width:480px;
}
.w350{
	width:350px;
}
.w290{
	width:290px !important;
}
.w105{
	width:105px;
}
.w257{
	width:257px;
}
.w715{
	width:715px;
}
.w180{
	width:188px;
	margin-right:8px;
}
.UserAddressChoose.w180:nth-of-type(3n){
	margin-right:0;
}
.w185{
	width:233px;
	margin-right:8px;
}
.w55{
	width:55px;
}
.w60{
	width:60px;
}
.w164{
	width:164px;
}
.w110{
	width:110px;
	float:left;
}
.w220{
	width:220px;
	float:left;
}
.w240{
	width:240px;
	float:left;
}
.w3box input{
    width: calc(100%/3 - 4px);
}
#userAddress_AreaID.w185{
	margin-right:0;
}
.w480 .form-row-box{
	width:370px;
}
.w350 .form-row-box{
	width:240px;
}
.w350 .form-name{
	width:50px;
}

/*问卷列表*/
.success-pad{
	padding-left:80px;
	padding-right:80px;
}
.wenjuan-item{
	margin-bottom:5px;
}
.wenjuan-title{
	height:47px;
	line-height:47px;
	background-color:#f5f5f5;
	padding-left:80px;
	padding-right:30px;
	color:#333;
}
.show-wenjuan{
	cursor:pointer;
}
.show-wenjuan:before{
	content:'';
	display:inline-block;
	width:11px;
	height:7px;
	background:url(../images/down.jpg) no-repeat;
	vertical-align:middle;
	margin-right:8px;
}
.wenjuan-list{
	padding-top:20px;
	padding-bottom:25px;
}
.wenjuan-list-ul{
	padding:10px 30px 10px 80px;
}
.wenjuan-title-p{
	position:relative;
	color:#008843;
	text-indent:20px;
	cursor:pointer;
}
.wenjuan-title-p:before{
	position:absolute;
	left:7px;
	top:10px;
	content:'';
	display:inline-block;
	width:6px;
	height:11px;
	background:url(../images/right.jpg) no-repeat;
}
.wenjuan-up:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform:rotate(180deg);
}
.wenjuan-title-up:before{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform:rotate(90deg);
}

.wenjuan-list-ul li{
	line-height:35px;
}
.wenjuan-list-ul .checkbox-box{
	height:28px;
	line-height:28px;
	width:25%;
}
.wenjuan-list-ul .checkbox-box-p{
	height:28px;
}
.wenjuan-list-dl{
	padding:0 5px;
	padding-left:20px;
}

.selecenter{
	background-color:#F5F5F5;
	padding:30px 70px; 
	margin-top:20px;
}
.selecenter-top{
	padding-bottom:20px;
	border-bottom:1px solid #FFF;
}
.selcenter-check{
	margin-right:50px;
	font-size:14px;
}
.selcenter-input{
	margin-right:10px;
}
.selecenter-bottom{
	padding-top:20px;
	line-height:24px;
	color:#666;
}


/*Success*/
.register-chenhu{
	font-weight:bold;
	color:#404040;
	padding:5px 0;
}
.comfirm-l{
	width:440px;
	border:1px solid #eeeeee;
	padding:45px 78px 38px;
	box-sizing:border-box;
	text-align:center;
}
.barcode-text{
	font-size:16px;
	color:#007c3d;
	padding-bottom:10px;
	text-align:center;
}
.regtrade{
	position: relative;
	width:281px;
	height:89px;
}
.trade-text{
	height:40px;
	line-height:20px;
	padding-top:25px;
	text-align:center;
	color:#ffffff;
	position: absolute;
    width: 281px;
    top: 0;
	z-index:1000;
}
.comfirm-r{
	padding-left:40px;
}
.base-text{
	font-weight:bold;
	color:#404040;
	margin-top:20px;
	margin-bottom:10px;
}
.base-list{
	padding-bottom:40px;
}
.base-infor{
	line-height:30px;
	color:#595959;
}
.base-infor span{
	color:#a6a6a6;
	padding-right:10px;
}
.base-btn-print{
    background-color: #008843;
    color: #FFF;
    text-align: center;
	padding:0 30px !important;
	margin-left:0 !important;
	margin-right:10px !important;
}
.base-btn-print:hover{
    background-color:#007c3d;
}
.base-btn-login{
	background-color:#333;
    color: #FFF;
    text-align: center;
	padding:0 30px !important;
	margin-left:0 !important;
	margin-right:10px !important;
}
.base-btn-login:hover{
	background-color:#4b4b4b;
}
.return-internet{
	margin-top:30px;
	height:55px;
	line-height:55px;
	background-color:#f5f5f5;
	text-align:center;
}
.return-traffic{
	color:#05723b;
	margin-right:30px;
}
.return-official{
	color:#404040;
}

.barcode-introduce {
    position: relative;
    border: 1px solid #009452;
	margin-top:80px;
	margin-bottom:30px;
}
.introduce-title {
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: url(../images/code-bg.png) no-repeat;
}
.barcode-list {
	padding: 62px 30px 30px 70px;
    margin: 0;
}
.barcode-list li {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    color: #333;
	margin-bottom:15px;
}
.barcode-list li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: url(../images/code-list.png);
}

.famous-exhibitors{
	width:100%;
}
.famous-exhibitors li{
	width:calc(100%/2 - 15px);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	padding:20px;
	background-color:#f9f9f9;
	box-sizing:border-box;
}
.famous-exhibitors li:nth-of-type(2n){
    margin-right:0;
}
.famous-title{
	height:35px;
	line-height:18px;
	font-size:16px;
	color:#01793c;
	overflow:hidden;
    text-align: center;
    margin-bottom: 10px;
}
.famous-logo{
	width:147px;
	height:72px;
	overflow:hidden;
    margin: auto;
}
.famous-logo img{
	width:100%;
	max-width:147px;
	max-height:72px;
}
.famous-text{
	color:#828282;
	height:70px;
	line-height:22px;
	overflow:hidden;
	padding-left:10px;
	margin-left:147px;
    display: none;
}


/*表单验证*/
.form-row{position:relative;}
/* .form-row .tip-info{height:20px; line-height:20px;  text-indent:36px; min-width:100px; color: #ff943d;} */

.form-row-success .tip-info{ background:url(/Images/dui.png) no-repeat 10px 3px;}
.form-row-error .tip-info{ background:url(/Images/cuo.png) no-repeat 10px 3px;}


/*注册表单*/
.validate-form .checkTips{
	/* height:40px; */
}


.sub-nav-box{
	display:block;
    padding-top: 10px;
}

.form-all{
	position:static;
}

.checkbox-box{
	width:25%;
}


/*20180709*/
.now-register{
	text-align:center;
	color:#999;
}
.now-register-btn{
	color:#dd3033;
	text-decoration:underline;
}
.login-help{
	width:338px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:20px;
	border-top:1px solid #e5e5e5;
	text-align:center;
	/* color:#999; */
}
.tiaokuan{
	color:#666;
	text-decoration:underline;
}
.register-prompt{
	font-size:30px;
	line-height:1.2;
	padding:50px 80px 0;
	text-align:center;
	color:#008843;
	font-weight:700;
}


.language-box.back-home{
    right: 20px;
    top: 75px;
    cursor:pointer;
    border-radius: 16px;
    background:#fff;
    border:1px solid #008843;
}

.language-box.back-home a{
    color:#008843;
}

.language-box.back-home span{
    text-indent: 0;
}

.language-box.back-home:hover{
    border-radius: 16px;
    background:none;
    background:#008843;
    border:1px solid #008843;
}

.language-box.back-home:hover a{

    color:#fff;
}


.row-error .required,.row-error .chosen-container-single .chosen-single{
    border-color: red !important;
}
.Close-window{
    background:url(../images/moregen.jpg?v=20235);
    width:957px !important;
    height:563px;
}


.appointment-con-back{ width:100%; height:100%; background-color: rgba(0,0,0,0.5); position:fixed; left:0; top:0; z-index: 999; display:none;}
.appointment-con{ width:600px; background:#fff; border-radius:3px; top: 50%; left:50%; margin-left:-300px; margin-top:-200px; position:absolute;}
.appointment-con-tit{ width:90%;  height:50px; background:#e5e5e5; line-height:50px; font-size:16px; padding:0 5%;}
.appointment-con-guanb{ float:right; cursor: pointer;}
.appointment-con-ul{ width:90%; padding: 3% 5% 6%;}
.appointment-con-ul ul{ overflow: hidden; width:100%;}
.appointment-con-ul li{ float:left; border-radius:4px; margin-bottom:25px; }
.appointment-con-ul-riq{ width:65%;}
.appointment-con-ul-time{ width:25%; float:right;}
.appointment-con-ul-liuy{ width:100%;}
.appointment-con-ul-liuy textarea{
    width: 405px;
    min-height: 80px;
    float: left;
    border:1px solid #eaeaea;
    border-radius:3px;
}
.appointment-con-ul-liuy span{ float:left; margin-right:31px;}
.appointment-con-ul li select{ width:60%; padding:0 2.5%; border:1px solid #eaeaea; height:40px;border-radius:3px;}
/*.appointment-con-ul li:hover{ border:1px solid #d1202f;}*/
.appointment-con-ul li input{margin-left:10px;}
.appointment-con-ul li:nth-child(3n){ margin-right:0;}
.appointment-con-but{  width:150px; margin:0 auto;}
.appointment-con-but button{background:#008843; border-radius:3px;font-size: 15px;letter-spacing: 3px; width:100%; text-align:center; border:none; height:40px; color:#fff; cursor: pointer;}
.current{ display:block;}
.appointment-con-c{ width:40%; height:40%;}
.f-btnbox{
    width: 200px !important;
    margin: auto;
}
.w191{
    width: 190px;
}
.appointment-box{
    position: relative;
}
.appointment-box-hover{
    background: #fff;
    position: absolute;
    font-size: 13px;
    display: none;
    left: 50%;
    transition: 0.3s;
    padding: 3px 5px;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    width: 174px;
    top: 68px;
    color: #008843;
    border: 1px #008843 solid;
    z-index: 10;
}
.current .appointment-icon:hover{
    background: #008843;
}
.appointment-box-hover:after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #008843 transparent;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.appointment-icon{
    display: block;
    width: 22px;
    height: 22px;
    background-color: #008843;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}
.appointment-icon img{
    width: 14px;

}
.webuploader-pick{
    font-weight: bold;
    padding: 8px 15px;
}
.current .appointment-icon{
    background-color: #ddd;
}
ul.pagination{
    overflow: hidden;
    text-align: center;
}
ul.pagination li{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px #ddd solid;
    margin: 0 5px; 
    transition: 0.3s;
}
ul.pagination li a{
    width: 100%;
    height: 100%;
    display: block;
}
ul.pagination li.disabled{
    background: #f7f7f7;
}

ul.pagination li.active{
    background: #008843;
    color: #fff;
}
ul.pagination li:hover{
    background: #008843;
    
}

 ul.pagination li:hover a{
    color: #fff;
 }

 .noreg{
    width: 80%;
    text-align: center;
    padding: 50px;
    border: 3px #008843 solid;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
    color: #008843;
    font-size: 24px;
    font-weight: bold;
}




.option-wrap{
    border:1px solid #f0f0f0;
    width:100%;
    overflow:hidden;
    padding:15px 30px;
    border-radius:5px;
}
.popup-box-reg{
    padding: 40px;
    line-height: 25px;
    font-size: 16px;
    background-color: #008843;
    color: #fff;
    font-weight: 300;
}
.popup-box-reg-h2{
    font-size:20px;
    text-align:center;
    margin-bottom:25px;
}
.popup-box-reg-tit{
 padding-left: 25%;
}
.popup-box-reg-tit .fa{
    width:14px;
    text-align:center;
    margin-right:10px;
}
.popup-box-reg-p{
    padding-left: 68px
}
.popup-box-reg-info{
    margin-top: 15px;
    padding-left: 25%;
}
.popup-box-reg-info .fa{
    width:14px;
    text-align:center;
    margin-right:10px;
}
.insidetit{
  padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #008843;
   
}

.Languageboxinside{
   display: inline-block;
    width: 132px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #008843;
    color: #fff;
    float: right;
    margin-top: 26px;
    margin-right: 20px;
    border-radius: 5px;
        font-size: 16px;
        transition: 0.3s;
}

.Languageboxinside:hover{
    background-color: #1a2023;
}
.databox{
    width: 100%;
    border-top: 1px #e4e4e4 solid;
    border-bottom: 1px #e4e4e4 solid;
    margin: 40px 0 !important;
    padding: 30px 0;

}

.databox .item{
    margin-bottom: 20px;
}

.databox .item:last-child{
    margin-bottom: 0;
}
.databox .labelbox{
     width: 100%;
overflow: hidden;
}
.databox .lab{
    margin-right: 40px;
    font-size: 16px;
    width: 180px;
    display: inline-block;
}
.databox .lab input{
    width: 18px;
    height: 18px;
    border: 1px #ddd solid;
    background-color: #fff;
   
}
.databox .lab span{
    padding-left: 6px;
}