@charset "UTF-8";
@import url(./wappublic.css);
@import url(./wapheader.css);
@import url(./fenlan.css);
@import url(./wapfooter.css);
@import url(./wapNavlist.css);
.main{
    background: #F9F9F9;
}
.main_info{
    width:100%;
    height: 100%;
}
.reInfo_top{
    width: 100%;
    height: 3.81rem;
    display: flex;
}
.reInfo_top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 区域独家代理 */
.main_quy{
    width: 92%;
    margin: 0 auto;
    padding: 0.66rem 0 0.5rem 0;
}
.quy_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:0.4em;
}
.quy_title p{
    font-size: 0.34rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
    margin-bottom:0.1rem;
}
.quy_title div{
    font-size: 0.2rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #7D7C7D;
    opacity: 0.56;
}
.quy_list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.quy_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    padding:0.5rem 0.32rem 0.5rem 0.42rem;
    margin-bottom:0.35rem;
}
.quy_item_left01{
    width: 1.22rem;
    height: 1.2rem;
}
.quy_item_left02{
    width: 0.91rem;
    height: 1.13rem;
}
.quy_item_right{
    width: 74%;
    display: flex;
    flex-direction: column;
}
.quy_item_right_title{
    font-size: 0.3rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #040000;
    margin: bottom 0.1rem;;
}
.quy_item_right_yw{
    font-size: 0.21rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #7D7C7D;
    opacity: 0.56;
}
.quy_item_right_text{
    font-size: 0.23rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #040000;
    line-height: 0.45rem;
    opacity: 0.44;
    margin-top:0.25rem;
}

/* 公司支持 */
.main_gszc{
    width: 100%;
    height: 12.5rem;
    background: url(../wapimages/qy_banner01.png) no-repeat;
    background-size: cover;
}
.gszc{
    width: 92%;
    margin: 0 auto;
}
.gszc_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom:0.5rem;
    padding-top: 0.54rem;
}
.gszc_title p{
    font-size: 0.34rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #fff;
    margin-bottom:0.1rem;
}
.gszc_title div{
    font-size: 0.21rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.56;
}
.gszc_list{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.gszc_item{
    width: 100%;
    height: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.46);
    padding:0.3rem;
    margin-bottom: 0.26rem;
}
.gszc_item img{
    width: 0.97rem;
    height: 0.97rem;
}
.gszc_item_right{
    width: 80%;
    display: flex;
    flex-direction: column;
}
.gszc_item_right p{
    font-size: 0.25rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.15rem;
}
.gszc_item_right div{
    font-size: 0.19rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.37rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 联系方式 */
.main_cont{
    width: 92%;
    margin: 0 auto;
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
}
.cont_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont_item{
    width:48%;
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    padding:0.36rem 0 0 0.29rem;
    margin-bottom: 0.36rem;
}
.cont-wx{
    background: url(../wapimages/qy_banner03.png) no-repeat;
    background-size: 100% 100%;
}
.cont_item p{
    font-size: 0.22rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060001;
    margin-bottom:0.1rem;
}
.cont_item div{
    font-size: 0.22rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #060001;
    opacity: 0.58;
}
.cont-dh{
    background: url(../wapimages/qy_banner02.png) no-repeat;
    background-size: 100% 100%;
}