
@font-face {
    font-family: 'pht';
    src: url('../font/pht.TTF');
}
.titleFont{
    font-family: 'titleFont';
}
.bg_top{
    background-color: #0F1216;
}
.ff{
    font-family: 'Alibaba';
}
.footer_fixed{
    position: fixed;
    bottom:0;
    width:100%;
}
.tip_fixed{
    width:160px;
    min-height:50px;
    overflow: hidden;
    position: fixed;
    background:#fff;
    color: #333;
    top:45%;
    left: calc(50% - 80px);
    right:calc(50% - 80px);
    z-index:99;
    border-radius: 8px;
}
.opacity5{
    opacity: 0.7;
}
.bgc_body{
    background: #ffffff;
}
.info_bg{
    background: #ffffff;
}
.bg_y{
    background:#FFC515;
}
.bg_1A{
    background:#1A2340;
}
.bg_ct{
    background: #242424;
}
.bg_2c{
   background: #2C3440;
}
.bg_E1{background: #E1243B;}
.bg_18{background: #188DFF;}
.color_w{
    color:#FFF;
}
.color9 {
    color: #999;
}
.color_l {
    color: #188DFF;
}
.color_y{
    color: #FFC515;
}
.color_h{
    color: #333;
} 
.color_red{
    color: #E1243B;
}
.b-radius2{
    border-radius: 2px;
}
.b-radius4{
    border-radius: 4px;
}
.text-center{
    text-align: center;
}
.flexcc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexbc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexlc{
    display: flex;
    align-items: center;
}
.flex{
    display: flex;
}
.flex-center{
    justify-content: center;
}
.flex-end{
    justify-content: flex-end;
}
.flex-between{
    justify-content: space-between;
}
.flex-around{
    justify-content: space-around;
}
.flex-col{
    flex-direction: column;
}
.flex-1{
    flex: 1;
}
.flex-2{
    flex: 2;
}
.flex-3{
    flex: 3;
}
.item-center{
    align-items: center;
}
.item-and{
    align-items: flex-end;
}
.b-radius8{
    border-radius: 8px;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size:16px;
}
.fw6{
    font-weight: 600;
}
.content{
    width:1200px;
    margin: 0 auto;
}
.m_top10{
    margin-top: 10px;
}
.m_top20{
    margin-top: 20px;
}
.m_top14{
    margin-top: 14px;
}
.ml2{
    margin-left: 2px;
}
.ml4{
    margin-left: 4px;
}
.ml10{
    margin-left: 10px;
}
.mr10{
    margin-right:10px;
}
.ml20{
    margin-left: 20px;
}
.mr40{
    margin-right: 40px;
}
.mt6{
    margin-top: 6px;
}
.mt40{
    margin-top: 40px;
}
.overflow{
    overflow: hidden;
}
.height100{
    height:100%;
}
.lh{
    line-height: 1.5;
}
.lh16{
    line-height: 1.6;
}
.lh20{
    line-height: 20px;
}
.lh30{
    line-height: 30px;
}
.lh2{
    line-height: 2;
}
.relative{
    position: relative;
}
.plr4{
    padding-left: 4px;
    padding-right: 4px;
}
.plr10{
    padding-left: 10px;
    padding-right: 10px;
}
.plr20{
    padding-left: 20px;
    padding-right: 20px;
}
.pt70{
    padding-top: 70px;
}
.pd20{
    padding:20px;
}
.pd120{
    padding-bottom: 140px;
}
.pb20{
    padding-bottom: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.box .line{
    width:3px;
    display: inline-block;
    background: #FFC515;
    margin-right: 4px;
  }
    
.setting_wrap{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
}
.top{
    height:70px;
    position: fixed;
    width:100%;
    top:0;
    z-index:99;
}
.top .content{
    height:100%;
}
.top .content .option{
    width:98px;
}
.top .tab_box {
    position: relative;
}
.top .tablist{
    position: absolute;
    top:50px;
    right: 0px;
    background: #0F1216;
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
}
.top .tablist li{
    border-top: 1px solid #000;
    position: relative;
    top: -1px;
    white-space: nowrap;
    padding:5px 0;
}
.oprtion{
    width:100px;
}
.footer{
    height: 120px;
    background: #0F1216;
    z-index:99;
}
.footer .content{
    padding-top:12px;
}
.footer .content p{
    line-height: 20px;
    color: #999999;
    
}
.footer .content .btn{
    width: 70px;
    line-height: 24px;
    background: #FFC515;
    border-radius: 4px;
    color: #000000;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}
.footer .content .version{
    text-align: center;
}
.setting_wrap .box{
    width: 300px;
    height: 143px;
    background: #F2F2F2;
    border-radius: 8px;
    position: relative;
    color:#000
}
.setting_wrap .box .close{
    position: absolute;
    top:10px;
    right:10px;
}
.setting_wrap .box .btns{
    width: 80px;
    height: 24px;
    background: #188DFF;
    border-radius: 12px;
    border:0;
    outline: 0;
    color:#FFF;
}
.login_wrap{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
}
.login_wrap .box{
    width: 300px;
    max-height: 400px;
    background: #F2F2F2;
    border-radius: 8px;
    position: relative;
    color:#000;
    padding:20px;
}
.box .close{
    position: absolute;
    top:10px;
    right:10px;
}
.feedback{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    font-weight: 500;
    
}
.feedback .box{
    width: 300px;
    height: 361px;
    background: #F2F2F2;
    border-radius: 8px;
    position: relative;
    color:#000;
    padding:20px;
}
.feedback .t_area{
    width:100%;
    /* width: 260px; */
    height: 90px;
    border-radius: 4px;
    border: 1px solid #979797;
    resize: none;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
}
.z-index{
    z-index: 99;
    opacity: 1;
}
.check_box span{
    color:#999999;
}
.check_box p{
    cursor: pointer;
}
.check_box span.checking{
    color: #188DFF;
}
.scroll{
    position: fixed;
    bottom: 50px;
    right: 30px;
    width:42px;
    height:42px;
    background: url('../image/scroll_default.png') no-repeat center;
}
.scroll:hover{
    background:url('../image/scroll_hove.png') no-repeat center;
}
.cursor{
    cursor: pointer;
}
.photo_box{
    width:37px;
    height:37px;
    border: 2px solid #dfdfdf;
    border-radius: 19px;
    text-align: center;
    position: relative;
}
.photo_box img{
    position: absolute;
    top:28px;
    left:6px;
}
.form input {
    width:100%;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #979797;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .login_btn{
    margin-top: 20px;
    width: 120px;
    height: 30px;
    background: #FFC515;
    border-radius: 15px;
    outline: none;
    border:0;
  }
  .cursor{
    cursor: pointer;
  }
  .age{
    width:30px;
    height:30px;
    border-radius: 16px;
    border:2px solid #333;
    line-height: 30px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }
  .inp_box{
    position: relative;
  }
  .isvisible{
    position: absolute;
    top:8px;
    right:10px;
    cursor: pointer;
  }
  .send{
    width: 40px;
    height: 20px;
    background: #188DFF;
    border-radius: 10px;
    line-height: 18px;
    top:6px;
  }
  .setwidth{
    width:180px;
    overflow: hidden;

  }
  .setwidth p{
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hot_list{
    height:231px;
    overflow-y:auto;
    position: relative;
    bottom: 1px;
  }
  .hot_info{
    min-height:231px;
    overflow-y:auto;
    position: relative;
    bottom: 1px;
  }
/* 定义滚动条的颜色为红色 */
::-webkit-scrollbar-thumb{
    background-color: #333;
} 
/* 定义滚动条背景色为灰色 */
::-webkit-scrollbar-track{
    background-color: gray;
}
/* 定义滚动条圆角为5px */
::-webkit-scrollbar{
    border-radius: 5px;
}
/* 定义滚动条的宽度为10px */
::-webkit-scrollbar{
    width: 6px;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none !important;
}

