body {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 100%;
}

.weui-toast {
    width: 75% !important;
}

body>div, body>section, .header, .footer {
    width: 100%;
    max-width: 450px;
    background-color: #f4f9ff;
}

input::-webkit-input-placeholder {
    color: rgba(210, 210, 210, 1);
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(210, 210, 210, 1);
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(210, 210, 210, 1);
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(210, 210, 210, 1);
}

img {
    display: block;
}

body {
    max-width: 450px;
    margin: 0 auto !important;
}

.container {
    width: 100%;
    /* padding-bottom: 60px; */
}

.content-img {
    width: 100%;
    margin-top: -1px;
}

/* 表单 */
.form-content {
    width: 100%;
    height: 0;
    margin-top: -2px;
    padding-bottom: 136.8%;
    background: url("./../img/img72_2/2.jpg") 100%/100% no-repeat;
    position: relative;
}
.content-short {
    padding-bottom: 86.93%;
    background: url("./../img/img74_2/2.jpg") 100%/100% no-repeat;
}
.form-content .form-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.form-content .form-wrapper .form {
    width: 88%;
    margin-top: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.form .title {
    margin: 0;
    text-align: center;
}
.form .sku-title {
    display: none;
}

.form .title span {
    font-size: 22px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    position: relative;
    display: inline-block;
}
.form .title-tips {
    margin-bottom: 3px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FD5C09;
    line-height: 17px;
    letter-spacing: 1px;
    text-align: center;
    transform: scale(0.83);
}

.sku-list {
    width: 100%;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}
.sku-list .select-item {
    width: 48.03%;
    height: 40px;
    margin-bottom: 15px;
    position: relative;
}
.sku-list .select-item .icon {
    width: 100%;
    height: 100%;
    margin-right: 0;
    background: #ffffff;
    position: absolute;
    border-radius: 8px;
    border: 1px solid #FF5A29;
    z-index: 0;
}
.sku-list .select-item .icon.checked {
    background: #FF5A29;
}
.sku-list .select-item p {
    font-size: 12px;
    z-index: 1;
    color: #FF5A29;
}
.sku-list .select-item .icon.checked + p{
    color: #ffffff;
}
.item-disable {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-disable .item {
    width: 48.03%;
    height: 40px;
    margin-bottom: 15px;
    background: #E8EBEF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.item-disable .item p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #758293;
}
.item-disable .item span {
    width: 40px;
    height: 18px;
    background: #B3C0CE;
    border-radius: 11px 11px 11px 0px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -10px;
}

.toptips {
    font-size: 14px;
    text-align: center;
    color: #E84327;
    font-weight: bold;
    margin-bottom: 10px;
}
.login .phone, 
.login .msg-input {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding-left: 15px;
    display: block;
    height: 50px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 1px solid #EBECEE;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #333;
}

.login .phone {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.country-wrapper {
    height: 50px;
}

.country-wrapper .country-box,
.country-wrapper select {
    width: 55px;
    height: 50px;
}

.country-wrapper .country-box span {
    font-size: 14px;
}

.login .msgbox {
    margin: 6px auto 15px;
    background: #F6F6F6;
    border-radius: 4px;
    border: 1px solid #EBECEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login .msg-input {
    width: 62.16%;
    border: none;
}

.login .msg-btn {
    width: 34%;
    height: 50px;
    background: #FF5A29;
    border-radius: 4px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    text-shadow: 1px 0px 1px rgba(251, 196, 122, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login p.button {
    height: 50px;
    background: #FF3454;
	box-shadow: 0px 5px 5px 0px rgba(212, 80, 64, 0.22);
    border-radius: 26px;
    font-family: PingFangSC-Semibold;
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 5px 6px rgba(204, 0, 0, 0.3);
    text-align: center;
    margin: 0 auto;
}
.login .form-btn {
    width: 189px;
    height: 50px;
    margin: 0 auto;
    background: url("./../img/img72_2/button.png") 100%/100% no-repeat;
    font-size: 20px;
    font-family: MiSans-Bold, MiSans;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    text-align: center;
}

/* 中间内容 */
.content-box {
    position: relative;
}
.content-box .title {
    width: 100%;
    height: 35px;
    font-size: 26px;
    font-family: AlibabaPuHuiTiH;
    color: #110C37;
    font-weight: bold;
    line-height: 35px;
    text-shadow: 2px 2px #FFFFFF;
    text-align: center;
    position: absolute;
    top: 6.2%;
}
.content-box .title2 {
    top: 5.2%;
}
.content-box .inner,
.content-box .inner2 {
    width: 84%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 7%;
    top: 15.5%;
}
.content-box .inner2 {
    height: 55%;
    top: 38%;
}
.content-box .inner2_2 {
    height: 44%;
    top: 45%;
}
.content-box .inner > div {
    width: 100%;
}
.content-box .inner .item {
    height: 60px;
    margin-bottom: 11%;
    background: #F0F9FF;
    border-radius: 11px;
    position: relative;
}
.content-box .inner .item:last-child {
    margin-bottom: 0;
}
.content-box .inner .item .item-title {
    height: 23px;
    border-radius: 12px;
    padding: 0 15px;
    background: #0020FE;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 23px;
    position: absolute;
    top: -17px;
}
.content-box .inner .item .item-title::before {
    content: "";
    width: 13px;
    height: 8px;
    background: url("../img/img72/corner_b.png") 100%/100% no-repeat;
    position: absolute;
    bottom: -7px;
    left: 50%;
}
.content-box .inner .item:nth-child(even) .item-title {
    background: #FF3454;
}
.content-box .inner .item:nth-child(even) .item-title::before {
    background: url("../img/img72/corner_r.png") 100%/100% no-repeat;
}
.content-box .inner .item .text {
    padding: 22px 37px 0;
    font-size: 12px;
    font-family: AlibabaPuHuiTiB;
    color: #000000;
    line-height: 17px;
    position: relative;
}
.content-box .inner .item .text::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background: #E4FFBF;
    border: 1px solid #062DFF;
    position: absolute;
    top: 27px;
    left: 18px;
}

.content-box .inner2 > div {
    width: 90.8%;
}
.content-box .inner2 .item {
    height: 70px;
    margin: 0 auto 5%;
    padding: 0 11px 0 23px;
    background: #FFFFFF;
    border: 1px solid #0020FE;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.content-box .inner2 .item:last-child {
    margin-bottom: 0;
}
.content-box .inner2 .item .item-tag {
    width: 17px;
    height: 17px;
    background: #FEFA7C;
    border-radius: 10px;
    border: 1px solid #0916FE;
    font-size: 10px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #000000;
    line-height: 17px;
    text-align: center;
    position: absolute;
    top: -5px;
    left: -5px;
}
.content-box .inner2 .item .left .name {
    height: 20px;
    padding-left: 19px;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    font-family: AlibabaPuHuiTiM;
    color: #000000;
    font-weight: bold;
    line-height: 20px;
    position: relative;
}
.content-box .inner2 .item .left .name::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/img72/user.png) 100%/100% no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}
.content-box .inner2 .item .left .name span {
    font-weight: bold;
    margin-right: 10px;
}
.content-box .inner2 .item .left .desc {
    height: 14px;
    margin-top: 5px;
    font-size: 10px;
    font-family: AlibabaPuHuiTiM;
    color: #000000;
    line-height: 14px;
}
.content-box .inner2 .item img {
    width: 52px;
    height: 59px;
}
.page-bottom {
    height: 60px;
    background: #0020FE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-bottom > div {
    width: auto;
    display: flex;
    align-items: center;
}
.page-bottom img {
    width: 84px;
    height: 21px;
}
.page-bottom .line {
    width: 1px;
    height: 15px;
    margin: 0 12px;
    background: #FFFFFF;
}
.page-bottom .text {
    font-size: 10px;
    font-family: AlibabaPuHuiTiR;
    color: #FFFFFF;
    line-height: 12px;
}

.company-info {
    padding: 0 20px 30px;
    font-size: 12px;
    line-height: 20px;
    background: #ff5a2a;
    color: #fff;
    display: none;
}

/* 吸底 */
.fixed {
    height: 60px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
}
.fixed .btn {
    width: 304px;
    height: 43px;
    background: #FF3454;
    border-radius: 26px;
    font-size: 24px;
    font-family: AlibabaPuHuiTiB;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
}

/* 验证码弹窗 */
.imgcodebox {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.imgcodebox .box {
    z-index: 1002;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px;
    width: 265px;
    height: 265px;
    background-color: #ffffff;
    border-radius: 5px;
}

.imgcodebox .box .imgdiv {
    width: 210px;
    height: 73px;
    background: #bbbbbb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.imgcodebox .box .imgdiv img {
    width: 100%;
    height: 100%;
}

.imgcodebox .box input {
    background: none;
    outline: none;
    border: 0;
    height: 60px;
    color: #333333;
    font-size: 17px;
}

.imgcodebox .box .line {
    width: 210px;
    height: 2px;
    background-color: #f5f5f5;
    border-radius: 0.5px;
}

.imgcodebox .box .sure {
    width: 210px;
    height: 40px;
    background-image: linear-gradient(90deg, #ff6633 0%, #ff9933 100%), linear-gradient(#cb2b1d, #cb2b1d);
    background-blend-mode: normal, normal;
    border-radius: 5px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    margin: 32px auto 0;
}

/* 领取成功弹窗 */
.success {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.success > div {
    position: relative;
}

.success .close {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: -30px;
}

.success .successbox {
    width: 333px;
    height: 455.5px;
    padding: 168px 83px 0;
    background: url("../../img/pop/bg_orange_0.png") 100%/100% no-repeat;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.success .successbox-1 {
    width: 333px;
    height: 455.5px;
    padding: 168px 83px 0;
    background: url("../../img/pop/bg_orange_1.png") 100%/100% no-repeat;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.success .successbox .evw {
    width: 144px;
    height: 144px;
    overflow: hidden;
}

.successbox .closebtn {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 5px;
    top: -39px;
}

.evw img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.return-btn {
    width: 218px;
    height: 44px;
    margin-top: 35px;
    background-image: linear-gradient(-2deg, #e8bc72 0%, #f2d5a1 50%, #fbeed1 100%),
    linear-gradient(#f1d897, #f1d897);
    background-blend-mode: normal, normal;
    box-shadow: -1px 4px 8px 0px rgba(212, 62, 50, 0.79);
    border: 1px solid #f7ca8a;
    border-radius: 22px;
}

.copytext a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-family: PingFangSC-Semibold;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #C00D05;
    text-shadow: 0px 1px 3px rgba(183, 124, 50, 0.63);
    text-align: center;
}

.successbox .copytext a {
    line-height: 44px;
}


/* 领取弹窗,挽留弹窗 */
.cl_pop_back_overlay .cl_pop_back_content {
    width: 347px;
    margin-top: -50px;
    background: url("../img/img72/leave.png") 100%/100% no-repeat;
    left: 47%;
}
.cl_pop_back_overlay .cl_pop_back_content .close{
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 162px;
    bottom: 0;
}
.cl_pop_back_overlay .cl_pop_back_content .pop_btn {
    width: 267px;
    height: 50px;
    margin: 350px 0 0 40px;
    background: #FF3454;
    border-radius: 25px;
	box-shadow: 0px 5px 5px 0px rgba(212, 80, 64, 0.22);
}
.cl_pop_back_overlay .cl_pop_back_content .pop_btn a {
    color: #ffffff;
    line-height: 50px;
	text-shadow: 0px 1px 1px rgba(255, 0, 0, 0.65)
}

/* 支付弹窗 */
.checkpay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 900;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.checkpay .checkpaybox {
    max-width: 450px;
    width: 100%;
    height: auto;
    bottom: -1px;
    padding: 20px 0;
}

.checkpay .checkpaybox .checkpaycnt {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.checkpay .checkpaybox .checkpaycnt .modelmsg {
    font-size: 15px;
    padding-left: 0;
    height: 25px;
}

.checkpay .checkpaybox .checkpaycnt .pay-item {
    position: relative;
    width: 100%;
    color: #333333;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #e5e5e5;
    padding: 4px 0;
}

.checkpay .checkpaybox .checkpaycnt .gopay {
    width: 100%;
    height: 50px;
    background-color: #ffaf23;
    border-radius: 7px;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .pay-icon.icon-wx {
    width: 20px;
    height: 18px;
    background-size: 100% 100%;
    margin-right: 10px;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .pay-icon.icon-zfb {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 10px;
}

.checkpay .checkpaybox .checkpaycnt .pay-item-selected .checkboxed {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 16px;
    right: 14px;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .checkbox {
    content: "";
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    position: absolute;
    top: 16px;
    right: 14px;
}

/* 侧边吸附按钮 */
.entry {
    width: 64px;
    position: fixed;
    top: 56%;
    right: 2px;
    z-index: 2;
    animation: shake 3s 0s infinite;
	-webkit-animation: shake 3s 0s infinite;
}

@keyframes shake {

    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    80% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    85% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    90% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    95% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes shake {

    0%,
    65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    80% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    85% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    90% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    95% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (min-width: 400px) {
    body {
        background: #5295af url("./../../img/bg3.png");
    }
}

.manifestoA {
    margin-top: -10px;
    color: #779db2;
}
.manifestoA .flexm{
    display: flex;
    align-items: center;
}