
.ad-wrapper {
    margin-bottom: 8px;
    background-color: #ffffff;
    position: relative;
}
.ad-wrapper .title {
    padding: 15px 15px 10px;
    line-height: 30px;
    font-size: 16px
}

.ad-wrapper .list {
    padding: 0 15px 15px;
    overflow: hidden
}

.ad-wrapper .list a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    float: left;
    position: relative;
    width: 50%;
    height: 33px;
    line-height: 33px;
    font-size: 16px
}

.ad-wrapper .list a:nth-child(2n) {
    padding-left: 10px
}

.ad-wrapper .list a:nth-child(2n):after {
    content: " ";
    display: block;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 1px;
    border-left: 1px solid #f0f0f0
}

.ad-wrapper .ad_logo_text {
    display: block;
    height: 14px;
    width: 27px;
    background: url("../images/wap_txt_1.png") no-repeat 0 0;
    background-position: 50%;
    background-size: 100%,100%;
    text-decoration: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
/* 20220217 */
.cardflag {
    background: #326cff;
    font-size: 0.26rem;
    font-weight: 700;
    color: #ffffff;
    height: 0.44rem;
    line-height: 0.44rem;
    margin-left: 0.3rem;
    padding: 0 0.1rem;
    display: inline-block;
    border-radius: 0.12rem 0 0.12rem 0;
}
.ad-con {
    padding: 0 0.3rem 0.3rem;
    overflow: hidden
}
.ad-wrapper .p1 {
    font-size: 0.40rem;
    font-weight: 700;
    line-height: 0.5rem;
    color: #326cff;
    margin: 0.3rem 0 0.2rem;
    text-align: center;
}
.ad-wrapper .p2 {
    color: #38234e;
    font-size: 0.3rem;
    padding: 0 0.3rem;
    line-height: 1.5;
    margin-bottom: 0.32rem;
}
.ad-wrapper .p2 a {
    color: #38234e;
}
.ad-wrapper .form-group {
    width: 100%;
    margin: 0.32rem auto;
    padding: 0.32rem;
    background: #edf3fd;
    border-radius: 0.24rem;
    box-sizing: border-box;
}
.ad-wrapper .form-group p {
    font-size: 0.28rem;
    color: #aaaebb;
    text-align: center;
}
.ad-wrapper .form-item {
    width: 100%;
    margin-top: 0.24rem;
    display: flex;
    align-items: center;
}
.form-group .form-label {
    font-size: 0.28rem;
    color: #38234e;
    line-height: 0.30rem;
}
.form-group .form-label>span {
    color: #F50C00;
}
.form-group .form-input {
    flex: 1;
    width: 100%;
    height: 0.64rem;
    padding: 0 0.2rem;
    background: #ffffff;
    border: 1px solid #326cff;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
}
.form-group .form-input .input {
    flex: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0.64rem;
    line-height: 0.64rem;
    border: none;
    background: transparent;
    font-size: 0.28rem;
    color: #38234e;
}
.form-group .tip-text {
    font-size: 0.28rem;
    color: #F50C00;
    margin-left: 0.1rem;
    display: none;
}
.ad-wrapper .form-btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0.3rem auto 0;
}
.ad-wrapper .form-btn {
    width: 3.0rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #326cff;
    font-size: 0.3rem;
    color: #ffffff;
    border-radius: 0.4rem;
}
.ad-wrapper .wechat-btn {
    width: 3.0rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #00B051;
    font-size: 0.3rem;
    color: #ffffff;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad-wrapper .wechat-btn .icon {
    width: 0.52rem;
    height: 0.52rem;
    display: block;
    margin-right: 0.16rem;
}
.recMask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.recPop,.copyPop {
    width: 80%;
    max-width: 650px;
    max-height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1100;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    display: none;
}
.recPopCont {
    /* width: 100%; */
    background: #edf3fd;
    position: relative;
    padding: 0.8rem 0.5rem 0.5rem;
    border-radius: 0.2rem;
    box-sizing: border-box;
}
.recPopIcon {
    width: 1.64rem;
    height: 1.64rem;
    position: absolute;
    top: -0.82rem;
    left: 50%;
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}
.recTitle {
    font-size: 0.38rem;
    color: #4c80ea;
    line-height: 0.42rem;
    text-align: center;
    margin-bottom: 0.42rem;
}
.recTitle2 {
    font-size: 0.32rem;
    color: #38234e;
    line-height: 0.42rem;
    text-align: center;
}
.recNotes {
    width: 100%;
    font-size: 0.28rem;
    color: #38234e;
    line-height: 0.30rem;
    margin: 0.36rem auto;
    text-align: center;
}
.recPopClose {
    width: 0.72rem;
    height: 0.72rem;
    margin: 0.5rem auto;
}
.ad-wrapper img, .recPop img {
    width: 100%;
    height: auto;
}
.imgBox {
    width: 100%;
    padding-top: 0.42rem;
    margin: 0 auto;
}
.imgTop {
    width: 100%;
    margin: 0 auto;
}
.imgTop img {
    width: 100%;
    height: auto;
}
.recBox {
    width: 100%;
    margin: 0.32rem auto;
    padding: 0.44rem 0.32rem;
    background: #edf3fd;
    border-radius: 0.24rem;
    box-sizing: border-box;
}
.recBox img {
    width: 100%;
    height: auto;
}
.recUl {
    margin-top: 0.36rem;
}
.recLi {
    font-size: 0.28rem;
    color: #38234e;
    line-height: 1.5;
    margin-bottom: 0.3rem;
    padding-left: 0.6rem;
    position: relative;
    background: url(../images/1.png) no-repeat left 0.05rem;
    background-size: 0.42rem 0.35rem;
}
.recLi:last-child {
    margin-bottom: 0;
}
.recLi span {
    position: absolute;
    top: 0.07rem;
    left: 0.11rem;
    font-size: 0.2rem;
    color: #FFFFFF;
}
.recFromTitle {
    width: 3.7rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    margin: 0 auto 0.36rem;
}
.recFromTitle>img {
    width: 3.63rem;
    height: 0.87rem;
}
/* 复制微信号弹框 */
.wechat-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.4rem;
    position: relative;
    background: #fff;
    border-radius: 0.4rem;
}
.wechat-modal .close {
    position: absolute;
    right: 0.32rem;
    top: 0.32rem;
    color: #000000;
    z-index: 2;
    cursor: pointer;
}
.wechat-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wechat-content .image {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
}
.wechat-content .title {
    color: #000;
    font-size: 0.36rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 0.16rem 0;
}
.wechat-content .wechat-number, .wechat-content .desc {
    color: #666;
    font-size: 0.28rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0.16rem;
}
.wechat-content .button {
    color: #FFFFFF;
    font-size: 0.3rem;
    background-color: #1aad17;
    border-radius: 0.2rem;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.guide-img {
    margin-top: 0.32rem;
    overflow: hidden;
}
.guide-img img {
    width: 100%;
    margin: 0 auto;
}