body {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 100%;
}
div,p,span,section,a{
    box-sizing: border-box;
}
.weui-toast {
    width: 75% !important;
}

body>section, .header, .footer {
    width: 100%;
    max-width: 450px;
    background-color: #ff7329;
}
body>div{
    width: 100%;
    max-width: 450px;
}
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: 72px;
}

.page-top, .page-content {
    font-size: 0;
    position: relative;
}

.page-top img, .page-content img, .page-content div {
    width: 100%;
}

.page-top .banner-bottom {
    height: 0;
    margin-top: -1px;
    padding-bottom: 27.33%;
    background-color: #fe7800;
}

/* 拼单列表 */
.collage {
    width: 89.2%;
    padding: 25px 5.4%;
    background-image: linear-gradient(90deg, #fcebdb 0%, #fcebdb 60%, #fcebdb 100%);
    position: relative;
}

.collage-top {
    width: 232px !important;
    height: 38px;
    text-align: center;
    font-family: SourceHanSansCN;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff7ef;
    background: url(../img/img4/title_bg.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: -4px;
}
.collage-top span{
    font-weight: bold;
}

.collage-bottom {
    height: 210px;
	background-color: #ffffff;
	box-shadow: 0px 5px 13px 0px 
		rgba(248, 194, 140, 0.3);
	border-radius: 5px;
	border: solid 5px #ffffff;
}

.collage-bottom-wrapper {
    width: 100%;
    position: relative;
    height: 140px;
    overflow: hidden;
}

.notice-list li {
    height: 70px;
}
.notice-list li:nth-child(2n) {
    background-color: #fbe7d3;
}
.collage-bottom #list-wrapper {
    height: 140px;
    width: 100%;
    position: relative;
    top: 0;
}

.collage-bottom>img {
    width: 84.5%;
    margin: -16px auto 0;
}

.collage-bottom .item {
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
}


.collage-bottom .item .avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.collage-bottom .item .name {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0.6px;
    color: rgba(83, 80, 75, 1);
}

.collage-bottom .item .msg {
    font-family: PingFangSC-Medium;
    font-size: 10.1px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: rgba(83, 80, 75, 1);
    flex-shrink: 0;
}

.collage-bottom .item .btn {
    width: 70px;
	height: 22px;
	background-image: linear-gradient(0deg, 
		#ff5a00 9%, 
		#f67f11 100%), 
	linear-gradient(
		#000000, 
		#000000);
	background-blend-mode: normal, 
		normal;
	border-radius: 11px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 1);
    flex-shrink: 0;
    text-align: center;
    border: none;
}
.collage-bottom .botbtn{
    background: url(../img/img4/btnbg.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 238px;
    height: 50px;
    line-height: 46px;
    padding-left: 67px;
    text-align: left;
    font-family: SourceHanSansCN;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fc6602;
    box-sizing: border-box;
    padding-top: 8px;
    margin-top: 5px;
}
.collage-bottom .botbtn span{
    color: #dc352e;
    font-weight: bold;
}

/* 页面主体 */
.page-content .patch {
    position: absolute;
    top: 0;
    left: 0;
}

.page-top .time {
    position: absolute;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4%;
}
.page-top .time .abs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.page-top .time .abs .l{
    width: 26.4%;
    text-align: center;
    position: relative;
}
.page-top .time .abs .l img{
    width: 24px;
    margin-right: 5px;
    display: inline-block;
}
.page-top .time .abs .l span{
    font-family: PingFangSC-Semibold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	color: #df4000;
    position: absolute;
    left: 67%;
    top: 57%;
}
.page-top .time .abs .r{
    flex: 1;
    text-align: center;
}
.page-top .time .abs .r .p1{
    font-family: PingFangHK-Semibold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: 2px;
	color: #df4000;
}
.page-top .time .abs .r .p2{
    margin-top: 12px;
    display: inline-block;
    padding: 0 15px;
	height: 23px;
	background-image: linear-gradient(0deg, 
		#db572f 0%, 
		#e78858 34%, 
		#ffe4a6 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
	border-radius: 11px;
    font-family: PingFangHK-Medium;
	font-size: 14px;
    line-height: 23px;
	letter-spacing: 1px;
	color: #fffdf3;
}
.content{
    width: 100%;
    margin: 0 auto;
    padding:0 4%;
    box-sizing: border-box;
}
.content1{
    padding-top: 40px;
    background-color: #f9ebdb;
}
.content1 .content-center{
    margin-top: 20px;
    background-color: #ffffff;
	box-shadow: 0px 0px 14px 0px 
		rgba(227, 227, 227, 0.71);
	border-radius: 5px;
    padding:30px;
    box-sizing: border-box;
    position: relative;
    z-index: 3
}
.content1 .content-center .item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.content1 .content-center .item:last-child{
    margin-bottom: 0;
}
.content1 .content-center .item img{
    width: 45px;
	margin-right: 14px;
}
.content1 .content-center .item .flex{
    flex: 1;
    height: 45px;
    background-image: linear-gradient(-48deg, 
        #ff7e53 0%, 
        #ff592a 46%, 
        #ff3300 100%), 
    linear-gradient(
        #df4000, 
        #df4000);
    background-blend-mode: normal, 
        normal;
    border-radius: 0px 5px 5px 5px;
    box-sizing: border-box;
    font-family: PingFangSC-Semibold;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
    padding:0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 1.3;
}
.content2{
    box-sizing: border-box;
    padding-top: 65px;
    padding-bottom: 40px;
    margin-top: -30px;
    background-image: linear-gradient(0deg, 
		#ff7200 0%, 
		#fb7909 25%, 
		#f67f11 50%, 
		#ffac54 100%), 
	linear-gradient(
		#e0632e, 
		#e0632e);
	background-blend-mode: normal, 
		normal;
}
.teacher-item{
    padding:20px;
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #ffffff;
	box-shadow: 0px 2px 5px 0px 
		rgba(224, 99, 46, 0.2);
	border-radius: 5px;
}
.teacher-item .top{
    display: flex;
    align-items: center;
    height: 140px;
    overflow: hidden;
}
.teacher-item .top .img{
    width: 140px;
    height: 140px;
    position: relative;
    margin-left: 5px;
}
.teacher-item .top .img img{
    width: 100%;
    position: absolute;
    top: 0;
}
.teacher-item .top .r{
    flex: 1;
    margin-left: 20px;
}
.teacher-item .top .r .p1{
    font-family: PingFangSC-Semibold;
	font-size: 24px;
	font-weight: bold;
	color: #6f3c26;
}
.teacher-item .top .r .p2 {
    margin-top: 12px;
	height: 20px;
    line-height: 20px;
    padding:0 12px;
	background-image: linear-gradient(-48deg, 
		#ff7e53 0%, 
		#ff592a 46%, 
		#ff3300 100%), 
	linear-gradient(
		#e0632e, 
		#e0632e);
	background-blend-mode: normal, 
		normal;
	border-radius: 10px 0px 10px 0px;
	/* border: solid 2px rgba(255, 255, 255, 0.2); */
    font-family: PingFangSC-Medium;
	font-size: 12px;
	color: #ffffff;
    display: inline-block;
}
.teacher-item .bottom{
    padding:10px 20px;
    box-sizing: border-box;
    background-color: #fdf3e8;
    border-radius: 5px;
    font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #6f3c26;
    line-height: 20px;
    position: relative;
}
.teacher-item .bottom::before{
    content: "";
    position: absolute;
    left: 20px;
    top: -6px;
    width:0;
    height:0;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    border-bottom:6px solid #fdf3e8;
}

.content3{
    padding-top: 40px;
    background-color: #f9ebdb;
}
.content3 .content-center{
    margin-top: 20px;
}
.content3 .item{
    padding:14px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 14px;
}
.content3 .item .top{
    display: flex;
    align-items: center;
}
.content3 .item .top img{
    width: 60px;
	height: 61px;
}
.content3 .item .top .text{
    flex: 1;
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.content3 .item .top  .p1{
    font-family: PingFangSC-Semibold;
	font-size: 18px;
	font-weight: bold;
	color: #6f3c26;
}
.content3 .item .top  .p2{
    font-family: PingFangSC-Semibold;
	font-size: 18px;
	font-weight: bold;
	color: #6f3c26;
    margin-top: 6px;
}
.content3 .item .bottom{
    padding:10px;
    box-sizing: border-box;
    font-family: PingFangSC-Medium;
	font-size: 12px;
	color: #f2681b;
    background-color: #fdf3e8;
    margin-top: 10px;
}
.ziliao-block{
    position: relative;
    z-index: 5;
    background-color: #ffffff;
	border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.ziliao-block .item{
    width: 33.33%;
    padding: 10px 6px;
    text-align: center;
    margin-bottom: 0;
}
.ziliao-block .item img{ 
    width: 80%;
    margin: 0 auto;
}
.ziliao-block .item p{ 
    font-family: PingFangSC-Semibold;
	font-size: 13px;
	font-weight: bold;
	color: #6f3c26;
    margin-top: 10px;
}
.imageblock{
    font-size: 0;
}
.imageblock img{
    width: 100%;
    margin-top: -1px;
}

/* 吸底 */
.fixed {
    width: 100%;
    height: 75px;
    background-image: linear-gradient(170deg, 
		#ffef3a 0%, 
		#fdee83 0%, 
		#fbedcc 0%, 
		#fde3a9 25%, 
		#ffd885 51%, 
		#f3cb7b 73%, 
		#e7be71 100%), 
	linear-gradient(
		#526bdb, 
		#526bdb);
	background-blend-mode: normal, 
		normal;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
}

.fixed-left {
    width: 38.5%;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.fixed-left>.left {
    font-family: PingFangSC-Semibold;
	font-size: 14px;
    color: #d84d28;
    vertical-align: top;
    position: absolute;
    top: 20px;
    left: 13px;
}

.fixed-left>.center {
    height: 41px;
    margin-right: 10px;
}

.fixed-left>.right>.top {
    font-family: PingFangSC-Medium;
    font-size: 13.6px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #d84d28;
}

.fixed-left>.right>.bottom {
    background-image: linear-gradient(0deg, 
		#db572f 0%, 
		#e78858 34%, 
		#ffe4a6 100%), 
	linear-gradient(
		#ff561e, 
		#ff561e);
	background-blend-mode: normal, 
		normal;
	border-radius: 10px;
    font-family: PingFangSC-Medium;
    font-size: 13.6px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #fff;
    text-align: center;
}

.fixed-right {
    width: 61.5%;
    background-image: linear-gradient(48deg, #ff1800 0%, #f94410 27%, #f36f20 49%, #ffcc66 100%), linear-gradient( #69c166, #69c166);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 2px 4px 0px 
		rgba(255, 102, 0, 0.4);
	border-radius: 30px 0px 0px 0px;
    padding: 13.5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-right-left {
    margin-right: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fixed-right-left>img {
    width: 18.5px;
    height: 22px;
}

.fixed-right-left>p {
    margin-top: 4px;
    font-family: PingFangSC-Medium;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(255, 254, 255, 1);
}

.fixed-right-right {
    border-radius: 30px 0px 0px 0px;
    display: flex;
    align-items: center;
}

.fixed-right-right>p {
    width: 35px;
    height: 39px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    font-family: PingFangSC-Semibold;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    color: #d84d28;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-right-right>span {
    font-family: PingFangSC-Medium;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    color: rgba(255, 255, 255, 1);
    margin: 0 4px;
}

/* 验证码弹窗 */
.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 .successbox {
    width: 333px;
    height: 455.5px;
    padding: 168px 83px 0;
    background: url("../../img/pop/bg_red_0.png") 100%/100% no-repeat;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.success .successbox-one {
    width: 333px;
    height: 455.5px;
    padding: 168px 83px 0;
    background: url("../../img/pop/bg_red_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;
    border: solid 2px #ffe6e2;
    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, 53, 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: #b52a28;
    text-shadow: 0px 1px 3px rgba(183, 124, 50, 0.63);
    text-align: center;
}

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

/* 挽留弹窗 */
.leave-window {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.leave-window .closebtn {
    width: 27px;
    height: 27px;
    align-self: flex-end;
    border-radius: 50%;
    margin-top: 28px;
}

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

.leave-window .box {
    width: 100%;
    height: 345px;
    background: url(./../img/img4/pop.png) 100%/100% no-repeat;
    overflow: hidden;
}

.leave-window .box p.button {
    width: 231px;
    height: 38px;
    margin: 280px auto 0;
    background-image: linear-gradient(0deg, 
		#ff1800 0%, 
		#f94410 27%, 
		#f36f20 49%, 
		#ffcc66 100%), 
	linear-gradient(
		#5aaf7d, 
		#5aaf7d);
    background-blend-mode: normal, normal;
    border-radius: 19px;
    box-shadow: 0px 5px 7px 0px rgba(255, 124, 0, 0.3);
    font-family: PingFangSC-Semibold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 5px 6px rgba(204, 0, 0, 0.3);
    text-align: center;
}

/* 侧边吸附按钮 */
.entry-block{
    width: 64px;
    position: fixed;
    top: 56%;
    right: 2px;
    z-index: 10;
}
.entry-block .entry {
    width: 64px;
    animation: shake 3s 0s infinite;
	-webkit-animation: shake 3s 0s infinite;
}
.entrybtn{
    width: 64px;
    margin-top: -11px;
    position: relative;
    z-index: 15;
}
@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: #ffa015 url("./../../img/bg3.png");
    }
}

.manifestoA {
    margin-top:-5px
}
.manifestoA .flexm{
    display: flex;
    align-items: center;
    padding-top: 0;
}
.manifestoA span {
    color: #57a1ef;
    padding-top: 0;
}

/* 支付弹窗 */
.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 {
    height: auto;
    background-color: transparent;
    bottom: 0;
}

.checkpaybox-top {
    width: 100%;
    height: 42px;
    border-radius: 15px 15px 0px 0px;
    background-image: linear-gradient(0deg, 
		#f67f11 0%, 
		#ffc600 100%), 
	linear-gradient(
		#db4323, 
		#db4323);
	background-blend-mode: normal, normal;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: -1px;
}

.checkpaybox-top .left {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.7px;
    margin-right: 5px;
    color: #ffdbb0;
}

.checkpaybox-top .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkpaybox-top .right b {
    width: 20px;
    height: 25px;
    background-color: #ab4b16;
	box-shadow: 0px 1px 2px 0px rgba(234, 81, 40, 0.6);
	border-radius: 5px;
    font-family: PingFangSC-Semibold;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.8px;
    margin-right: 1px;
    color: #fffefd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkpaybox-top .right i {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    letter-spacing: 1px;
	color: #fffefd;
    line-height: 15.6px;
    padding: 0 2px;
}

.checkpaybox-close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 11px;
    top: 7px;
}

.class-des {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(30, 25, 21, 0.1);
    padding: 22px 0 15px;
}

.class-des-left {
    width: 22.8%;
}

.class-des-center {
    width: 64%;
    display: flex;
    flex-direction: column;
}

.class-des-center .top {
    width: 120%;
    height: 16px;
    margin-bottom: 4px;
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #e73323;
}

.class-des-center .center {
    font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1e1915;
    margin: 5px 0 7px;
}

.class-des-center .bottom {
    font-family: PingFangSC-Medium;
    font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 1px;
	color: #1e1915;
	opacity: 0.7;
}

.class-des-right {
    width: 8%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    align-self: flex-end;
}

.class-des-right del {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15.6px;
    letter-spacing: 0.5px;
    color: #c6361d;
    margin-top: 2px;
    margin-bottom: 36px;
}

.checkpaycnt-total {
    width: 100%;
    margin: 15px auto 18px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.checkpaycnt-total-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: -o-max-content;
    width: -moz-max-content;
    width: max-content;
    /* width: 120px; */
	height: 18px;
	background-image: linear-gradient(0deg, 
		#ff5a00 9%, 
		#f67f11 100%), 
	linear-gradient(
		#1d1915, 
		#1d1915);
	background-blend-mode: normal, 
		normal;
	border-radius: 9px;
    padding: 0 6px;
    margin-right: 10px;
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333;
}

.checkpaycnt-total-left img {
    height: 13.5px;
    margin-right: 6px;
}

.checkpaycnt-total-left span {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: rgba(255, 254, 253, 1);
}

.checkpaycnt-total-right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.checkpaycnt-total-right b {
    font-family: PingFangSC-Semibold;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fe0000;
}

.checkpaycnt-total-right i {
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    margin-bottom: 3px;
    letter-spacing: 0.6px;
    color: rgba(30, 25, 21, 1);
}

.class-des-right span {
    font-family: PingFangSC-Medium;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15.6px;
    letter-spacing: 0.4px;
    color: rgba(30, 25, 21, 1);
    opacity: 0.7;
}

.checkpay .checkpaybox .checkpaycnt {
    width: 88.6%;
    padding: 0 5.7% 22px;
    height: auto !important;
    background-color: rgba(255, 254, 253, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto !important;
    box-sizing: content-box;
}

.checkpay .checkpaybox .checkpaycnt .pay-type {
    width: 74.6%;
    margin: 7px auto 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkpay .checkpaybox .checkpaycnt .pay-item {
    border: none;
    width: 50%;
    height: 18px;
    line-height: 18px;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: rgba(30, 25, 21, 1);
}

.checkpay .checkpaybox .checkpaycnt .pay-item .alipay-wrap {
    border: none;
    line-height: 18px;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: rgba(30, 25, 21, 1);
}

.checkpay .checkpaybox .checkpaycnt .pay-item:nth-child(2) .alipay-wrap {
    justify-content: flex-end;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .pay-icon.icon-wx {
    width: 14px;
    height: 14px;
    margin: 0 8px 0 9px;
    background: url("./../../img/icon-pay-wx1.png") no-repeat;
    background-size: contain;
    border-radius: 0;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .alipay-wrap .icon-zfb {
    width: 14px;
    height: 14px;
    margin: 0 8px 0 9px;
    background: url("./../../img/icon-pay-zfb1.png") no-repeat;
    background-size: contain;
    border-radius: 0;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .checkbox {
    position: relative;
    width: 11px;
    height: 11px;
    background: url("./../../img/icon-noselected1.png") no-repeat;
    background-size: 11px 11px;
    border-radius: 50%;
    border: none;
    top: 0;
    right: 0;
    left: 0;
}

.checkpay .checkpaybox .checkpaycnt .modelmsg {
    padding-left: 0;
    height: 15px;
    font-family: PingFangSC-Semibold;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0.4px;
    color: rgba(30, 25, 21, 1);
    text-align: center;
}

.checkpay .checkpaybox .checkpaycnt .pay-item-selected .checkboxed {
    position: relative;
    width: 11px;
    height: 11px;
    background: url("./../../img/icon-selected1.png") no-repeat;
    background-size: 11px 11px;
    border-radius: 50%;
    border: none;
    top: 0;
    right: 0;
    left: 0;
}

.checkpay .checkpaybox .checkpaycnt .gopay {
    width: 84.2%;
    height: 46px;
    text-align: center;
    background-color: #ed5035;
	box-shadow: 0px 6px 10px 0px 
		rgba(215, 99, 74, 0.57), 
		inset 0px -4px 3px 0px 
		#c5311d;
	border-radius: 25px;
    border-radius: 24.8px;
    font-family: PingFangSC-Semibold;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 46px;
    color: rgba(255, 255, 255, 1);
    margin: 0 auto;
}

.checkpaycnt-title {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 17px;
    text-align: center;
}

.checkpaycnt-title>span {
    font-weight: bold;
    color: #ba372f;
}

.checkpaycnt .phone, .checkpaycnt .msg-input {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding-left: 15px;
    display: block;
    height: 42px;
    font-family: PingFangSC-Regular;
    font-size: 14.4px;
    letter-spacing: 0.5px;
    background-color: #f8f8f8;
	border-radius: 5px;
	border: solid 1px #dbd8d8;
    color: #333;
}

.checkpaycnt .phone {
    width: 100%;
    /* padding-left: 100px; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.country-wrapper {
    width: 89.2%;
    height: 42px;
    margin-bottom: 15px;
}

.country-wrapper .country-box, .country-wrapper select {
    width: 69px;
    height: 42px;
}

.country-wrapper .country-box span {
    color: rgba(0, 0, 0, 1);
}

.country-wrapper .country-box b {
    border-top: 6px solid rgba(0, 0, 0, 1);
}

.checkpaycnt .msgbox {
    width: 89.2%;
    margin: 0 auto 15px;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    display: none;
}

.checkpaycnt .msg-input {
    width: 55.8%;
}

.checkpaycnt .msg-btn {
    width: 39%;
    height: 42px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0.4px;
    font-family: PingFangSC-Semibold;
    color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(0deg, 
		#dc352e 9%, 
		#ff6e3d 100%), 
	linear-gradient(
		#000000, 
		#000000);
    background-blend-mode: normal, normal;
    display: flex;
    justify-content: center;
    align-items: center;
}