
blockquote,body,button,code,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,section,select,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

*,a,body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img,input {
    border: none
}


@media only screen and (min-width: 1024px) {
    html {
        font-size:50px!important;
        max-width: 750px;
        margin: 0 auto
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    body,html {
        font-size:40px!important;
        max-width: 750px;
        margin: 0 auto
    }
}

@media (min-width: 480px) and (max-width:768px) {
    body,html {
        font-size:40px!important;
        max-width: 375px;
        margin: 0 auto
    }
}


#ziweitf3 {
    background: #5a6fab;
    width: 10rem;
    margin: 0 auto;
    font-size: .4rem;
    min-height: 100vh;
}

#ziweitf3 .home {
    position: relative;
    padding-bottom: 1.6rem;
    background-color: #5A6FAB;
}

.navTop {
    width: 10rem;
    height: .66rem;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: .29rem;
    line-height: .66rem;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    z-index: 2
}

@keyframes marqueeTransform {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}

@-webkit-keyframes marqueeTransform {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}

.navTop p {
    display: inline-block;
    padding-left: 100%;
    animation: marqueeTransform 15s linear infinite;
    -webkit-animation: marqueeTransform 15s linear infinite
}

#ziweitf3 .home .home_box {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#ziweitf3 .home .banner{
    background: url(images/sc101.png) no-repeat;
    background-size: 100% 100%;
}

#ziweitf3 .home .banner{
    height: 11.306667rem;
    overflow: hidden;
}

#ziweitf3 .home .banner .zhuanpan {
    width: 12.4rem;
    height: 12.4rem;
    position: relative;
    margin-top: -5.6rem;
    margin-left: -6rem;
}

@keyframes bottomRorating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

#ziweitf3 .home .banner .banner_bottom {
    width: 12.4rem;
    height: 12.4rem;
    background: url(images/sc109.png) no-repeat;
    background-size: 100% 100%;

    animation: bottomRorating 5s linear infinite;
}

@keyframes middleRorating {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        transform: translate(-50%,-50%) rotate(-360deg)
    }
}

#ziweitf3 .home .banner .banner_middle {
    width: 9.2rem;
    height: 9.2rem;
    background: url(images/sc110.png) no-repeat;
    background-size: 100% 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    animation: middleRorating 5s linear infinite;
}

@keyframes bottomRorating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

#ziweitf3 .home .banner .banner_middle1 {
    top: 25%;
    left: 25%;
    width: 6.24rem;
    height: 6.24rem;
    background: url(images/sc111.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: bottomRorating 5s linear infinite;
    animation: bottomRorating 5s linear infinite;

    position: absolute;
    transform: translate(-50%, -50%);
}


#ziweitf3 .home .banner .taiji {
    width: 2.8rem;
    height: 2.8rem;
    background: url(images/sc112.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: middleRorating 5s linear infinite;
    animation: middleRorating 5s linear infinite;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


#ziweitf3 .home .banner .star {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#ziweitf3 .home .banner .star1 {
    left: 7.666667rem;
    top: 8.2rem
}

#ziweitf3 .home .banner .star2 {
    left: 6.64rem;
    top: 7.32rem
}

#ziweitf3 .home .banner .star3 {
    left: 6.866667rem;
    top: 6.093333rem
}

#ziweitf3 .home .banner .star4 {
    left: 6.613333rem;
    top: 4.96rem
}

#ziweitf3 .home .banner .star5 {
    left: 6.986667rem;
    top: 3.893333rem
}

#ziweitf3 .home .banner .star6 {
    left: 7.973333rem;
    top: 2.786667rem
}

#ziweitf3 .home .banner .star7 {
    left: 7.04rem;
    top: 1.893333rem
}

#ziweitf3 .home .banner .star8 {
    left: 5.613333rem;
    top: 3.173333rem
}

@keyframes line1 {
    0% {
        width: 0
    }

    to {
        width: 1rem
    }
}

@keyframes opacityScale {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#ziweitf3 .banner .star .star1 .star_img1 {
    left: 1.13333rem;
    top: 1.13333rem;
    animation: opacityScale .5s ease-in-out forwards;

    opacity: 0;
    width: .25333rem;
    height: .25333rem;
    position: absolute;
    z-index: 2;
}

#ziweitf3 .banner .star .star1 .text_img1 {
    left: .26667rem;
    top: 1.06667rem;
    animation: opacityScale .5s ease-in-out forwards;
    opacity: 0;
    width: .84rem;
    height: .44rem;
    position: absolute;
}

#ziweitf3 .banner .star .star1 .line {
    left: 1.26667rem;
    top: 1.24rem;
    transform: rotate(-40deg);
    animation: line1 1s linear forwards;

    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: left bottom;
}


@keyframes line2 {
    0% {
        width: 0
    }

    to {
        width: 1.2rem
    }
}

#ziweitf3 .banner .star .star2 .star_img1 {
    left: 1.84rem;
    top: .53333rem;
    animation: opacityScale .5s ease-in-out .8s forwards;

    opacity: 0;
    width: .25333rem;
    height: .25333rem;
    position: absolute;
    z-index: 2;
}

#ziweitf3 .banner .star .star2 .text_img1 {
    left: 1.53333rem;
    top: 0;
    animation: opacityScale .5s ease-in-out .8s forwards;

    opacity: 0;
    width: .84rem;
    height: .44rem;
    position: absolute;
}

#ziweitf3 .banner .star .star2 .line {
    left: 1.93333rem;
    top: .6rem;
    transform: rotate(20deg);
    animation: line2 1s linear .8s forwards;

    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: left bottom;
}

@keyframes line3 {
    0% {
        width: 0
    }

    to {
        width: 1.2rem
    }
}

#ziweitf3 .banner .star .star3 .star_img1 {
    left: 2.93333rem;
    top: .93333rem;
    animation: opacityScale .5s ease-in-out 1.6s forwards;

    opacity: 0;
    width: .25333rem;
    height: .25333rem;
    position: absolute;
    z-index: 2;
}

#ziweitf3 .banner .star .star3 .text_img1 {
    left: 2.53333rem;
    top: 1.33333rem;
    animation: opacityScale .5s ease-in-out 1.6s forwards;

    opacity: 0;
    width: .84rem;
    height: .44rem;
    position: absolute;
}

#ziweitf3 .banner .star .star3 .line {
    left: 3.04rem;
    top: 1.06667rem;
    transform: rotate(-58deg);
    animation: line3 1s linear 1.6s forwards;

    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: left bottom;
}


@keyframes line4 {
    0% {
        width: 0
    }

    to {
        width: .93333rem;
    }
}

#ziweitf3 .banner .star .star4 .star_img1 {
    left: 3.6rem;
    top: -.13333rem;
    animation: opacityScale .5s ease-in-out 2.4s forwards;

    opacity: 0;
    width: .25333rem;
    height: .25333rem;
    position: absolute;
    z-index: 2;
}

#ziweitf3 .banner .star .star4 .text_img1 {
    left: 3.2rem;
    top: -.66667rem;
    animation: opacityScale .5s ease-in-out 2.4s forwards;

    opacity: 0;
    width: .84rem;
    height: .44rem;
    position: absolute;
}

#ziweitf3 .banner .star .star4 .line {
    left: 3.73333rem;
    top: 0;
    transform: rotate(8deg);
    animation: line4 1s linear 2.4s forwards;

    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: left bottom;
}


@keyframes line5 {
    0% {
        width: 0
    }

    to {
        width: 1.2rem;
    }
}

#ziweitf3 .banner .star .star5 .star_img1 {
    left: 4.53333rem;
    top: 0;
    animation: opacityScale .5s ease-in-out 3.2s forwards;

    opacity: 0;
    width: .25333rem;
    height: .25333rem;
    position: absolute;
    z-index: 2;
}

#ziweitf3 .banner .star .star5 .text_img1 {
    left: 4.53333rem;
    top: .26667rem;
    animation: opacityScale .5s ease-in-out 3.2s forwards;

    opacity: 0;
    width: .84rem;
    height: .44rem;
    position: absolute;
}

#ziweitf3 .banner .star .star5 .line {
    left: 4.64rem;
    top: .13333rem;
    transform: rotate(-63deg);
    animation: line5 1s linear 3.2s forwards;

    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: left bottom;
}


@keyframes line6 {
    0% {
        width: 0
    }

    to {
        width: 1.46667rem;
    }
}

#ziweitf3 .banner .star .star6 .star_img1 {
    left: 5.06667rem;
    top: -1.06667rem;
    animation: opacityScale .5s ease-in-out 4s forwards;

    opacity: 0;
    width: .25333rem;
    height: .25333rem;
    position: absolute;
    z-index: 2;
}

#ziweitf3 .banner .star .star6 .text_img1 {
    left: 5.33333rem;
    top: -1.06667rem;
    animation: opacityScale .5s ease-in-out 4s forwards;

    opacity: 0;
    width: .84rem;
    height: .44rem;
    position: absolute;
}

#ziweitf3 .banner .star .star6 .line {
    left: 5.2rem;
    top: -.93333rem;
    transform: rotate(-78deg);
    animation: line6 1s linear 4s forwards;

    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: left bottom;
}

@keyframes line7 {
    0% {
        width: 0
    }

    to {
        width: 1.2rem;
    }
}

#ziweitf3 .banner .star .star7 .star_img1 {
    left: 5.33333rem;
    top: -2.4rem;
    animation: opacityScale .5s ease-in-out 4.8s forwards;

    opacity: 0;
    width: .25333rem;
    height: .25333rem;
    position: absolute;
    z-index: 2;
}

#ziweitf3 .banner .star .star7 .text_img1 {
    left: 4.4rem;
    top: -2.4rem;
    animation: opacityScale .5s ease-in-out 4.8s forwards;

    opacity: 0;
    width: .84rem;
    height: .44rem;
    position: absolute;
}

#ziweitf3 .banner .star .star7 .line {
    left: 5.46667rem;
    top: -2.26667rem;
    transform: rotate(-65deg);
    animation: line7 1s linear 4.8s forwards;

    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: left bottom;
}


#ziweitf3 .banner .star .star8 .star_img1 {
    left: 5.86667rem;
    top: -3.46667rem;
    animation: opacityScale .5s ease-in-out 5.6s forwards;

    opacity: 0;
    width: .25333rem;
    height: .25333rem;
    position: absolute;
    z-index: 2;
}

#ziweitf3 .banner .star .star8 .text_img1 {
    left: 5.33333rem;
    top: -4rem;
    animation: opacityScale .5s ease-in-out 5.6s forwards;

    opacity: 0;
    width: .84rem;
    height: .44rem;
    position: absolute;
}

#ziweitf3 .banner .star .star8 .line {
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transform-origin: left bottom;
}

#ziweitf3 .home .report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .266667rem 0 .4rem
}

.marquee {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3a3a3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 6.4rem;
    height: 1.6rem
}

#ziweitf3 .home .report .rp_text {
    font-size: .346667rem;
    color: #fff;
    padding: 0 .266667rem;
    border-left: .013333rem solid hsla(0,0%,100%,.3)
}

.marquee_box {
    display: block;
    position: relative;
    width: 100%;
    height: 1.6rem;
    overflow: hidden
}

.marquee_list {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.marquee_list li {
    height: 1.6rem;
    font-size: .346667rem;
    padding-left: .26667rem
}

.marquee_top{
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-top: -1.6rem
}

.buyer {
    width: 6.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.buyer img {
    width: 1.333333rem;
    height: 1.333333rem;
    border-radius: 50%;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: .266667rem
}

#ziweitf3 .home .homeImgGroups {
    margin: 0 .266667rem
}

.homeImgGroups{
    margin-top: 10px !important;
}

.homeImgGroups .img{
  width: 100%;
  height: auto;
  display: block
}

.mt30 {
    margin-top: .4rem
}

.imgno {
    pointer-events: none
}


@keyframes now_test {
    0% {
        -webkit-transform: scale(.9)
    }

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

@-webkit-keyframes now_test {
    0% {
        -webkit-transform: scale(.9)
    }

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

#ziweitf3 .home #picbtn, #ainuo_foot_picbtn {
    width: 100%;
    height: auto;
    display: block;

    animation: now_test 1s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation: now_test 1s infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out
}

.ainuo_foot_nav {
    display: block;
    padding: 2px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    max-width: 640px;
}


.show-cs-box #page {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.J_ajaxForm, #form_wrapper {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.show-cs-box .J_ajaxForm, .show-cs-box #form_wrapper{
    display: block;
    opacity: 1;
    height: auto;
    overflow: auto;
}

.public_form_wrap {
    margin: 10px 10px 0;
}

#ziweitf3 .info .top2 {
    width: 100%;
    height: 4.146667rem;
}

#ziweitf3 .info .form {
    padding: 0 .266667rem;
    margin: 0 .266667rem;
    background-color: #38386c;
    border-radius: .266667rem;
    border: .013333rem solid hsla(0, 0%, 100%, .3);
}

#ziweitf3 .info .form .form_tl {
    height: 1.64rem;
    line-height: 1.6rem;
    margin-top: -0.8rem;
    margin-bottom: 0.1rem;
    background: url(images/sc107.png) no-repeat;
    background-size: 100% 100%;

    width: 9.066667rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: .453333rem;
    margin-left: 50%;
    transform: translateX(-50%);
}

#ziweitf3 .info .form .form_item {
    background-color: #dfecfd;
    color: #efefff;

    margin-bottom: .666667rem;
    height: 1.066667rem;
    line-height: 1.066667rem;
    border-radius: .666667rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

#ziweitf3 .info .form .form_item .label {
    color: #333;
}
#ziweitf3 .info .form .form_item .label {
    width: 2.666667rem;
    padding-left: .466667rem;
}

#ziweitf3  .info .form .form_item .info {
    background: transparent;
    color: #333;
}

#ziweitf3 .info .form .form_item .info {
    height: .8rem;
    line-height: .8rem;
    font-size: .4rem;
    margin: .133333rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.auto {
    overflow: hidden;
}

.public_form_wrap .auto, .public_tab li {
    position: relative;
}

.public_form_wrap .sex span {
    display: block;
    float: left;
    padding-top: 10px;
    width: 70px;
}

.public_form_wrap .sex span {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 5px 20px 0 0;
    color: #a7a7db;
}

.public_form_wrap .sex span.cur {
    background-color: #efc15d;
    color: #021032;
}

.public_form_wrap .sex span {
    display: block;
    float: left;
    padding-top: 10px;
    width: 70px;
}

.public_form_wrap .sex span {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 5px 20px 0 0;
    color: #a7a7db;
}

#ziweitf3 .info .btnTest {
    padding: .4rem .266667rem 0;
}

#ziweitf3  .info .test_btn2 {
    animation: now_test 1s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation: now_test 1s infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;

    width: 100%;
    height: auto;
    display: block;
}

.under_btn_text {
    font-size: .346667rem;
    text-align: center;
    margin: .266667rem 0 .2rem;
}

#ziweitf3 .info .server {
    text-align: center;
    color: #a7a7db;
    font-size: .346667rem;
    margin-top: .4rem;
}

#ziweitf3 .info .server, #ziweitf3 .info .server .agreeRadio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#ziweitf3 .info .server .agreeRadio {
    width: .32rem;
    height: .32rem;
    border: 1px solid #efc15d;
    margin-right: .066667rem;
}

@-webkit-keyframes pay {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes pay {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ziwei_pay{
  width: 10rem;
  margin: 0 auto;
  display: none;
}

.ziwei_pay .pay {
    display: none;
    width: 10rem;
    position: fixed;
    bottom: 0;
    background-color: #fffbd8;
    border-radius: .266667rem .266667rem 0 0;
}

.ziwei_pay .pay.payIn {
    display: block !important;
    -webkit-animation: pay .3s linear;
    animation: pay .3s linear
}


.ziwei_pay .pay_mask {
    width: 10rem;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0
}

.ziwei_pay  .pay .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #efe67d;
    font-size: .373333rem;
    padding-top: .133333rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ziwei_pay .pay .top .left_pic {
    width: 3.666667rem;
    position: relative;
}

.ziwei_pay .pay .top .left_pic .img {
    width: 100%;
    height: auto;
    display: block;
}

.ziwei_pay .pay .top .right_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.ziwei_pay .pay .top .right_text .top_name {
    font-size: .453333rem;
    font-weight: 700;
}

.ziwei_pay .pay .top .right_text p {
    line-height: .8rem;
}

.ziwei_pay .pay .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .4rem;
    padding: .266667rem .4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    border-bottom: 1px solid #efe67d;
}

.ziwei_pay .pay .middle .left_price .discount {
    color: #fff;
    background-color: #c92727;
    border-radius: .133333rem;
    line-height: .8rem;
    padding: 0 .133333rem;
}

.ziwei_pay .pay .middle .left_price .original {
    color: #999;
    text-decoration: line-through;
    margin-top: .133333rem;
    height: .533333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
}

.ziwei_pay .pay .middle .right_time>p:first-child {
    line-height: .8rem;
}

.ziwei_pay .pay .middle .right_time div {
    margin-top: .133333rem;
}

.ziwei_pay .pay .middle .overtime{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: .533333rem;
    color: #e22b1f;
    font-weight: 700;
}

.ziwei_pay .pay .middle .overtime span{
    margin: 0 .133333rem;
    line-height: .533333rem;
    display: inline-block;
    width: .733333rem;
    height: .533333rem;
    border-radius: .04rem;
    background: #e22b1f;
    color: #fff;
    text-align: center
}

.ziwei_pay .pay .middle .right_time div span:first-child {
    margin-left: 0
}

.ziwei_pay .pay .bottom {
    padding: .4rem;
    color: #333;
    font-size: .4rem
}

.ziwei_pay .pay .bottom .ali_pay,.ziwei_pay .pay .bottom .wx_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .4rem 0
}

.ziwei_pay .pay .bottom .left_pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ziwei_pay .pay .bottom .pay_icon {
    width: .8rem;
    height: .8rem;
    margin-right: .133333rem
}


.ziwei_pay .pay .bottom .ali_pay,.ziwei_pay.pay .bottom .wx_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .4rem 0
}

.ziwei_pay .pay .bottom .wx_selected {
    background-color: #29a339;
}
.ziwei_pay .pay .bottom .wx_select {
    width: .373333rem;
    height: .373333rem;
    border: 1px solid #29a339;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 .133333rem #29a339;
    box-shadow: 0 0 .133333rem #29a339;
}


.ziwei_pay .pay .pay_btn {
    background-color: #c92727;
    border-radius: .533333rem;
    color: #fff;
    font-size: .48rem;
    font-weight: 700;
    text-align: center;
    margin: 0 .466667rem .4rem;
    padding: .266667rem 0
}
