.cdwl_flex {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
}

.cdwl_pop_warp {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

.cdwl_pop_main {
    align-items: center; /*垂直居中*/
    justify-content: center; /*水平居中*/
    width: 100%;
    height: 100%;
}

.cdwl_pop_main .cdwl_content {
    position: relative;
    width: 8.27rem;
}

.cdwl_content .cdwl_fl {
    background-color: #FFFFFF;
    border-radius: 0.13rem;
}

.cdwl_tips {
    font-size: 0.4rem;
    color: #000000;
    padding-top: .79rem;
    padding-bottom: .41rem;
    text-align: center;
}

.cdwl_recommend_list {
    padding: 0 .4rem .7rem .4rem;
}

.cdwl_recommend_list .cdwl_recommend_item {
    padding: .43rem .36rem;
}

.cdwl_recommend_list .cdwl_recommend_next {
    width: 1.75rem;
    background-color: #f0f2f1;
    border-radius: 0.4rem;
    line-height: .8rem;
    font-size: 0.4rem;
    color: #04b970;
    text-align: center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -0.4rem;
}

.cdwl_recommend_list .cdwl_recommend_item:after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 11.4rem;
    height: 1px;
    background: #e7e7e7;
    transform: scale(0.5);
    bottom: 0;
    right: -37.9%;
}

.cdwl_recommend_list .cdwl_recommend_item:last-child:after {
    display: none;
}

.cdwl_recommend_list .cdwl_recommend_item .cdwl_des p {
    width: 3.8rem;
}

.cdwl_recommend_list .cdwl_apply_btn {
    display: none;
}

.cdwl_recommend_item {
    position: relative;
    text-align: left;
    padding: .55rem .43rem .55rem 0;
}

.cdwl_recommend_item .cdwl_re_icon {
    position: absolute;
    width: .83rem;
    height: .83rem;
    right: 0;
    top: 0;
    z-index: 1;
}

.cdwl_recommend_item .cdwl_tips_icon, .cdwl_recommend_item .cdwl_icon, .cdwl_recommend_item .cdwl_des, .cdwl_recommend_item .cdwl_apply_btn {
    display: inline-block;
}

.cdwl_recommend_item .cdwl_icon {
    width: 1.04rem;
    height: 1.04rem;
    margin-right: .28rem;
    vertical-align: middle;
}

.cdwl_recommend_item .cdwl_des {
    vertical-align: middle;
}

.cdwl_recommend_item .cdwl_re_name {
    color: #333333;
    font-size: 0.4rem;
}

.cdwl_recommend_item .cdwl_cornerIcon {
    margin-left: .15rem;
    margin-top: -0.04rem;
    height: .4rem;
    vertical-align: middle;
}

.cdwl_recommend_item .cdwl_des p {
    font-size: .32rem;
    color: #999999;
    margin-top: 0.26rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 6rem;
}

.cdwl_btns {
    display: none;
    margin-top: .67rem;
}

.cdwl_close_btn {
    margin: auto;
    width: 1.8rem;
    height: .8rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAA+CAMAAABEH1h2AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABOUExURUxpcf///////////////////////////////////////////////////////////////////////////////////////////////////zaAtHkAAAAZdFJOUwAIU6NhA5jUFcr9wflCJRoOgjfyLnyy5Nw7bH8PAAACBElEQVRIx62X2YKrIAyGw1YE3K1L3v9FT7R15lBEpQyXyCfhTwgJwPFo+SjMPCAOsxEjbyFh1KOx6A1rxvoeq7hbgamTfUObtk0vu2mdcVxdw3KhlaL6WKkqQdOLvPhBb2iX40VKklWmP4HZw6KR8e/SoH2wqGIa8XFu3QNRRzSsBnTPK22eDofq6AMvUbBrxzCBJT+g7ZXhvwewAV+Vd+mVLz/sr4f79MoPnn5Mo0iJaoGaeb9zLAVn7n9jK8QnJI0n2p/4Uzrl4Lu9Zg9tiQ6Sh8F3dKsFZToucVHfbw7gkPtmpG5vXiLq4FMTuJE1wSK9uasLZW9KXfgzhS6bUPxusz24gBSEPl9oP8ze0ULWtxbD3FT4fPH5u5fH0LbAcTrQxQOOaYCJtB+3E5zxMZpUG+nyHLvtB4rS5DpBykVy7xuL09CTdjM2cMKf0NDgDANGn78VPaGhxQEQ43FJ/AkNK5uBMyxzjC/I+AzpalxyHZcZNplBm3llMi9sZrqgE4jvkpXYVKsxtP5OqlSI9Sthf5moXd4zIf/ikdrfiy+fSFAm64GG3uaUB1txolJo5tubXhoZ9neFWW5ZmFuUvkriG/qp45I4tyDPbQdym5HzVgguW6GtX5ojjRg1aLO81paRiWsbOPK9DeTj1gYaebPqrruwCe3qlKhueTftLfDURVvgf4DbKfcftXDJAAAAAElFTkSuQmCC") no-repeat center;
    background-size: auto 99%;
}

.cdwl_back1 {
    position: fixed;
    top: 1.6rem;
    right: .3rem;
    width: 1.4rem;
    height: 1.4rem;
    z-index: 99;
    background: url(../img/mgm_liuliangjiechi/ic_back.png) no-repeat center;
    background-size: 100% 100%;
}

.cdwl_back2 {
    position: fixed;
    top: 1.6rem;
    right: .3rem;
    width: 1.4rem;
    height: 1.4rem;
    z-index: 99;
    background: url(../img/mgm_liuliangjiechi/ic_back2.png) no-repeat center;
    background-size: 100% 100%;
}

.none {
    display: none
}

.dialog-mask {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

/*流量劫持全屏*/
.cdwl_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #7a097a;

}

.cdwl_header {
    width: 100%;
    height: 9.9rem;
    background: url(../img/mgm_liuliangjiechi/bg_header.png) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}

.cdwl_footer {
    background: url(../img/mgm_liuliangjiechi/bg_bottom.png) no-repeat center top;
    background-size: 100% auto;
    height: 100%;
}

.cdwl_footer_inner {
    margin: 0 auto;
    width: 90%;
    padding: 0 0.45rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: row wrap;
    box-sizing: border-box;
    margin-top: 2.33rem;
}

.cdwl_recommend_item_fullscreen {
    width: 3.73rem;
    height: 4.29rem !important;
    display: flex;
    flex-direction: column;
    height: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
    word-break: break-all; /* 内容自动换行 */
}

.cdwl_counter {
    margin: 0 auto;
    display: inline-block;
    color: white;
    font-size: 0.43rem;
    width: 4rem;
    height: 1rem;
    display: inline-block;
    background: url(../img/mgm_liuliangjiechi/bg_counter.png) no-repeat center center;
    background-size: contain;
    font-family: PingFang-SC-Bold;
    /*margin-top: -50px;*/
    font-weight: normal;
    font-stretch: normal;
    padding-top: 16px;
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    margin-left: -2rem;
    text-align: center;

}

.cdwl_container_fullscreen {
    display: none;
    position: relative;
}

.cdwl_recommend_item_fullscreen_dt {
    display: flex;
    flex: 1;
    height: 100%;
    margin: 0 10px;
    flex-direction: column;
    z-index: 100;
}

.cdwl_recommend_item_fullscreen_img {
    display: block;
    width: 1.33rem;
    height: 1.33rem;
    align-self: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0.27rem;
}

.cdwl_recommend_item_fullscreen_dd {
    width: 3.73rem;
    display: flex;
    flex-direction: column;
    height: 4.29rem;
    align-items: center;
    background: white;
    margin-left: 0px !important;
    margin-top: -20px;
    background: url(../img/mgm_liuliangjiechi/bg_redpacket.png) no-repeat center center;
    background-size: cover;

}

.cdwl_recommend_item_fullscreen_content {
    width: 100%;
    align-self: center;
    margin-top: 0px;

}

.cdwl_recommend_item_fullscreen_content div {
    width: 100%;
    align-self: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.cdwl_recommend_item_fullscreen_title {
    text-align: center;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #333333;
}

.cdwl_recommend_item_fullscreen_subtitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.29rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8rem;
    letter-spacing: 0rem;
    color: #777777;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*word-break: break-all;*/
}

.cdwl_counter_container {
    background: #ae4300;
    border-radius: 2px;
    display: inline-block;
    color: white;
    padding: 2px 4px;

}

.cdwl_back_forward {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.17rem;
    background-color: rgba(255, 255, 255, 1);
}

.cdwl_back3_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 188px;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.cdwl_back3 {
    width: 0.57rem;
    height: 0.57rem;
    background: red;
    background: url(../img/mgm_liuliangjiechi/ic_back3.png) no-repeat center;
    background-size: 100% 100%;
}

.cdwl_forward3 {
    width: 0.57rem;
    height: 0.57rem;
    background: url(../img/mgm_liuliangjiechi/ic_forward3.png) no-repeat center;
    background-size: 100% 100%;
}

/*下面是红包雨*/

.cdwl_redpacket_dialog {
    background: url(../img/mgm_liuliangjiechi/bd_dialog.png);
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    margin-left: -4.96rem;
    width: 9.92rem;
    height: 12.72rem;
    z-index: 2;
    display: none;
}

.cdwl_guide_customer_service_title {
    display: inline-block;
    position: fixed;
    left: 50%;
    margin-left: -4.04rem;
    top: 3rem;
    width: 8.08rem;
    height: 0.72rem;
}

#petalbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}

#petalbox > div {
    position: absolute;
    -webkit-animation-iteration-count: 1, 1;
    -webkit-animation-direction: normal, normal;
    -webkit-animation-timing-function: linear, ease-in;
    -webkit-backface-visibility: hidden;
    animation-iteration-count: 1, 1;
    animation-direction: normal, normal;
    animation-timing-function: linear, ease-in;
    backface-visibility: hidden;
}

#petalbox > div > img {
    position: absolute;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    -webkit-backface-visibility: hidden;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    backface-visibility: hidden;
}

@-webkit-keyframes fade {
    0%, 90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade {
    0%, 90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes drop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 1100px, 0);
    }
}

@keyframes drop {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 1100px, 0);
    }
}

.timenav .time_list:hover a {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fireworks i {
    -webkit-animation: fireworkani 1.6s .2s ease both;
    -webkit-animation-iteration-count: 2;
    animation: fireworkani 1.6s .2s ease both;
    animation-iteration-count: 2;
}

.fireworks .f2 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.fireworks .f3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.fireworks .f4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

@-webkit-keyframes fireworkani {
    0%, 9% {
        -webkit-transform: scale(.1);
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(.1);
        opacity: 1;
    }
    95% {
        -webkit-transform: scale(1.5);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes fireworkani {
    0%, 9% {
        transform: scale(.1);
        opacity: 0;
    }
    10% {
        transform: scale(.1);
        opacity: 1;
    }
    95% {
        transform: scale(1.5);
        opacity: .1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.main_before, .main_after, .main_cont {
    -webkit-animation: contfadein 1s .5s both;
    animation: contfadein 1s .5s both;
}

@-webkit-keyframes contfadein {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        opacity: 1;
    }
}

@keyframes contfadein {
    0% {
        transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

/*media*/
.small_window .timenav {
    left: 20px;
    margin-left: 0;
}

.cdwl_dialog {
    background: url(../img/mgm_liuliangjiechi/bd_dialog.png) no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    width: 372px;
    height: 477px;
    display: none
}

.cdwl_redpacket_dialog_img {
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 4px;
}

.cdwl_redpacket_dialog_span {
    color: white;
    font-size: 0.373rem;
    margin-top: 4px;
    display: inline-block;
}

/*立即下载省呗指引*/
@-webkit-keyframes circleProgressLoad_right {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.cdwl_guide_div_container {
    position: fixed;
    background: #e0fff6;
    display: none;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.cdwl_guide_customer_service {
    color: #b3ffe5;
    font-size: 0.42rem;
    right: 20px;
    top: 20px;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.cdwl_guide_customer_service_finger {
    /*background: url(../img/mgm_liuliangjiechi/ic_finger.png)  no-repeat center center;*/
    /*background-size: 100% 100%;*/
    margin-left: 0.09rem;
    width: 0.64rem;
    height: 0.36rem;
    display: inline-block;
    position: relative;
    -webkit-animation: mymove 2s 3; /*Safari and Chrome*/
}

.cdwl_guide_customer_service_logo {
    /*background: url(../img/mgm_liuliangjiechi/ic_customer_service.png) no-repeat center center;*/
    /*background-size: 100% 100%;*/
    width: 1.7rem;
    height: 1.43rem;
    margin-left: 0.29rem;
    display: inline-block;
}

.cdwl_guide_header_container {
    /*background: url(../img/mgm_liuliangjiechi/bg_service_header.png) no-repeat center center;*/
    /*background-size: 100% 100%;*/
    width: 100%;
    height: 8.27rem;
    /*padding-top: 4rem;*/
    box-sizing: border-box;
}

.cdwl_guide_header_downloading_bar {
    width: 5.43rem;
    height: 0.51rem;
    background: white;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 4.2rem;
    left: 50%;
    margin-left: -2.715rem;
    align-items: center;
}

.cdwl_guide_header_downloading_bar_bg {
    background: #def0fa;
    height: 50%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.cdwl_guide_header_downloading_bar_progress {
    background: #6ad4a6;
    height: 100%;
    -webkit-animation: circleProgressLoad_right 1s linear infinite;
}

.cdwl_guide_bottom_container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.cdwl_guide_button {
    width: 2.67rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #ffffff;
    letter-spacing: 0.01rem;
    color: #009865;
    text-align: center;
    border-radius: 0.8rem;
    top: 5.2rem;
    left: 50%;
    margin-left: -1.335rem;
    position: absolute;
}

.cdwl_guide_bottom_container_title {
    width: 80%;
    height: 1.16rem;
    display: inline-flex;
    flex-direction: row;
    margin: 0 auto;
    align-self: center;
    margin-top: -1.8rem;
    z-index: 99;
}

.cdwl_guide_bottom_container_title_center {
    flex: 1;
    background: #03b87b;
    border-radius: 4px;
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 1.16rem;
    height: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.cdwl_guide_bottom_container_title_center_left {
    width: 10px;
    height: 50%;
}

.cdwl_guide_bottom_container_title_center_right {
    width: 10px;
    height: 50%;
}

.cdwl_guide_bottom_container_content {
    background: white;
    border-radius: 8px;
    margin-top: -20px;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.cdwl_guide_content_item {
    height: 80px;
    position: relative;
    margin-top: 20px;
}

.cdwl_guide_content_item_inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
}

.cdwl_guide_content_item_inner_img {
    width: 1.23rem;
    height: 1.23rem;
    align-self: center;
    display: inline-block;
    margin-left: 0.64rem;
}

@keyframes mymove {
    0% {
        left: 0px;
    }
    50% {
        left: 7px;
    }
    100% {
        left: 0px;
    }
}

.cdwl_guide_content_item_inner_title {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-self: center;
    margin-left: 10px;

}

.cdwl_guide_content_item_inner_title1 {
    font-size: 0.48rem;
    color: #2c2c2c;
    text-align: left;
    font-size: 0.48rem;
}

.cdwl_guide_content_item_inner_title2 {
    font-size: 0.36rem !important;
    color: #999999;
    text-align: left;
    font-size: 0.43rem;
    margin-top: 0.36rem;
}

.cdwl_guide_content_item_inner_button {
    display: inline-block;
    width: 2.29rem;
    height: 0.84rem;
    line-height: 0.84rem;
    background: #49b6f9;
    border-radius: 40px;
    color: white;
    font-size: 0.48rem;
    text-align: center;
    align-self: center;
    margin-right: 0.61rem;
}

.cdwl_guide_content_item_inner_line_bottom {
    background-color: #e1e1e1;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.cdwl_guide_content_item_inner_bottom_text {
    margin-top: 20px;
    color: #909090;
    text-align: center;
    display: inline-flex;
    margin: 0 auto;
    margin-top: 0.77rem;
    align-content: center;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.cdwl_guide_line {
    width: 1.24rem;
    height: 0.05rem;
    background-color: #e1e1e1;
}

.cdwl_guide_dialog_mask {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 100001;
}

.cdwl_guide_dialog {
    background-color: white;
    border-radius: 6px;
    width: 7.47rem;
    height: 7.73rem;
    margin: 0 auto;
    margin-top: 150px;
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    align-self: flex-start;
}

.cdwl_guide_dialog_img {
    width: 1.75rem;
    height: 1.75rem;
    display: inline-block;
    margin: 0 auto;
    margin-top: 0.93rem;
}

.cdwl_guide_dialog_title {
    font-size: 0.4rem;
    text-align: center;
    margin: 0.63rem 0.67rem 0rem;
}

.cdwl_guide_dialog_button {
    margin: 0.95rem 0.67rem;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    background-color: #e79649;
    color: white;
    text-align: center;
    font-size: 0.48rem;
}

.cdwl_guide_dialog_cancel {
    width: 0.67rem;
    height: 0.67rem;
    margin-top: 0.49rem;
}




/*挽留弹窗*/
.cdwl_detainment_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999 !important;
}

.cdwl_detainment_bg {
    background: url(../img/mgm_liuliangjiechi/bg_detainment.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.cdwl_detainment_mask_dialog {
    background: url(../img/mgm_liuliangjiechi/ic_detainment_dialog.png);
    background-size: 100% 100%;
    position: fixed;
    top: 3.14rem;
    left: 50%;
    margin-left: -4.645rem;
    width: 9.29rem;
    height: 10.04rem;
    z-index: 2;
}


.cdwl_detainment_title {
    line-height: 0.11rem;
    letter-spacing: 0rem;
    color: #ffffff;
    font-size: 0.4rem;
    margin-top: 8.7rem;
}


.cdwl_guide_div_container2 {
    position: fixed;
    background: #0e153d;
    display: none;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cdwl_guide_button2 {
    width: 2.67rem;
    height: 0.8rem;
    line-height: 0.8rem;
    letter-spacing: 0.01rem;
    color: #f9dea0;
    text-align: center;
    border-radius: 2px;
    border-width: 2px;
    border-style: solid;
    top: 4.2rem;
    left: 50%;
    margin-left: -1.335rem;
    position: absolute;
}

.cdwl_guide_bottom_container_content2 {
    position: relative;
}

.cdwl_guide_bottom_container_content_img {
    width: 100%;
    height: 100%;
}

.cdwl_guide_bottom_container2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.cdwl_guide_bottom_button2 {
    text-align: center;
    position:absolute;
    left: 50%;
    bottom: 0.8rem;
    margin-left: -4.115rem;
    letter-spacing: 0.02rem;
    color: #e93240;
    font-size: 0.64rem;
    width: 8.23rem;
    height: 1.31rem;
    line-height: 1.31rem;
    border-radius: 100px;
    background-image: linear-gradient(90deg,
    #fcc268 0%,
    #fee4ac 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.cdwl_guide_customer_service_logo2 {
    /*background: url(../img/mgm_liuliangjiechi/ic_customer_service.png) no-repeat center center;*/
    /*background-size: 100% 100%;*/
    width: 1.42rem;
    height: 1.43rem;
    margin-left: 0.29rem;
    display: inline-block;
}


.cdwl_guide_button3 {
    width: 2.67rem;
    height: 0.8rem;
    line-height: 0.8rem;
    letter-spacing: 0.01rem;
    color: #f9dea0;
    text-align: center;
    top: 3.5rem;
    left: 50%;
    margin-left: -1.335rem;
    position: absolute;
    background-image: linear-gradient(-90deg,
    #c99f60 0%,
    #dcb781 100%);
}


.cdwl_guide_header_container3 {
    /*background: url(../img/mgm_liuliangjiechi/bg_service_header.png) no-repeat center center;*/
    /*background-size: 100% 100%;*/
    width: 100%;
    height: 6.27rem;
    /*padding-top: 4rem;*/
    box-sizing: border-box;
}


.cdwl_guide_customer_service_logo3 {
    /*background: url(../img/mgm_liuliangjiechi/ic_customer_service.png) no-repeat center center;*/
    /*background-size: 100% 100%;*/
    width: 2.27rem;
    height: 0.75rem;
    margin-left: 0.29rem;
    display: inline-block;
}

.cdwl_guide_bottom_button3 {
    text-align: center;
    position:absolute;
    left: 50%;
    bottom: 2.4rem;
    margin-left: -2.615rem;
    letter-spacing: 0.02rem;
    color: #e93240;
    font-size: 0.64rem;
    width: 5.23rem;
    height: 1.31rem;
    line-height: 1.31rem;
    border-radius: 100px;
    background-image: linear-gradient(90deg,
    #fcc268 0%,
    #fee4ac 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

/*2019.4.17测试案(全屏三条次贷)*/
/*================================*/
.recommend_list{
    background: #ffffff;
    text-align: left;
    min-height: 100%;
    overflow-y: auto;
}
.recommend_list li:first-child{
    width: 100%;
    height: 12.199997rem;
    background: url("../../../static_yy/img/test20190417.png") no-repeat center top/contain;
    border-bottom: none;
    position: relative;
    padding-left: 0;
}
.recommend_list li:first-child .apply_btn{
    position: absolute;
    right: 50%;
    top: 8.8rem;
    width: 7.52rem;
    height: 1.813rem;
    background: url("../../../h5_registerToLoan/release/img/top_gift_btn.png") no-repeat center top/contain;
    margin-right: -3.76rem
}
.recommend_list .rec-title{
    padding: .36rem 0 0.36rem 0.43rem;
    font-size: .32rem;
    color: #777;
    position: absolute;
    bottom: 0;
    left: 0;
}
.recommend_list .rec-title span{
    display: inline-block;
    font-size: .4rem;
    color: #555;
    border-left: .08rem #2cc958 solid;
    padding-left: .133rem;
}
.recommend_list .recommend_item{
    text-align: left;
    padding: .55rem .43rem .55rem 0.43rem;
    position: relative;
}
.recommend_list .recommend_item:before{
    content: "";
    width: 200%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    margin-left: -50%;
}
.recommend_item .apply_btn, .recommend_item .desc, .recommend_item .icon, .recommend_item .tips_icon {
    display: inline-block;
}
.recommend_list .recommend_item .icon{
    width: 1.04rem;
    height: 1.04rem;
    margin-right: .28rem;
    vertical-align: middle;
}
.recommend_list .recommend_item .desc{
    vertical-align: middle;
}
.recommend_list .recommend_item .re-name{
    color: #333;
    font-size: .4rem;
    line-height: .56rem;
}
.recommend_list .recommend_item .desc p{
    font-size: .32rem;
    color: #fe932e;
    line-height: .44rem;
    margin-top: .07rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 5rem;
}
.recommend_list .recommend_item .apply_btn{
    width: 2rem;
    border-radius: .4rem;
    margin-top: -.4rem;
    text-align: center;
    line-height: .8rem;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg,#1bc962 0,#3cd754 100%);
    background-image: -moz-linear-gradient(90deg,#1bc962 0,#3cd754 100%);
    background-image: -o-linear-gradient(90deg,#1bc962 0,#3cd754 100%);
    background-image: linear-gradient(90deg,#1bc962 0,#3cd754 100%);
    position: relative;
}
.recommend_list li:nth-of-type(2) .apply_btn:before{
    content: "";
    display: inline-block;
    position: absolute;
    right: -.37rem;
    top: -.2rem;
    width: .96rem;
    height: .4rem;
    background: url("../../../h5_registerToLoan/release/img/btn_tips_icon1.png") no-repeat center top/contain;
}
.recommend_list li:nth-of-type(3) .apply_btn:before{
    content: "";
    display: inline-block;
    position: absolute;
    right: -.37rem;
    top: -.2rem;
    width: .96rem;
    height: .4rem;
    background: url("../../../h5_registerToLoan/release/img/btn_tips_icon2.png") no-repeat center top/contain;
}
.limit-add2{
    width: 7.067rem;
    height: 1.12rem;
    line-height: 1rem;
    padding: 0 .293rem;
    box-sizing: border-box;
    position: absolute;
    top: 7.5rem;
    left: 50%;
    color: #fff;
    font-size: .4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../../../h5_registerToLoan/release/img/num_add2.png") no-repeat center top/contain
}
.limit-add2 em,i{
    font-style: normal;
}
.limit-add2 strong {
    display: inline-block;
    width: .903rem;
    height: .64rem;
    line-height: .64rem;
    background-color: #4420dd;
    vertical-align: middle;
    text-align: center;
    margin: 0 .133rem;
    letter-spacing: .25rem;
    position: relative;
    padding-left: .05rem;
    box-sizing: border-box
}

.limit-add2 strong:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: .08rem;
    height: 100%;
    background-color: #7937ff
}

@-webkit-keyframes btn-shining {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes btn-shining {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
/*================================*/
.cdwl_dialog_pop{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}
.cdwl_dialog_pop >div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.cdwl_noLogin_pop >div{
    width: 7.467rem;
	min-height: 7.867rem;
	background-color: #ffffff;
	border-radius: 0.133rem;
}
.cdwl_noLogin_pop p{
    padding-top: 0.667rem;
    font-size: 0.373rem;
    font-weight: bold;
    color: #1a1a1a;
}
.cdwl_noLogin_pop .banner{
    width: 100%;
    height: 4.213rem;
    background: url("../img/cdwl_nlwl_banner.png") no-repeat center top/contain;
}
.cdwl_noLogin_pop .btn_{
    width: 5.333rem;
	height: 1.067rem;
    line-height: 1.067rem;
    margin: 0 auto;
}
.cdwl_noLogin_pop .continue_btn{
    margin-top: 0.227rem;
	background-color: #4031ca;
	border-radius: 0.133rem;
    color: #ffffff;
    font-size: 0.427rem;
}
.cdwl_noLogin_pop .cancle_btn{
    font-size: 0.347rem;
    color: #8e8e8e;
}