﻿/* CSS Document   Version: 1.0.0
   Date: 2019/01/22
   Author: Tian Guang
   Copyright: www.east.net
*/

input[type="checkbox"] {
    width: 17px;
    height: 17px;
    -webkit-appearance: none;
/*     background: url("../img/radio.png") center no-repeat; */
    cursor: pointer;
    background: url(../img/icon-checked3.png) center no-repeat;
}

input[type="checkbox"]:checked {
/*     background: url("../img/radio_c.png") center no-repeat; */
    background: url("../img/icon-checked2.png") center no-repeat;
}
input[type="radio"]{
    width: 17px;
    height: 17px;
    -webkit-appearance: none;
    background: url("../img/radio.png") center no-repeat;
    cursor: pointer;
    }
input[type="radio"]:checked{
    background: url("../img/radio_c.png") center no-repeat;
}

.member_main {
    background: #f6f6f6;
    padding: 20px 0;
}
.member_main>.center {
    background: #fff;
}
/*.member_login{background:#fff;}*/
.member_main .position {
    margin: 0 23px 0 30px;
    line-height:  52px;
    height: 52px;
}
.member_main .position span {
    padding: 0 7px;
    color: #707070;
}
.member_main .position a:hover,.member_main .position a:last-child {
    color: #005ED0;
}
.default_member input[type="text"],.default_member input[type="password"] {
    height: 46px;
    line-height: 46px;
    width: 428px;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    padding: 0 20px;
    color: #363636;
}
.default_member input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9f9f9f;
}
.default_member input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9f9f9f;
}
.default_member input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9f9f9f;
}
.default_member input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9f9f9f;
}
.default_member input[type="password"] {
    color: #7f7f7f;
}
.default_member  input.btn {
    width: 470px;
    height: 48px;
    line-height: 48px;
    border: 0;
    color: #fff;
    background: #3878e4;
    margin-top:90px;
    cursor: pointer;
}
.member_main .findpwd {
    width:  565px;
    margin:  0 auto;
    /* height: 665px; */
}
.member_main .findpwd .perUser {
    text-align:  center;
}
.member_main .findpwd .perUser .pic img {
    width:  80px;
    height:  80px;
    border-radius: 50%;
}
.default_member p {
    margin-top: 21px;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
}
.default_member p label {
    width: 95px;
}
.findpwd input.btn {
    /* margin-left: 95px; */
    margin-bottom: 50px;
}

.findpwd input.changepwd{margin: 90px 0px 200px 95px;}

.member_main .findpwd .perUser p {
    margin-top: 0;
    line-height: 42px;
    color: #0051be;
    height: 42px;
}
.member_findpwd .position {
    height: 32px;
}
.member_login .default_member {
    width: 420px;
    margin: 0 auto;
    /* height: 455px; */
}
.member_login .default_member input[type="text"] {
    width: 378px;
    line-height:  56px;
    height: 56px;
    border-color: #e2e2e2;
    font-size: 16px;
}

.member_login .default_member .prompt{color:#f62626;font-size:12px;height: auto;line-height: 30px;margin: 0px;height: 30px;}

.member_login .default_member p {
    line-height: 58px;
    height: 58px;
}
.member_login .default_member input.btn {
    width: 100%;
    height:  54px;
    line-height: 54px;
    font-size: 18px;
}
.member_info .default_member {
    height: 730px;
}

.loginform{margin: 70px 0px 0px 0px;}

.con_right .spectator .s_tab {
    line-height: 32px;
    text-align: center;
    margin: 20px 0px 30px 0;
}


.spectator input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666;
}
.spectator input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}
.spectator input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}
.spectator input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
}
.spectator .s_tab li,.spectator .s_tab li.now{
    border: 1px solid #E6E6E6;
    background: #ffffff;
    width: 295px;
    height: 32px;
    margin-right: 16px;
    display: inline-block;
}
.spectator .s_tab li.now {
    background: #0051BE;
}
.spectator .s_tab li a,.spectator .s_tab li.now a{
    color: #272727;
    font-size: 12px;
}
.spectator .s_tab li.now a{
    color: #FFFFFF;
}
.spectator .s_tab ul li a {
    color: #272727;
    display: block;
}
.spectator .member_spec,.spectator2 .member_per {
    width: 521px;
    margin:  0 auto;
    display: none;
}
.spectator input[type="text"] {
    width: 359px;
    height: 42px;
    line-height: 42px;
    background: #ebebeb;
    border-color: #dedede;
    padding: 0 13px;
}
.spectator label.left {
    width: 134px;
    font-size:  14px;
    color: #666;
    position:  relative;
    text-align: right;
}
.spectator1 p {
    margin-top: 45px;
    line-height: 44px;
    height: auto;
}
.spectator p.next {
    text-align:  center;
    margin-top: 135px;
}
.spectator p.next span{
    color: #1d1d1d;
    font-size: 14px;
}
.spectator a.to_next, .spectator p.next input.button {
    display:  block;
    width: 100%;
    height:  50px;
    line-height:  50px;
    background:  #3878e4;
    color: #fff;
    font-size: 14px;
    border: 0;
}
.spectator .vc input[type="text"] {
    width: 252px;
}
.spectator .vc input.getphonevc {
    width: 107px;
    display:  inline-block;
    background:  #3878e4;
    color:  #fff;
    font-size: 14px;
    text-align:  center;
    float: right;
    height:45px;
    border:0;
    cursor: pointer;
}

.spectator .vc img {
    width: 105px;
    height: 42px;
    border: 1px solid #dedede;
    vertical-align: middle;
    float: right;cursor: pointer;
}

.spectator .vc input.getemailvc {
    width: 107px;
    display:  inline-block;
    background:  #3878e4;
    color:  #fff;
    font-size: 14px;
    text-align:  center;float: right;height:45px;border:0;cursor: pointer;
}

.spectator1 {
    height: 610px;
}
.spectator1 .member_spec p.next {
    margin-top: 150px;
}
.spectator2 .member_per {
    display: block;
    margin-top: 50px;
}
.default_member p.three input[type="text"] {
    width: 86px;
    margin-right: 18px;
}
.default_member p.three input[type="text"]:last-child {
    margin-right: 0;
}
.spectator .a_tab {
    width: 580px;
    margin:  0 auto;
    position:  relative;
    padding: 0 75px;
}
.spectator .a_tab li {
    width: 193px;
    text-align:  center;
    margin: 29px 0 47px 0;
}
.spectator .a_tab li.on {
    color: #216aef;
}
.spectator .a_tab li i {
    width: 65px;
    height: 65px;
    display:  block;
    margin: 0 auto 13px auto;
    background: #dbdbdb;
    border-radius: 50%;
    line-height:  65px;
    font-size:  20px;
    color: #fff;
    position:  relative;
    z-index: 1;cursor: pointer;
}
.spectator .a_tab li a {
    color: #595959;
}
.spectator .per_title {
    margin: 0 18px;
    line-height:  46px;
    height: 46px;
    background: #f0f0f0;
    padding: 0 29px 0 17px;
    font-size: 18px;
    position:  relative;
}
.spectator .a_tab li.on i {
    background: #216aef;
}
.spectator .a_tab:before {
    content: "";
    position:  absolute;
    height:  1px;
    width: 100%;
    background: #dbdbdb;
    top: 61px;
    left: 0;
    z-index: 0;
}
.spectator .per_title>.right {
    color: #da142b;
    font-size: 14px;
}
.spectator .per_title:before {
    content:  "";
    width:  3px;
    height: 15px;
    background: #216aef;
    position:  absolute;
    top: 15px;
    left: 0;
}
.spectator label.left i {
    display: block;
    color: #da142b;
    position: absolute;
    left: -15px;
    top: 4px;
    font-size: 16px;
}


.default_member p.radio span.r {
    font-size:  14px;
}
.default_member p.radio span.r span {
    width: 126px;
    display:  inline-block;
    text-align:  center;
    line-height: 18px;
    height: 18px;
}
.default_member p.radio span.r span:first-child {
    text-align:  left;
}
.default_member p.radio span.r span:last-child {
    text-align:  right;
}
.default_member p.radio input[type="radio"] {
    margin-right: 10px;
    vertical-align: top;
}
.default_member p select {
    width: 114px;
    margin-right: 18px;
    height: 44px;
    background: #ebebeb;
    border: 1px solid #dedede;
    outline: none;
    padding-left: 13px;
}
.default_member p select:last-child {
    margin-right: 0;
}
.spectator2 {
    display: none;
}
.spectator2 p.next {
    margin-top: 102px;
}
.spectator .member_per_box {
    display: none;
    padding-bottom: 70px;
}
#title-box {
    margin: 17px 25px;
}
#title-box>li {
    border-top: 1px solid #f6f6f6;
    padding: 20px 10px;
    margin: 5px 0;
}
#title-box>li:first-child {
    border-top: 0;
}
#title-box>li>span {
    font-size: 16px;
    display:  block;
    margin-bottom: 15px;
}
#title-box>li li {
    margin-bottom: 12px;
    line-height: 18px;
    position: relative;
    padding: 0px 0px 0px 35px;
}
#title-box>li li input[type="radio"],#title-box>li li input[type="checkbox"] {
    vertical-align: top;
    margin-right: 20px;
}
.spectator p.next input.button, .spectator3 p.next a.to_next {
    width:  471px;
    margin:  0 auto;
    cursor:  pointer;
}
.spectator3 {
    margin-bottom: 62px;
}
.spectator3 .member_per_info {
    width: 768px;
    margin: 0 auto;
}
.spectator3 .member_per_info .member_done {
    background: #dee7f7;
    border: 1px solid #8fa7d1;
    margin-top: 16px;
}
.spectator3 .member_per_info .member_done p {
    margin: 0;
    height:  auto;
    line-height: 37px;
    font-size: 14px;
}
.spectator3 .member_per_info .member_done>.left p span {
    display:  block;
    font-size:  20px;
    text-align:  center;
    color: #0051be;
}
.spectator3 .member_per_info .member_done>.left p {
    margin: 43px 0 0 0px;
}
.spectator3 .member_per_info .member_done>.right {
    width: 620px;
    margin: 0 22px 0 0;
}
.spectator3 .member_per_info .member_done>.right>p.left {
    height: 57px;
    line-height: 57px;
    border-left: 1px solid #bbc9e3;
    padding-left: 30px;
    margin-top: 46px;
}
.spectator3 .member_per_info .member_done>.right img {
    width:  108px;
    height: 108px;
    margin-top: 9px;
}
.spectator3 .member_per_info .member_done>.right .right p {
    text-align:  center;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
    line-height: 30px;
}
.spectator3 .member_per_info .member_done+p {
    font-size: 14px;
    text-align:  center;
    line-height: 22px;
    height: auto;
    margin: 18px 0 0 0;
}
.spectator3 .member_per_info .member_know {
    margin-top: 57px;
}
.spectator3 .member_per_info .member_know>h4 {
    text-align:  center;
    font-size: 16px;
    margin-bottom: 22px;
}
.spectator3 .member_per_info .member_know>ul li {
    width: 302px;
    background: #efefef;
    float:  right;
    padding: 40px 30px;
}
.spectator3 .member_per_info .member_know>ul li:first-child {
    float:  left;
}
.spectator3 p.next {
    margin-top: 72px;
}
.spectator_vip {
    padding-bottom: 90px;
}
.spectator_vip_form {
    border-bottom: 1px solid #eee;
    margin: 0 18px;
}
.spectator_vip_form .form {
    width: 521px;
    margin:  0 auto;
}
.spectator_vip_form .per_title.clearfix {
    margin: 18px 0 36px 0;
}
.spectator_vip input[type="text"],.spectator_team input[type="text"] {
    background: #f9f9f9;
}
.spectator_vip form p, .spectator_team form p {
    margin-top: 20px;
    height:  44px;
    line-height: 44px;
}
.spectator_vip .tip {
    margin: 40px 0 27px 0;
    background: #f4f8ff;
    font-size: 14px;
    line-height: 30px;
    height: auto;
    padding: 12px 22px;
}
.spectator_vip_per {
    margin: 0 18px;
}
.spectator_vip_per #title-box {
    margin: 21px 0;
}
.spectator_vip_per #title-box>li {
    padding: 0;
    border: 0;
    margin: 0 0 27px 0;
}
.spectator_vip_per #title-box>li>ul {
    background: #f8f8f8;
    padding: 20px 20px 2px 20px;
    border: 1px solid #eee;
}
.spectator_vip_per #title-box>li>span {
    margin-bottom: 15px;
}
.spectator_vip_per #title-box>li>ul li.left {
    width: 261px;
    margin: 0 9px 0 0;
    height: 30px;
    padding-left: 37px;
    position: relative;
}
.spectator_vip_per #title-box>li:last-child>ul {
    margin-bottom: 0;
}
.spectator_vip_per #title-box>li:last-child>ul>li {
    height: 40px;
}
.spectator_vip_per #title-box>li>ul li input[type="radio"], #title-box>li li input[type="radio"], #title-box>li li input[type="checkbox"] {
    position:  absolute;
    left: 0;
    top: 0;
}

/*团体预登记*/
.spectator_team_form .form {
    width: 670px;
    margin: 40px auto 45px auto;
}
.spectator_team_form .form>p>span {
    font-size: 14px;
    color: #666;
}
.spectator_team .form>div {
    margin-top: 25px;
}
.spectator_team .form>div>ul {
    width: 534px;
}
.spectator_team .form>div>ul>li {
    width: 100%;
    margin-bottom: 15px;
    line-height:  16px;
    height: 16px;
    color: #666;
}
.spectator_team .form>div>ul>li:last-child {
    width: auto;
}
.spectator_team .form>div>ul>li input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: top;
}
.spectator_team_form,.spectator_team_tab,.spectator_team_num {
    border-bottom: 1px solid #eee;
    margin: 0 18px;
}
.spectator_team_form .per_title,.spectator_team_num .per_title {
    margin: 18px 0 0 0;
}
.spectator_team .tip {
    background: #f4f8ff;
    font-size: 14px;
    line-height: 30px;
    height: auto;
    padding: 12px 22px;
}
#tablePeople, #tablePeople tr, #tablePeople td {
    border: 1px solid #dee7f7;
    background: #fff;
    color: #161513;
    text-align:  center;
}
#tablePeople input[type="text"] {
    width: 100%;
    border: 0;
    padding:  0;
    text-align:  center;
    background: #fff;
    height:  76px;
    line-height: 76px;
}
.spectator_team .table_tit, .spectator_team .table_tit tr, .spectator_team .table_tit th {
    background: #dee7f7;
    height:  52px;
    font-weight: normal;
}
.spectator_team .table_tit {
    margin-top: 22px;
}
.spectator_team .table_btn>div {
    width:  34px;
    height: 34px;
    position:  absolute;
    border: 1px solid #eee;
    border-radius: 5px;
    top: 20px;
    right: 0;
    background: #f4f4f4 url("../img/jia.png") center no-repeat;
    cursor: pointer;
}
.spectator_team .table_btn {
    position:  relative;
}
#jianRow {
    right: 56px;
    background-image: url("../img/jian.png");
}
.spectator_team p.next {
    margin-top: 110px;
}
.spectator_team .table_intro {
    font-family: "微软雅黑";
    line-height: 16px;
    margin: 75px 0 22px 0;
}
.spectator_team_num .num_top {
    font-size: 16px;
    line-height: 32px;
    margin: 24px 0 69px 0;
}
.spectator_team_num .num_list {
    margin-top: 20px;
    margin-bottom: 30px;
}
.spectator_team_num .num_list dl {
    float:  left;
    width: 266px;
    height: 324px;
    border: 1px solid #eee;
    margin: 0 80px 45px 0;
}
.spectator_team_num .num_list dl:nth-child(3n) {
    margin-right: 0;
}
.spectator_team_num .num_list dl dt {
    height:  44px;
    line-height:  44px;
    text-align:  center;
    background:  #f7f7f7;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 17px;
}
.spectator_team_num .num_list dl dd {
    margin: 0 0 7px 70px;
}

.member_login .basicsshow{width:565px;margin: 0px auto 20px;padding: 0px 0px 50px 0px;}
.member_login .basicsshow .btn{margin:40px 0px 50px 0px;;}


/*展商中心*/
.UserBan{widows: 100%;height: 140px;background: #196ee0;}
.UBan{width:1200px;margin:0 auto;}
.UBanL{padding:36px 0px 0px 0px;float: left;}
.UBanL li{float: left;margin:0px 90px 0px 0px;text-align: center;}
.UBanL li a{color: #fff;font-size:14px;}
.UBanL li a p{padding: 10px 0px 4px 0px;border-bottom:2px solid #196ee0;}
.UBanL li a .img{height:25px;line-height:25px;}
.UBanL li a .img img{vertical-align:middle;}
.UBanL li.active a p{border-bottom:2px solid #fff;}
.UBanR{float:right;padding: 27px 0px 0px 0px;}
.UBanR .UserI{background:#fff;border-radius:50%;width: 86px;height: 86px;line-height: 84px;text-align: center;float: left;overflow: hidden;}
.UBanR .UserI img{width:80px;height:80px;vertical-align:middle;}
.UserName{float:right;color:#fff;font-size:16px;margin: 30px 0px 0px 15px;}
.loginTime{height: 46px;width: 100%;background: #d8e9ff;}
.lTime{width: 1180px;margin:0 auto;line-height: 46px;font-size: 14px;color: #000000;padding: 0px 0px 0px 20px;}
.lTime>span{color:#da0000;}
.lTime .icon_close{width:20px;height:20px;display:block;float:right;background: url(../img/icon_close.png) center center no-repeat;margin: 12px 0px 0px 0px;}
.basicinfo{width: 1160px;margin: 0 auto;background: #fff;padding: 30px 20px;}
.basicinfoBox{padding: 0px 0px 25px 0px;}
.basicinfoBox .listC{padding: 40px 20px 35px 20px;border-bottom: 1px solid #f3f3f3;}
.basicinfo .p1{font-size: 16px;color: #393939;width: 100%;}
.basicinfo .listC li{float: left;border:1px solid #e8e8e8;width:180px;height: 215px;text-align:center;position: relative;margin-left: 145px;}
.basicinfo .listC li a{display:block;height: 100%;}
.basicinfo .listC .state{height:66px;line-height: 50px;background:#f0f0f0;font-size:14px;color:#5d5d5d;}
.basicinfo .listC .p2{color: #000000;font-size: 16px;margin: 30px 0px 0px 0px;}
.basicinfo .listC .p3{color: #c70000;font-size: 14px;width: 100%;position: absolute;bottom: 40px;}
.basicinfo .listC .p4{font-size: 12px;color: #474747;bottom: 12px;position: absolute;width: 100%;text-align: center;}
.basicinfo .listC .i_state{display: block;width: 30px;height: 30px;background:url(../img/icon_false.png) center center no-repeat;position: absolute;left: 50%;margin-left: -15px;top: 51px;}
.basicinfo .listC li.on .i_state{background:url(../img/icon_true.png) center center no-repeat;}
.basicinfo .listC li.on .state{color:#196ee0;}
.basicinfo .id{font-size: 16px;color: #393939;width: 100%;padding: 25px 0px 0px 0px;}
.basicinfo .id>span{color: #c70000;}
#barcodeTarget{text-align: center;margin: 50px auto 70px;}
#barcodeTarget .CodeImg{/* border:1px solid #eeeeee; */padding:5px;width: 200px;margin: 0 auto;left: 33px;/* position: relative; */}
#barcodeTarget .CodeImg img{max-width:100%;}
#barcodeTarget .codeNum{color: #000000;font-size: 16px;text-align: center;margin: 10px 0px 20px 0px;}
#barcodeTarget .w1{color: #636363;font-size: 14px;}


/*提交刊物*/
#saveForm {margin:20px 0px 40px 0px;}
#saveForm .publish{width:545px;float:left;margin: 0px 0px 42px 0px;position: relative;}
#saveForm .publish label{color:#666;font-size: 14px;width: 143px;display: inline-block;}
#saveForm .publish label span{color:#ca0000;font-size:12px;position:absolute;padding-left: 15px;display: none;}
#saveForm .publish label em{color:#ca0000;font-size: 14px;position: relative;top: 2px;display: inline-block;width: 15px;}
#saveForm .publish input{border:1px solid #dedede;width: 365px;height: 43px;margin: 0px 0px 0px 10px;background: #f9f9f9;line-height: 43px;font-size: 14px;color: #161513;padding: 0px 10px;/* text-align: right; */}
#saveForm .button{text-align:center}
#saveForm .button input{width: 380px;height: 50px;background: #3878e4;font-size: 14px;text-align: center;lighting-color: 40px;color: #fff;border:none;cursor:pointer;margin:50px 0px;}
.ComLogo{margin-left: 10px;display: inline-block;border:1px solid #dedede;width:96px;height: 96px;background: url(../img/icon-plus.png) #f9f9f9 center center no-repeat;line-height: 96px;text-align: center;}
.ComLogo img{vertical-align: middle;max-width: 100%;max-height: 100%;}
#saveForm  .ComLogo input{ cursor: pointer; background: none; position: absolute; width: 98px; height: 98px; left: 140px; top:0px; opacity:0; z-index: 88;filter: "alpha(opacity=0)";filter: alpha(opacity=0);}
#saveForm .publish1{height:98px;}

/* 提交参展产品 */
.umanageT{color:#181818;font-size:14px;line-height:32px;background:#f4f8ff;padding:15px 20px;}
.umanageT p1{font-size:18px;color:#000;}
#umanageC{margin: 50px 0px 0px 0px;}
#umanageC input{width: 365px;height: 43px;border:1px solid #dedede;background: #f9f9f9;line-height: 43px;font-size: 14px;color: #161513;padding: 0px 10px;/* text-align: right; */}
#umanageC .umanageL{width: 492px;margin: 0px 0px 40px 0px;position: relative;}
#umanageC .umanageL label{color:#666;font-size: 14px;width: 95px;display: inline-block;}
#umanageC .umanageL label em{color:#ca0000;font-size: 14px;position: relative;top: 2px;display: inline-block;width: 15px;}
#umanageC textarea{width: 365px;height: 125px;border:1px solid #dedede;background: #f9f9f9;line-height: 26px;font-size: 14px;color: #161513;padding: 0px 10px;/* text-align: right; */padding: 10px 10px;}
#umanageC .umanageL .label{position: relative;top:-100px;}
#umanageC .ComLogo{display: inline-block;border:1px solid #dedede;width:60px;height: 60px;background: url(../img/icon-plus.png) #f9f9f9 center center no-repeat;line-height: 96px;text-align: center;margin-left: 99px;}
#umanageC .dinner_picture img{vertical-align: middle;max-width: 100%;max-height: 100%;}
#umanageC .dinner_picture input{cursor: pointer;background: none;position: absolute;width: 60px;height: 60px;left: 0;top:0px;opacity:0;z-index: 88;filter: "alpha(opacity=0)";filter: alpha(opacity=0);}
#umanageC .publish1{height:60px;}
#umanageC .dinner_picture{margin-left: 99px;width: 400px;}
#umanageC .labe2{position: relative;top:-16px;}
#umanageC .umanageL11 .labe2{position:absolute;top:10px;}
#umanageC .umanageL .t1{color: #e00101;font-size: 12px;margin-left: 99px;line-height: 30px;}
#umanageC .umanageL .Img{margin-left: 100px;}
/*#umanageC .umanageL .Img img{width:117px;height: 117px;margin:0px 15px 15px 0px;}*/
#umanageC .btn{margin-left: 99px;}
#umanageC .btn input{text-align: center;color: #fff;background: #3878e4;cursor: pointer;width:392px;margin: 30px 0px 50px 0px;}
#umanageB{margin:20px auto 0px;width:1200px;background: #fff;padding: 0px 0px 50px 0px;}
#umanageB .uP1{width: 100%;height: 46px;line-height: 46px;text-indent: 33px;background: url(../img/icon-slide.png) #f0f0f0 20px center no-repeat;font-size: 18px;color: #000000;}
#umanageB table{width:1156px;margin:20px auto;border:1px solid #dee7f7;font-size:14px;color:#161513;text-align: center;}
#umanageB .tr1{background:#dee7f7;}
#umanageB .tr1 td{height: 55px;line-height: 55px;background: #dee7f7;padding:0px;margin:0px;}
#umanageB .tr1 .td1{width:240px;}
#umanageB .tr1 .td2{width:320px;}
#umanageB .tr1 .td3{width:330px;}
#umanageB .tr1 .td4{width:265px;}

.basicinfo2 #saveForm .publish input {border:  0;background: none;}
.basicinfo2 #saveForm .publish {border-bottom: 1px solid #dedede;}
.basicinfo2 #saveForm .publish2 {height: 44px;margin-bottom: 96px;}
.basicinfo2 #saveForm .ComLogo {width: 360px;text-align:  right;background: none;border: 0;}
.basicinfo2 #saveForm .ComLogo img#image-box {position:  relative;bottom: 10px;border: 1px solid #dedede;}

#umanageB .tr2 .td1{width:240px;border-right:1px solid #dee7f7;border-bottom:1px solid #dee7f7;}
#umanageB .tr2 .td2{width: 300px;border-right:1px solid #dee7f7;border-bottom:1px solid #dee7f7;padding: 15px;}
#umanageB .tr2 .td3{width:330px;border-right:1px solid #dee7f7;border-bottom:1px solid #dee7f7;padding:15px 0px;}
#umanageB .tr2 .td4{width:265px;border-right:1px solid #dee7f7;border-bottom:1px solid #dee7f7;}
#umanageB .tr2 .td3 span{position:relative;top:40px;left:10px;}
#umanageB .tr2 .modify{display: inline-block;width:20px;height: 20px;background: url(../img/icon-modify.png) center center no-repeat;position: relative;top: 2px;margin: 0px 15px;}
#umanageB .tr2 .delete{display: inline-block;width:20px;height: 20px;background: url(../img/icon-delete.png) center center no-repeat;margin: 0px 15px;}
#umanageB .tr2 img{width:65px;height: 65px;margin-right:5px;}
.FileDiv  img{width:65px;height: 65px;margin-right:5px;}
.dinner_picture li{float: left;width:117px;height: 117px;margin:0px 15px 15px 0px;position:relative;}
.dinner_picture li img{width: 117px;height: 117px;}
.dinner_picture li.health_upload{position: absolute;top:0px;left: 99px;width: 60px;height: 60px;}
.dinner_picture li .close{position:absolute;bottom:0px;width:100%;height: 30px;background: rgba(0,0,0,0.4);line-height: 30px;text-align: center;color: #fff;}
/*删除提示框*/
.DeleteBox{width:100%;height: 100%;position: fixed;top:0px;left: 0px;background: rgba(0,0,0,0.4);display: none;}
.deleteCon{width:220px;height: 120px;position: relative;left: 50%;margin-left:-110px;top:50%;margin-top:-68px;background: #fff;text-align: center;padding: 15px 0px 0px 0px;}
.deleteCon .t2{color: #000;font-size:16px;line-height: 44px;}
.deleteCon a{display:block;width:50%;float:left;background:#3c78dc;color:#fff;font-size:14px;line-height:40px;margin:8px 0px 0px 0px;}
.deleteCon a.cancle{background:#fff;color:#000;border-top:1px solid #ebebeb;}
/*申请参展商证件*/
.basicinfo .sum{line-height:34px;}
.basicinfo .sum a{color:#d90000;}
.merchantCert form{margin: 50px auto 0px;}
.merchantCert .publish{width: 502px;float:left;margin: 0px 50px 42px 0px;position: relative;}
.merchantCert .publish label{color:#666;font-size: 14px;width: 100px;display: inline-block;}
.merchantCert .publish label span{color:#ca0000;font-size:12px;position:absolute;padding-left: 15px;display: none;}
.merchantCert .publish label em{color:#ca0000;font-size: 14px;position: relative;top: 2px;display: inline-block;width: 15px;}
.merchantCert .publish input{border:1px solid #dedede;width: 365px;height: 43px;background: #f9f9f9;line-height: 43px;font-size: 14px;color: #161513;padding: 0px 10px;/* text-align: right; */}
.merchantCert .button{float:left;}
.merchant .tr1 .td2{width:200px;}
.merchant #umanageB .tr2 .td2{width:270px;}
.merchant .publish2{float: right;margin-right:104px;}
.merchant .button input{width: 380px;height: 50px;background: #3878e4;font-size: 14px;text-align: center;line-height: 40px;color: #fff;border:none;cursor:pointer;margin: 20px 0px 30px 390px;}
.merchantCert .publish input.yzm{width:100px;height:46px;background:#3878e4;font-size:14px;text-align:center;color:#fff;position:absolute;right:10px;top:0px;cursor: pointer;}
/*展会结束*/
.endmeet{padding:30px;background: #ffffff;}
.endmeet .end1{color:#202020;font-size: 24px;line-height: 40px;padding:15px 0px 40px 0px;border-bottom:1px solid #efefef;}
.endmeet .end2{color:#2b2a2a;font-size: 14px;line-height: 30px;padding:30px 0px 0px 0px;}
.endmeet .end3{color:#202020;font-size: 16px;margin:90px auto 0px;}
.endmeet .end4{width:134px;text-align: center;font-size: 16px;color: #202020;margin: 20px 0px 50px 0px;}
.endmeet .end4 img{width: 100%;}


