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

@font-face {
    font-family: "siyuan";
    src: url('../webfont/siyuan-light.woff') format('woff'),
        url('../webfont/siyuan-light.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

input,
textarea,
button,
select {
    outline: none;
    font: 14px/1.7em arial, 'siyuan', 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 'siyuan', 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;
}

.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 #3393dd;
    background: #fff;
    color: #3393dd;
}

.btn-export:hover {
    background: #3393dd;
    color: #fff;
}

/*版心*/
.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;
}

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

.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;
   overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

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

.language-box:hover{
    background: #008843;
    border-color:  #008843;
}

.login-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: 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;
    padding: 0;
      font: 14px/1.7em 'siyuan', sans-serif, arial, tahoma, 宋体;
}

.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-contact {
    background-image: url(../images/nav-contact-ico.png);
}

.nav-contact:hover,
.current .nav-contact {
    background-image: url(../images/nav-contact-ico2.png);
}


.nav-home {
    background-image: url(../images/nav-home-ico.png);
}

.nav-home:hover,
.current .nav-home {
    background-image: url(../images/nav-home-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 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-left: 75px;
    /* height: 46px;
    line-height: 46px; */
    font-size: 16px;
    margin: 10px 0;
    color: #fff;
    background: url(../images/sub-nav.png) 60px center no-repeat;
    border-bottom: 1px solid #3b3b3b;
}

.sub-nav a {
    display: block;
    height: 46px;
    color: #fff;
    display: flex;
    align-items: center;
}

.sub-nav:hover,
.nav-box .nav-li.current .current.sub-nav {
    background-image: url(../images/sub-nav2.png);
}

.sub-nav:hover a {
    color: #d1202f;
}

/*内容*/
.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: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;
    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: 20px 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: 70%;
    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: calc(100% - 180px);
}

.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-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: 46px;
    line-height: 42px;
    border: 1px solid #f0f0f0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    border-radius: 2px;
}

.btn-box p {
    text-align: center;
}

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

.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: 24px;
    height: 24px;
    display: inline-block;
    background: #ddd;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;

}
.webuploader-pick{
    background: #008843 !important;
}
.tab-btn:hover{
  background: #02944a;
  color: #fff;
}
.tab-img img {
    max-width: 80px;
    max-height: 50px;
    margin-bottom: -6px;
}



.news-ft {
    padding: 40px 0;
}

.delete-btn {
    width: 82px;
    height: 32px;
    line-height: 32px;
    color: #2b333e;
    margin: 0 15px;
    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 "siyuan", "宋体";
    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: 'siyuan';
    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: #00773b;
    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: #efeeef;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 10px;
    color: #a5a5a5;
}

.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: #00773b;
}

.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: 100%;
    padding-left: 30px;
}

.download-name {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    width: 92%;
}

a.download:hover {
    color: #00773b;
}

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

.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: #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: 25px;
}

.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: 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: #00773b;
    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 {
    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: 170px;
}


.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: 30px;
    padding-right: 20px;
    min-width: inherit;
}

.form-name {
    font-size: 14px;
}

.crumbs a {
    color: #000;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w143 {
   width: calc(100% - 322px);
}

.w200 {
    width: calc(100% - 265px);
}

.mr3 {
    margin-right: 3px;
}

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

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




/*微信邀请函*/
.invitation-box {
    background: url(../images/invitation-bg.jpg?v=2022);
}

.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: "siyuan";
}

.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: "siyuan";
    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;
}

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




/* 修改申请表单的展示范围 */
.chk-list-containder li {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.chk-list-containder .listTopItem {
    height: auto;
    line-height: normal;
}

.chk-list-containder ul {
    padding-bottom: 0 !important;
}

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


/* 2017.3.9 修改福祉展商 */
body {
    background: url(../images/bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.login-bg {
    background: none;
    width: 1100px;
    margin: auto;
    position: relative;
    height: 720px;
}

.logo a img {
    border: 0;
    width: auto;
}

.login-title-row {
    text-align: center;
    /* color: #fff; */
    background-image: -webkit-linear-gradient(top, rgb(0, 148, 82), rgb(255, 255, 255));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}

.login-title-row h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
}

.login-title-row h3 {
    font-size: 24px;
    line-height: 1.5;
}

.login-Footer {
    position: relative;
    text-align: center;
    margin-top: -50px;
    color: #fff;
    opacity: 0.6;
}

.login-row {
    position: absolute;
    width: 100%;
    height: 600px;
    left: 0;
    top: 50%;
    /*   margin-left: -25%; */
    margin-top: -300px;
}

.login-box {
    margin-top: 40px;
    bottom: 0;
    margin-bottom: 0;
    width: 680px;
    height: auto;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
}

.language-box {
    position: absolute;
    right: 0;
    margin: 0;
    top: 34px;
    background-color: inherit;
    width: 97px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    text-align: center;
    color: #fff;
}


.login {
    padding: 30px 90px 0;
}

.login-title {
    font-size: 36px;
    font-weight: normal;
    color: #333;
    line-height: 50px;
    margin: 12px 0;
}

.login-hint-box {
    position: relative;
    height: 60px;
    border: 1px solid #dcdcdc;
    margin-bottom: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-input {
    height: 58px;
    border: 0;
    margin-bottom: 0;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.login-name {
    background-image: url(../images/login-name-icon.png);
}

.login-password {
    background-image: url(../images/login-password-icon.png);
}

.login-email {
    background-image: url(../images/login-email-icon.png);
}

.login-hint-box .attention {
    position: absolute;
    bottom: -22px;
}

.forget {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #008843;
    text-decoration: none;
}

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

.login-btn-box {
    margin-bottom: 0;
    margin-top: 50px;
    width: 675px;
    margin-left: -90px;
}

.login-btn {
    width: 50%;
    height: 68px;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 68px;
    background-color: #00793c;
}

.login-apply-btn {
    background-color: #009e4e;
}

.login-btn:hover {
    background-color: #018944;
}

.forget-btn {
    height: 38px;
    line-height: 38px;
    margin: 11px 0;
}

.forget-contact {
    padding-top: 0;
}

.Captcha {
    height: 58px;
    width: 140px;
}

.login-captcha {}

.login-captcha {
    width: 350px;
}

.w1100 {
    position: relative;
}

header {
    height: auto;
}

.title-img {
    color: #fff;
    text-align: center;
    padding: 38px 0 38px;
    background-image: -webkit-linear-gradient(top, rgb(0, 148, 82), rgb(255, 255, 255));
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
  
}

.title-img h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
}

.title-img h3 {
    font-size: 24px;
    line-height: 1;
}

header {
    background-image: none;
}

.header {
    padding-top: 0;
}

.master-box,
.master {
    margin-top: 0;
}

.sidebar-box {
    width: 250px;
}

.sideBar-top {
    height: 60px;
    background-color: #00773b;
}

.sidebar-title {
    padding-top: 0;
    height: 60px;
}

.sidebar-title a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 56px;
    background-image: url(../images/ico01.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    font-size: 20px;
}

.sidebar-box {
    background-color: #fff;
}

.nav {
    background-color: inherit;
    border-bottom-color: #f1f1f1;
}

.nav a {
    border-left: 0;
    color: #333;
    font-weight: normal;
}

.current .nav,
.nav:hover {
    background-color: #f2f6f3;
}

.nav a {
    background: none !important;
    font-size: 16px;
}

.sub-nav a {
    color: #666;
    font-size: 16px;
}

.sub-nav {
    border-bottom: 0;
}

.sub-nav-box {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
}

.current .nav a,
.nav a:hover,
.sub-nav:hover a {
    color: #008843;
}

.nav-box .nav-li.current .current.sub-nav,
.nav-box .nav-li.current .current.sub-nav a {
    color: #008843 !important;
}

.master {
    background: #f5f5f5;
}

.master-bd {
    padding: 20px;
    margin: 20px;
    background: #fff;
}

.master-bd:nth-of-type(n+3) {
    padding-top: 10px;
}

.master-hd {
    height: 60px;
    background: #008843;
}

.crumbs {
    display: none;
}

/* .guide-box{
    background: #fff;
}
.serve-box{
    background: #fff;
    padding: 35px;
} */
.close-btn {
    float: right;
    height: 60px;
    margin: 0;
    border-radius: 0;
    background-color: inherit;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    line-height: 58px;
    padding-left: 40px;
    background-position: 20px center;
    padding-right: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
}

.close-btn:hover {
    background-color: #018d46;
}

.master-box {
    overflow: hidden;
    min-height: calc(100% - 180px);
    margin-bottom: 20px;
}

.sidebar-box {
    position: relative;
    padding-bottom: 2000px;
    margin-bottom: -1950px;
}

.master {
    padding-bottom: 2000px;
    margin-bottom: -1880px;
    margin-left: 0;
}

.footer-row {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
    background-color: inherit;
    height: 90px;
    margin-top: 0;
    width: 850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: inherit;
    left: auto;
    padding: 30px 20px;
}

.footer-text {
    color: #757575;
    font-size: 14px;
}

.appointment-btn {
    margin-right: 0;
}

.index-master-bd.master-bd {
    background-color: inherit;
    padding: 0;
}

.index-top-row {
    background: #fff;
    padding: 30px;
}

.index-top-logo {
    width: 95px;
}

.index-top-logo img {
    max-width: 90%;
}

.index-top-text-row {
    width: 635px;
}

.index-top-title {
    font-size: 18px;
    font-weight: bold;
    color: #363636;
    margin-bottom: 20px;
}

.green-text {
    color: #008742;
}

.index-top-text {
    color: #666;
    line-height: 30px;
}

.index-top-issuer {
    text-align: right;
}

.index-box3 {
    width: 256px;
    margin-right: 20px;
    position: relative;

    padding-left: 50px;
}

.index-box2 {
    width: 395px;
    margin-right: 20px;
}

.message-ico-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 70px solid red;
    border-right: 70px solid transparent;
}

.message-ico {
    position: absolute;
    left: 6px;
    top: -64px;
    width: 26px;
    height: 26px;
    background-size: auto 100%;
    border-radius: 0;
    background-color: inherit;
}

.chart-row {
    border-top-color: #64abe8;
}

.pool-row {
    border-top-color: #92cc58;
}

.file-row {
    border-top-color: #ed8e4e;
}

.message-name {
    padding-left: 0;
    height: auto;
    line-height: 30px;
    color: #33a069;
    font-weight: normal;
    font-size: 20px;
}

.message-master {
    padding-top: 15px;
}

.schedule-superstratum {
    background-color: #008843;
}

.prompt {
    border-color: #008843;
    color: #008843;
}

.prompt:hover {
    background-color: #008843;
}

.gray {
    border-color: #e0e0e0;
    color: #696969;
}

.gray:hover {
    background-color: #e0e0e0;
    color: #fff;
}

.more-btn {
    background-color: #008843;
    color: #fff;
    border-color: #008843;
}

.more-btn:hover {
    border-color: #02944a;
    background-color: #02944a;
}

.index-subscribe-tab th,
.index-subscribe-tab td {
    padding: 15px;
}

.index-subscribe-tab th {
    font-weight: normal;
    font-family: '微軟正黑體', "siyuan", sans-serif, arial, tahoma, 宋体;
    ;
}

/* .attention{
    color: #02944a;
} */
.guide-li:hover a.guide-a {
    color: #02944a;
}

.comp_form_edit {
    color: #02944a;
}

.master-bd-top .attention {
    background-color: #02944a;
}

.save-btn {
    background-color: #02944a;
    border-color: #02944a;
    font-family: "siyuan";
}

.save-btn:hover {
    background-color: #008843;
    border-color: #008843;
}

.electron-download-ai,
.electron-download a {
    color: #02944a;
}

.electron-img-box {
    border-color: #02944a;
}

.news-btn:hover {
    background-color: #02944a;
}

.news-btn,
.password-btn {
    background-color: #02944a;
}

.addbtn {
    border-color: #02944a;
    color: #02944a;
    background-color: #fff;
}

.password-btn:hover {
    background-color: #008843;
}

.bt4 {
    border-top-color: #02944a;
}

.a.mail-txt {
    color: #02944a;
}

.apply-for-box {
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.apply-for-box .crumbs {
    display: block;
    padding: 0;
}

.apply-for-box .crumbs a {
    color: #fff !important;
    font-size: 24px;
    line-height: 60px;
}

.apply-for-return {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    color: #fff !important;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.apply-for-return:hover {
    background-color: #018d46;
    text-decoration: none !important;
}

.appointment-btn {
    background-color: #02944a;
    border-color: #02944a;
}

.appointment-btn:hover {
    background-color: #018d46;
    border-color: #018d46;
}

.index-notattend {
    background-color: #02944a;
}

.notattend-step-digit {
    color: #02944a;
    border-color: #57bf8a;
}

.BadgesImport-bg {
    background: #fff;
}

.btn-export {
    border-color: #02944a;
    color: #02944a;
}

.btn-export:hover {
    background: #02944a;
    color: #fff;
}

/*表单验证*/
.form-row {
    position: relative;
}

.form-row .tip-info {
    height: 44px;
    line-height: 44px;
    text-indent: 36px;
    min-width: 100px;
    color: #ff943d;
}

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

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







/*20170619*/
.index-box2 {
    width: 375px;
    margin-right: 0;
    border-right: 1px solid #e5e5e5;
    padding-left: 0;
}

.index-box2:nth-of-type(2n) {
    border-right: 0;
    padding-left: inherit;
    padding-right: 0;
}

.index-box2:last-of-type {
    border-right: 0;
    padding-left: inherit;
    padding-right: 4%;
}

.index-head {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #e5e5e5;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 120px;
}

.index-head img {
    width: 120px;

    vertical-align: middle;
}

.index-modify {
    overflow: hidden;
}

.modify-table {
    display: table;
}

.modify-cell {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}

.index-icon-1 {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/index-icon-1.png) no-repeat;
}

.index-icon-2 {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/index-icon-2.png) no-repeat;
}

.welcomt-text {
    margin-bottom: 30px;
}

.new-number {
    display: inline-block;
    position: relative;
    margin-top: -14px;
    margin-left: -10px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background: #d0125c;
    color: #FFF;
    border-radius: 50%;
}

.modify-box {
    margin-right: 20px;
}

.index-box3 {
    height: 135px;
    padding-left: 40px;
}



.index-bottom-row {
    background: #fff;
    padding: 30px;
    margin-top: 30px;
}

.big-title-h3 {
    font-size: 24px;
    line-height: 40px;
    color: #008843;
    margin-bottom: 30px;
}

.index-richeng-tab {
    border-collapse: collapse;
    width: 100%;
    background: #f5f5f5;
}

.index-richeng-tab tr th,
.index-richeng-tab tr td {
    padding: 5px 20px;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}

.index-richeng-tab tr th {
    font-weight: bolder;
    font-size: 16px;
    line-height: 34px;
}


/*20170619*/
.top-prompt {}

.exhibitor-contact-c {
    width: 50%;
    float: left;
    margin-bottom: 25px;
}

.exhibitor-ind-h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.exhibitor-ind-p {
    font-size: 16px;
}

.exhibitor-ind-p span {
    color: #008843;
}

.exhibitor-ind-p-zhu {
    line-height: 35px;
    text-align: right;
    font-size: 14px;
}

.exhibitor-ind-p-xiaz {
    font-size: 14px;
}

.exhibitor-ind-p-xiaz a {
    color: #008843;
}

.exhibitor-ind-b {
    border: 3px solid #00773b;
}

.exhibitor-ind-b h2 {
    margin-bottom: 10px;
    color: #00773b;
    font-size: 16px;
}

.Reporting-time {
    line-height: 30px;
}

/*20170707*/
#CompanyAddress_ProvinceID,
#CompanyAddress_CityID {
   width: calc(100%/2 - 5px);

}

#CompanyAddress_AreaID {
    display: none;
}

#CompanyAddress_CityID {
    margin-right: 0;
}

.form-row .tip-info {
    display: none;
}

.form-box {
    padding: 50px 65px;
}

/*20170721*/
.search-form {
    margin-bottom: 20px;
}

.mg-b10 {
    margin-bottom: 10px;
}

.search-form-input {
    height: 200px;
    padding-top: 10px;
}

.search-form-btn {
    height: 44px;
    line-height: 44px;
}


/*20170825*/
.invitation-bd {
    background: #f5f5f5;
    padding-left: 35px;
    padding-right: 35px;
}

.invitation-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.new-invitation-box {
    border: 1px solid #abd8c4;
    background: #FFF;
    padding: 40px;
}

.new-invitation-top {
    height: 520px;
    padding-top: 50px;
    text-align: center;
    background: #b9decd;
    background: -moz-linear-gradient(top, #b9decd 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9decd), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #b9decd 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #b9decd 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #b9decd 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #b9decd 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9decd', endColorstr='#ffffff', GradientType=0);
}

.invitation-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.new-invitation-mid {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 40px;
}

.new-invitation-title {
    font-size: 45px;
    color: #434141;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

.invitation-booth-number {
    display: inline-block;
    height: 68px;
    line-height: 68px;
    padding: 0 30px;
    font-size: 42px;
    color: #FFF;
    background: #008b4b;
    margin-bottom: 75px;
}

.i-hr {
    height: 1px;
    background: #dde1df;
}

.new-invitation-text {
    padding: 10px 0;
    text-align: center;
    font-size: 38px;
    color: #333;
    line-height: 50px;
    margin-bottom: 50px;
}

.invitation-didi-title {
    font-size: 33px;
    color: #626262;
    font-weight: normal;
    padding: 20px 0;
}

.invitation-didi-box {
    width: 513px;
    height: 210px;
    background: url(../images/i-didi.png) center center no-repeat;
    margin: 0 auto;
}

.invitation-didi-left {
    width: 123px;
    font-size: 40px;
    font-weight: bolder;
    color: #8cc0a8;
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 0 30px;
    line-height: 40px;
    padding-top: 45px;
}

.invitation-didi-right {
    width: 390px;
    box-sizing: border-box;
    padding: 35px 50px;
}

.invitation-didi-text {
    font-size: 24px;
    color: #626262;
    margin-left: 30px;
    line-height: 35px;
    font-weight: bolder;
    padding-top: 35px;
}

.invitation-bg {
    position: relative;
    z-index: 1;
}

.invitation-bg img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: -18px;
}


.new-invitation-box {
    position: relative;
}

.new-invitation-box>img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.new-invitation-mid {
    position: absolute;
    left: 0;
    right: 0;
    top: 530px;
    margin: 0 auto;
}

.new-invitation-ewm {
    position: absolute;
    left: 290px;
    bottom: 180px;
    margin: 0 auto;
}

.download-invitaiton {
    width: 220px;
    margin-top: 40px;
    background-image: url(../images/i-icon.png);
    background-repeat: no-repeat;
    background-position: left 40px center;
}

.row-error .required {
    border-color: #f00;
}

input::-webkit-input-placeholder {
    color: #c7bebe;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c7bebe;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c7bebe;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c7bebe;
}

/* 展商秀 */
.exhibitors-show .ewmbox {
    text-align: center;
    padding-bottom: 40px;
   
    margin-top: 50px;
}
.exhibitors-show .ewmbox .pic{
    width: 157px;
    height: 157px;
    border: 1px #ddd solid;
    padding: 10px;
    margin: 20px auto 20px;
}
.exhibitors-show .exhibitors-data{
    margin-top: 30px;
}
.exhibitors-show .exhibitors-data .show-tit{
   font-size: 18px;
    margin-bottom: 20px;
  
   
}
.listbox li{
color:#414141; font-size:14px; font-family:微软雅黑;"
}
.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:after{
   content: url(/images/con_arr.png);
    position: absolute;
    display: block;
    width: 44px;
    height: 58px;
    top: 31px;
    right: -45px;
}
.exhibitors-show .icontbox ul li .pic{
    width: 100%;
    /*  height: 200px;
    background: #f7f7f7; */
  
}
.exhibitors-show .icontbox ul li .titbox{
  margin-top: 10px;
}
.exhibitors-show .icontbox ul li .titbox a{
    color: #00773b;
    text-decoration: underline;
}
.exhibitors-show .icontbox ul li:nth-child(3n){
    margin-right: 0;
}

.uploadvidio{
  position: relative;
  display: block;
  cursor: pointer;
  background: #008843;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  width: 78px;
}

.xiaochengxuma{
  margin: auto;
  width: 180px;
}
.xiaochengxuma img{
  max-width: 100%;
}

.radio-item {
  margin-right: 25px;
}

.radio-item .radio{
  margin-right: 5px;
}

.pliuyn{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}