:root {
      --main-color: #d51c1c;
      --main1-color: #ed4040;
      
  }
body{padding:0px;margin:0px}
ul{padding:0px;margin:0px}

a{text-decoration: none;}
i{
    font-style: normal;
    
}
#fx-header {
    margin-bottom: 0px;
    border-bottom: 0;
    position: fixed;
    z-index: 9999998;
    width: 100%;
    background-color: #D43D3D;
    height: 40px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0px;
}

#fx-header .title {
    float: left;
    box-sizing: border-box;
}

#fx-header .title a {
    float: left;
    color: #ccc;
    width: 50px;
    text-align: left;
    box-sizing: border-box;
    height: 100%;
    line-height: 30px;
    font-size: 18px;
    width: auto!important;
    padding-left: 4px;
    padding-right: 4px;
}
#fx-header .title a:active{
    background-color: #eeeeee;
}
#fx-header .title a.active {
    color: #fff;
}

.searchbar {
    width: calc(100% - 150px);
    float: left;
    height: 100%;
    box-sizing: border-box;
}

.searchbar .section {
    width: 100%;
    float: left;
    height: 30px;
    background-color: #ffffff;
    border-radius: 8px;
}
.searchbar .section .layui-icon-search {
    float: left;
    font-size: 16px;
    margin-top: 6px;
    
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
}


.tid_colum{
        position: absolute;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 40px;
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px;
    background: #f4f5f6;
    z-index: 9999;
}

.tid_colum .tid_swiper {
    float: left;
    width: calc(100% - 60px);
    box-sizing: border-box;
    height: 100%;
}
.tid_swiper .active {
    color: red;
}
.tid_swiper .swiper-slide {
    height: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    word-break: keep-all;
    width: auto!important;
    line-height: 30px;;
}
.tid_colum  .sign_colum {
    float: right;
    width: 55px;
    box-sizing: border-box;
    padding-right: 3px;
    padding-left: 3px;
    height: 100%;
}
.tid_colum .sign_colum .layui-icon-spread-left {
    font-size:20px;
    float: left;
    margin-top: 5px;
    color: #D43D3D;
}
.tid_colum .sign_colum span {
    font-size: 12px!important;
    float: right;
    line-height: 30px;
}

.tid_mask {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0px;
    display: none;
}
.tid_mask_section {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 90%;
    height: auto;
    margin-left: 5%;
    padding: 5px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 80px;
}
.tid_mask_tit {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
.tid_mask .mt_btn {
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 12px;
}


.city_mask_c .layui-edge-top {
    color: #fff;
    border-bottom-color: #999;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    bottom: 0px;
    font-size: 24px;
    top: 0px;
    left: 50%;
    border-width: 9px;
}

.city_mask_c .city_mask_section {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: calc(100% - 15px);
    /* margin-left: 5%; */
    padding: 5px;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
}

.city_mask_c .city_mask_section ul {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.city_mask_section ul .pro {
    float: left;
    width: 120px;
    border-right: 3px solid #ececec;
    /* position: absolute; */
    height: 100%;
    overflow: scroll;
    left: 0px;
    font-size: 14px;
}

.city_mask_section ul .pro span {
    float: left;
    width: 100%;
    line-height: 30px;
}

.city_mask_section ul .city {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    width: calc(100% - 130px);
    position: absolute;
    right: 0px;
    font-size: 14px;
}

.city_mask_section ul .city span {
    float: left;
    line-height: 30px;
    margin-right: 8px;
    margin-bottom: 5px;
}

.zd_sign{
    float: left;
    display: inline;
    background-color: red;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    height: 18px;
    padding-top: 3px;
    padding-bottom: 1px;
    margin-right: 3px;
    border-radius: 4px;
}

.wz_sign{
    float: left;
    display: inline-block;
    background-color: #ececec;
    color: #fff;
    width: 40px;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    margin-right: 3px;
}
.agreement_item{
    float: left;
    width: 100%;
}
.agreement_item .layui-form-checkbox{
    
    float: left;
    width: auto;
}
.agreement_item a{
    position: relative;
    top: 6px;
    left: -15px;
    float: left;
    line-height: 25px;
}