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,select{
    outline: none;
    font:14px/1.7em arial,'微软雅黑',tahoma,宋体,sans-serif;

}
/*img{vertical-align:top;}*/
input,button{
    vertical-align:middle;
}
caption,th{
    text-align:left;
}
a{
    text-decoration:none;
    color:#666;
}
input::-webkit-input-placeholder{
    color: #333;
}
input:-moz-placeholder {
    color: #333;
}
input::-moz-placeholder {
    color: #333;
}
input::-ms-input-placeholder,
input::-o-input-placeholder{
    color:#333;
}

html{
    text-align:center;
}
body{
    font:14px/1.7em '微软雅黑',sans-serif,arial,tahoma,宋体;
    color:#50555f;
    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;
}
.fs16{
    font-size: 16px !important;
}
.btn{
    border:0;
    width: 100px;
    height: 34px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.btn-export{padding:0 10px;border-radius:2px;border:1px solid #d1202f;background:#fff;color:#d1202f;}
.btn-export:hover{background:#d1202f;color:#fff;}

/*版心*/
.w1100{
    width:1100px;
    margin:0 auto;
}

.rulebox{
    padding: 20px;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: #d00212 !important;
    background-color: #d00212 !important;
}
.red-txt{
    color: #d00212;
}
/*登陆界面*/
.login-bg{
    background:#efefef url(../images/Login_box_bg.jpg) center top no-repeat;
    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: #d1202f;
    line-height: 34px;
}
.logo-name-en{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.txt-white{
    color: #fff;
}
.redlink{
    color: #dd3033;
    background: url(../images/download_ico.png) no-repeat left center;
    padding-left: 22px;
}
.redlink:hover{
    color: #333;
    background-image: url(../images/download-img.png);
}
.logo-name-countdown{
    font-size: 14px;
    color: #d1202f;
}

.language-box{
    position: relative;
    width: 100px;
    height: 27px;
    line-height: 26px;
    box-sizing: border-box;
    border-radius: 18px;
    margin: 5px;
    background:#d1202f url(../images/language_ico.png) 70px center no-repeat;
    z-index: 10;
}
.language{
    display: block;
    font-size: 14px;
    color: #fff;
    text-indent: 20px;
    font-weight: bold;
}
.language-ul{
    position: absolute;
    top: 26px;
    left: 0;
    width: 100px;
    background: #d1202f;
    box-sizing: border-box;
    border-radius:0 0 18px 18px;
    display: none;
    padding-bottom: 10px;
}
.language-li{
    height: 28px;
    line-height: 28px;
    text-indent: 20px;
}

.language-li a{
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: bold;

}
.language-box:hover{
    border-radius: 18px 18px 0 0;
}
.language-box:hover .language-ul{
    display: block;
}

.login-box{
    width: 634px;
    height: 465px;
    margin: 0 auto;
    border: 3px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 150px;
}
.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;
}
.login-wrap{
    padding-top: 30px;
}
.login-form-name{
    font-size: 16px;
    color: #000;
    line-height: 32px;
    height: 32px;
}
.login-input{
    width: 100%;
    height: 30px;
    border: 0 none;
    margin-bottom: 20px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: 1px solid #d5d5d5;
}
.Captcha{
    width: 130px;
    height: 48px;
    overflow: hidden;
}
.Captcha img{
    display: block;
    width: 100%;
    height: 100%;
}
.login-captcha{
    width: 357px;
}
.forget-lab{
    margin-top: 20px;
    display: block;
}
.forget{
    color: #737373;
    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: 45%;
    height: 38px;
    background: #d1202f;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    line-height: inherit;
}
.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: #4386cc;
}
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: 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: 30px;
}
.header-subname{
    font-size: 18px;
}

/*侧边栏*/
.sidebar-box{
    position: absolute;
    width: 250px;
    background: #282828;
    height: 100%;
    min-height: 700px;
}
.sideBar-top{
    background: #d1202f;
    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: 54px;
    font-size: 16px;
    text-indent: 55px;
    line-height: 54px;
    background: #282828;
    font-weight: bold;
    border-bottom: 1px solid #3b3b3b;
    background-position: 25px center;
    background-repeat: no-repeat;
}
.current .nav,
.nav:hover{
    background-color: #fff;
}
.nav-exhibitors{
    background-image: url(../images/nav-Exhibitors-ico.png) ;
}
.nav-exhibitors:hover,
.current .nav-exhibitors{
    background-image: url(../images/nav-Exhibitors-ico2.png) ;
}

.nav-interact{
    background-image: url(../images/nav-interact-ico.png) ;
}
.nav-interact:hover,
.current .nav-interact{
    background-image: url(../images/nav-interact-ico2.png) ;
}
.nav-audience{
    background-image: url(../images/nav-audience-ico.png) ;
}
.nav-audience:hover,
.current .nav-audience{
    background-image: url(../images/nav-audience-ico2.png) ;
}
.nav-business{
    background-image: url(../images/nav-business.png) ;
}
.nav-business:hover,
.current .nav-business{
    background-image: url(../images/nav-business2.png) ;
}
.nav-contact{
    background-image: url(../images/nav-contact-ico.png) ;
}
.nav-contact:hover,
.current .nav-contact{
    background-image: url(../images/nav-contact-ico2.png) ;
}

.nav-guide{
    background-image: url(../images/nav-guide-ico.png) ;
}
.nav-guide:hover,
.current .nav-guide{
    background-image: url(../images/nav-guide-ico2.png) ;
}
.nav-download{
    background-image: url(../images/nav-download-ico.png) ;
}
.nav-download:hover,
.current .nav-download{
    background-image: url(../images/nav-download-ico2.png) ;
}
.nav-activities{
    background-image: url(../images/nav-activities-ico.png) ;
}
.nav-activities:hover,
.current .nav-activities{
    background-image: url(../images/nav-activities-ico2.png) ;
}
.nav-product{
    background-image: url(../images/nav-product-ico.png) ;
}
.nav-product:hover,
.current .nav-product{
    background-image: url(../images/nav-product-ico2.png) ;
}
.nav a{
    color: #fff;
    display: block;
    height: 54px;
    border-left: 3px solid #242b35;
    background-image: url(../images/nav2.png);
    background-position: 210px center;
    background-repeat: no-repeat;
}
.current .nav a,
.nav a:hover{
    border-color: #d1202f;
    color: #d1202f;
}
.current .nav a{
    background-image: url(../images/nav.png);
}
.sub-nav-box{

    display: none;
}
.sub-nav{
   
    padding: 10px 0 10px 30px;
    font-size: 16px;
    color: #fff;
    background: url(../images/sub-nav.png) 15px center no-repeat;
    border-bottom: 1px solid #3b3b3b;
}
.sub-nav a{
    display: block;
   
    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: #d1202f;
}
.required-txt{
    background: #d20111;
    padding: 3px 10px;
    color: #fff;
    font-size: 12px;
}
.sub-nav:hover .required-txt{
    color: #fff;
}

/*内容*/
.required-box li{
    position: relative;
    width: 211px;
    height: 100px;
    line-height: 100px;
    /*border: 1px solid #dedede;*/
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin-right: 15px;
    margin-bottom:15px;
}
.required-box li:nth-of-type(4n){
    margin-right: 0px;
}
.required-box a{
    color: #333;
}
.required-box .required-txt{
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 10px;
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.master-box{
    margin-top: -25px;
    min-height: 700px;
    position: relative;
}

.master{
    width: 850px;
    margin-left: 265px;
    margin-top: 25px;
    background: #fff;
    min-height: 700px;
}
.master-hd{
    height: 85px;
    background: #efefef;
}
.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;
}

.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;
}
.master-bd{
    padding: 55px 29px;
}
.index-master-bd{
    padding-top: 29px;
}
.index-master-top{
    height: 168px;
    padding-top: 39px;
    box-sizing: border-box;
    padding-left: 60px;
    border-radius: 4px;
    background: url(../images/index-master-top.png) center center no-repeat;
}
.index-master-name{
    font-size: 17px;
    color: #363636;
}
.fs30{
    font-size: 30px;
    color: #d1202f;
    line-height: 42px;
}
.shadow{
    box-shadow: 0 1px 2px #ccc;
}
.index-master-tiem{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.attend-btn{
    width: 130px;
    height: 36px;
    border-radius: 20px;
    background: #3493dd;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    margin: 10px;
}
.attend-btn:hover{
    background: #318bd2;
}
.mt30{
    margin-top: 30px;
}
.index-box3{
    width: 245px;
    height: 216px;
    margin-right: 28px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 22px;
}
.index-box3:last-of-type{
    margin-right: 0;
}
.message-ico{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.file{
    background: #ff5d5d url(../images/File.png) center center no-repeat;
}
.pool{
    background: #7ec5f7 url(../images/pool.png) center center no-repeat;
}
.chart{
    background: #4addb5 url(../images/chart.png) center center no-repeat;
}
.message-name{
    height: 60px;
    line-height: 60px;
    padding-left: 80px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.message-master{
    padding-top: 25px;
    word-break:break-all;
}
.company-name{
    font-size: 14px;
    color: #444;
}
.lh46{
    line-height: 36px;
}
.index-box2{
    width: 383px;
    height: 216px;
    margin-right: 25px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 22px;
}
.index-box2:nth-of-type(2n){
    margin-right: 0;
}
.index-title18{
    font-size: 17px;
    color: #373737;
    font-weight: bold;
}
.prompt{
    display: inline-block;
    min-width: 44px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border: 1px solid #d70b0e;
    color: #d70b0e;
    border-radius: 15px;
    padding: 0 10px;
}
.prompt:hover{
    background: #d70b0e;
    color: #fff;
}
.gray{
    color: #696969;
    border-color: #e0e0e0;
}
.gray:hover{
    background: #e0e0e0;
    color: #fff;
}

.schedule-name{
    font-size: 16px;
    color: #000;
    width: 90px;
    height: 35px;
    line-height: 35px;
}
.schedule{
    margin: 10px 0;
}
.schedule-base{
    position: relative;
    width: 245px;
    height: 6px;
    border-radius: 3px;
    background: #f1f1f1;
    margin: 15px 0;
}
.schedule-superstratum{
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 6px;
    max-width: 100%;
    border-radius: 3px;
    background: #2a4080;
}
.print-schedule{
    width: 70%;
}
.exhibit-schedule{
    width: 50%;
}
.print-schedule-base{
    z-index: 100;
}
.schedule-text{
    position: absolute;
    top: 10px;
    width: 46px;
    height: 28px;
    line-height: 28px;
    margin-left: -23px;
    background: url(../images/schedule-text.png) center top no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 3px;
    display: none;
}
.schedule:hover .schedule-text{
    display: block;
}
.word{
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
    list-style: inside;
    text-indent: 10px;
    color: #c2c2c2;
}
.not-word.word{
    color: #da0000;
}
.word-a{
    width: 210px;
    display: inline-block;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    line-height: 12px;
}
.word-time{
    color: #c2c2c2;
}
.not-word .word-a:hover{
    color: #da0000;
}
.more-btn{
    background: #d1202f;
    border-color: #d1202f;
    color: #fff;
}
.more-btn:hover{
    background: #e96873;
    border-color: #e96873;
}
.index-subscribe-box{
    background: #fff;
}
.index-subscribe-box .index-title18-box{
    padding: 15px 22px;
}
.index-subscribe-tab th,
.index-subscribe-tab td{
    border-top: 1px solid #dedede;
    padding: 20px;
}
.index-subscribe-tab th{
    font-size: 16px;
    color: #373737;
    font-weight: bold;
}
.index-subscribe-tab tr:nth-of-type(2n) td{
    background: #f8f9fb;
}
.master-bd-top{
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.top-prompt{
    color: #808080;
}
.attention{
    color: #dd3033;
}
.form-box{
    padding: 50px 100px;
}

.form-name{
    font-size: 14px;
    color: #313131;
    width: 100px;
    padding-right: 10px;
    height: 44px;
    line-height: 44px;
}
.form-row-box{
    width: 465px;
}
.form-input{
    width: 100%;
    height: 44px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background: #f8f8f8;

    -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.form-row{
    margin-bottom: 18px;

    -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.form-input5{
    width: 226px;
    margin-right: 10px;
}
.form-input5:nth-of-type(2n){
    margin-right: 0;
}
.form-select{
    outline: none;
    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;
}

.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: 120px;
    resize: none;
}
.checkbox-box{
    width: 33.333%;
    height: 44px;
    line-height: 44px;
}
.form-checkbox{
    margin: 0 10px;
    margin-top: -2px;
}
.form-input-file{
    width: 87px;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.form-input-file-btn{
    position: relative;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background: #f8f8f8;
    text-align: center;
    width: 87px;
}
.layout{
    color: #a7a7a7;
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
}
.logo-layout-box{
    display: table;
    height: 48px;
    width: 147px;
    border: 1px solid #f0f0f0;
    text-align: center;
    overflow: hidden;
}
.logo-layout{
    display: table-cell;
    height: 48px;
    width: 147px;
    vertical-align: middle;
}
.logo-layout img{
    max-width: 147px;
    max-height: 48px;
    display: inline-block;
    margin-bottom: -8px;
}
.btn-box{
    border-top: 1px solid #f0f0f0;
    padding: 50px 100px 0;
}
.form-btn{
    width: 200px;
    height: 44px;
    line-height: 44px;
    border:1px solid #f0f0f0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 20px;
}
.save-btn{
    background: #d1202f;
    border-color: #d1202f;
}
.save-btn:hover{
    background: #de2333;
    border-color: #de2333;
}
.submit-btn{
    color: #2b303e;
    border-color: #2b303e;
}
.submit-btn:hover{
    color: #fff;
    background: #2b303e;
}
.save-text{
    padding-top: 20px;
    color: #9e9e9e;
}

.news-search{
    height: 36px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin-right: 10px;
}
.margin0{
    margin: 0;
}
.news-btn{
    width: 79px;
    height: 36px;
    border-radius: 3px;
    padding: 0 10px;
    background: #d1202f;
    color: #fff;
}
.news-btn:hover{
    background-color: #de2434;
    color: #fff;
}
.addbtn{
    /* width: 146px; */
    border: 1px solid #d1202f;
    color: #d1202f;
    /* background: url(../images/addbtn-ico.png) 20px center no-repeat; */
    /* text-indent: 25px; */
    background:#fff;
}
.pt50{
    padding-top: 50px;
}
.news-tab th{
    height: 47px;
    background: #f8f8f8;
    border-right: 1px solid #eef4f9;
    color: #2b333e;
    text-align: center;
    padding-left: 10px;
}
.news-tab td{
    min-height: 60px;
    padding: 15px 0;
    text-align: center;
    padding-left: 10px;
}
.news-tab tr:nth-of-type(2n-1) td{
    background: #f8f8f8;
}
.news-tab .txt-l{
    text-align: left;
}
.fs12{
    font-size: 12px;
}
.lh18{
    line-height: 18px;
}
.txt-gray{
    color: #b7b7b7;
}
.txt-fail{
    color: #ce201f;
}
.txt-succeed{
    color: #488fcd;
}
.tab-btn{
    width: 19px;
    height: 19px;
    display: -webkit-inline-box;
}
.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;
}
.news-ft{
    padding: 40px 0;
}
.delete-btn{
    width: 82px;
    height: 32px;
    line-height: 32px;
    color: #2b333e;
    margin: 0 20px;
    border-radius: 2px;
    background: #eeeeee;
    font-weight: bold;
}
.delete-btn:hover{
    background: #e4e4e4;
}
.recom-check-btn{
    font-size: 20px !important;
    color: #3f99d8;
}
.recom-nocheck-btn{
    font-size: 20px !important;
    color: #d1202f;
}
#Overlayi
{
    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;
}


.paging {
    text-align: center;
}

.paging .next,
.paging .prev {
    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;
}
.paging .next{
    background-image: url(../images/paging-next.png);
}
.paging .prev{
    background-image: url(../images/paging-prev.png);
}
.paging .curr {
    background: #d1202f;
    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: #d1202f;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    border-radius: 5px;
}
.paging .pages{
    font-family: '微软雅黑';
    color: #666;
    cursor: inherit;
}

.textarea-astrict{
    font-size: 12px;
    color: #a7a7a7;
    text-align: right;
}

.title16{
    font-size: 16px;
    font-weight: bold;
}
.mt10{
    margin-top: 10px;
}
.bor{
    border: 1px solid #dedede;
}
.release-wait{
    padding: 30px 35px;
    border-bottom: 1px solid #dedede;
}
.release-wait:last-of-type{
    border-bottom: 0;
}
.release-title,
.release-title a{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.release-txt{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    margin-top: 10px;
}
.margin-r20{
    margin-right: 20px;
}
.apply-top-btn{
    display: inline;
    color: #3f99d8;
    text-decoration: underline;
    background: none;
}
.apply-top-btn:hover{
    text-decoration: none;
}
.verify-btn{
    width: 100px;
    height: 36px;
    border-radius: 2px;
    background: #d1d1d1;
    font-weight: bold;
    color: #fff;
}
.submit-verify-btn{
    background: #d12030;
}
.submit-verify-btn:hover{
    background: #d82031;
}
.release-already{
    width: 690px;
}
a.see-btn{
    background: url(../images/see-btn.png) center center no-repeat;
}
a.tab-btn{
    margin-bottom: -4px;
}
.fs16{
    font-size: 16px;
    color: #414141;
}
.area-tab{
    border: 1px solid #dedede;
}
.area-tab td{
    height: 40px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding:10px;
}
.form-input-surpassshort{
    width: 73px;
}
.date-btn{
    height: 35px;
    background: #939393;
    margin-left: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.date-btn:hover,.date-btn.current{
    background: #3f99d8;
}
.invite-btn{
    height: 35px;
    box-sizing: border-box;
    border:1px solid #d1202f;
    color: #d1202f;
    border-radius: 3px;
    background: none;
    font-size: 16px;
}
.invite-btn:hover{
    background: #d1202f;
    color: #fff;
}
.subscribe-tab td,
.subscribe-tab th{
    text-align: left;
}
.message-box{
    padding: 20px 20px;
    list-style: inside;
    text-indent: 0;
}
.message-div{
    width: 730px;
}
.all-btn{
    width: auto;
    padding: 0;
}
.message-ft{
    vertical-align: middle;
}
.message-ft-ico{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: -4px;
}
.phone-ico{
    background: url(../images/phone-ico.png) center center no-repeat;
}
.email-ico{
    background: url(../images/email-ico.png) center center no-repeat;
}
.message-ft-ico-box{
    min-width: 120px;
    color: #666;
}
.contact-l{
    width: 30%;
}
.contact-r{
    width: 60%;
}
.contact-text{
    line-height: 26px;
    color: #5f5f5f;
}
a.mail-txt{
    color: #1f95d3;
    text-decoration: underline;
}
a.mail-txt:hover{
    text-decoration: none;
}

.bt4{
    border-top: 4px solid #d1202f;
}
.contact-title{
    font-weight: bold;
    color: #333;
}
.pt20{
    padding-top: 20px;
}
.contact-box2-padding{
    padding: 30px 53px;
}
.consult-row-box{
    width: 680px;
}
.download-h{
    height: auto;
}
.download-txt{
    width: 245px;
    padding-left: 30px;
}
.download-name{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
a.download:hover{
    color: #3f99d8;
}
.download-ico{
    background-color: #d12030;
    background-position: center;
    background-repeat: no-repeat;
}
.pdf-ico{
    background-image: url(../images/pdf.png);
}
.word-ico{
    background-image: url(../images/w.png);
}
.jpg-ico{
    background-image: url(../images/jpg.png);
}
.png-ico{
    background-image: url(../images/png.png);
}
.exel-ico{
    background-image: url(../images/exe.png);
}
.rar-ico{
    background-image: url(../images/rar.png);
}
.ai-ico{
    background-image: url(../images/ai.png);
}

.gif-ico{
    background-image: url(../images/gif.png);
}
.ticket-prompt{
    margin-bottom: 20px;
}

img.ticket-img{
    width: 100%;
    display: block;
}

.master-bd-top{
    font-size: 16px;
    font-weight: bold;
}

.index-notattend-box{
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
.index-notattend-title{
    font-size: 24px;
    color: #000;
    line-height: 35px;
}
.index-notattend {
    background: #d1202f;
    height: 35px;
    border-radius: 0 20px 20px 0;
    margin: 50px 0;
    margin-left: 30px;
}
.index-notattend-step{
    width: 33.3%;
}
.notattend-step-digit{
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    float: left;
    border:3px solid #ffb7bd;
    background: #fff;
    color: #d1202f;
    font-size: 24px;
    margin-left: -23px;
    margin-top: -14px;
    font-family: 'Book Antiqua','宋体';
    font-weight: bold;
}
.notattend-step-txt{
    font-size: 16px;
    color: #fff;
    height: 35px;
    line-height: 34px;
    margin-left: 15px;
    font-weight: bold;
}
.notattend-step-txt:hover{
    text-decoration: underline;
}

.index-electron-box{
    padding: 26px;
    background: #fff;
    border-radius: 3px;
}
.electron-hint{
    padding: 20px 0;
}
.electron-img-box{
    position: relative;
    width: 566px;
    height: 202px;
}
.electron-uploading-box{
    position: absolute;
    top: 25px;
    right: 20px;
    height: 155px;
    width: 155px;
}
.electron-uploading{
    width: 155px;
    height: 155px;
    color: #1f95d3;
    font-size: 16px;
    line-height: 155px;
    text-align: center;
    border-radius: 10px;
    display: block;
    opacity: 0;
}
.electron-uploading-box:hover .electron-uploading{
    background: rgba(0,0,0,0.3);
    color: #fff;
    opacity: 1;
}
.electron-download{
    margin-top: 180px;
    padding-left: 20px;
}
.electron-download a{
    color: #d1202f;
    text-decoration: underline;
    font-size: 16px;

}
.electron-download a:hover,
.electron-download-ai:hover{
    text-decoration: none;
}
.electron-download-ai{
    color: #d1202f;
    text-decoration: underline;
}

.password-username-row .form-row-box{
    color: #313131;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    width: auto;
}

.password-name{
    color: #000;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: auto;
    padding-right: 15px;
}
.password-wrap{
    width: 492px;
    margin: 0 auto;
}
.password-input{
    background: #f6f6f6 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 0 1px 2px #ccc inset;
    box-sizing: border-box;
    font-size: 16px;
    height: 48px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}
.username-row{
    padding-bottom: 30px;
}
.password-btn{
    background: #d1202f none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 38px;
    margin-top: 42px;
    width: 100%;
}
.password-btn:hover{
    background: #e96873;
}
.top-prompt-hint{
    color: #414141;
    font-size: 16px;
    font-weight: normal;
}
.top-prompt-attention{
    font-size: 16px;
    font-weight: normal;
}
.top-prompt-hint-add{
    font-weight: bold;
    color: #dd3033;
    text-decoration: underline;
}
.top-prompt-hint-add:hover{
    text-decoration: none;
}
.subscribe-top-text{
    font-size: 16px;
    color: #d1202f;
    font-weight: bold;
    padding-top: 5px;
}
.subscribe-top-text span{
    font-size: 20px;
}
.email-a{
    color: #4c4c4c;
    text-decoration: underline;
}
.master-bd-top{
    /* padding-bottom: 25px; */
}
.delete-btn{
    width: 90px;
    color: #e32c2f;
    border:1px solid #e32c2f;
    /* background: url(../images/delete-ico.png) 15px center no-repeat; */
    background:#fff;
    line-height: normal;
    /* text-indent: 20px; */
}
.delete-btn:hover{
    color: #fff;
    /* background:#ff7476 url(../images/delete-ico.png) 15px center no-repeat; */
    background:#ff7476;
}

.batch-btn{
    width: 200px;
    /* background-image: url(../images/batch-btn.png); */
    margin-left: 20px;
    height: 38px;
}
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: 100;
    display: none;
}
.batch-popup{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 790px;
    height: 350px;
    margin-left: -270px;
    margin-top: -175px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.batch-popup-hd{
    height: 60px;
    background: #dbebf9;
    line-height: 60px;
}
.batch-hd{
    padding-left: 30px;
    font-size: 20px;
    color: #242424;
    font-weight: bold;
}
.batch-popup-bd{
    padding: 30px;
}
.batch-notattend{
    height: 90px;
    border-radius:20px;
    margin-left: 0;
}
.batch-notattend .notattend-step-digit{
    margin-left: 0;
}
.step-r{
    margin-left: 60px;
}
.step-r-title{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
.step-btn{
    position: relative;
    width: 122px;
    height: 28px;
    background: #fff;
    color: #3493dd;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 28px;
    text-decoration: underline;
    border-radius: 2px;
}
.step-btn:hover{
    text-decoration: none;
}
.step-btn-file{
    position: absolute;
    left: 0;
    top: 0;
    width: 122px;
    height: 28px;
    opacity: 0;
    cursor: pointer;
}
.step-text{
    color: #fff;
}
.popup-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/popup-close.png) center center no-repeat;
    cursor: pointer;
}
.application-blank-title{
    font-size: 16px;
    line-height: 34px;
    color: #303030;
    margin: 10px 0;
}
.application-blank-title span.attention{
    font-size: 14px;
}
.application-blan-tab{
    border:1px solid #dedede;
    border-radius: 3px;
    background: #f9f9f9;
    border-bottom: 0;
}
.application-blan-tab th,
.application-blan-tab td{
    padding: 15px 30px;
    color: #797979;
}
.application-blan-tab td{
    border-left:1px solid #dedede;
    border-bottom:1px solid #dedede;
}
.application-blan-tab th{
    border-bottom:1px solid #dedede;
    font-weight: bold;
}


.guide-box{
    border:1px solid #dedede;
}
.guide-title-box{
    height: 60px;
    border-bottom: 1px solid #dedede;
    background: #f8f8f8;
    padding: 0 30px;
}
.guide-title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}
.guide-bd{
    padding: 30px 50px;
}
.guide-li{
    background: url(../images/guide-li.png) left 8px no-repeat;
    padding-left: 25px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.guide-a{
    color: #333;
    max-width: 320px;
    display: inline-block;
}
.guide-half{
    width: 50%;
}
.guide-li:hover a.guide-a{
    color: #3f99d8;
    text-decoration: underline;
}
.guide-li:hover{
    background: url(../images/guide-li2.png) left 8px no-repeat;
}

.classify-ul{
    margin-left: 200px;
}
.classify-name{
    width: 200px;
    font-size: 16px;
}
.guide-classify-name{
    line-height: 26px;
    margin-bottom: 10px;
}
.guide-classify-box{
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dedede;
}
.guide-classify-box:last-of-type{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.return-login-btn{
    width: 130px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    background: #f8f8f8 url(../images/return-login.png) 20px center no-repeat;
    color: #d41400;
    text-indent: 15px;
}
.return-login-btn:hover{
    background-color: #efefef;
}
.forget-hint{
    font-size: 16px;
    color: #4e4e4e;
    line-height: 40px;
    margin: 15px 0 20px;
}
.forget-contact{
    padding-top: 50px;
    font-size: 14px;
    color: #999;
}
.forget-contact a{
    color: #1f95d3;
}
.forget-btn{
    margin-top: 20px;
}

.electron-img-box{
    border-radius: 20px;
    border:1px solid #d1202f;
    overflow: hidden;
}

.return-list-btn{
    min-width: 106px;
    color: #848484;
    height: 33px;
    background: #ececec;
}
.return-list-btn:hover{
    background: #e0e0e0;
}
.return-list-btn{
    color: #333;
    border-radius: 3px;
    height: 33px;
}
.master-bd-top .attention{
    font-weight: normal;
}
.top-prompt-hint-add{
    text-decoration: none;
}
.invite-btn{
    line-height: normal;
}
.addbtn:hover{
    /* background-image: url(../images/icon.png); */
    background-color: #d1202f;
}
.delete-btn{
    font-weight: normal;
}
.delete-btn:hover{
    /* background-image: url(../images/icon2.png); */
    background-color: #d1202f;
}
.batch-btn:hover{
    /* background-image: url(../images/icon3.png); */
}
.batch-btn{
    min-width: 200px;
    width: auto;
}
.addbtn{
    /* min-width: 146px; */
    width: auto;
}
a.addbtn{
    line-height: 36px;
}
.master-bd:nth-of-type(n+3){
    padding-top: 0;
}
.area-tab{
    border-bottom: 0;
}
.area-tab td:last-of-type{
    border-right: 0;
}


/*4.25晚*/
.contact-box2-padding{
    padding: 50px;
    padding-top: 30px;
}
.contact-box2-padding .pt20{
    overflow: hidden;
    padding-top: 30px;
}
.contact-box2-padding .pt20 .contact-text{
    float: left;
    margin-right: 32px;
}


/*修改国家input插件*/
.nav-box .nav-li.current .current.sub-nav,
.nav-box .nav-li.current .current.sub-nav a{
    color: #d1202f !important;
}

.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;
}

.chk-list-containder .listTopItem{

}
.chk-list-containder li label{

}
.ActivateBadges{
    width: 32px;
    height: 19px;
    overflow: hidden;
    text-indent: 100px;
    background: url(../images/icon4.png)left center no-repeat;
}
.ActivateBadges.Activated{
    background: url(../images/icon5.png)left center no-repeat;
}


/*4.27*/
.form-name{
    width: 130px;
}
.form-box{
    padding: 50px 80px;
}
.top-prompt{
    font-size: 14px;
    color: #414141;
    font-weight: normal;
}
.master-bd-top{
    font-weight: normal;
}
.master-bd-top .attention{
    font-size: 14px;
}
.consult-row-box{
    width: 640px;
}
.not-btn{
    background-color: #c1c1c1;
    border: 1px solid #c1c1c1;
}
.not-btn:hover{
    background-color: #c1c1c1;
    border: 1px solid #c1c1c1;
}
.form-row-reminder .ProductCate{
    margin-right: 10px;
}
.form-row-reminder{
    margin-bottom: 0;
    height: 40px;
}
.form-row-reminder .form-name{
    height: 30px;
}
.btnSendVipBadge{
    width: auto;
    min-width: 120px;
}
.contact-l{
    width: 33%;
}


/*vip再次邀请按钮的当前届样式*/
.btn-disabled{
    background: #dedede;
    border-color: #dedede;
    color: #666;
    cursor: not-allowed;
}
.btn-disabled:hover{
    background: #dedede;
    border-color: #dedede;
    color: #666;
    cursor: not-allowed;
}
.batch-btn{
    background-position:15px center;
    }

.addbtn{
    text-align:left;
    text-indent:5px;
    padding-right:20px;
    min-width:inherit;}
.form-name{
    font-size: 14px;
}
.crumbs a{
    color: #000;
}

.w100{
    width: 100px;
}
.w150{
    width: 150px;
}
.w200{
    width: 200px;
}
.mr3{
    margin-right: 3px;
}
.chk{
    margin-right: 5px;
}

.master-bd-top .attention{
    /* margin-bottom: -9px; */
    margin-top: 25px;
    background: #d5000a;
    color: #fff;
    float: left;
    padding: 2px 8px;
    font-size: 14px;
    letter-spacing:1px;
}

.prompt-Fascia-tit{
    line-height:30px;
    width:100%;
    overflow:hidden;
    text-indent: 145px;
}

.login-hint-box{
    position: relative;
}
.login-hint-box .attention{
    position: absolute;
    right: 0;
    bottom: 25px;
}
.logo{
    width: 180px;
}
.logo a img{
    width: 100%;
    border:2px solid #fff;
    box-sizing: border-box;
}

.comp_form_edit{color:#1580cb;text-decoration:underline;cursor:pointer;}

.btn-export{padding:0 10px;border-radius:2px;border:1px solid #d1202f;background:#fff;color:#d1202f;}
.btn-export:hover{background:#d1202f;color:#fff;}

.electron-img-box{
    margin: 0 auto;
    }
.electron-download{
    margin-top:24px;text-align:center;}




/*添加同期活动*/
.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;
}
.activity-tab .blue-td td{
    border-color: #d1202f;
}
.appointment-btn{
    width: 170px;
    height: 44px;
    line-height:44px;
    border-radius: 4px;
    border: 1px solid #d1202f;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #d1202f;
    color: #fff;
}
.activity-hint{
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}
.appointment-btn:hover{
    background-color: #e23241;
    border-color: #e23241;
}

.appointment-btn.second{
    background:#fff;
    border:1px solid #d1202f;
    color:#d1202f;
}




.serve-hd-r{
    width: 400px;
    padding-top: 80px;
}
.dot-bg{
    background: url(../images/dot-bg.png) repeat-x;
    margin: 30px 0;
    height: 10px;
}
.serve-box{
    width: 720px;
    margin: 0 auto;
}
.serve-hd-title{
    font-size: 36px;
    font-weight: normal;
    color: #333;
}
.txt-blue{
    color: #3393dd;
}
.serve-hd-txt{
    color: #333;
    line-height: 26px;
}
.serve-bd-title{
    text-align: center;
    margin: 30px 0;
}
.serve-bd-ul li{
    margin: 30px 110px;
}
.serve-bd-ico{
    width: 102px;
    height: 102px;
    background-position: center center;
    background-repeat: no-repeat;
}
.serve-ico1{
    background-image: url(../images/serve-ico1.png);
}
.serve-ico2{
    background-image: url(../images/serve-ico2.png);
}
.serve-ico3{
    background-image: url(../images/serve-ico3.png);
}
.serve-ico4{
    background-image: url(../images/serve-ico4.png);
}

.serve-bd-l{
    text-align: right;
    width: 350px;
    padding-right: 30px;
    height: 102px;
    display: table-cell;
    vertical-align: middle;
}
.serve-bd-l-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}
.txt-red{
    color: #d1202f;
}
.txt-orange{
    color: #ffa800;
}
.txt-green{
    color: #81c16d;
}
.serve-bd-txt{
    font-size: 14px;
    color: #333;
    line-height: 28px;
}


.serve-flow{
    padding-top: 30px;
}
.serve-flow-box{
    position: relative;
    margin: 30px 0;
}
.serve-flow-hr{
    font-size: 1px;
    border:0;
    border-bottom: 1px solid #999;
    position: absolute;
    top: 62px;
    width: 100%;
}
.serve-flow-ul{
    position: relative;
    padding: 0 20px;
}
.serve-flow-ul li{
    width: 106px;
    height: 106px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    margin: 10px 15px ;
    box-sizing: border-box;
    padding-top: 23px;
    background: url(../images/serve-flow-bg2.png) center center no-repeat;
}
.serve-flow-ul li:nth-last-of-type(2n){
    background: url(../images/serve-flow-bg1.png) center center no-repeat;
}
.serve-btn-box{
    background: #f8f8f8;
    padding: 45px;
    margin: 60px 0;
    text-align: center;
}
.serve-btn{
    min-width: 260px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #d1202f;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.serve-btn:hover{
    background: #dd2232;
}
.serve-bd-title-box{
    padding: 50px 0 30px;
}
.serve-bd-title{
    font-size: 36px;
    color: #333;
    width: 210px;
    margin: 0 auto;
    background: #fff;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    margin-top: -56px;
}
.serve-flow-title{
    padding-left: 70px;
    height: 68px;
    line-height: 68px;
    font-size: 30px;
    font-weight: normal;
    background: url(../images/serve-flow-title-bg.jpg) left center no-repeat;
}

.index-popup-box{
    display: block;
}
.index-popup{
    position: absolute;
    width: 500px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -100px;
    background: #fff;
    border-radius: 5px;;
    box-shadow: 0 0 5px #333;
    text-align: center;
}
.index-popup-title{
    font-size: 18px;
    color: #d1202f;
    margin: 40px 0 30px;
}

.logo-layout-box img{
    display: inline-block;
    margin-bottom: -8px;
    max-width: 147px;
}




/*微信邀请函*/
.invitation-box{
    background: url(../images/invitation-bg.jpg);
}
.invitation-box-mobile{
    width: 640px;
    margin: 0 auto;
    padding: 30px 0;
}
.invitation-top-title{
    margin: 30px 0;
    width: 100%;
    text-align: center;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.invitation-top-title-l{
    display: inline-block;
    padding-left: 40px;
    background: url(../images/top-title-l.png) left center no-repeat;
    transform: skew(-15deg);
    -ms-transform: skew(-15deg);    /* IE 9 */
    -webkit-transform: skew(-15deg);    /* Safari and Chrome */
    -o-transform: skew(-15deg); /* Opera */
    -moz-transform: skew(-15deg);   /* Firefox */
}
.invitation-top-title-r{
    padding-right: 40px;
    background: url(../images/top-title-r.png) right center no-repeat;
    height: 120px;
}
.invitation-top-title-name{
    font-size: 30px;
    color: #000;
    padding-top: 15px;
    line-height: 34px;
    text-align: left;
    font-family: "微软雅黑";
}
.invitation-top-title-txt{
    margin-top: 10px;
}

.red{
    color: #d4150b;
}


.invitation-img-box{
    text-align: center;
    width: 640px;
    margin: 0 auto 10px;
    position: relative;
}
.invitation-img-bg{
    margin: 0 50px;
    background: #000;
    position: absolute;
    height: 100%;
    width: 540px;
}
.invitation-img{
    margin: 8px 0;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
    max-width: 640px;
    max-height: 376px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}


.file-btn-bg{
    width: 200px;
    height: 38px;
    border-radius: 30px;
    background: #d1202f;
    text-align: center;
    position: relative;
    color: #fff;
    line-height: 38px;
    overflow: hidden;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
}
.file-btn{
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 38px;
    opacity: 0;
    cursor: pointer;

}

.invitation-btn-box{
    margin: 30px 0;
    text-align: center;
}

.invitation-txt{
    width: 540px;
    margin: 20px auto;
}
.AboutUs-title{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.invitation-textarea-box{

}
.invitation-textarea{
    width: 100%;
    height: 200px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    resize: none;
}
.invitation-txt-num{
    font-size: 14xp;

}
.invitation-txt-num span{
    font-size: 20px;
}
.invitation-submit-brn{
    width: 200px;
    height: 38px;
    border-radius: 30px;
    background: #d1202f;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

.invitation-check{
    padding: 20px;
    text-align: center;
}
.invitation-check-txt{
    font-size: 14px;
    color: #666;

}
.invitation-check-link{
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
}
.ewm-box{
    width: 157px;
    height: 157px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    margin: 30px auto;
}


/*服务专员 首页弹窗*/
.index-serve-box{
    display: block;
}
.index-serve-popup{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -150px;
    width: 500px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px #333;
}
.index-serve-txt-box{
    padding: 35px 40px;
}
.index-serve-title{
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.index-serve-txt{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.index-serve-btn{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #d12030;
    background: #eaeaea;
    cursor: pointer;
}
.index-serve-btn:hover{
    background: #dcdcdc;
}
.index-serve-close{
    position: absolute;
    right: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #d12030;
    font-family: '宋体';
    color: #fff;
    cursor: pointer;
    font-size: 38px;
    text-shadow: 0 0 2px #333;
}

/*服务专员*/
.half-box{
    width: 50%;
}
.attache-title{
    font-size: 17px;
    color: #363636;
    margin-bottom: 10px;
    font-weight: normal;
}
.attache-row{
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}


.file-btn-bg{
    display: inline-block;
}

.btn-remove{
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 200px;
    border: 0;
    margin-top: -30px;
    margin-left: 30px;
    cursor: pointer;
}
.AboutUs-title-input{
    width: 60%;
    height: 32px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.AboutUs-title span{
    font-size: 14px;
}


.AboutUs-img-suggest{
    font-size: 14px;
    color: #999;
    text-align: right;
    padding-right: 20px;

}
.AboutUs-img-prompt{
    font-size: 18px;
    text-align: center;
    color: #666;
    margin-top: 15px;
}







.fund-type{
    margin: 10px 0;
}
.fund-type label{
    margin-right: 30px;
}
.fund-type label .form-checkbox{
    margin-left: 0;
}
#boothApply{
    width: 500px;
}
.textarea-astrict{
    margin-top: 10px;
}
.layout{
    padding-left: 0;
}
.form-input-file-btn{
    margin-right: 20px;
}
.Booth-txt{
    color: #a7a7a7;
    margin: 20px 0;
}
.foreign-capital-p{
    color: #333;
}
.foreign-capital-p label{
    width: 50%;
    float: left;
    margin: 5px 0;
}





#boothApply{
    width: 560px;
}
.textarea-astrict2{
    margin-right: 15px;
    margin-top: 10px;
}


.checkbox-box{
    width: 50%;
}
.apply-for-box .form-box{
    padding-right: 60px !important;
}




/* 修改申请表单的展示范围 */


.form-input-surpassshort{
    width: 50px;
}



.logo-layout-box{
    height: auto;
    line-height: 0;
}
.logo-layout-box a{
    vertical-align: middle;
}
.logo-layout{
    height: 80px;
    line-height: 0;
}
.logo-layout-box img{
    margin-bottom: 0;
}




/* 16.10.11 手机显示问题 */
.login-bg,header,footer{
    min-width: 1100px;
}
.sidebar-box{
    width: 235px;
}
.nav a{
    background-position-x:200px;
}
.master{
    margin-left: 250px;
}



/*20170313*/
.electron-tab{
   height:57px;
   line-height:57px;
}
.electron-tab-title{
    float:left;
    width:50%;
    display:block;
    text-align:center;
    color:#666;
    border-bottom:1px solid #dedede;
}
.electron-tab-title.curr{
    font-weight:bold;
    color:#282828;
    border-bottom:1px solid #282828;
}
.index-electron-box-2 .electron-img-box{
    width:358px;
    height:574px;
}
.index-electron-box-2 .electron-uploading-box{
    top:22px;
    right:102px;
}









/*登录*/
/*20170508*/
body{
    height:100%;
}
.login-bg{
    background-size: cover;
    background-attachment: fixed;
}
.login-box{
    /*height:auto;*/
    margin-bottom:auto;
    width:1066px;
    height:600px;
    border-radius:0;
}
.login-top{
    width:945px;
    padding:20px 0 20px;
}
.login-left{
    position: relative;
    width:630px;
    height:100%;
    box-sizing:border-box;
    padding:60px 20px 60px 90px;
    background:url(../images/login-left.jpg) no-repeat right;
    color:#FFF;
    border-radius:0 7px 7px 0;
    overflow:hidden;
}
.login-right{
    position: relative;
    width:436px;
    height:100%;
    background:#FFF;
    box-sizing:border-box;
    padding:60px 40px 60px 40px;
}
.login-top-title{
    text-align:left;
    margin:15px 0 0 20px;
}
.login-title-h3{
    font-size:24px;
    line-height:24px;
    padding:10px 0;
    font-weight: normal;
}
.login-title-h4{
    font-size:32px;
    line-height:24px;
    padding:10px 0;
    font-weight: normal;
}
.login-no-accout{
    font-size:30px;
    line-height:24px;
    padding:10px 0;
    margin-bottom:20px;
    font-weight:normal;
}
.login-p{
    font-size:16px;
}
.login-title-h1{
    font-size:36px;
    color:#000;
    line-height:33px;
    /* margin-top:50px; */
    font-weight:normal;
}
.login-btn{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: block;
    width:360px;
    height:60px;
    line-height: 60px;
    border-radius: 5px;
    color: #FFF;
    background-color: #d20111;
    font-size: 24px;
    font-weight: normal;
    margin:0 auto;
    border:2px solid #d20111;
    /* box-shadow: 0 0 10px 2px rgba(210,1,17,.5); */
}
.login-btn:hover{
    background-color: #d20111;
}
.login-apply-btn{
    color: #d20111;
    background-color: #FFF;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.login-apply-btn:hover{
    background-color: #d20111;
    color: #fff;

  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.login-reason-box:hover{
    background-color: #333;
    color: #fff;
    border-color:#333;
}
.forget{
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
.remember-pw{
    color: #666;
    font-size: 16px;
}
.login-input{
    height: 58px;
    border: 1px solid #dddddd;
    border-radius:5px;
    margin-bottom: 30px;
    padding-left: 45px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

.login-hint-box:last-of-type .login-input{
    margin-bottom:10px;
}
.login-name{
    background: url(../images/login-icon-ac.png) 18px 15px no-repeat #f6f6f6;
}
.login-password{
    background: url(../images/login-icon-pw.png) 18px 18px no-repeat #f6f6f6;
}
.login-vcode{
    background: url(../images/login-icon-yz.png) 18px 18px no-repeat #f6f6f6;
}
.login-hint-box .attention{
    bottom:0;
}
.Captcha{
    position: absolute;
    top: 5px;
    right:5px;
    border-radius:0 5px 5px 0;
    cursor:pointer;
}

.login-prompt{
    margin-bottom:10px;
}

.language-box{
    width: 127px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    background:  url(../images/earth-img.png) 20px center no-repeat;
    border:1px solid #666;
    color: #666;
    text-align: center;
    margin:0;
}
.language-box a{
    display: block;
    color: #666;
}
.language-box:hover{
    border-radius: 5px;
}
.language-inner{
    background:  url(../images/lang-black.png) 20px center no-repeat;
    border:1px solid #999999;
    color: #999999;
    margin-top:5px;
}
.language-inner a{
    color: #999999;
    display:block;
}
.row-error .required{
    border: 1px solid #d00212;
    box-shadow: 0 0 3px #d00212;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

/*主页*/
.bg{
    background:url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.w1100{
    width:1200px;
}
.master{
    width:950px;
    min-height: 600px;
}
.master-box{
    min-height:900px;
    margin-top:0;
    background: #f7f7f7;
}
footer{
    background:none;
}
.shadow{
    box-shadow: 0 0 4px 2px #eee;
}
.master-hd-r{
    right:40px;
    bottom:27px;
}
.index-master-top{
    height: auto;
    padding-bottom: 40px;
    padding-top:30px;
    padding-left: 40px;
    background: none;
}
.index-master-top-w{
    padding-right:40px;
}
.index-master-top-w .consultation-con-bot{
    margin-top:20px;
}

.index-master-a{
    background:#d1202f;
    border:1px solid #fff;
    color:#fff;
    padding:6px 25px;
    border-radius:5px;
    font-size:16px;
    margin-top:15px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.index-master-a:hover{
    background:#fff;
    color:#d1202f;
    border:1px solid #d1202f;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;

}
.index-master-name{
    font-size:22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.index-master-detail{

}
.index-master-detail-page{
    font-size: 22px;
    border:1px solid #d1202f;
    text-align:center;
    padding:50px 0;
    margin-top:38px;
    color: #d1202f;
    margin-bottom:30px;
}
.index-master-detail-page span{
    display:block;
    padding-bottom:25px;
}

.index-master-info{
    color: #ee0018;
}

.red-text{
    color: #ee0018;
}
.file{
    background: #3b7eff url(../images/File.png) center center no-repeat;
}
.pool{
    background: #6b6dc1 url(../images/pool.png) center center no-repeat;
}
.chart{
    background: #f2ad4a url(../images/chart.png) center center no-repeat;
}
.index-box3{
    width:432px;
}
.message-name{
    font-size: 20px;
    color: #333;
}
.message-ico{
    width:70px;
    height:70px;
}

.index-box2{
    width:433px;
}
.schedule-superstratum{
    color: #3b7eff;
}
.exhibit-schedule{
    color: #f2ad4a;
}
.index-title18{
    font-size: 20px;
    color: #333;
}

.prompt{
    background:none;
    border-color: #e5e5e5;
    color: #000;
}
.prompt:hover{
    background:none;
    border-color: #e5e5e5;
    color: #000;
}
.all-row{
    background:#3b7eff;
    color: #FFF;
    border-color:#3b7eff;
}
.all-row:hover{
    background:#689cff;
    color: #FFF;
    border-color:#3b7eff;
}


/*头部*/
header{
    height: 100px;
    margin-top:80px;
    background:none;
}
.header{
    padding-top:0;
    background: #FFF;
}
.logo{
    width:220px;
    margin-right: 30px;
}
.logo a img{
    border:none;
    width:53px;
    height: 68px;
    margin-top:16px;
    margin-left: 50px;
}
.top-nav{
    height: 100px;
}
.top-nav li{
    float: left;
    padding:0 12px;
    line-height: 20px;
    margin-right: 45px;
    border-bottom: 3px solid #FFF;
}
.top-nav li.current,
.top-nav li:hover{
    border-bottom: 3px solid #d20111;
}
.top-nav li.current a,
.top-nav li:hover a{
    color: #d20111;
}
.top-nav li a{
    color: #333;
    font-size:18px;
    display: block;
    padding:37px 0 38px;
}
.top-icon{
    display: inline-block;
    width: 19px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.top-icon-1{
    background: url(../images/top-icon-1.png) left center no-repeat;
}
.top-icon-2{
    background: url(../images/top-icon-2.png) left center no-repeat;
}
.top-icon-3{
    background: url(../images/top-icon-3.png) left center no-repeat;
}
.top-icon-4{
    background: url(../images/top-icon-4.png) left center no-repeat;
}
.top-icon-5{
    background: url(../images/top-icon-5.png) left center no-repeat;
}
.top-nav li:hover .top-icon-1,
.top-nav li.current .top-icon-1{
    background: url(../images/top-icon-11.png) left center no-repeat;
}
.top-nav li:hover .top-icon-2,
.top-nav li.current .top-icon-2{
    background: url(../images/top-icon-22.png) left center no-repeat;
}
.top-nav li:hover .top-icon-3,
.top-nav li.current .top-icon-3{
    background: url(../images/top-icon-33.png) left center no-repeat;
}
.top-nav li:hover .top-icon-4,
.top-nav li.current .top-icon-4{
    background: url(../images/top-icon-44.png) left center no-repeat;
}
.top-nav li:hover .top-icon-5,
.top-nav li.current .top-icon-5{
    background: url(../images/top-icon-55.png) left center no-repeat;
}

.msg-box{
    position: relative;
    margin-right: 45px;
    width:19px;
    height: 25px;
    background: url(../images/msg.png) no-repeat;
    margin-top: 10px;
}
.msg-num{
    position: absolute;
    top: -10px;
    left:10px;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    background-color: #3b7eff;
    color: #FFF;
    text-align: center;
    border-radius: 15px;
    padding:0 10px;
}
.sidebar-title a{
    text-indent: 30px;
}

/*侧边栏*/
.sidebar-box{
    width:220px;
    background-color:#222;
}
.sideBar-top{
    height:80px;
    background-color: #333333;
    color: #FFF;
    font-size: 24px;
}
.sidebar-title{
    padding-top:25px;
}
.nav a{
    background: none;
}
.current .nav a{
    background: none;
}

.footer-copyright{
    color:#FFF;
    padding-top:0;
}



/*展商申请*/
/* logo */
.wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.page{
    width: calc(100% - 63px);
}
.clearfloat:after{
    content:"";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}
.clearfloat{
    *zoom:1;
    width: calc(100% - 50px);
}
.logo-row{
    padding-top: 30px;
}
.logo-img img{
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: block;
}
.logo-banner{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -85px;
}
.logo-banner img{
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: block;
}

.apply-bg{
    background-color:#f8f7f7;
}
.logo-row{
    margin-top:0;
    background-color: #f8f7f7;
    height: auto;
}


/*申请footer*/
.apply-footer{
    background: #f8f7f7;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    height: auto;
}
.footerNav-li{
    float: left;
}

.footerNav-li:before{
    content: '|';
}
.footerNav-li:first-of-type:before{
    content: '';
}
.footerNav-li a{
    padding: 0 5px;
    font-size: 12px;
    color: #000;
}
.footerNav-li:first-of-type a{
    padding-left: 0;

}
.footer-half{
    width: 50%;
}
.footer_logo{
    float: left;
    margin-right: 5px;
}
.footer_logo-text{
    display: table;
    float: left;
    width: calc(100% - 60px);
    font-size: 12px;
    line-height: 16px;
    height: 36px;
}
.footer_logo-text-p{
    display: table-cell;
    vertical-align: middle;
    height: 36px;
}
.footer_logo-row{
    margin-top: 30px;
}
.footer-seek{
    border-top: 1px solid #bbb;
    margin-top: 10px;
    padding-top: 10px;
}
.footer-seek-a{
    font-size: 12px;
    color: #000;
    display: block;
}
.footer-seek-a .icon-sousuo_sousuo{
    font-size: 17px;
    font-weight: bold;
    color: #d00212;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
.footer-seek-a:hover{
    color: #d00212;
}

@media screen and (min-width:999px){
.prec100{
    width:100%;
}
.prec44{
    width:44%;
}
.prec56{
    width:56%;
}
}





/*观展*/
.register-content{ max-width:940px; margin:0 auto; min-height:350px;}
.register-content-con{ width:100%; overflow:hidden;}
.register-personal{ width:48%; float:left; border:1px solid #e5e5e5; border-top:5px solid #d00212; min-height:145px;}
.register-personal-content{ width:82%; overflow:hidden; padding:39px 9% 0;}
.register-personal-content-img{ float:left; margin-right:24px;}
.register-personal-content-com{ float:left;}
.register-personal-title{ font-size:24px; overflow:hidden; font-weight:bold;}
.register-personal-url{ margin-top:6px;}
.register-personal-url a{ font-size:16px; color:#000;}

.register-group{ width:48%; float:right; border:1px solid #e5e5e5; border-top:5px solid #d00212; min-height:145px;}

.register-personal-bo{ overflow:hidden; padding:47px 58px; background:#FFF;box-shadow: 0 0 4px 2px #eee;}
.personal-t{ font-size:24px; color:#d00212; font-weight:bold;}
.cpersonal-tub{ width:100%; overflow:hidden; margin:48px 0 54px;}
.cpersonal-tub li{ width:228px; height:49px; background:url(../images/register-h.png) 0px 98px; line-height:49px; text-align:center; color:#fff; font-size:18px; float:left; margin-right:22px; font-weight:bold;}
.cpersonal-tub li.selected{ background:url(../images/register-h.png);}
.cpersonal-tub li.selected2{ background:url(../images/register-h.png) 0px 49px;}
.cpersonal-account{ overflow:hidden;}
.cpersonal-account-title{ font-size:20px;}
.cpersonal-account-t{ font-size:16px; line-height:35px;}

.cpersonal-form-top{ width:100%; overflow:hidden; padding:1% 0; border-bottom:1px dotted #cccccc; padding-bottom:25px;}
.cpersonal-top-con{ width:100%; overflow:hidden; font-size:16px; margin:20px 0;}
.cpersonal-top-con-acc{ float:left; width:21%; line-height:40px;}
.cpersonal-top-con-acc span{ color:#d62230;}
.cpersonal-top-con-con{ float:left; width:63%; height:auto; position:relative;}
.cpersonal-top-con-con input{ border:1px solid #e5e5e5; width:93.5%; padding:0 3%; height:39px; font-size:16px; font-family:"微软雅黑";}
.cpersonal-top-con-con input.Verification{ border:1px solid #e5e5e5; width:63%; padding:0 3%; height:39px; font-size:16px; font-family:"微软雅黑";}
.cpersonal-top-con-con span{ float:right;}
.cpersonal-top-con-con .refresh{ position:absolute; right:-40px; top:12px;}


.cpersonal-form-bottom{ width:100%; overflow:hidden; padding:1% 0; padding-bottom:25px;}

.cpersonal-account-title-bot{ font-size:20px; margin-top:32px;}
.cpersonal-top-con-con label{ float:left; line-height:41px;}
.cpersonal-top-con-con input.sex{ height:15px; width:auto; margin:0 10px; vertical-align:middle;}

.reservation-account-title{ width:100%; border-bottom:1px solid #e5e5e5; padding-bottom:28px; position: relative;}
.reservation-account-title h2{ font-size:24px; color:#d00212; margin-bottom:10px;}
.reservation-account-title p{ font-size:14px; color:#333; line-height:28px;}

.cpersonal-top-con-con select{ border:1px solid #e5e5e5; width:100%; padding:0 3%; height:39px; font-size:16px; font-family:"微软雅黑";}
.cpersonal-top-con-con select.add{ width:32%; margin-right:1.6%;}
.cpersonal-top-con-con select.add2{ width:31%; margin-right:0;}
.cpersonal-top-con-con .address{ margin-top:10px;}
.cpersonal-top-con-con .tel{ width:30%; margin-right:1.8%; float:left;}
.cpersonal-top-con-con .tel-con{ width:30%; float:left;}
.cpersonal-top-con-con .iphone-con{ width:34%;}
.cpersonal-top-con-con .send{ width:25%; height:40px; line-height:40px; background:#d00212; text-align:center; color:#fff; float:right;}
.cpersonal-submit{ width:100%; text-align:center; margin:7% 0;}
.cpersonal-submit input{cursor:pointer; width:205px; height:50px; border:none; background:#d00212; color:#fff; font-size:20px; font-family:'微软雅黑'; border-radius:50px;}
.cpersonal-submit .cpersonal-submit-reset{cursor:pointer; width:205px; height:50px; border:none; background:#ddd; color:#fff; font-size:20px; font-family:'微软雅黑'; border-radius:50px; margin-left:20px;}


.cpersonal-top-con-con-multiselect{ float:left; width:75%; height:auto; position:relative;

    -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

.cpersonal-top-con-multiselect{ float:left; width:21%;  line-height:25px;}
.cpersonal-top-con-multiselect span{ color:#d62230;}

.cpersonal-top-con-con-multiselect label{ float:left; width:48%; margin:0 2% 18px 0; height:20px;}
.cpersonal-top-con-con-multiselect label.teshu{ margin-bottom:40px;}
.cpersonal-top-con-con-multiselect input.multiselect{ height:15px; float:left; width:auto; vertical-align:middle; margin:3.5px 7px 0 0;}
.cpersonal-top-con-con-multiselect input.explain{ border:none; border-bottom:1px solid #333; background:none; width:50%;}

.xhibition-con{ width:100%; overflow:hidden; background:#f7f7f7; height:54px; margin-bottom:15px; line-height:55px; padding-left:4%;}
.xhibition-con label{  margin-right:0;}
.xhibition-con label input{ margin-right:7px;}

.cpersonal-top-con-con-multiselect label .multiselect-bot{ width:100%;}
.cpersonal-quer{ width:100%; overflow:hidden; font-size:13px; margin:30px 0; background:#f7f7f7; padding:1% 3%; margin-top:6%;}
.cpersonal-quer input{ margin:3px 7px 0 0;}
.cpersonal-quer span{ color:#d00212;}
.cpersonal-submit input.cpersonal-submit-up{ background:#666; margin-right: 20px;}
.cpersonal-submit a{
    background: #d00212;
    color: #fff;
    font-size: 15px;
    border-radius:25px;
    padding:12px 20px;
    margin-left:20px;
    vertical-align: middle;
}
.cpersonal-submit a:hover{
    opacity: 0.7;
}
.cpersonal-submit a .fa{
    margin-right:5px;
}

.surface-data{ width:100%; overflow:hidden;}
.surface-data-left{ float:left; width:67%; font-size:16px; line-height:23px;}
.surface-data-left-t{ line-height:34px; display:block;}
.surface-data-right{ float:right; width:27%;}
.surface-data-left-group{ line-height:60px;}
.surface-data-left-group span{ color:#d00212;}
.surface-data-left-detailed{ line-height:38px; overflow:hidden;}
.surface-data-left-detailed li{ width:50%; float:left;}
.surface-data-left-buttom{ width:100%; overflow:hidden; margin-top:30px;}
.surface-data-left-buttom li{ width:30%; float:left; height:35px; background:#d00212; border-radius:25px; line-height:34px; text-align:center; color:#fff; margin-right:4.3%;}
.surface-data-left-buttom li.three{ margin-right:0;}
.surface-data-left-buttom li a{ color:#fff;}

.surface-vip{ width:100%; overflow:hidden; font-size:16px;}
.surface-vip-top{ width:100%; overflow:hidden; margin-top:35px;}
.surface-vip-top-con-d-c-c{ overflow:hidden;}
.surface-vip-bottom{ width:100%; overflow:hidden; margin-top:25px; font-weight:bold;}
.surface-vip-bottom span{ color:#d20111;}
.surface-vip-top-con{ width:100%; overflow:hidden;}
.surface-vip-top-con-d{ width:94%; overflow:hidden; background:#d00212; color:#fff; padding:0 3%; line-height:40px; font-size:18px; font-weight:bold;}
.surface-vip-top-con-d-c{ padding:4% 3%; background:#f4f4f4;}
.surface-vip-top-con-d-c h2{ font-size:24px; font-weight:bold; color:#d00212;}
.surface-vip-top-con-d-c h3{ font-size:18px; color:#d00212; line-height:45px; margin-top:15px;}

.surface-vip-top-con-d-c-left{ width:44%; float:left;}
.surface-vip-top-con-d-c-left p{ font-size:15px; line-height:25px;}
.surface-vip-top-con-d-c-left{ width:44%; float:left;}
.surface-vip-top-con-d-c-right{ width:44%; float:right;}
.surface-vip-top-con-d-c-left-b{ margin-top:15px;}
.surface-vip-top-con-d-c-right-vip img{ margin-top:-5px; vertical-align:top;}
.surface-vip-top-con-d-c-right-li li h3{ color:#000;}
.surface-vip-top-con-d-c-right-li li{ float:left; width:50%; line-height:27px;}

.surface-vip-top-con-d-c-g {
    overflow: hidden;
}

.surface-vip-top-con-d-c-g .surface-vip-top-con-d-c-left {
    width: 57%;
}

.surface-vip-top-con-d-c-g .surface-vip-top-con-d-c-right {
    width: 39%;
}

.surface-vip-top-con-d-c-g .surface-vip-top-con-d-c-left h3 span {
    width: 100%;
    display: block;
    overflow: hidden;
}

.surface-vip-top-con-d-c-g .surface-vip-top-con-d-c-left h3 span a {
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 25px;
    float: left;
    display: block;
}

.surface-ruk {
    overflow: hidden;
    margin-top: 25px;
}

.surface-ruk li a {
    text-align: center;
    float: left;
    background: #d00212;
    line-height: 25px;
    color: #fff;
    padding: 0.3em 3em 0.4em 1.2em;
    border-radius: 20px;
    margin-right: 20px;
    color: #fff;
    display: block;
}

.surface-vip-top-con-d-c-g-contact .surface-vip-top-con-d-c-left {
    width: 40%;
}

.surface-vip-top-con-d-c-g-contact h3 {
    color: #000;
    margin-top: 0;
}

.surface-vip-top-con-d-c-g-contact p {
    line-height: 28px;
}

.surface-vip-top-con-d-c-g-contact .surface-vip-top-con-d-c {
    background: none;
}

.consultation-con {
    width: 100%;
    margin: 60px 0;
    overflow: hidden;
}

.consultation-con h2 {
    font-size: 24px;
    color: #d00212;
    margin-bottom: 20px;
}

.consultation-con-bot {
    width: 100%;
    overflow: hidden;
    color: #000;
    margin-bottom:30px;
}

.consultation-con-bot-left {
    width: 40.5%;
    float: left;
    background: #eee;
    padding: 4%;
    height:195px;

}

.consultation-con-bot-left h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.consultation-con-bot-left p {
    font-size: 15px;
    line-height: 28px;
}

.consultation-con-bot-right {
    width: 40.5%;
    float: right;
    background: #eee;
    padding: 4%;
    height:195px;
}

.consultation-con-bot-right h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.consultation-con-bot-right p {
    font-size: 15px;
    line-height: 28px;
}


/*修改*/
.register-content{
    max-width:1000px;
    margin-top:50px;
}
.cpersonal-quer input{
    margin-top: 0;
}
.login{
    position: relative;
}
.login-title{
    font-size: 36px;
    color: #000;
    margin-top: 50px;
    font-weight: normal;
}
.return-login-btn{
    margin-top: -20px;
    margin-bottom: 10px;
}


.register-content .master-bd{
    padding:0;
    padding-top:20px;
}
.register-content .form-box{
    padding:0;
}
.red-text{
    color:#d20111;
}
.cpersonal-quer{
    box-sizing:border-box;
}
.tiaoli{
    padding-top: 20px;
    line-height: 30px;
    text-align: justify;
}
.cpersonal-top-con-con-multiselect>li{
    height:auto;
}




/*问卷*/
.cpersonal-top-con-con-multiselect input.explain{
    text-indent: 20px;
    font-size:16px;
}
.master .form-box{
    padding:55px 0 0 0;
}


.login-footer{
    position:static;
    margin-top:38px;
}

.cpersonal-top-con-con-multiselect li {
    width: 100%;
    float: left;
}
.cpersonal-top-con-con-multiselect label {
    float: none;
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
input.ProductCate.ProductCateFirst{
    height: 15px;
    float: left;
    width: auto;
    vertical-align: middle;
    margin: 3.5px 7px 0 0;
    margin-top: 2px;
}
.cpersonal-top-con-con-multiselect input.multiselect{
    margin-top: 2px;
}
.xhibition-con label{
    float:left;
}
.checkbox-box-p {
    width:97%;
    display: table-cell;
    height: 25px;
    line-height: 25px;
    vertical-align: top;
}
.cpersonal-top-con{
    font-size:14px;
}
.cpersonal-top-con-con-multiselect .sub-row-show{
    width:100%;
}
.cpersonal-top-con-con-multiselect .xhibition-con{
    display:none;
}
.cpersonal-top-con-con-multiselect .sub-row-show .xhibition-con{
    display:block;
}
.cpersonal-top-con-con-multiselect input.explain{
    margin-top:-10px;
}

/*错误提醒*/
.form-row.row-error-style{
  background-color:#ddd;
}


/*20170616*/
.sousuo-con{ margin-top:20px; height:46px;}
.guanz-yu{margin-right:15px; line-height:42px; float:left;}
.guanz-yu select{width:180px; height:42px;  border:1px solid #eaeaea; border-radius:3px; background:#f8f8f8; padding:0 8px; margin-left:10px;}
.guanz-time{}
.guanz-time input{width:100px; height:42px;  border:1px solid #eaeaea; border-radius:3px; background:#f8f8f8; padding:0 8px; margin-left:10px;}
.shouc input{width:220px; height:40px;}
.sousuo-ann{width:110px; height:44px; border-radius:3px; background:#d1202f; border:none; color:#fff; font-size:16px; margin-left:10px; cursor:pointer}


.favorite-header{ display:block; width:100%; overflow:hidden;}
.favorite-header li{ width:160px; height:42px; border:1px solid #eaeaea; margin-right:17px; float:left; border-radius:3px; text-align:center; line-height:42px; font-size:16px;}
.favorite-header li a{ color:#333; display:block;}
.favorite-header .current{ background:#d1202f; border:1px solid #d1202f;}
.favorite-header .current a{ color:#fff !important;}
.favorite-content{ display:block; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea;}

.favorite-content li{ border-bottom:1px solid #eaeaea; overflow: hidden;}
.favorite-content li:last-of-type{border-bottom:none;}
.favorite-number{ font-size:16px; color:#7e8fb5; width:22%; float:left; line-height:65px; text-indent:25px; height:66px;}
.number-content{ color:#d1202f; font-size:14px; font-weight:bold;}
.favorite-company{font-size:16px; color:#7e8fb5; width:68%; float:left; line-height:65px;}
.company-content{ color:#333; font-size:14px;}
.company-content img{ border:1px solid #eaeaea; width:42px; height:28px; vertical-align:text-top; vertical-align: middle; margin-right: 15px; margin-top: -4px;}
.favorite-collection{font-size:16px; color:#7e8fb5; width:10%; float:left; line-height:65px; text-align:center;}
.action-favorite{ width:20px; height:20px; border-radius:50%; text-align:center; background:#d0d0d0; display: block; line-height: 21px; margin-top: 22px; margin-left:34px;}
.favorite-collection .current{ background:#d81323; width:20px; height:20px; border-radius:50%; display: block; line-height: 21px; margin-top: 22px; margin-left:34px;}
.loadidng{background:url(../images/loading_1.GIF) no-repeat !important;}
.letter a{ margin:0 7px;}
.letter .current{ color:#d1202f;text-decoration:underline; display:inline;}

.favorite-con-sou{ padding:25px 0; width:100%; border-top:1px solid #eaeaea; margin-top:25px;}




.lianxr{ width:400px; float:left;}
.lianxr-sex{ float:left;line-height: 40px; margin-left: 26px;}
.lianxr-sex input{ margin-left:15px; margin-right:5px;}

.chanzdw-tit{ font-size:18px; font-weight:bold; color:#333; margin-bottom:40px;}
.chanzt{ background: #f7f7f7; padding: 25px;width: 75.5%; margin-bottom:10px; position:relative;}
.chanzt-g{ position:absolute; top:8px; right:8px; width:20px; height:20px; background:#d81324; border-radius:50%; text-align:center; line-height:19px; cursor:pointer;}
.chanzt-l{ width:90px;}
.chanzt-l-y{ width: 565px;}
.chanzt-l-y input{ background:#fff;}
.chanzt-l-l{ width:564px; float:left;}
.chanzt-l-l input{ background:#fff;}
.chanzt-l-c{ width: 565px;}
.chanzt-l-b-h{ background:#fff; width:300px;}
.chanzt-l-b{ background:#fff;}
.jixtj{ width:200px; height:45px; line-height:45px; text-align:center; background:#d81324; border-radius:4px; margin:35px 0 35px 270px;}
.jixtj a{ color:#fff; display:block;}


.row-error-style{ background:#eee;}

.liuy-huif{
    margin-top:10px;

}
.liuy-huif img{ vertical-align: sub; margin-left:5px;}
.liuy-tij{ float:right; margin-top:15px; margin-right:10px; width:55px; height:32px; background:#d1202f; border:none; color:#fff; font-size:14px; border-radius:4px; cursor:pointer;}
.liuy-huif span{ cursor:pointer; color:#d81323}
.liuy-con{ display:none;}
.curr-liuy{ display:block;}

.exh_zoningmap {
    display: block;
    width: 160px;
    height: 30px;
    background: #d40c17;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 30px 0;
    border-radius: 3px;
}

.email-yangs{
     height:100px; padding: 7px; width:365px;    border-radius: 3px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background: #f8f8f8;
}

.confirmbottom{
    display: block;
    background: #d1202f;
    padding: 3px 0;
    border-radius: 3px;
    color: #fff;
    width: 70px;
    margin: 0 auto;
}
.no-click{background:#b6b6b6; cursor: default; }

.sousuo-jax {
    border-top: 1px solid #ddd;
    margin-top: 35px;
    padding-top: 35px;
}
.consultation-con{
    margin-top:0;
}

.quit-box{
    position: relative;
    width: 127px;
    height: 36px;
    line-height: 36px;
    float: right;
    border-radius: 18px;
    /* border: 1px #999 solid; */
    box-sizing: border-box;
    margin: 5px;
    text-align: center;
    color: #999;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.quit-box span:before{
    content:url(../images/loginout.png);
    position: absolute;
    top: 4px;
    left: 36px;
    width: 8px;
}
.quit-box span{
    padding-left: 28px;
}


.download-wrap{
    width:100%;
    overflow:hidden;
}
.download-secondary{
    font-size:16px;
    font-weight:bold;
    line-height:35px;
    padding:3% 2% 2%;
}
.download-secondary:first-of-type{
    padding:0 2% 2%;
}
.download-li{
    width:100%;
    overflow:hidden;
    padding:10px 0;
    border-bottom:1px solid #f9f9f9;
}
.download-li:nth-of-type(2n){
    background:#f9f9f9;
}
.download-li a{
    display:table;
    width:100%;
    height:100%;
}
.download-img{
    width:30px;
    height:30px;
    text-align:center;
    line-height:26px;
    margin-top:5px;
    border-radius:50%;
    background:#d12030;
    float:left;
    margin:3px 1% 0 2%;
}
.download-img img{
    vertical-align: middle;
    max-height:18px;
    max-width:18px;
}
.download-tit{
    float:left;
    line-height:35px;
}
.download-a{
    float:right;
    margin-right:2%;
    line-height:35px;
}
.download-a img{
    vertical-align: sub;
    margin-right:5px;
}
.download-Level{

    font-size:14px;
    font-weight:bold;
    line-height:35px;
    padding:1% 4% 1%;
}





.Basic-information-wrap{
    border:1px solid #e1e1e1;
    overflow:hidden;
    border-radius:2px;
}
.Basic-information-ul1{
    padding:10px 20px;
    background:#f7f7f7;
    border-bottom:1px solid #e1e1e1;
    line-height:30px;
    font-weight:bold;
}
.Basic-information-ul2{
    overflow:hidden;
    padding:20px 20px;
}
.Basic-information-ul2 li{
    line-height:35px;
    width:50%;
    float:left;
}

.Basic-information-ul2 li strong{
    color:#d1202f;
}
.bitian{
    color:#d1202f;
}

ul.Basic-information-ul3{
    background:#f7f7f7;
    border:1px solid #e1e1e1;
    border-bottom:none;
    line-height:30px;
    font-weight:bold;
    margin:20px 0 0px 0;
    /*text-align:center;
    font-size:16px;*/
}
.Basic-information2-wrap{
    border:1px solid #e1e1e1;
}

/*.doc-down ul {
     overflow: hidden;
    margin-bottom: 40px;

}*/
.doc-down ul li .tit{
    display: inline-block;
    font-weight: bold;
    text-align: center;

}
.doc-down ul li .filename .texname{
 display: inline-block;
  padding-left: 20px;

}
.doc-down ul li .filename{
 width: 23%;
     display: inline-block;
     float: left;
     text-align:left;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    align-items: center;
    display: -webkit-flex;
    height:50px;

}
.doc-down ul li .tabname{
    width: 6%;
     display: inline-block;
     float: left;


}
.doc-down ul li .lasttime{
    width: 17%;
    display: inline-block;
      float: left;
      font-weight:bold;
     text-align: center;

}
.doc-down ul li .contact-t{
    width: 7%;
    display: inline-block;
      float: left;
     text-align: center;
     cursor: pointer;
}
.doc-down ul li .tipsbox{
    width: 46%;
    display: inline-block;
      float: left;
     text-align: center;

    height:50px;
    Justify-content:center;
    align-items: center;
    display: -webkit-flex;

}
.doc-down ul li .dosome{
    width: 8%;
      float: left;
    display: inline-block;
     text-align: center;
}
.doc-down ul li .dosome a:hover{
   /*text-decoration: underline;*/
    color: #1398fd;
}
.downbx p a:hover{
    text-decoration: underline;
    color: #d1202f;
}
.doc-down ul li .lump{
    display: inline-block;
    width: 12px;
    height: 16px;
    border-radius: 4px;
    background-color: #d1202f;
    vertical-align:middle;
    margin-right: 5px;
}
.doc-down ul li:last-child {
    border-bottom: none;

}

.doc-down ul li {
    height: 50px;
    line-height: 20px;
    border-bottom: 1px #e5e5e5 solid;
    position: relative;
    padding: 0 3%;
    font-size: 13px;
    align-items: center;
    display: -webkit-flex;
}

.doc-down ul li .text-box {
    display: inline-block;

    width: 35%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.doc-down ul li .filename .checkitem{
    margin-right: 10px;
    display:none;
}
.fcred{
    color: #d1202f;
}
.downbtn{
    cursor: pointer;
    width: 100px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    text-align: center;
    line-height: 40px;
    background-color: #b3010f;
}
.doc-down ul li:hover{
     color: #444444;
}
.doc-down ul li:hover .icontbox {
   background-color: #fff;
   color: #444444;
}


.contact-em{
    border-bottom:1px solid #d1202f;
    color:#444;
    position:relative;
}
.contact-em-con{
    position:absolute;
    width:260px;
    left:30px;
    top:-14px;
    height:46px;
    line-height:46px;
    background:#fff;
    border:1px solid #e5e5e5;
    opacity: 0;
    transition: 400ms;
    border-radius:5px;

}

.doc-down ul li .contact-t:hover .contact-em-con
{
    transition: 400ms;
    opacity: 1;
    left:42px;
}
.contact-em-con:hover{
    color:#d1202f;
}
.top-prompt{
    font-size: 14px;
    color: #414141;
    font-weight: normal;
    border:2px solid #d1202f;
    padding:20px;
    overflow:hidden;
}
.top-prompt-t{ line-height:25px; font-size:16px; font-weight:bold; color:#d1202f; margin-bottom:10px;}
.top-prompt-t img{width:22px; vertical-align: sub;}
.top-prompt-back{ width:100%; overflow:hidden; position:absolute; right:0px; top:196px;}
.top-notice{
    list-style: disc;
    padding-left: 20px;

}
.top-notice li{
    margin-bottom: 10px;
}

.share-logo{
    width:0;
    height:0;
    overflow:hidden;
}

.login-tit{
    width:100%;
    text-align:center;
    font-size:50px;
    line-height:70px;
    color:#fff;
}

.form-row-no{
    margin-bottom:18px;
}
.pic-title{
    margin-left:15px;
    color:#999;
    line-height:22px;
}

.login-reason-wrap{

}
.reason-li{
    width:55%;
    float:left;
    margin: 45px 0 15px 0;
}
.reason-li:nth-of-type(2n){
    width:40%;
}
.reason-li-img{
    width:67px;
    text-align:center;
}
.reason-li-tit{
    margin-left:10px;
}
.reason-li-t-t{
    font-size:16px;
}
.reason-li-t-info{
    font-size:16px;
    margin-top:5px;
}
.reason-li-t-info span{
    font-size:30px;
    font-weight:bold;
    margin-right:10px;
}
.login-reason-bot-t{
    font-size:14px;
    text-align:center;
    width:100%;
}

.login-reason-box{
    left:70px;
}

.login-logo-box-t{
    font-size:15px;
    margin-top:20px;
    color:#999;
}

.webuploader-pick{
    background:#d5000a !important;
}


.has-error input,.has-error select,.has-error textarea{
    border:1px solid #d00212;
    box-shadow:0 0 3px #d00212;
    -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.has-error input[type="checkbox"]{
    box-shadow:none;
}
.has-error .cpersonal-top-con-con-multiselect{
    border:1px solid #d00212;
    box-shadow:0 0 3px #d00212;
    -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding:8px;
  border-radius:5px;
}
.error-logo{
    -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.has-error .error-logo{
    border:1px solid #d00212;
    box-shadow:0 0 3px #d00212;
    -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding:8px;
  border-radius:5px;
}


.search-btn{
    height:42px;
    background:#d00212;
    color:#fff;
    border-radius:4px;
}
.export-btn{
    margin-top:30px;
    font-size:15px;
}

.appoint-box{
    display:block;
    background:#8ac007;
    color:#fff;
    margin:5px 0;
    padding:2px 8px;
}
.appoint-box:last-of-type{
    background:#d00212;
}

/*微信邀请*/
.exhibitors-show {
    border-bottom: 1px #ddd solid;
    padding-bottom: 4%;
}
.exhibitors-show .titboxa {
    margin-top: 40px;
    font-size: 18px;
}
.exhibitors-show .icontbox {
    margin-top: 3%;
}
.exhibitors-show .icontbox ul {
    overflow: hidden;
}
.exhibitors-show .icontbox ul li {
    width: 30%;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 5%;
    font-size: 14px;
    font-weight: bold;
}
.exhibitors-show .icontbox ul li .pic {
    width: 100%;
}
.exhibitors-show .icontbox ul li .titbox {
    margin-top: 10px;
}
.exhibitors-show .icontbox ul li .titbox a {
    color: #d1202f;
    text-decoration: underline;
}
.exhibitors-show .icontbox ul li:after {
    content: url(../images/con_arr.png);
    position: absolute;
    display: block;
    width: 44px;
    height: 58px;
    top: 31px;
    right: -45px;
}
.exhibitors-show .icontbox ul li:nth-child(3n) {
    margin-right: 0;
}
.exhibitors-show .ewmbox {
    text-align: center;
    /*padding-bottom: 40px;*/
    margin-top: 50px;
    width: 41%;
    padding: 20px 10px;
    border: 1px solid #ddd;
}
.exhibitors-show .ewmbox .pic {
    /*width: 157px;
    height: 157px;*/
    width: 120px;
    height: 120px;
    border: 1px #ddd solid;
    padding: 10px;
    margin: 0px auto 20px;
}
.exhibitors-show .ewmbox .pic img{
    width: 100%;
}
.exhibitors-show .exhibitors-data {
    width: 50%;
    margin-top: 50px;
    padding: 20px 10px;
    border: 1px solid #ddd;
    min-height: 302px;
}
.exhibitors-show .exhibitors-data .show-tit {
    font-size: 18px;
    margin-bottom: 20px;
}

.system-master-bd{
    padding: 40px 30px;
}
.master-title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.search-all{
    display: inline-block;
    width: 88px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    margin-right: 10px;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    color: #333;
}
.search-all:hover{
    color: #fff;
    background: #d00212;
}
.business-search,
.title-border{
    padding-bottom: 20px;
    border-bottom: 2px solid #ededed;
}
.business-search select{
    width: 200px;
    margin-right: 10px;
}
.business-search .search-btn{
    display: inline-block;
    border-radius: 5px;
    background: #d1202f;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    font-weight: normal;
    width: 220px;
    vertical-align: middle;
    margin-left:10px;
}
.business-result{
    margin-top: 20px;
}
.exh-top-title{
    color: #999;
    display: inline-block;
    min-width: 70px;
}
.condition-element {
    width: calc(100% - 70px);
}
.condition {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 2px 12px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}
.condition:after {
    content: "×";
    color: #333;
    font-size: 12px;
    padding-left: 10px;
    line-height: 20px;
    float: right;
}
.condition:hover {
    color: #d00212;
}
.business-table{
    margin-top: 25px;
}
.business-table th{
    font-weight: bold;
    background: #e5e5e5;
    border: 0;
    height: 64px;
    text-align: left;
}
.business-table td{
    background: #fff !important;
    border-bottom: 1px solid #ededed;
    text-align: left;
}
.business-table td.operation-btn a{
    padding: 0 10px;
    vertical-align: middle;
}
.business-table td.operation-btn span{
    color: #e4e4e4;
    font-size: 16px;
}
.operation-btn .edit-btn{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/edit-ico2.png) no-repeat center center;
}
.operation-btn .edit-btn:hover{
  background: url(../images/edit-ico3.png) no-repeat center center;
}
.back-btn{
    width: 146px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #d1202f;
    font-size: 16px;
    border-radius: 5px;
}
.business-top{
    border-color: #efefef;
    padding-bottom: 20px;
}
.business-form-ul .checkbox-box-p{
    vertical-align: middle;
}
.business-form-ul  .checkbox{
    margin-right: 5px;
}
.business-form-ul .form-name{
    /*font-size: 16px;*/
    width: 180px;
    padding-right: 15px;
    text-align: right;
}
.business-form-ul .cpersonal-top-con-con-multiselect{
    margin-top: 7px;
}
.business-form-ul .form-row-box{
    width: calc(100% - 195px);

}
.business-form-ul .form-input-file-btn{
    background: #d1202f;
    color: #fff;
    width: 118px;
    border-radius: 5px;
}
.business-form-ul .form-input-file{
    width: 100%;
    height: 100%;
}
.business-btn-box{
    margin-top: 43px;
    margin-bottom: 40px;
}
.business-btn-box .save-btn{
    display: block;
    border-radius: 5px;
    width: 147px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto;
}
.logo_tu{
    margin-top: 10px;
}
.business-tab-btn a{
    display: inline-block;
    width: 147px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}
.business-tab-btn a.curr,
.business-tab-btn a:hover{
    background: #d1202f;
    color: #fff;
}
.business-form-ul .status-btn.active,
.business-table .status-btn{
    display: block;
    border-radius: 5px;
    background: #f8f8f8;
    padding: 10px 0;
    text-align: center;
    width: 98px;
}
.business-form-ul .status-btn.active,
.business-table .status-btn.active{
    background: #d1202f;
    color: #fff;
}

.businss-radio label{
    line-height: 40px;
    margin-right: 20px;
}
.business-list{
    margin-top: 30px;
}
.business-list li{
    float: left;
    width: calc(100%/3 - 26px);
    margin-right: 35px;
    border: 1px solid #e2e2e2;
    transition: all .4s;
    margin-bottom: 30px;
}
.business-list li:nth-of-type(3n){
    margin-right: 0;
}
.business-list li:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.business-list li .img{
    overflow: hidden;
    width: 100%;
    height: 122px;
    line-height: 122px;
    text-align: center;
    background: #f0f0f0;
}
.business-list li .img a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.business-list li .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all 600ms;
    margin: 0 auto;
}
.business-list li .img:hover img{
    transform: scale(1.1);
    transition: all 600ms;
}
.business-item-con{
    padding: 20px;
    font-size: 14px;
}
.business-item-con .info{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.business-item-tit{
    font-size: 16px;
    color: #333;
    height: 42px;
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.business-item-con .info .time{
    color: #999;
}
.business-item-con .info .desc{
    color: #666;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.business-item-con .type p{
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.business-item-btn .business-btn{
    border: 1px solid #e2e2e2;
    background: #e2e2e2;
    color: #333333;
    font-size: 14px;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    box-sizing: border-box;
    cursor: pointer;
}
.business-item-btn .business-btn:last-of-type{
    background: #d00212;
    color: #fff;
    border: 0;

}
.business-item-btn .business-btn:hover{
    background: #d00212;
    color: #fff;
}
.business-item-btn .business-btn.answered{
    border-left: 1px solid #ccc;
    background: #e2e2e2;
    color: #333333;
    cursor: not-allowed;
}
.layui-layer.business-details{
    width: 950px !important;
}
.business-details .layui-layer-content{
    padding: 85px 65px;
}
.supply-popbox .close,
.business-details .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d00212;
    transition: all 400ms;
    cursor: pointer;
}
.business-details .close img{
    vertical-align: middle;
}
.business-details .close:hover{
    background: #003c6b;
    transition: all 400ms;
}
.business-details-top{
    padding-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    line-height: 24px;
}
.business-details-top .img{
    width: 185px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    padding: 5px;
    margin-right: 40px;
}
.business-details-top .img img{
    max-width: 100%;
    max-height: 100%;
}
.business-details-top .title{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-top: 5px;
}
.business-details-top .time{
    color: #666;
}
.business-details-top .replay-btn{
    width: 172px;
    height: 55px;
    background: #d00212;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    margin-top: 12px;
    cursor: pointer;
}
.business-details-top .replay-btn.answered{
    background: #e2e2e2;
    cursor: not-allowed;
}
.business-details .business-desc{
    margin: 25px 0 50px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.business-details .business-type{
    background: #f6f6f6;
    padding: 30px 0;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    height: 120px;
    box-sizing: border-box;
    overflow: hidden;

}
.business-details .business-type .red-txt{
    margin-top: 10;
}
.business-details .business-type > div{
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}
.business-details .business-type > div:first-of-type:after{
    display: block;
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    height: 120px;
    width: 1px;
    background: #dddddd;
}

.back-home{
    text-align:right;
    padding: 7px 25px 0 0;
}
.back-home a{
    background: #d00212;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
}
.back-home a .fa{
    margin-right:4px;
}

.productcodesubbox{
    display: none;
    /* margin-left: 2em; */
}
.js-nametxt{
    padding-left: 10px;
    /* display: inline-block; */
}

.row2productcode{
    width: 669px;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 4px;
}
.row2productcode label{
    width: 48%;
    display: block;
    float: left;
    height: auto;
}
.row3productcode{
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #f4eeee;
    margin: 10px auto;
     border-radius: 4px;
}

.wlable100{
    width: 100% !important;
}
.linebox{
    height: 40px;
    border-bottom: 2px #fec7c7 solid;
    line-height: 40px;
    margin-bottom: 30px;
    /* text-align: center; */
    color: #d1202f;
    font-size: 14px;
    font-weight: bold;
}

.tipbox518{
    color: #d20111;
    margin-bottom: 20px;
    /* font-weight: bold; */
    margin-top: 10px;
    font-style: italic;
}


.recommendflag{
    border: 2px #e32c2f solid;
    width: 30px;
    height: 30px;
    line-height: 34px;
    display: block;
    margin: auto;
}


/* 免责条款 */
.disclaimer{
    cursor: pointer;
    font-size: 14px;
    transition: 0.6s;
}

.disclaimer:hover{
    color: #b02425;
}

.mianzesty .disclaimerbox{
    background-color: #f7f7f7;
    padding: 10px;
    margin-top: 10px;
}

.mianzesty .disclaimerbox p:not(:first-child){
    margin-top: 10px;
}

.mianzesty{
        margin-bottom: 20px;
}
.pos2022 {
  width: 750px;
  height: 1422px;
  background-image: url(../images/bg2024.jpg?v=2024);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  overflow: hidden;
}

.pos2022 .logobox {
  width: 396px;
  height: 130px;
  overflow: hidden;
  margin-left: 126px;
  margin-top: 104px;
  text-align: center;
}
.pos2022 .logobox img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.pos2022 .companybox {
  width: calc(100% - 100px);
  text-align: center;
  position: absolute;
  top: 310px;
  color: #fff;
  line-height: 1.5;
  font-size: 26px;
}
.pos2022 .companybox .p1 {
  font-size: 34px;
  font-weight: bold;
}
.pos2022 .ewmbox {
  position: absolute;
  width: 174px;
  height: 174px;
  top: 830px;
  left: 250px ;
}

.pos2022 .ewmbox img{
    max-width: 100%;
}
.pos2022 .productimg {
  position: absolute;
  bottom: 96px;
  left: 114px;
  width: 480px;
  height: 175px;
  overflow: hidden;
  text-align: center;
}
.pos2022 .productimg img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
    .logo-banner{
        margin-top: -25px;
        height: 100px;
    }
    .cpersonal-top-con-con-multiselect{
        width: 100%;
    }
    .form-name{
        width: 100%;
    }
    .tiao{
        line-height: 20px;
    }
    .cpersonal-quer{
        font-size: 14px;
    }
    .wrap,.logo-row, footer,.footer-half{
        width: 100%;
        overflow: hidden;
       min-width: 100%;
    }
    .register-personal-bo{
        padding: 40px;
    }
   .apply-for-return{
        display: none;
   }
   .form-row-box{
        width: 100%;
   }
   .logo-img img{
    padding-left: 0px;
    width: 92%;
   }
    .tiaoli{
        line-height: 1.5;
        padding: 10px;
    }
   .footer-half,.prec44{
    padding-left: 40px;
   }
   .footer_logo-row{
    padding-left: 0;
   }
   .w150{
    width: 100px;
   }
   .w200{
    width: calc(100% - 216px);
   }
   .login-bg, header, footer{
    min-width: 100%;
   }
   .login-box {
        width: calc(94% - 6px);
        margin: 0 3%;
        height: auto;
        padding-top: 10px;
    }
    .login-right, .login-left{
        width: 100%;
        border-radius: 8px;
        padding: 15px;
    }
    .login-left{
        margin-bottom: 15px;
        background-size: cover;
    }
    .login-btn{
        position: relative;
        bottom: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-top: 20px;
    }
    .login-captcha{
        width: 100%;
    }
    .login-tit {
        font-size: 26px;
        line-height: 40px;
        padding-top: 15px;
    }
    .login-a {
        display: block;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .login-a img{
        width: 60px;
    }
    .login-title-h1{
        font-size: 20px;
    }
    .login-top-title{
        float: none;
        text-align: center;
        margin: auto;
    }
    .login-top{
        padding-bottom: 18px;
    }
    .login-title-h3{
        font-size: 18px;
    }
    .login-title-h4{
        font-size: 16px;
        padding: 0;
    }
    .reason-li-img{
        width: 100%;
    }
    .reason-li-img img{
        width: 45px;
    }
    .reason-li-t-t{
        font-size: 15px;
    }
    .reason-li-t-info span{
        font-size: 20px;
    }
    .reason-li{
        margin: 15px 0;
    }
    .login-reason-box{
        left: 0;
    }
    .language-box {
        height: 31px;
        line-height: 31px;
        width: auto;
        padding: 0 5px;
        background-position: 5px;
    }


    .cpersonal-submit a{
        margin-left:0;
        margin-top:50px;
        display: block;
    }

    .cpersonal-submit .cpersonal-submit-reset{
        margin-left: 0;
        margin-top: 18px;
    }
}
