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: #a1a1a1;
}
input:-moz-placeholder {
    color: #a1a1a1; 
}
input::-moz-placeholder {
    color: #a1a1a1;
}
input::-ms-input-placeholder,
input::-o-input-placeholder{ 
    color:#a1a1a1; 
}

/* @font-face {
    font-family: 'AlibabaPuHuiR';
    src: url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Regular.ttf') format('truetype'), 
    url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Regular.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'AlibabaPuHuiM';
    src: url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Medium.ttf') format('truetype'), 
    url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Medium.woff') format('woff');
    font-display: swap;
} */
@font-face {
    font-family: 'AlibabaPuHuiB';
    src: url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Bold.ttf') format('truetype'), 
    url('https://www.shanghaiamts.com/webfont/Alibaba-PuHuiTi-Bold.woff') format('woff');
    font-display: swap;
}

html{
    text-align:center;
}
body{
    font:14px/1.7em Arial,'微软雅黑',tahoma,宋体,sans-serif;
    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;
}
.btn{
    border:0;
    width: 100px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.btn-export{padding:0 10px;border-radius:2px;border:1px solid #3393dd;background:#fff;color:#3393dd;}
.btn-export:hover{background:#3393dd;color:#fff;}

.fcbase {
    color: #d1202f !important;
}
.fcred {
    color: #ff0000 !important;
}

/*版心*/
.w1100{ 
    width:1100px; 
    margin:0 auto;
}


/*登陆界面*/
.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;
}

.login-box{
    width: 634px;
    height: 465px;
    margin: 0 auto;
    border: 3px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}
.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: 83px;
	height: 30px;
	overflow: hidden;
}
.Captcha img{
	display: block;
	width: 100%;
	height: 100%;
}
.login-captcha{
	width: 410px;
}
.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; */
}
.login-hint-box{
	position: relative;
}
.login-hint-box .attention{
	position: absolute;
	right: 0;
	bottom: 25px;
}
/*头部*/
header{
    height: 280px;
    background: url(../images/top_bg.jpg) center center no-repeat;
    width: 100%;
}
.header{
	padding-top: 25px;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}

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

.logo-txt{
	width: 424px;
	padding-left: 25px;
}
.logo-time{
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
    margin-bottom: 20px;
}
.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;
}
.logo-name-countdown{
	font-size: 14px;
	color: #d1202f;
}

.reg-head{
    display: flex;
    justify-content: space-between;
}
.reg-head .item {
    width: 49%;
    display: flex;
    align-items: flex-start;
}
.reg-head .logo {
    width: 120px;
    height: auto;
    line-height: 1;
    flex-shrink: 0;
}
.reg-head .logo-txt {
    /* width: calc(100% - 120px); */
    width: auto;
    box-sizing: border-box;
    flex-grow: 1;
}

/*侧边栏*/
.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: 30px;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
}
.nav{
    height: 54px;
    font-size: 16px;
    text-indent: 45px;
    line-height: 54px;
    background: #282828;
    font-weight: bold;
    border-bottom: 1px solid #3b3b3b;
    background-position: 20px 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-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-management{
    background-image: url(../images/nav-management-ico.png) ;
}
.nav-management:hover,
.current .nav-management{
    background-image: url(../images/nav-management-ico2.png) ;
}
.nav-hall{
    background-image: url(../images/nav-hall-ico.png) ;
}
.nav-hall:hover,
.current .nav-hall{
    background-image: url(../images/nav-hall-ico2.png) ;
}
.nav-training{
    background-image: url(../images/nav-training-ico.png) ;
}
.nav-training:hover,
.current .nav-training{
    background-image: url(../images/nav-training-ico2.png) ;
}
.nav a{
    color: #fff;
    display: block;
    height: 54px;
    border-left: 3px solid #242b35;

}
.current .nav a,
.nav a:hover{
    border-color: #d1202f;
    color: #d1202f;
}

.sub-nav-box{

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

/*内容*/
.master-box{
    margin-top: -25px;
    min-height: 700px;
    position: relative;
}

.master{
    width: 850px;
    margin-left: 265px;
    margin-top: 25px;
    background: #fff;
    min-height: 1080px;
}
.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;
}
.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) 75px center no-repeat;
    z-index: 10;
}
.language{
    display: block;
    font-size: 14px;
    color: #fff;
    text-indent: 15px;
    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: 15px;
}

.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;
}
.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{
    color: #d1202f;
    font-size: 30px;
    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 20px;
}
.index-box3:nth-of-type(3n){
    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;
}
.company-name{
    font-size: 14px;
    color: #444;
}
.lh46{
    line-height: 46px;
}
.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: 14px;
    color: #000;
    height: 35px;
    line-height: 30px;
	margin: 20px 0 0;
}
.schedule{
    margin: 10px 0;
}
.schedule-base{
    position: relative;
    width: 245px;
    height: 6px;
    border-radius: 3px;
    background: #f1f1f1;
}
.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-ul-style {
    position: relative;
    margin-bottom: 40px;
}
.form-ul-style:before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: calc(100% + 50px);
    position: absolute;
    top: -30px;
    left: -20px;
    background-color: rgba(203, 0, 10, 0.08);
    border: 1px dashed rgba(203, 0, 10, 0.2);
    border-radius: 5px;
}
.form-ul-style > * {
    position: relative;
    z-index: 2;
}
.form-ul-style .tip {
    position: absolute;
    top: -25px;
    left: -10px;
}

.form-name{
    font-size: 14px;
    color: #313131;
    width: 100px;
    padding-right: 10px;
    height: 44px;
    line-height: 44px;
}
.form-row-box{
    width: 435px;
}
.form-input{
    width: 100%;
    height: 44px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background: #f8f8f8;
}
.form-row{
    margin-bottom: 18px;
}
.form-row.row-error-style{
      background-color:#3f99d8;
}
.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;
}
.btn-box.align-center {
    text-align: center;
}
.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;
}

.shadow-pad{
    padding: 0 30px;
    padding-bottom: 50px;
}

.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;
}
.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;
}


#Overlay
{
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    background: url("/Images/overlay.png") repeat scroll 0 0 transparent;
    height: 100%;
    width: 100%;
}
#LoadedContent
{
    border: 0 none;
    display: block;
    height: 100%;
    _height: 480px;/* ie6 hack to hide the scroll bar */
    width: 100%;
}
.KmainBox {
padding-bottom:37px;
border-radius:10px;
overflow:hidden;
_padding-bottom:0px;
 background:#fff;
}
.msgboxhead {
 background: none repeat scroll 0 0 #f9f9f9;
   /* border-bottom: 1px solid #ddd;*/
    color: #f77400; 
    font: 20px/60px  Arial,"微软雅黑","宋体";
    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: #3f99d8;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    border-radius: 5px;
}
.paging .pages{
    font-family:Arial, '微软雅黑';
    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;
    line-height:36px;
    text-align:center;
    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: #3f99d8;
    text-decoration: underline;
}
a.mail-txt:hover{
    text-decoration: none;
}

.bt4{
    border-top: 4px solid #d12030;
}
.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);
}
.xlsx-ico{
    background-image: url(../images/xlsx.png);
}
.doc-ico{
    background-image: url(../images/doc.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: 334px; */
}
.electron-img-box img {
    display: block;
}
.electron-uploading-box{
    position: absolute;
    top: 25px;
    right: 2px;
    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.5);
    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: #333;
    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;
    line-height: normal;
    text-indent: 20px;
}
.delete-btn:hover{
    color: #fff;
    background:#ff7476 url(../images/delete-ico.png) 15px center no-repeat;
}

.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: 20px;
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    font-weight: bold;
}
.step-btn{
    position: relative;
    width: 130px;
    height: 28px;
    background: #fff;
    color: #d12030;
    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;
    height: 30px;
    line-height: 16px;
    vertical-align: middle;
}
.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: #e32c2f;
}
.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{
	color: #3f99d8 !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{
	height: 42px;
	line-height: 42px;
}
.chk-list-containder li label{
	height: 26px;
	line-height: 26px;
}
.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;
}

.w100{
	width: 100px;
}
.w150{
	width: 150px;
}
.w200{
	width: 195px;
}
.mr3{
	margin-right: 3px;
}

/*英文版添加*/
.form-ul{

}
.form-name{
	/*float: none;*/
	/*display: table-cell;*/
	/*vertical-align: top;*/
	/*line-height: 24px;*/
	/*font-size: 14px;*/
}
.form-row-box{
	/*float: none;*/
	/*display: table-cell;*/
}
.batch-btn{
	background-position:15px center;
	}
	
.addbtn{
	text-align:left;
	text-indent:30px;
	padding-right:20px;
	min-width:inherit;}
.form-name{
	width:165px;
	}
.delete-btn{
	width:100px;
	}
.header-name{
	font-size:18px;
	}
.form-input3-5{
	width:146px;
	}


.comp_form_edit{color:#1580cb;text-decoration:underline;cursor:pointer;}

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

.electron-img-box{
	margin: 0 auto;
	}
.electron-download{
	margin-top:24px;text-align:center;}
	
	
	.friend-form{
    padding-left: 230px;
    padding-top: 40px;
}
.friend-input{
    height: 42px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background-position: 10px center;
    background-repeat: no-repeat;
    text-indent: 40px;
}
.friend-name-input{
    background-image: url(../images/name-ico.png);
}
.friend-phone-input{
    background-image: url(../images/phone-ico.png);
}
.friend-email-input{
    background-image: url(../images/email-input.png);
}

.min-h500{
    min-height: 500px;
}
.center-title{
    color: #444;
    text-align: center;
    margin: 20px 0;
}
.hr70{
    width: 70px;
    text-align: center;
    border: 0;
    border-bottom: 3px solid #d1202f;
}
.friend-btn{
    height: 42px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 3px;
    font-weight: bold;
}
.friend-form{
    padding-left: 230px;
    padding-top: 40px;
}
.fs18{
    font-size: 18px; 
    line-height: 26px;
}
.title20{
    color: #313f4d;
    font-weight: bold;
    margin-bottom: 20px;
}
.fs20{
    font-size: 20px;
}
.w350{
    width: 350px;
}
.btn-red{
    border-color: #d1202f;
    background-color: #d1202f;
    color: #fff;
}
.btn-red:hover{
    border-color: #db2333;
    background-color: #db2333;
}
.shadow{
    box-shadow: 0 1px 3px #ccc;
    background: #fff;
    border-radius: 3px;
}
.title20{
    color: #313f4d;
    font-weight: bold;
    margin-bottom: 20px;
}
	


.area-tab td{font-size:12px;padding:4px;}
.invite-btn{font-size:14px;}
.return-login-btn{font-size:18px;}
.index-master-name{padding-bottom: 14px;font-size:16px;}
.index-master-top{padding-top:30px;}
.schedule-base{width:336px;}
.schedule{margin:0;}
.lh32{line-height:32px;text-align:center;}
.Products-box{
	display: block;
	width: 100%;
}
.Products{
	width: 90%;
	line-height: 16px;
	display: inline-block;
}
.ListSubItems label{
	margin-bottom: 10px;
	overflow: hidden;
	height: auto !important;
}
.chk{
	margin-right: 5px;
}
.master-bd-top .attention{
	margin-bottom: -25px;
	margin-top: 25px;
	background: #d5000a;
	color: #fff;
	float: left;
	padding: 0 8px;
	font-size: 12px;
	letter-spacing:1px;
}
.news-search.form-input-short{
	width: 150px;
}

.logo{
	width: 180px;
    height: 180px;
    background-color: #fff;
    /* line-height: 180px; */
}
.logo a img{
    display: inline;
	width: 100%;
	border:2px solid #fff;
	box-sizing: border-box;
    vertical-align: middle;
}
.ProdIndustry {
	margin-top: 5px;
	margin-right: 10px;
}
.password-wrap .form-row-box{
	display: block;
}
.comp_form_edit{color:#1580cb;text-decoration:underline;cursor:pointer;}

.btn-export{padding:0 10px;border-radius:2px;border:1px solid #3393dd;background:#fff;color:#3393dd;}
.btn-export:hover{background:#3393dd;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;
    border-radius: 4px;
    border: 1px solid #fa5c58;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #fa5c58;
    color: #fff;
}
.activity-hint{
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}
.appointment-btn:hover{
	background-color: #ee5955;
    border-color: #ee5955;
}




.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;
}






/*服务专员 首页弹窗*/
.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;
}




.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;
}

/* .chk-list-containder li input{
    margin-left: -23px;
} */
.chk-list-containder li{
    /* padding-left: 30px; */
    box-sizing: border-box;
}
.chk-list-containder li label{
    height: auto;
    line-height: 18px;
    margin: 3px 0;
}
.checkbox-box{
    width: 50%;
}
.apply-for-box .form-box{
    padding-right: 60px !important;
}



/* 修改申请表单的展示范围 */
.chk-list-containder li{
    width: 100% !important;
    margin-bottom: 5px !important;
}
.chk-list-containder .ListSubItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chk-list-containder .ListSubItems label {
    width: 46%;
}
.chk-list-containder .listTopItem{
    height: auto;
    line-height: normal;
}
.chk-list-containder ul{
    padding-bottom: 0 !important;
}

.ListSubItems label{
    width: 100%;
}
.chk-list-containder .listTopItem{
    overflow: hidden;
}
.Products-box{
    display: table-cell;
    width: 465px;
}



.form-input-surpassshort{
    width: 50px;
}



.logo-layout-box{
    height: auto;
    line-height: 0;
}
.logo-layout-box a{
    vertical-align: middle;
}
.logo-layout{
    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:864px;
}
.index-electron-box-2 .electron-uploading-box{
	top:22px;
	right:98px;
}



/*20170427*/
.uploadTip>table{
	font-size:14px !important;
	 color:#ff7773 !important;
}


/*20170609*/
.jiezrq {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    float: right;
    margin-right: 20px;
}

/*20170804*/
.activity-motai-box{
    position:absolute;
    /*left:50%;*/
    top:50%;
    /*margin-left:-320px;*/
    margin-top:-182px;
    width:100%;
    height:364px;
    border-radius: 5px;
    background:#FFF url(../images/apply-bg.png) center bottom no-repeat;
    text-align: center;
}
.motai-box-close{
    position:absolute;
    right:12px;
    top:12px;
    display:block;
    width:80px;
    height:26px;
    line-height:26px;
    font-size:18px;
    color:#333;
    text-align:center;
    text-decoration:none;
    background:url(../images/close-icon.png) right center no-repeat;
    vertical-align: middle;
}
.motai-box-close:hover{
    text-decoration:none;
}
.motai-box-close span{
    font-size: 14px;
    color: #8f8f8f;
}
.motai-box-top{
    padding:40px;
}
.motai-form-row{
    margin:15px auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.motai-form-row label{
    margin-right: 33px;
}
.select-radio{
    width:18px;
    height: 18px;
    margin-top:-5px !important;
    margin-right: 10px !important;
    vertical-align:middle;
}
.motai-form-input{
    height: 43px;
    line-height: 43px;
    outline: none;
    border:1px solid #e5e5e5;
    width: 100%;
    padding:0 10px;
}
.motai-tijiao{
    display:inline-block;
    margin:0 auto;
    width:215px;
    height: 40px;
    line-height: 40px;
    background-color: #d1202f;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius:20px;
    z-index: 1;
    font-size: 16px;
}
.motai-tijiao:hover{
    background-color: #de2333;
}
.didi-title{
  font-size: 25px;
  font-weight: bolder;
  color: #d1202f;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.activity-motai-success .didi-title{
    font-size: 25px;
    line-height: 50px;
}
.activity-motai-success .motai-box-top{
    padding:40px 20px;
}
.viptab{
	text-align:center;	
}
.viptab label{
	padding:0 10px;	
}
.VipInvite-tishi{
	width:90%;	
	margin:0 auto;
	font-size:18px;
	color:#444;
	padding:20px 20px 50px;    
	border-radius: 3px;
}
.VipInvite-inner{    
    border-radius: 3px;
    border: 1px solid #dedede;
	padding:20px;  
}
.VipInvite-code-box{
	display:inline-block;
	font-size:16px;
	font-weight:700;
}
.VipInvite-code{
	font-size:14px;
	color:#d1202f;
}
.VipInvite-number .VipInvite-number-title{
	font-weight:700;
	font-size:18px;
	margin-bottom:10px;
}
.VipInvite-number .VipInvite-number-list{
	font-size:16px;
	line-height:24px;
}
.VipInvite-number .VipInvite-number-list div{
	display:inline-block;
	width:45%;
	vertical-align:top;
}
.VipInvite-number .VipInvite-number-list div .dot{
	display:inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#db2333;
	margin-right:5px;
	vertical-align:middle;
}
.VipInvite-number .VipInvite-number-list div span{
	font-size:18px;
	color:#db2333;
	padding-right:10px;
}



/*展位面积*/
.area-tab{
    margin-bottom:40px;	
}
.area-tab .checkbox-box{
    width:30%;	
}
.area-tab tbody tr th{
	border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
	font-weight:bolder;
	height:60px;
    padding: 10px;
	font-size:15px;
}
.area-tab tbody tr th:last-of-type{
    /*border-right: 0;*/
}
.area-tab-explain  tbody tr td{
    height:80px;
}
.area-tab-explain .last-border:last-of-type{
    border-right: 1px solid #dedede;
}
.area-tab-explain  tbody tr th:first-of-type{
	text-align:center;
}
.area-tab-explain  tbody tr td:first-of-type{
	text-align:center;
}



.layui-layer-btn .layui-layer-btn0{
    border-color: #d1202f !important;
    background-color: #d1202f !important;
}




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

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

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

.succeed-btn{
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    padding:0 20px;
    min-width: 150px;
    font-weight: bold;
    margin-right: 15px;
    height: 35px;
    line-height: 35px;
}
.succeed-l-txt{
    width:680px;
}







.back-home{
    position: absolute;
    right:110px;
    top:-22px;
}
.back-home a{
    color:#fff;
    display:block;
    text-align:center;
    background: #d1202f;
    width: 100px;
    height: 27px;
    line-height: 26px;
    box-sizing: border-box;
    border-radius: 18px;
    margin: 5px;
    z-index: 10;
}
.back-home:hover a{
    background:#fff;
    color:#d1202f;
}



.container {
    width: 1170px;
    margin:0 auto;
}
.container .row:after{
display:block;
content:" ";
clear:both;
}
.cookie-message-box {
    color: #dfdfdf;
    position: fixed;
    background: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    z-index: 8080;
    overflow: hidden;
    width: 100%;
    display:none;
}
.cookie-message-box a{
color:#fff;
}

.cookie-message-box .row {
    margin: 0;
    padding: 15px 0;
}
.col-lg-11{
    width: 90%;
    float: left;
}
.col-lg-1{
    width: 8%;
    float: right;
}
.btn-primary{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    height:auto;
}






.code-box{
    position:fixed;
    right:10px;
    top:calc(37% - 100px);
    text-align: center;
    background: #fff;
    padding: 18px 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.code-box-img{
    width:150px;
    margin: 8px auto;
}
.code-box-img img{
    width:100%;
}
.code-box-tit{

}



.form-row{

    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.has-error,.row-error{
    border:1px solid #d1202f;
    border-radius:5px;
    padding:10px;


    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}



.up-video-box:after{
    display:block;
    content:'';
    clear:both;
}
.up-video-img{
    float:left;
    width:48%;
    cursor:pointer;
}
.up-video-img:nth-of-type(2n){
    float:right;
}
.up-video-img-tit{

    color: #313131;
    margin-bottom:10px;
}
.up-video-img-box{
    position:relative;
    height:205px;
    background:#f8f8f8;
}
.up-video-img-box-img{
    width:100%;
    height:100%;
    text-align:center;
    line-height:204px;
}
.up-video-img-box-img img,.up-video-img-box-img video{
    max-width:85%;
    max-height:85%;
    vertical-align: middle;
}
.up-video-img-box-tit{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background:#fff;
    padding:10px 0;
    color:#d1202f;
    width: 50%;
    text-align: center;


}
.up-video-img-bot{
    margin-top:10px;
    color:#a1a1a1;
    font-size:13px;
}

.up-video-wrap .form-name{
    width:100%;
}

.up-video-wrap .form-row-box{
    width: 100%;
}


.live-top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.live-top .li {
    background: #f8f8f8;
    border-radius: 5px;
    color: #999;
}
.live-top .li:last-of-type {
    /*width: 48%;*/
    /*margin-left: 2%;*/
    /*text-align: center;*/
    /*Justify-content: center;*/
    /*align-items: center;*/
    /*display: -webkit-flex;*/
}
.live-top .li .tit-info {
    border-bottom: 1px solid #ddd;
    padding:15px 25px;
}
.live-top .li .tit {
    color:#333;
}
.live-top .li .info {
    font-size: 14px;
    margin-top: 6px;
}
.live-top .li .more {
    padding: 25px;
    width: calc(100% - 50px);
    text-align: center;
}
.live-top .li .more a {
    padding: 0.75rem 2.5rem;
    font-size: 14px;
    background-color: #d1202f;
    border-color: #d1202f;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    color:#fff;
    border-radius:4px;
    cursor:pointer;
}
.live-top .li .more a:hover{
    opacity: 0.7;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.live-con-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom:30px;
    font-size:18px;
}

.live-con .li {
    float: left;
    width: calc(48.5% - 50px);
    margin-right: 3%;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 15px 25px 30px;
    position: relative;
    margin-bottom: 30px;
}
.live-con .li:nth-of-type(2n){
    margin-right:0;
}
.live-con .li .top {
    margin-bottom: 25px;
}
.live-con .li .top .state {
    position: absolute;
    left: -10px;
    top: 17px;
}
.live-con .li .top .state span {
    position: relative;
    z-index: 2;
    background: #9bc82b;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 15px;
    display: block;
}
.live-con .li.audit .top .state span {
    background: #f4ce1f;
}
.live-con .li.audit .top .state:after {
    border-right: 12px solid #d6b415;
}
.live-con .li.success .top .state span {
    background: #d1202f;
}
.live-con .li.success .top .state:after {
    border-right: 12px solid #d1202f;
}
.live-con .li .top .state:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -7.4px;
    border-top: 10px solid transparent;
    border-right: 12px solid #7da618;
    border-bottom: 10px solid transparent;
    z-index: 1;
}

.live-con .li .top .more {
    float: right;
    position: relative;
}
.live-con .li .top:after {
    display: block;
    content: '';
    clear: both;
}
.live-con .li .top .more .more-a {
    font-size: 28px;
    cursor: pointer;
    color: #b3bec6;
    margin-top: 12px;
}
.live-con .li .top .more .more-a img{
    width:32px;
}
.live-con .li .top .more .more-con {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    top: 42px;
    width: 110px;
    display: none;
}
.live-con .li .top .more .more-con .more-li {
    padding: 8px 15px;
    font-size: 14px;
    border-bottom: 1px solid #99afc0;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.live-con .li .top .more .more-con .more-li:last-of-type {
    border-bottom: none;
}
.live-con .li .tit {
    color: #000;
    font-weight: bold;
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-con .li .time {
    font-size: 14px;
    color: #e60012;
    padding: 6px 0;
    margin-bottom: 10px;
}
.live-con .li .img {
    width: 100%;
    height: 203px;
    overflow: hidden;
    border-radius: 6px;
    background: #99afc0;
    position: relative;
}
.live-con .li .img:after {
    position: absolute;
    display: block;
    content: '';
    clear: both;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}
.live-con .li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.live-con .li .img .img-time {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #d1202f;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    z-index: 1;
}
.live-con .li.audit .img .img-time {
    color: #e60012;
}
.live-con .li .tit-info {
    margin-top: 12px;
    font-size: 15px;
    color: #000;
    line-height: 26px;
}
.live-con .li .tit-info span {
    color: #666;
    font-size: 14px;
}
.live-con .li .tit-info .info-in {
    margin: 6px 0;
    overflow: hidden;
    height: 54px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.live-con .li .start-box {
    padding-top: 25px;
    text-align: center;
}
.live-con .li .start-box a {
    padding: 0.75rem 2.5rem;
    font-size: 14px;
    background-color: #99afc0;
    border-color: #99afc0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.live-con .li .start-box.douyin-start a {
    padding: 0.75rem 1rem;
    background-color: #4083de;
    border-color: #4083de;
    width:auto;
}
.live-con .li .start-box.douyin-start a:last-of-type {
    background-color: #d1202f;
    border-color: #d1202f;
}
.live-con .li .img .img-time .countdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    Justify-content: center;
    align-items: center;
}
.live-con .li .img .img-time .countdown li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.live-con .li .img .img-time .countdown li span {
    color: #4083de;
}

.Important-note{
    padding:15px;
    background:#f8f8f8;
    border-radius:4px;
    margin-bottom:30px;

}
.Important-note span{
    color:#e60012;
}

.radio-box{
    padding-top: 10px;
}
.radio-box label{
    margin-right:20px;
}

.activity-wrap .form-row-box{
    width: 625px;
}
.activity-wrap .form-row-box:after{
    display:block;
    content:'';
    clear:both;
}

.time-box input{
    width:48%;
    float:left;
}
.time-box input:last-of-type{
    width:48%;
    float:right;
}




.business-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.business-wrap .business-left {
    background: #f5f5f5;
    border-radius: 5px;
    width: 25%;
    height: 692px;
    overflow-x: hidden;
}
.business-wrap .business-left::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-left::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-left .search-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin: 5%;
}
.business-wrap .business-left .search-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-left .search-box input {
    border: none;
    width: calc(100% - 75px);
    float: left;
    padding: 12px 15px;
    font-size: 15px;
}
.business-wrap .business-left .search-box img {
    float: right;
    width: 24px;
    text-align: center;
    padding: 14px 10px;
    cursor: pointer;
    color: #99afc0;
    font-size: 18px;
}
.business-wrap .business-left .search-link {
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 2px;
    background: #ddd;
}
.business-wrap .business-left .li {
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
    padding: 15px;
}
.business-wrap .business-left .li:after {
    display: block;
    clear: both;
    content: '';
}
.business-wrap .business-left .li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: '';
}
.business-wrap .business-left .li .head {
    width: 56px;
    height: 56px;
    line-height: 52px;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.business-wrap .business-left .li .head .noread {
    background: #da251d;
    position: absolute;
    right: -4px;
    top: -2px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}
.business-wrap .business-left .li .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-left .li .tit-info .name {
    font-size: 15px;
    margin-top: 8px;
}
.business-wrap .business-left .li .tit-info .type {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px;
    color: #666;
}
.business-wrap .business-left .li.curr {
    background: #e60012;
}
.business-wrap .business-left .li.curr .tit-info {
    color: #fff;
}
.business-wrap .business-left .li.curr .tit-info .type {
    color: #fff;
}
.business-wrap .business-right {
    background: #f5f5f5;
    border-radius: 5px;
    width: 73.5%;
    min-height: 692px;
    margin-left: 1.5%;
}
.business-wrap .business-right .box {
    padding: 30px;
    margin: 25px;
    border-radius: 5px;
    background: #fff;
    height: 505px;
    overflow-x: hidden;
}
.business-wrap .business-right .box::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}
.business-wrap .business-right .box::-webkit-scrollbar-track {
    background-color: #fff;
}
.business-wrap .business-right .box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c8c8c8;
}
.business-wrap .business-right .box .li {
    margin-bottom: 15px;
}
.business-wrap .business-right .box .li .time {
    text-align: center;
    color: #c0c0c0;
    margin-bottom: 12px;
    font-size: 14px;
}
.business-wrap .business-right .box .li .tit-info:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .box .li .tit-info .head {
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.02);
    overflow: hidden;
    float: left;
}
.business-wrap .business-right .box .li .tit-info .head img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-right .box .li .tit-info .info {
    float: left;
    margin-left: 20px;
    padding: 20px;
    border-radius: 5px;
    max-width: 60%;
    background: #e8f0f7;
    position: relative;
    color: #4b799d;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.business-wrap .business-right .box .li .tit-info .info img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.business-wrap .business-right .box .li .tit-info .info:after {
    border-top: 10px solid transparent;
    border-right: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    left: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .box .li.me .tit-info .head {
    float: right;
    text-align: center;
}
.business-wrap .business-right .box .li.me .tit-info .info {
    float: right;
    margin-right: 20px;
    margin-left: 0;
    text-align: center;
}
.business-wrap .business-right .box .li.me .tit-info .info img {
    max-width: 100%;
    max-height: 100%;
}
.business-wrap .business-right .box .li.me .tit-info .info:after {
    display: none;
}
.business-wrap .business-right .box .li.me .tit-info .info:before {
    border-top: 10px solid transparent;
    border-left: 12px solid #e8f0f7;
    border-bottom: 10px solid transparent;
    content: '';
    display: block;
    right: -10px;
    top: 22px;
    position: absolute;
}
.business-wrap .business-right .input-box {
    margin: 25px;
    border-radius: 5px;
}
.business-wrap .business-right .input-box:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .img {
    text-align: center;
    width: 60px;
    height: 50px;
    line-height: 60px;
    border-radius: 5px;
    background: #f4bbbf;
    cursor: pointer;
    float: left;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .img img {
    max-width: 45%;
}
.business-wrap .business-right .input-box .input {
    width: calc(100% - 75px);
    float: right;
    background: #fff;
    border-radius: 5px;
}
.business-wrap .business-right .input-box .input:after {
    display: block;
    content: '';
    clear: both;
}
.business-wrap .business-right .input-box .input input {
    float: left;
    width: calc(85% - 30px);
    padding: 15px 15px;
    border: none;
    font-size: 14px;
}
.business-wrap .business-right .input-box .input .sub {
    width: 15%;
    background: #d1202f;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    float: right;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.business-wrap .business-right .input-box .input .sub:hover {
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.im-logout-wrap {
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
}
.im-logout-wrap:after {
    dsiplay: block;
    content: '';
    clear: both;
}
.im-logout-wrap .logout {
    border: 1px solid #e60012;
    background: #e60012;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.im-logout-wrap .logout .fa {
    margin-right: 8px;
}
.im-logout-wrap .logout:hover {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.chat-wrap .login-con {
    width: calc(100% - 152);
    padding: 42px 76px;
    color: #fff;
    margin: 0 auto 80px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.chat-wrap .login-con .rig-wrap .input {
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border: 2px solid #fff;
}
.chat-wrap .login-con .rig-wrap .input:before {
    display: block;
    clear: both;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.chat-wrap .login-con .rig-wrap .input.curr {
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    border-color: #d1202f;
}
.chat-wrap .login-con .rig-wrap .input.curr:before {
    -webkit-animation: anim-shadow 0.3s forwards;
    animation: anim-shadow 0.3s forwards;
}
.chat-wrap .login-con .rig-wrap .input.curr .ico {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.chat-wrap .login-con .rig-wrap .input input {
    border: none;
    background: none;
    padding: 20px;
    float: left;
    width: calc(100% - 102px);
}
.chat-wrap .login-con .rig-wrap .input .ico {
    float: right;
    color: #b3b9bd;
    width: 34px;
    border-left: 1px solid #e0e7e8;
    text-align: right;
    padding: 6px;
    margin: 12px 15px 0 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.chat-wrap .login-con .rig-wrap .input .ico img{
    max-width:70%;
    max-height:70%;
}
.chat-wrap .login-con .rig-wrap .input:after {
    display: block;
    content: '';
    clear: both;
}
.chat-wrap .login-con .rig-wrap .input .code {
    position: absolute;
    right: 80px;
    top: 16px;
    width: 83px;
    height: 30px;
    background: #eeeeee;
    cursor: pointer;
}
.chat-wrap .login-con .rig-wrap .input .code img {
    width: 100%;
    height: 100%;
}
.chat-wrap .login-con .rig-wrap .remember {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
}
.chat-wrap .login-con .rig-wrap .remember:after {
    display: block;
    content: '';
    clear: both;
}
.chat-wrap .login-con .rig-wrap .remember .reme-tit {
    float: left;
    line-height: 24px;
    color: #333;
}
.chat-wrap .login-con .rig-wrap .remember .reme-tit label {
    cursor: pointer;
}
.chat-wrap .login-con .rig-wrap .remember .reme-tit .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #d1202f;
    background-color: #d1202f;
}
.chat-wrap .login-con .rig-wrap .remember .reme-a {
    float: right;
    color: #ee7420;
    line-height: 24px;
}
.chat-wrap .login-con .rig-wrap .log-box {
    width: calc(100% - 2px);
    padding: 16px 0;
    text-align: center;
    background: #d1202f;
    border: 2px solid #d1202f;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.chat-wrap .login-con .rig-wrap .log-box:hover {
    color: #d1202f;
    background: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.chat-wrap .login-con .rig-wrap .no-account {
    border-top: 1px solid #e5e5e5;
    padding-top: 38px;
    margin-top: 38px;
    text-align: left;
}
.chat-wrap .login-con .rig-wrap .no-account:after {
    display: block;
    content: '';
    clear: both;
}
.chat-wrap .login-con .rig-wrap .no-account .left-tit {
    color: #666;
    float: left;
}
.chat-wrap .login-con .rig-wrap .no-account .left-tit .left-t {
    font-size: 22px;
    color: #ee7420;
}
.chat-wrap .login-con .rig-wrap .no-account .left-tit .left-info {
    font-size: 14px;
}
.chat-wrap .login-con .rig-wrap .no-account .left-tit .left-info a {
    color: #ee7420;
}
.chat-wrap .login-con .rig-wrap .no-account .log-box {
    float: right;
    width: 160px;
    background: #ee7420;
    border-color: #ee7420;
}
.chat-wrap .login-con .rig-wrap .no-account .log-box:hover {
    background: #fff;
    color: #ee7420;
    border-color: #ee7420;
}
.chat-wrap .login-con .rig-wrap .copyright {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #7393ac;
}










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

.btn-group {
    background-color: #4ad6a7;
    border-color: #4ad6a7;
    color: #fff;
}
.btn-blue.step-btn {
    background-color: #3599e7;
}


.appointment-tab{
    border-radius: 5px;
    overflow: hidden;
}
.appointment-tab th{
    background: #f2f2f2;
    padding: 15px 20px;
    border-bottom: 0;
}
.appointment-tab td{
    border-bottom: 0;
    border-top: 1px solid #dedede;
}

.popup-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
.batch-popup{
    position: absolute;
    left: 50%;
    top: 15%;
    width: 790px;
    height: 70%;
    box-sizing: border-box;
    margin-left: -270px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px;
}
.batch-popup-hd{
    height: 60px;
    line-height: 60px;
}
.batch-hd{
    font-size: 18px;
    color: #242424;
    font-weight: bold;

}
.batch-popup-bd{
    position: absolute;
    padding-top: 90px;
    height: 100%;
    box-sizing: border-box;
    width: 95%;
    top: 0;
    padding-bottom: 20px;
}
.appointment-tab.member-list-tab{
    border-radius: 0;
    border: 0;
    overflow: inherit;
}
.member-list-tab th{
    font-weight: normal;
    padding:10px 10px;
}
.member-list-tab td{
    padding: 10px 5px 0;
    border: 0;
}
.tab-border{
    height: 45px;
    border: 1px solid #dedede;
    padding: 0 5px;
    width: 100%;
    box-sizing: border-box;
}
.tab-btn-box{
    text-align: center;
    position: relative;
}
.pass-ico{
    background: url(../images/pass.png);
}
.mistake-ico{
    background: url(../images/mistake.png);
}
.mistake-hint{
    position: absolute;
    font-size: 14px;
    width: 130px;
    background: url(../images/mistake-hint.png) center center no-repeat;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -65px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    z-index: 100;
    display: none;
}
.member-list{
    margin-right: 10px;
    margin-bottom: 60px;
}
#Scroll{
    padding-bottom: 50px;
    box-sizing: border-box;
}


.ewm-box{
    width: 157px;
    height: 157px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    margin: 30px auto;
}
/*微信邀请函*/
.wechat-box .p{
    margin-bottom: 40px;
    font-size: 16px;
}
.wx-templet .item {
    width: 50%;
    text-align: center;
    float: left;
    font-size: 16px;
}
.wx-templet .item .imgbox {
    margin-bottom: 10px;
}
.wx-form {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
}
.wx-form .form-name {
    text-align: right;
    width: 130px;
    font-size: 16px;
}
.wx-form .form-row-box {
    width: calc(100% - 140px)
}
.form-upload {
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 10px;
    height: 250px;
    position: relative;
    margin-bottom: 0;
}
.uploadImg {
    width: 100%;
    height: 100%;
    background-image: url(../images/default-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.uploadProImg {
    background-image: url(../images/img.png);
}
.uploadImg input[type=file]{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.form-upload .logo-layout {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 250px;
    background: #f8f8f8;
}
.form-upload .logo-layout img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}
.wechat-btn {
    margin-left: 140px;
    letter-spacing: 1px;
    font-weight: normal;
}
.deleteImg {
    background: #d7d7d7 url(../images/delete-ico2.png) no-repeat center center;
    width: 46px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}
.wechat-poster .imgbox {
    float: left;
    width: 45%;
}
.wechat-poster .imgbox img {
    max-width: 100%;
}
.wechat-poster .txtbox {
    float: right;
    width: 50%;
}
.wechat-poster .txtbox .title {
    font-size: 24px;
    margin-bottom: 20px;
}
.wechat-poster .txtbox .p {
    font-size: 16px;
}
.wechat-poster .ewm-box img {
    width: 100%;
}
.black-btn{
    background: #04101c;
}
.btnbox {
    text-align: center;
}
.btnbox .btn {
    max-width: 45%;
    font-weight: normal;
}
.btnbox .btn:nth-of-type(2){
    margin-right: 0;
}
/*海报*/
.J-wrapbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.posterbox {
    width: 750px;
    height: 1334px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
}

.page1 {
    background: #d70c19;
}
.logobox {
    padding: 35px 40px 0px;
    position: relative;
    z-index: 2;
}
.logobox img {
    width: 100%;
    display: block;
}
.conbox {
    background: #d70c19;
    position: relative;
    height: 980px;
    margin-top: -15px;
}
.conbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.conbox .themeimg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.txtcon {
    width: calc(100% - 110px);
    margin: 0 auto;
    padding: 100px 20px 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.companyinfo {
    margin-top: 50px;
    text-align: center;
}
.companylogobox {
    /*border: 1px solid #ff303d;*/
    width: 415px;
    height: 160px;
    margin: 0 auto;
    line-height: 158px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.companylogobg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.logosrc {
    width: 100%;
    height: 100%;
    line-height: 160px;
}
.companylogobox .img {
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
    position: relative;
    z-index: 2;
}
.companyname {
    font-weight: bold;
    color: #04111c;
    margin: 40px 0 30px;
    font-size: 30px;
    line-height: 1;
    height: 30px;
}
.boothnum {
    font-weight: bold;
    color: #d70c19;
    font-size: 30px;
    line-height: 1;
    height: 30px;
}
.botbox {
    background: #9f010b;
    padding: 50px 40px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
.poster-ewm {
    background: #fff;
    width: 174px;
    height: 174px;
    float: left;
    position: absolute;
    left: 40px;
    top: -45px;
    padding: 15px;
    box-sizing: border-box;
}
.poster-ewm img{
    display: block;
    width: 100%;
}
.botbox .txt {
    float: right;
}
.botbox .txt img {
    display: block;
}
.page2 {
    background: #d1202f;
}
.pagetop {
    padding: 35px 40px 0;
}
.pagetop .logo {
    float: left;
}
.pagetop .ewm{
    float: right;
    background: #fff;
    width: 124px;
    height: 124px;
    padding: 10px;
    box-sizing: border-box;
}
.pagetop .ewm img {
    display: block;
    width: 100%;
}
.txt-ewm {
    display: block;
    margin-top: 10px;
}
.page2 .companylogobox {
    border: 0;
    width: 420px;
    height: 150px;
    line-height: 148px;
}
.page2 .companyname {
    color: #fff;
    margin: 28px auto 20px;
}
.page2 .boothnum {
    color: #fff;
}
.page2 .companyinfo {
    padding: 0 40px;
}
.page2 .product-box {
    padding-left: 26px;
    margin-top: 53px;
}
.page2 .product-box .imgbox {
    background: url(../images/poster-img04.png) no-repeat right top;
    width: 100%;
    background-size: cover;
    position: relative;
    height: 478px;
    overflow: hidden;
    position: relative;
}
.product-box .probg {
    display: block;
    width: 100%;
}
.page2 .product-box .imgbox .img {
    overflow: hidden;
    border-radius:  190px 0 0 0;
    width: 684px;
    height: 438px;
    position: absolute;
    bottom: 0;
    right: 0;
    /*padding-top: 40px;
    padding-left: 40px;*/
    box-sizing: border-box;
    background: #e16e77;
}
.page2 .product-box .txtbox {
    background: #04111c;
    padding: 40px;
    box-sizing: border-box;
}
.page2 .product-box .txtbox .title {
    color: #d1202f;
    margin-bottom: 25px;
    line-height: 1;
    font-size: 30px;
}
.page2 .product-box .txtbox .info {
    font-size: 18px;
    color: #999999;
    line-height: 1.8;
    word-break: break-all;
    text-align: -webkit-auto;
    height: 96px;
    letter-spacing: 1px;
    overflow: hidden;
}
.botbox2 {
    text-align: center;
    padding: 22px 0;
}
.imgtip {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    color: #fe0002
}
.imgtip > img {
    vertical-align: middle;
}
.imgtip .big {
    position: absolute;
    display: none;
    top: 0;
    left: 110px;
    /*border: 1px solid #fe0002;*/
}
.imgtip .big img {
    display: block;
}
.imgtip:hover .big{
    display: block;
}



.paginate,
.pages {
    padding: 25px 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}
.paginate ul,
.pages ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}
.paginate a,
.pages a,
.paginate span,
.pages span {
    padding: 8px 14px;
    border-radius: 5px;
    border: 1px solid #6382a1;
    color: #6382a1;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    margin: 0 2px;
}
.paginate a:hover,
.pages a:hover,
.paginate span:hover,
.pages span:hover {
    background: #e02736;
    border-color: #e02736;
    color: #fff;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.paginate span,
.pages span {
    background: #e02736;
    border-color: #e02736;
    color: #fff;
}



.import-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    width:100%;

    margin:60px 0 40px 0;
}
/*.import-box:after{*/
/*display:block;*/
/*content:'';*/
/*clear:both;*/
/*}*/
.import-box-li{
    padding:30px;
    border:1px solid #e02736;
    border-radius:8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color:#e02736;
    position:relative;
    cursor:pointer;
    /*background:rgba(30,98,161,0.02);*/
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.import-box-li:after{
    display:block;
    content:'';
    clear:both;
    width:100%;
    height:100%;
    border:1px solid #e02736;
    position:absolute;
    left:-1px;
    top:-1px;
    border-radius:8px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    opacity: 0;
}
.import-box-li:hover{

    box-shadow: 0 0 25px rgba(224,39,54,0.3);
    /*color:#fff;*/
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.import-box-li:hover:after{
    opacity: 1;
    transform: scale(1.05);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.import-box-li img{
    margin-left:20px;
}

.guidePop {
    padding: 22px; 
    line-height: 26px; 
    background-color: #393D49; 
    color: #fff; 
    font-weight: 300;
}
.guidePop .tit {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.guidePop .p {
    margin-bottom: 10px;
}
.guidePop li {
    padding-left: 15px;
    position: relative;
}
.guidePop li:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}
.guidePop a {
    text-decoration: underline;
    color: #fff;
}
.g-guide {
  color: #333;
}
.g-guide .title{
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 24px;
}
.g-guide .title.center {
  text-align: center;
}
.g-guide .info p{
  margin-bottom: 20px;
}
.g-guide .info a {
  text-decoration: underline;
  color: #333;
  cursor: pointer;
}
.g-guide .btn-box {
  padding: 0;
  border: 0;
  margin-top: 30px;
}
.linkbtn {
  border-radius: 5px;
  margin: 30px auto 0;
  padding: 10px 20px;
  display: inline-block;
  background-color: #d1202f;
  color: #fff;
  cursor: pointer;
}