*{margin:0;
padding:0;
list-style: none;
}
.tanma-top-container {
    width: 100%;
    height: 70px;
    /*min-width: 1200px;*/
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, from(#fb192a), color-stop(49%, #d30818), color-stop(100%, #a20612), to(#e70315));
    background: linear-gradient(270deg, #fb192a 0%, #d30818 49%, #a20612 100%, #e70315 100%);
}
.tanma-top-container .tanma-top-navigator {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    font-size: 16px;
}
.tanma-top-container .tanma-top-navigator .logo {
    float: left;
    line-height: 70px;
}
a {
    text-decoration: none;
}
.tanma-top-container .tanma-top-navigator .logo img {
    width: 180px !important;
  
    cursor: pointer !important;
}
.tanma-top-container .tanma-top-navigator .top-right {
    float: right;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu {
    height: 70px;
    line-height: 70px;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item {
    float: left;
    cursor: pointer;
    margin-right: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .alink {
    display: inline-block;
    color: #fff;
    height: 70px;
    line-height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item:hover, .tanma-top-container .tanma-top-navigator .top-right .f-menu .f-item .active {
    border-bottom: 2px solid #fff;
}
.wap-menu-list{
    display: none;
}
/*@media screen and (min-width: 755px){*/
/*.wap-menu-list {*/
/*    display: none;*/
/*}*/
/*}*/
/*li {*/
/*    list-style: none;*/
/*}*/
/* 底部 */
.tanma-bottom-container {
    width: 100%;
    background: #0C1A28;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .sub-title img {
    width: 164px;
    height: 164px;
}
.tanma-bottom-container .tanma-bottom-wrap {
    width: 1200px;
    height: 402px;
    margin: 0 auto;
    padding: 76px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tanma-bottom-container .tanma-bottom-wrap .left {
    float: left;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item {
    float: left;
    margin-right: 76px;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .menu-link {
    margin-top: 20px;
    font-size: 12px;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .menu-link > div, .tanma-bottom-container .tanma-bottom-wrap .left .bt-item .menu-link div a {
    display: block;
    color: #aaaaaa;
    height: 40px;
    line-height: 20px;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .sub-title {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.tanma-bottom-container .tanma-bottom-wrap .left .bt-item .menu-link {
    margin-top: 20px;
    font-size: 12px;
}
.tanma-footer-container {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 12px;
    background-color: #0C1A28;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #AAAAAA;
}

/* 固定 */

.tanma-customer-service .container .slibar-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    color: #0066F6;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #f70619;
    border-right: none;
    color: #ffffff;
    background-color: #cc3232;
    margin-bottom: 1px;
}
.tanma-customer-service .container .slibar-box .phone-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
    background: url(../img/phone-icon.png)/*tpa=http://www.tanmarket.cn/img/phone-icon.png*/ no-repeat center / contain;
}
.tanma-customer-service .container .slibar-box .customer-phone {
    position: absolute;
    display: none;
    padding: 22px 29px;
    color: #161616;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    left: -188px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 16px 0 rgb(38 38 38 / 18%);
    box-shadow: 0 5px 16px 0 rgb(38 38 38 / 18%);
}
