.display-none {
    display: none;
}

img {
    display: block;
}

input::-webkit-input-placeholder {
    color: #d2d2d2;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d2d2d2;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d2d2d2;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d2d2d2;
}

body {
    display: none;
}

.header, section, .footer {
    margin: 0 auto;
    width: 7.5rem;
}

.header {
    height: 6.35rem;
    background-color: #cc292a;
}

li {
    list-style: none;
}

.outer {
    height: 5.97rem;
    width: 7.13rem;
    position: relative;
    left: 0.19rem;
    top: 0.19rem;
}

.img li {
    position: absolute;
    top: 0;
    left: 0;
}

.img img {
    height: 5.97rem;
    width: 7.13rem;
}

.num {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0.2rem;
}

.num li {
    display: inline-block;
    border-radius: 50%;
    width: 0.14rem;
    height: 0.14rem;
    background-color: #767f98;
}

.outer:hover .btn {
    display: inline-block;
    cursor: pointer;
}

.current {
    background-color: #1a2a53 !important;
}

.section1 {
    height: 1.72rem;
    background-color: #1a2a53;
    position: relative;
}

.section1-left {
    width: 4.3rem;
    height: 1.72rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1-left>.left {
    font-family: Impact;
    font-size: 0.464rem;
    font-weight: bold;
    margin-top: 0.7rem;
    font-stretch: normal;
    line-height: 0.521rem;
    letter-spacing: 0.007rem;
    color: #fde38c;
}

.section1-left>.center {
    font-family: Impact;
    font-size: 1.358rem;
    font-weight: bold;
    font-stretch: normal;
    margin: 0 0.3rem 0 0.15rem;
    letter-spacing: 0.02rem;
    color: #fde38c;
    text-shadow: 0.027rem 0.013rem 0 rgba(9, 25, 66, 0.6);
}

.section1-left>.right>.top {
    font-family: PingFangSC-Regular;
    font-size: 0.272rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.004rem;
    color: #ffffff;
}

.section1-left>.right>.bottom {
    width: 1.94rem;
    height: 0.4rem;
    background-color: #ce2525;
    border-radius: 0.35rem;
    font-family: PingFangSC-Regular;
    font-size: 0.272rem;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 0.15rem;
    line-height: 0.4rem;
    letter-spacing: 0.004rem;
    text-align: center;
    color: #ffffff;
}

.section1-right {
    width: 3rem;
    height: 1.88rem;
    padding-left: 0.95rem;
    background: url("./../img/img8/1.png") no-repeat;
    background-size: 3.95rem 1.88rem;
    position: absolute;
    right: 0;
    bottom: -0.01rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section1-right>.top {
    font-family: PingFangSC-Medium;
    font-size: 0.313rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.521rem;
    letter-spacing: 0.031rem;
    color: #673c17;
    margin-bottom: 0.1rem;
}

.section1-right>.bottom {
    display: flex;
    align-items: flex-end;
}

.section1-right>.bottom>.item {
    width: 0.6rem;
    height: 0.8rem;
    background-color: #cc2625;
    border-radius: 0.1rem;
    font-family: PingFangSC-Medium;
    font-size: 0.741rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.8rem;
    color: #ffffff;
    margin: 0 0.03rem;
    text-align: center;
}

.section1-right>.bottom>.right {
    font-family: PingFangSC-Medium;
    font-size: 0.313rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.521rem;
    margin-left: 0.05rem;
    color: #673c17;
}

.section2 {
    padding: 0.61rem 0 0.63rem;
    background-color: #f8f8f8;
}

.section2-title {
    font-family: PingFangSC-Medium;
    font-size: 0.4rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.006rem;
    color: #1a2a53;
    display: flex;
    justify-content: center;
    margin-bottom: 0.42rem;
}

.section2-title>p {
    font-family: PingFangSC-Medium;
    font-size: 0.4rem;
    font-weight: bold;
    letter-spacing: 0.006rem;
    color: #cc2625;
}

input {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0.97rem;
    border: none;
    background-color: #ffffff;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #333;
    padding-left: 0.4rem;
    display: block;
    border: 0.02rem solid rgba(29, 29, 29, 0.2);
}

.phone-input {
    width: 6.12rem;
    margin: 0 auto;
}

.msgbox {
    width: 6.12rem;
    margin: 0.26rem auto 0.27rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.msgbox .msg-input {
    width: 3.8rem;
}

.msgbox>.fr {
    text-align: center;
    width: 2.2rem;
    height: 0.97rem;
    background-color: #dfa355;
    border-radius: 0.1rem;
    font-size: 0.237rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.97rem;
    color: #ffffff;
    text-align: center;
    font-family: PingFangSC-Semibold;
    letter-spacing: 0.008rem;
    color: #ffffff;
}

.btn {
    text-align: center;
    width: 6.12rem;
    height: 0.83rem;
    background-image: linear-gradient(43deg, #cc292a 0%, #d11933 100%), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0.1rem;
    font-family: PingFangSC-Semibold;
    font-size: 0.364rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.83rem;
    letter-spacing: 0.013rem;
    color: #ffffff;
    margin: 0 auto;
}

.login-text {
    margin-top: 0.29rem;
    font-family: PingFangSC-Medium;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0.027rem;
    color: #ff3c00;
    text-align: center;
}

.section3 {
    padding: 0.65rem 0;
    background-color: #cc292a;
}

.section3-title {
    width: 6.84rem;
    height: 0.71rem;
    background: url("./../img/img8/2.png") no-repeat left top;
    background-size: 4.99rem 0.42rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section3-title>.left {
    font-family: PingFangSC-Semibold;
    font-size: 0.497rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.007rem;
    color: #fce1b8;
}

.section3-title>.center {
    width: 0.35rem;
    height: 0.03rem;
    background-color: #fce1b8;
}

.section3-title>.right {
    font-family: Impact;
    font-size: 0.457rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.007rem;
    color: #fce1b8;
}

.section3-text {
    padding-left: 0.33rem;
    font-family: PingFangSC-Medium;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.017rem;
    color: #fce1b8;
    margin: 0.12rem auto 0.09rem;
}

.section3-item {
    width: 5.39rem;
    height: 1.9rem;
    background-color: #f8f8f8;
    border-radius: 0.1rem;
    padding-left: 1.11rem;
    margin: 0.38rem auto 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section3-item-left {
    width: 0.97rem;
    height: 1rem;
    background-color: #1a2a53;
    font-family: Impact;
    font-size: 0.496rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.9rem;
    /* line-height: 1rem; */
    letter-spacing: 0.007rem;
    color: #fce1b8;
    position: absolute;
    top: 0;
    left: -0.35rem;
    text-align: center;
}

.section3-item-left>p {
    font-family: Impact;
    font-size: 0.293rem;
    font-weight: bold;
    font-stretch: normal;
    width: 0.5rem;
    line-height: 0.3rem;
    color: #615f6b;
    position: absolute;
    right: 0;
    bottom: 0;
}

.section3-item>h2 {
    font-family: PingFangSC-Semibold;
    font-size: 0.38rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0.006rem;
    color: #1a2a53;
    margin-bottom: 0.12rem;
}

.section3-item>p {
    font-family: PingFangSC-Regular;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0.005rem;
    color: #333438;
}

.section4 {
    padding: 0.64rem 0 0.38rem;
    background-color: #f8f8f8;
}

.section4-title {
    width: 6.84rem;
    height: 0.71rem;
    background: url("./../img/img8/3-1.png") no-repeat left top;
    background-size: 2.44rem 0.42rem;
    margin: 0 auto 0.43rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section4-title>.left {
    font-family: PingFangSC-Semibold;
    font-size: 0.497rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.007rem;
    color: #1a2a53;
}

.section4-title>.center {
    width: 3.9rem;
    height: 0.03rem;
    background-color: #1a2a53;
}

.section4-title>.right {
    font-family: Impact;
    font-size: 0.457rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.007rem;
    color: #1a2a53;
}

.section4-content {
    width: 6.84rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section4-content-item {
    height: 3.73rem;
    width: 3.28rem;
    background-color: #c42627;
    box-shadow: 0.003rem 0.02rem 0.08rem 0 rgba(0, 19, 75, 0.1);
    border-radius: 0.2rem;
    margin-bottom: 0.27rem;
}

.section4-content-item>img {
    width: 3.28rem;
    height: 2.8rem;
}

.section4-content-item>div {
    height: 0.93rem;
    width: 3.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section4-content-item>div>p {
    font-family: PingFangSC-Semibold;
    font-size: 0.28rem;
    font-stretch: normal;
    line-height: 0.38rem;
    letter-spacing: 0.004rem;
    color: #ffffff;
    text-align: center;
}

.section5 {
    padding: 0.65rem 0;
    background-color: #1a2a53;
}

.section5-title {
    width: 6.84rem;
    height: 0.71rem;
    background: url("./../img/img8/3.png") no-repeat left top;
    background-size: 2.44rem 0.42rem;
    margin: 0 auto 0.46rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section5-title>.left {
    font-family: PingFangSC-Semibold;
    font-size: 0.497rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.007rem;
    color: #fce1b8;
}

.section5-title>.center {
    width: 3.8rem;
    height: 0.03rem;
    background-color: #fce1b8;
}

.section5-title>.right {
    font-family: Impact;
    font-size: 0.457rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.007rem;
    color: #fce1b8;
}

.section5-video {
    width: 6.84rem;
    height: 3.85rem;
    background-color: transparent;
    margin: 0 auto;
    position: relative;
}

.section5-video>.video {
    width: 6.8rem;
    height: 3.83rem;
    position: absolute;
    top: 0.01rem;
    left: 0.02rem;
    z-index: 2;
}

.video-bg {
    width: 6.84rem;
    height: 3.85rem;
    background: url("./../img/img8/9.png") no-repeat;
    background-size: 6.84rem 3.85rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-bg>img {
    width: 0.92rem;
    height: 0.92rem;
}

.section5-bottom {
    padding-left: 0.54rem;
    padding-top: 0.29rem;
}

.section5-bottom>div {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.15rem;
}

.section5-bottom>div>h2 {
    font-family: AlibabaPuHuiTiH;
    font-size: 0.4rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.42rem;
    letter-spacing: 0.006rem;
    color: #fce1b8;
}

.section5-bottom>div>p {
    font-family: AlibabaPuHuiTiR;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.005rem;
    color: #fce1b8;
    margin-left: 0.18rem;
}

.section5-bottom>p {
    font-family: Impact;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.48rem;
    letter-spacing: 0.005rem;
    color: #fce1b8;
}

.section5-bottom>p>span {
    font-family: PingFangSC-Medium;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 0.005rem;
    color: #ffb23c;
}

.section6 {
    padding: 0.64rem 0 1.97rem;
    background-color: #f8f8f8;
}

.section6-title {
    width: 6.84rem;
    height: 0.71rem;
    background: url("./../img/img8/4.png") no-repeat left top;
    background-size: 4.77rem 0.42rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section6-title>.left {
    font-family: PingFangSC-Semibold;
    font-size: 0.497rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.007rem;
    color: #1a2a53;
}

.section6-title>.center {
    width: 3rem;
    height: 0.03rem;
    background-color: #1a2a53;
}

.section6-title>.right {
    font-family: Impact;
    font-size: 0.457rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.007rem;
    color: #1a2a53;
}

.section6-centent {
    width: 6.16rem;
    margin: 0 auto;
    padding: 0.15rem 0 0.15rem 0.31rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
}

.section6-centent-item {
    height: 0.8rem;
    display: flex;
    align-items: center;
}

.section6-centent-item>img {
    width: 0.33rem;
    height: 0.33rem;
}

.section6-centent-item>p {
    font-family: PingFangSC-Medium;
    font-size: 0.338rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0.012rem;
    color: #2d2e44;
    margin-left: 0.22rem;
}

.section6-text {
    font-family: PingFangSC-Medium;
    font-size: 0.4rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0.006rem;
    color: #1a2a53;
    padding: 0.55rem 0 0.41rem 0.33rem;
}

.footer {
    height: 1.33rem;
    background-color: #1a2a53;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 15;
}

.footer-left {
    height: 1.33rem;
    width: 2.93rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-left>.left {
    font-family: Impact;
    font-size: 0.272rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.521rem;
    color: #fde38c;
    margin-top: 0.44rem;
}

.footer-left>.center {
    font-family: Impact;
    font-size: 0.915rem;
    font-weight: bold;
    font-stretch: normal;
    color: #fde38c;
    text-shadow: 0.027rem 0.013rem 0 rgba(9, 25, 66, 0.6);
    margin: 0 0.26rem 0 0.09rem;
}

.footer-left>.right>.top {
    font-family: PingFangSC-Medium;
    font-size: 0.272rem;
    font-weight: normal;
    font-stretch: normal;
    color: #fde38c;
}

.footer-left>.right>.bottom {
    margin-top: 0.1rem;
    width: 1.1rem;
    height: 0.38rem;
    background-color: #d11933;
    border-radius: 0.19rem;
    font-family: PingFangSC-Medium;
    font-size: 0.272rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0.004rem;
    color: #fde38c;
    text-align: center;
}

.footer-right {
    height: 1.33rem;
    width: 4.57rem;
    background-color: #d11933;
    border-radius: 0.6rem 0 0 0;
    display: flex;
}

.footer-right-left {
    width: 1.65rem;
    height: 1.33rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-right-left>img {
    width: 0.37rem;
    height: 0.44rem;
}

.footer-right-left>p {
    font-family: PingFangSC-Medium;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 0.06rem;
    letter-spacing: 0.005rem;
    color: #fde38c;
}

.footer-right-right {
    width: 2.92rem;
    height: 1.33rem;
    display: flex;
    align-items: center;
}

.footer-right-right>p {
    width: 0.7rem;
    height: 0.78rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    font-family: PingFangSC-Semibold;
    font-size: 0.49rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.78rem;
    text-align: center;
    color: #d11933;
}

.footer-right-right>span {
    font-family: PingFangSC-Medium;
    font-size: 0.42rem;
    font-weight: normal;
    font-stretch: normal;
    color: #fde38c;
    margin: 0 0.09rem;
}

.imgcodebox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    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: 0.55rem;
    width: 5.3rem;
    height: 5.5rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
}

.imgcodebox .box .imgdiv {
    width: 4.2rem;
    height: 1.46rem;
    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: 1.2rem;
    color: #333333;
    font-size: 0.34rem;
}

.imgcodebox .box .line {
    width: 4.2rem;
    height: 0.04rem;
    background-color: #f5f5f5;
    border-radius: 0.01rem;
}

.imgcodebox .box .sure {
    width: 4.2rem;
    height: 0.8rem;
    background-image: linear-gradient(43deg, #cc292a 0%, #d11933 100%), linear-gradient( #ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0.35rem;
    color: #ffffff;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.4rem;
    margin: 0.65rem auto 0;
}

.success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.success>div {
    width: 89%;
    height: 100%;
    margin: 0 auto;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.success .successbox {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-direction: column;
}

.success .successbox .top.sus.pop-second {
    display: none;
    font-size: 0.475rem;
}

.pop-second {
    display: none;
}

.success .successbox .center .pop-first, .success .successbox .center .pop-second {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.success .successbox .center .pop-second .p {
    margin-top: 0.14rem;
    width: 92%;
    display: flex;
    justify-content: space-between;
}

.success .successbox .center .pop-second .p span.left.wechat {
    transform: translateX(82%);
}

.success .successbox .center .pop-second .p span {
    display: none;
    border-radius: 0.4rem;
    font-family: PingFangSC-Semibold;
    font-size: 0.34rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.84rem;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    height: 0.84rem;
    line-height: 0.84rem;
}

.success .successbox .center .pop-second .p .left {
    width: 37.8%;
    height: 0.84rem;
    background-image: linear-gradient(99deg, #ee9798 0%, #d45959 100%), linear-gradient( #fdeae9, #fdeae9);
    background-blend-mode: normal, normal;
    box-shadow: 0 0.06rem 0.1rem 0 rgba(221, 110, 110, 0.3);
}

.success .successbox .center .pop-second .p .right {
    width: 58.8%;
    background-image: linear-gradient(90deg, #63d03d 0%, #56b735 100%), linear-gradient( #cc292a, #cc292a);
    background-blend-mode: normal, normal;
    box-shadow: 0 0.06rem 0.1rem 0 rgba(94, 197, 113, 0.3);
    margin: 0;
}

.success .closebtn {
    width: 0.7rem;
    height: 0.7rem;
    align-self: flex-end;
    border-radius: 50%;
    margin-bottom: 0.2rem;
}

.success .successbox .top {
    position: relative;
    bottom: -0.02rem;
    z-index: 10;
    width: 100%;
    height: 1.2rem;
    max-height: 1.2rem;
    background: url("./../img/top-bg.png") bottom no-repeat;
    background-size: 100% auto;
    font-family: PingFangSC-Medium;
    font-size: 0.58rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.03rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 0.15rem 0.15rem 0 0;
}

.success .successbox .center {
    padding: 0.4rem 0 0.2rem;
    background: #fff9ea;
    position: relative;
    z-index: 1;
    bottom: -0.02rem;
}

.success .successbox .bottom {
    position: relative;
    padding: 0.2rem 0 0.42rem;
    background: #fff;
    top: -0.02rem;
    z-index: 10;
    border-radius: 0 0 0.15rem 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.join-bg {
    width: 100%;
    position: relative;
    z-index: 1;
}

.tips-type {
    width: 100%;
    font-family: PingFangSC-Medium;
    font-size: 0.28rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0px;
    color: #1b2a53;
    text-align: center;
}

.tips-center {
    font-family: PingFangSC-Semibold;
    text-align: center;
    font-size: 0.255rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.382rem;
    letter-spacing: 0.013rem;
    color: #1b2a53;
    display: none;
}

.tips-bottom {
    font-family: PingFangSC-Semibold;
    font-size: 0.353rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.6rem;
    letter-spacing: 0.013rem;
    color: #208644;
    text-align: center;
}

.color-cc292a {
    color: #cc292a !important;
}

.success .successbox .evw {
    margin: 0.3rem auto;
    width: 2.55rem;
    height: 2.55rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    border: solid 0.06rem #cc292a;
    box-sizing: border-box;
    padding: 0.05rem;
}

.success .successbox .evw img {
    width: 2.33rem;
    height: 2.33rem;
    display: block;
    margin: 0 auto;
}

.copytext {
    width: 4.95rem;
    height: 0.83rem;
    background-image: linear-gradient(90deg, #5ec571 0%, #5fc571 100%), linear-gradient( #cc292a, #cc292a);
    background-blend-mode: normal, normal;
    box-shadow: 0 0.05rem 0.11rem 0 rgba(94, 197, 113, 0.3);
    border-radius: 0.415rem;
    margin: 0.29rem auto 0;
}

.copytext a {
    display: block;
    text-decoration: none;
    font-family: PingFangSC-Semibold;
    font-size: 0.35rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 0.83rem;
}

.success .successbox .bottom>img {
    margin-bottom: 0.3rem;
}

.success .successbox .bottom>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.success .successbox .bottom .bottom-img1 {
    width: 5.37rem;
}

.success .successbox .bottom .bottom-img2 {
    width: 3.09rem;
}

.success .successbox .bottom>div>p {
    text-align: center;
}

.success .successbox .bottom .bottom-div1 {
    width: 5.5rem;
}

.success .successbox .bottom .bottom-div2 {
    width: 3.25rem;
}

.success .successbox .bottom>div>p>b {
    font-family: PingFangSC-Regular;
    font-size: 0.22rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0;
    color: #070b15;
    display: block;
}

.success .successbox .bottom>div>p>span {
    font-family: PingFangSC-Regular;
    font-size: 0.22rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #6d6d6d;
    display: block;
}

.success .successbg1 .return, .success .successbg2 .sus, .success .successbox .center p, .success .successbox .bottom img, .success .successbox .bottom div {
    display: none;
}

@media screen and (max-width: 330px) {
    .success .closebtn {
        margin-bottom: 0;
    }
    .success>div {
        width: 92%;
    }
}


@media screen and (min-width: 980px) and (max-width: 1920px) {
    /*pc*/
    .success>div {
        transform: scale(0.38);
    }
    .success .closebtn {
        width: auto !important;
        height: auto !important;
    }
}
/* 新增国际区号 */
.country-wrapper .phone-input {
    padding-left: 1.9rem;
    margin: 0rem auto;
}

.country-wrapper {
    width: 6.12rem;
    height: 0.97rem;
    margin: 0rem auto 0.3rem;
}

.country-wrapper .country-box, .country-wrapper select {
    width: 1.26rem;
    height: 0.97rem;
}

.country-wrapper .country-box {
    padding-left: 0.4rem;
}

.country-wrapper .country-box b {
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-top: 0.12rem solid #9d9d9e;
}

.country-wrapper .country-box span {
    font-size: 0.22rem;
}

.country-wrapper .country-box i {
    margin-left: 0.12rem;
    width: 0.03rem;
    height: 0.4rem;
}