*{
    margin: 0;
    padding: 0;
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{font-size:20px;font-family:"Microsoft YaHei";background-size:100% auto;background: #fff;width: 100%;position: fixed}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
input{ font-size:12px;padding: 0;border: 0;}
a{ text-decoration:none; color:#000;}
a:hover{ text-decoration:none;}
.on{color: #108391}
.clear{clear: both}
img{display: block}
/*公共样式与首页样式*/
a{
    TEXT-DECORATION: none;
}

/*a:link {*/
/*    color: #434343;*/
/*    outline: none;*/
/*}*/
/*a:visited {*/
/*    color: #434343;*/
/*}*/
/*a:active {*/
/*    color: #434343*/
/*}*/
input::-webkit-input-placeholder{
    color:#a6a6a6;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#a6a6a6;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#a6a6a6;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#a6a6a6;
}
input {
    border: 0px;
}
/*分页样式*/
.pageBtn{
    display: flex;
    justify-content: center;
    margin: 28px 0 0;
    width: 100%;
    align-items: center;
}
.greyBg{
    width: 45px;
    height: 100%;
    margin-right: 10px;
    border: 1px solid #6ECDC5;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    font-family: cursive;
}

.currentPage{
    width: 45px;
    height: 100%;
    margin-right: 10px;
    border: 1px solid #6ECDC5;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background-color: #4FC2B8;
    color: #fff;
    font-family: cursive;
}

.limit{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.limit-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.limit-8{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.limit-12{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
}

.info-item{
    margin-bottom: 10px;
    font-size: 28px;
    color: #333333;
    line-height: 42px;
}
.info-item label{
    color: #7E807E !important;
}
.info-item div{
    width: 65%;
    display: inline-flex;
}
.info-item:last-child{
    margin-bottom: 0;
}


.footer_control{
    padding: 20px 30px 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.16);
    z-index: 9;
}
.footer_control .btns{
    display: flex;
    align-items: center;
}
.footer_control .btns a{
    margin-right: 68px;
    font-size: 20px;
    color: #999;
    text-align: center;
}
.footer_control .btns a i{
    color: #ccc;
    font-size: 48px;
    margin-bottom: 10px;
}
.footer_control .btns a:last-child i{
    color: #4FC2B8;
}
.footer_control .btns a:last-child{
    margin-right: 0;
}
.footer_control button{
    width: 240px;
    height: 60px;
    line-height: 60px;
    background: #F79131;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
    font-size: 32px;
    border: none;
}
.hide{
    color: #4FC2B8 !important;
}
.red-alarm{
    border: 1px solid #F79131 !important;
    position: relative;
}
.red-alarm:after{
    content: attr(data-content-after);
    font-size: 24px;
    color: #F79131;
    position: absolute;
    bottom: -36px;
    left: 0;
}
input:focus-visible,textarea:focus-visible{
    outline: none;
}
.load,#load{
    text-align: center;
    margin: 30px 0;
    font-size: 24px;
    color: #7E807E;
}
/*敏感词*/
#search_chemicals{
    font-size: 26px;
    border-radius: 15px;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 20%;
    width: 500px;
    margin-left: -250px;
    z-index: 199000;
    padding: 40px 20px 40px;
    background-color: rgb(255, 255, 255);
    display: block;
}
#close_chemicals_tip{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    color: #f79131;
}
#search_chemicals .title{
    font-size: 28px;
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 20px;
}
#search_chemicals button{
    border: none;
    width: 90px;
    height: 36px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 24px;
    color: white;
    background: #f79131;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.empty-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px auto;
}
.empty-box img{
    width: 480px;
    height: 276px;
    margin-bottom: 16px;
}
.empty-word1{
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 12px;
}
.empty-word2{
    font-size: 24px;
    color: #999999;
    line-height: 32px;
}
.share-box{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.share-box img{
    width: 100%;
    object-fit: contain;
}
.share-btn{
    display: none !important;
}
.route{
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
    display: block;
}
.route label,.route a{
    line-height: 13px;
    font-size: 24px;
    color: #666666;
    height: 20px;
}
