.form-control{
    width: 330px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: solid 1px #eeeeee;
    display: inline-block;
    border-top: none;

}
.lh32{
    line-height: 32px;
}
.form-control-select{
    width: 103px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: solid 1px #eeeeee;
}
.form-control-area{
    width: 330px;
    height: 64px;
    border-radius: 4px;
    border: solid 1px #eeeeee;
}
.add-exhibits,.new-contact-information{
    display: inline-block;
    width: 140px;
    text-align: center;
    height: 32px;
    line-height:32px;
    border-radius: 16px;
    border: solid 1px #fd8c00;
    color: #fd8c00;
    cursor: pointer;
}
.add-exhibits:hover,.new-contact-information:hover{
    background:#fd8c00;
    color: #fff;
}

.hot-booth{
    color: #333333;
    font-size: 20px;
    vertical-align: bottom;
    font-weight: bold;
    padding-left:5px;
}
.mr20{
    margin-right: 20px;
}
.del{
    display: inline-block;
    width: 68px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 16px;
    border: solid 1px #d9d9d9;
    cursor: pointer;
}
.del:hover{
    background: #fd8c00;
    border:1px solid #fd8c00;
    color: #fff;
}
.wdt252{
    width:252px;
}
.exhibits-information{
    border:1px solid #eee;
}
.exhibits-information thead tr{
    background-color: #f7f8fc;
}
.exhibits-information thead tr th{
    height: 26px;
    line-height: 26px;
    border-bottom: none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: none;
    vertical-align: middle;
}
.exhibits-num{
    width: 106px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px;
    border: solid 1px #eeeeee;
}
.exhibits-information tbody tr{
    border-bottom: 1px solid #eee;
}
.media-borer{
    border-radius: 4px;
    border: solid 1px #eee;
    width: 62px;
    height:62px;
    padding:0;
    margin:0;
}
.media-borer img{
    margin: auto;
    padding-top:12px;
}
.pl12{
    padding-left:12px;
}
.remaining-characters{
    position: absolute;
    right: 50px;
    bottom:8px;
    color: #bbbbbb;
    font-size: 14px;
}
.purchasing-budget,.total-products{
    color: #fe8c01;
}
.minhi80{
    min-height: 80px;
    line-height: 80px;
}
.submit-intention{
    width: 190px;
    height: 40px;
    background-image: linear-gradient(90deg,
    #ffca03 0%,
    #ff6635 100%),
    linear-gradient(
            #fd8c00,
            #fd8c00);
    background-blend-mode: normal,
    normal;
    border-radius: 20px;
    text-align: center;
    color:#fff;
    line-height: 40px;
    margin-right: 20px;
}
.va-text-bottom{
    vertical-align: 2px;
}

.cBox {
    position: relative; }

.cBox.cBox-inline {
    display: inline-block; }

.cBox.cBox-inline + .cBox.cBox-inline {
    margin-right: 18px; }

/* .cBox input {
  margin: 0; } */

.cBox label {
    cursor: pointer;
    color: #AAA;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    margin: 0; }

.cBox label:before {
    content: "";
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    left: 0px;
    border-radius: 2px;
    border: 1px solid #CCC;
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    background-color: #fff;
}

.cBox.cBox-gradient label:before {
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0); }

.cBox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 5px;
    background: transparent;
    top: 7px;
    left: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-58deg);
    -moz-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    transform: rotate(-58deg); }

.cBox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }

/* Checkboxes - Custom Colors */
.cBox.facebook-bg label:before {
    background-color: #9de0f5; }

.cBox.twitter-bg label:before {
    background-color: #a8e9ea; }

.cBox.pinterest-bg label:before {
    background-color: #ffac9c; }

.cBox.instagram-bg label:before {
    background-color: #fbb882; }


.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top:8px;
    margin-left: 0px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    outline:none;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -3px;
    top: -1px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 25px;
    color: #fff;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    outline:none;
}

.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + label::before {
    background-color: #FE8C01;
    border-color: #FE8C01;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family:"iconfont-ok" !important;
    content: "\e6db";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;}
.checkbox label.font-bolder{
    padding-left:10px!important;
}
.checkbox.checkbox-circle{
    line-height:38px;
    font-size:13px;
    display:inline-block;
}
.cBox input[type=checkbox]:checked + label:before{
    background-color: #FE8C01;
    border:1px solid #FE8C01;
}



.contact-msg span{
    color:#333;
    margin-bottom:10px;
}
.contact-msg-name{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width:140px;
    border:1px solid rgba(217,217,217,1);
    border-radius:16px;
    font-size:14px;
    color:#333;
}
.contact-msg-active{
    border:1px solid #FE8C01;
}

.modal-footer{
    padding:10px 20px 20px 20px;
}
.modal-body{
    padding:30px 0;
}
.new-contant-modal{
    width:650px;
}
.modal-dialog{
    margin:8% auto;
}
.modal-content{
    border-radius:0px;
}
.modle-cancle{
    color: #4C4C4C!important;
    border:1px solid rgba(217,217,217,1)!important;
    background: #fff;

}
.btn-success{
    background-color: #fd8c00!important;
    border:1px solid #fd8c00!important;
}
.btn{
    padding:0 12px!important;
    height: 32px;
}
.ml15{
    margin-left:15px;
}
.mr20{
    margin-right:20px;
}
.save-information,.modle-cancle{
    width:64px;
    height:32px;
    border-radius:16px;
    font-size: 14px;
    text-align: center;
}
.pl12{
    padding-left:12px;
}
.mr16{
    margin-right: 16px;
}
.pt6{
    padding-top: 6px;
}
.save-information{
    background:linear-gradient(90deg,rgba(255,101,53,1),rgba(255,201,3,1));
    color:#fff;
}
.ml16{
    margin-lrft:16px;
}
.confirm-exhibits{
    width:64px;
    height:32px;
    border-radius:16px;
    background:linear-gradient(90deg,rgba(255,101,53,1),rgba(255,201,3,1));
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.modal-header .close{margin-top:8px;}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    background-color: #fd8c00!important;
    border-color: #fd8c00!important;
}
.total li a{
    color: #fd8c00!important;
}
.wid631{
    width: 631px;
}
.shose-address{
    position: absolute;
    right: 40px;
    top: 76px;
    cursor: pointer;
}
#addressList{
    height: 60px;
    overflow-y: hidden;
}
.ellipsis-area{
    display: inline-block;
    max-width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: text-top;
}