.more_host_location,.more_host_location>a,.more_host_location>a:visited{
    font-size: 12px;
    color: #666666;
}
.more_host_location{
    /*margin-bottom:40px;*/
}

 .timeBox>div{
     margin-right: 15px;
 }
.timeBox>div:last-child{
    margin-right:0;
}
.more-host-desc1,.more-host-desc2{
    font-size: 18px;
    font-weight: 300;
    color: #E6202B;
    line-height: 31px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more-host-desc1>img{
    margin-right: 12px;
}
.module-head-title{
    margin-bottom:20px;
}
.more-host-table{
    table-layout: fixed;
    width: 100%;
    margin-top:50px;
    border-radius: 10px 10px 10px 10px;

    box-shadow: 0 0px 5px 0px rgba(77, 77, 77, 0.13);
}
.more-host-table tr td{
    height: 78px;
    text-align: center;
    vertical-align: center;
    background: white;
}
.more-host-table tr:nth-child(odd) td{
    background: #F4FAFF;
}
.more-host-table tr td:first-child{
    background: white;
}
.host-right{
    display: inline-block;
    background: url("img/right.png");
    background-size: cover;
    width: 23px;
    height: 19px;
}
.host-error{
    display: inline-block;
    background: url("img/error.png");
    background-size: cover;
    width: 20px;
    height: 20px;
}
.special-tips{
    background: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 0px 5px 0px rgba(77, 77, 77, 0.08);
    padding-top:22px;
    margin-top:40px;
    padding-bottom:25px;
}
.special-tips .title{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    border-bottom:1px solid #E5E5E5;
    display: flex;
    align-items: center;
    padding-bottom:12px;
    padding-left: 22px;
}
.special-tips .title:before{
    content:'';
    display: block;
    width: 5px;
    height: 15px;
    background: #E6202B;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    margin-right: 8px;
}
.special-desc{
    margin-top:20px;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 28px;
    padding-left: 22px;
}
.special-top{
    display: flex;
    align-items: center;
    padding-left: 22px;
    margin-top:16px;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
}
.more-host-tab-nav{
    margin-top:50px;
    height: 78px;
    background: white;
    box-shadow: 3px 0px 5px 0px rgba(77, 77, 77, 0.12);
    font-size: 16px;
    font-weight: 500;
    color: #2D3241;
    padding-left: 38px;
    display: flex;
    align-items: center;
}
.more-host-tab-nav>span{
    cursor: pointer;
    margin-right: 180px;
    display: block;
    position: relative;
}
.more-host-tab-nav>span:after{
    content:'';
    display: block;
    width: 0;
    height: 3px;
    background: #E6202B;
    opacity: 1;
    transition: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    margin-top:8px!important;
}
.more-host-tab-nav>span:hover:after,.more-host-tab-nav>span.on:after{
    width: calc(100% - 14px);
}
.more-table .more-host-table{
    margin-top:30px;
}

/*下拉框样式*/
.select-custom-style{
    /*width: 120px;*/
    height: 41px;
    /*background: #F7F7F7;*/
    border-radius: 3px;
    display: inline-block;
    opacity: 1;
    position: relative;
}
.select-custom-style .select-title{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    /*background: url("img/select-down.png") no-repeat center;*/
    /*background-position-x: calc(100% - 11px)!important;*/
    padding-right: 40px;
    cursor: pointer;
    position: relative;
}
.select-custom-style .select-title:after{
    content:'';
    display: block;
    background: url("img/select-down.png") no-repeat;
    width: 18px;
    height: 10px;
    position: absolute;
    right: 11px;
    transition: 0.3s;
    /*pointer-events: none;*/
}
.select-custom-style .select-title.show:after{
    transform: rotate(180deg);
    /*background: url("img/select-up.png") no-repeat center;*/
}
.select-custom-style ul{
    padding:0;
    margin:0;
    list-style: none;
    position: absolute;

    font-size: 14px;
    font-weight: 400;
    color: #181818;
    min-width: 100%;
    background: #F7F7F7;
    border-radius: 3px;
    margin-top:5px;
    z-index: 10;
    overflow: auto;
    max-height: 200px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.13);
    display: none;
}
.select-custom-style ul li{
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    height: 27px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.select-custom-style ul li:first-child{}
/*.select-custom-style ul li:hover{*/
/*    color:#6570E5;*/
/*    transition: 0.3s;*/
/*}*/
.select-custom-style ul li.on,.select-custom-style ul li:hover{
    background: #2188FB;
    color:white!important;
    transition: 0.2s;
}
/*下拉框样式END*/

.table-buy-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 25px;
    background: #2188FB;
    border-radius: 13px 13px 13px 13px;
    opacity: 1;

    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top:6px;
}
.table-buy-btn:hover{
    opacity: 0.8;
    transition: 0.3s;
}
.priceBox>div{
    font-size: 16px;
    font-weight: 400;
    color: #E6202B;
}

.table_hover_this{
    box-shadow: 0 0 5px 1px #2188fb;
    position: relative;
    background: white!important;
}
.table_hover_this:before{
    content: '';
    position: absolute;
    display: block;
    height: 6px;
    width: 100%;
    left: 0;
    background: white;
    top: -6px;
}
.table_hover_this.hide_before:before{
    display: none;
}
.table_yh_str{
    display: none;
    align-items: center;
    justify-content: center;
    color:white;
    background: #ff885a;
    font-size: 12px;
    padding:0 5px;
    border-radius: 4px;
    margin-left: 6px;
}
.showTableYhTips .table_yh_str{
    display: inline-flex;
}
.showTableYhTips .select-custom-style .select-title{
    flex-direction: column;
    justify-content: center;
}
.showTableYhTips .select-custom-style .select-title>div{
    margin-top:4px;
}