/*@font-face {
    font-family:PingFang Regular;
    src:url('../fonts/PingFang Regular.ttf');
}*/
/*@font-face {
    font-family:PingFang Medium;
    src:url('../fonts/PingFang Medium.ttf');
}*/
html {
    font-size:50px; 
}
html {
    font-size:50px; 
}@media screen and (min-width: 320px) {
    html {
        font-size: 8.5333px !important;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 9.6px !important;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 384px) {
    html {
        font-size: 10.24px !important;
    }
}

@media screen and (min-width: 411px) {
    html {
        font-size: 10.96px !important;
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 11.04px !important;
    }
}

@media screen and (min-width: 448px) {
    html {
        font-size: 11.9467px !important;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 12.8px !important;
    }
}

@media screen and (min-width: 512px) {
    html {
        font-size: 13.6533px !important;
    }
}

@media screen and (min-width: 544px) {
    html {
        font-size: 14.5067px !important;
    }
}

@media screen and (min-width: 576px) {
    html {
        font-size: 15.36px !important;
    }
}

@media screen and (min-width: 608px) {
    html {
        font-size: 16.2133px !important;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 17.0667px !important;
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 20px !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin:0;
}
body{
    width: 100%;
    /* font-size: 0.24rem; */
    /* color: #343434; */
    /* line-height: 0.4rem; */
    /* background: #F8F9FA; */
    font-family: Pingfang SC,"Microsoft YaHei",寰蒋闆呴粦;
    /*font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;*/
    word-wrap:break-word;
    /*font-weight: lighter;*/
}

em {
    font-style: normal;
}
ul,li{
    list-style: none;
}
a {
    text-decoration: none;
    outline: 0;
    color: #343434;
}
a:hover { 
    color: #274a9b;
}
img{
    width: 100%;
    line-height:0;
    border: none;
    vertical-align: middle;
}
input, textarea,button {
    padding: 0;
    font-family: Pingfang SC,"Microsoft YaHei",寰蒋闆呴粦;
    /*font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;*/
    /*font-family:"Microsoft YaHei",寰蒋闆呴粦;*/
}
textarea {
    resize: none;
    overflow: auto;
}
textarea:focus {
    outline: none;
}
input:focus {
    outline: none;
}
input{
    background:none;    
    outline:none; 
    border:0;
}
input{
  box-shadow:none; /*鍘婚櫎闃村奖*/
  outline: none;/*鑱氱劍input鐨勮摑鑹茶竟妗�*/
  resize: none; /*textarea 绂佹鎷栨嫿*/
  border: none; /*鍘婚櫎杈规*/
  /* -webkit-appearance: none;/*甯哥敤浜嶪OS涓嬬Щ闄ゅ師鐢熸牱寮�*/
  -webkit-tap-highlight-color: rgba(0,0,0,0); /*鐐瑰嚮楂樹寒鐨勯鑹�*/
}
button{
    outline:none; 
    border:0;
}
table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: none;
    border:none;
    font-family: Pingfang SC;
    outline-style: none;
}

h1,h2,h3,h4{
    /*font-weight: lighter;*/
    font-weight: normal;
}
::-webkit-input-placeholder {
    color: #b6b6b6;
}
:-moz-placeholder {
    color: #b6b6b6;
}
::-moz-placeholder {
    color: #b6b6b6;
}
:-ms-input-placeholder {
    color: #b6b6b6;
}
.clear {
    zoom: 1;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}




.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ell1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ell2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.over{
    overflow: hidden;
}
.flex{
    display: flex;
}
.flex-items{
    display: flex;
    align-items: center;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-around{
    display: flex;
    justify-content: space-around;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.center{
    text-align: center;
}
.relative{
    position: relative;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}









.loading-more{
    text-align: center;
    color: #B1B1B1;
    font-size: 0.24rem;
    padding: 0.24rem 0;
}
.mb-1{
    margin-bottom: 1rem;
}
.dikong{width: 100%;height: 5.9rem;}
.tabb{position: fixed;bottom:0;left:0;width: 100%;height: 5.9rem;background: #F7F7F7;box-shadow: 0 -4px 0.45rem 0 rgba(0, 0, 0, 0.05);display: flex;justify-content: space-around;}
.tabs{width:25%;text-align: center;margin:0 auto;}
.tabtu{width: 26.25%;height: 2.5rem;margin-top: 0.85rem;margin-bottom:0.5rem;}
.tabzi{font-size: 1rem;font-family: PingFang SC;font-weight: 500;color: #343434;}
.hxian{
    width: 100%;
    height: 1px;
    background: #8E8E8E;
    border: 1px solid #8E8E8E;
    opacity: 0.41;
    margin-top:1.9rem;
}
.title-tip{
    font-size: 1.7rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top:2.25rem;
    text-align: center;
}
.ding{
    font-size: 1.8rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top:1.65rem;
    padding-bottom:1.5rem;
}
.succ{font-size: 1.4rem;font-family: PingFang SC;font-weight: 500;color: #999999;text-align: center;margin-top:2.9rem;}
#zhe{display: none;position: fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity: 0.2;}
#chuang{display: none;height:10rem;position: fixed;top:0;left:0;margin-top:22.3rem;margin-lefT: 6.9%;width: 87.2%;background: #FFFFFF;border-radius: 1rem;}

.help-block{color: red;margin-left: 8rem !important;font-size: medium}
.title {
    display: flex;
    justify-content: space-around;
  
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0.3rem;
}
.title li{
    font-size: 0.28rem;
    font-weight: bold;
}
.title .cur{
    padding-bottom: 0.3rem;
    border-bottom: 0.05rem solid #3d86ed;
}
.list{
    width: 6.16rem;
    box-shadow:0px 0px  5px 5px #f6f6f6;
    height: 6.25rem;
    margin: 0 auto;
    border-radius: 0.2rem;
    padding: 0 0.36rem;
}
.list li{
    border-bottom: 1px solid #e4e4e4;
    height: 0.85rem;
    line-height: 0.85rem;
    font-size: 0.3rem;
}
.list .huan{
    color: #1c8eff;
    text-align: center;
    font-size: 0.28rem;
    border-bottom:none;
}