

/* Anguss20230922从pc  layout界面挪过来的样式 */
@media screen and (max-width: 767px){
    body{ 
        background-color: #ededed;
        -webkit-text-size-adjust: none !important;
    }
    h1{
        zoom:0.8;
    }
}
#pcSignAd span{
    position: absolute;
    bottom: -10px;
    right: 14px;
    color: rgb(51, 204, 255);
    padding: 0px 6px 0px 6px;
    font-size: 10px;
    border-radius: 4px;
    line-height: 22px;
    height: 20px;
    background-color: rgb(255 255 255 / 50%);
}
.preview_pc_details_img {
    width: 350px;
    position: relative;
    margin: 0 auto;
}
.preview_pc_details_img img{
    border-radius: 13px;
    pointer-events: none;
}


.preview_pc_text_details_img{
    width: 298px;
    max-height: 88px;
    border-radius: 13px;
    position: relative;
    margin: 0 auto;
}
.preview_pc_text_details_img span{
    position: absolute;
    bottom: -10px;
    right: 14px;
    padding: 2px 6px 2px 6px;
    font-size: 10px;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 50%);
}
.preview_pc_text_details_img a{
    margin: 8px 10px;
    font-size: 14px;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.popup_annual_report_div{
    justify-content: center;
    align-items: center;
    touch-action: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: rgb(51 51 51 / 53%);
    display: none;
    
}
.popup_annual_report_div img{
    width: 300px;
    margin: auto 0;
    display: block;
    border-radius: 8px;
}
.popup_annual_report_div span{
    position: absolute;
    top: 14%;
    right: 2%;
    height: 24px;
    width: 24px;
    display: inline-block;
    border: 1px white solid;
    font-size: 21px;
    font-weight: 100;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    color: white;
}
.circle-cross:before, .circle-cross:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.circle-cross:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.privacyAgreementDiv{
    position: fixed;
    background: #ffffff;
    padding: 10px;
    bottom: 68px;
    margin: 0 10px;
    left: 0px;
    border-radius: 16px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.privacyAgreementDiv .content{
    width: 100%;
    font-size: 15px;
    
    font-weight: 400;
    color: #484848;
    line-height: 22px;
    padding: 10px 0 16px 0;
}
.privacyAgreementDiv .title{
    height: 25px;
    font-size: 18px;
    
    font-weight: 600;
    color: #000000;
    line-height: 25px;
}
.privacyAgreementBtn .agreeWithBtn{
    font-size: 16px;
    
    line-height: 22px;
    padding: 6px 40px;
    border: 1px solid #D61519;
    border-radius: 19px;
    font-weight: 600;
    background: #D61519;
    color: #fff;
}
.privacyAgreementDiv .closeBtn {
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 10px;
}
  
.privacyAgreementDiv .closeBtn::before,
.privacyAgreementDiv .closeBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #CCCCCC;
}

.privacyAgreementDiv .closeBtn::before {
    width: 60%;
    height: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.privacyAgreementDiv .closeBtn::after {
    width: 1px;
    height: 60%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.privacyAgreementBtn{
    float: right;
}
body a.privacyAgreementLink{
    text-decoration: underline;
}
/* Anguss20230922从pc  layout界面挪过来的样式 */