html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "Source Han Sans SC", "HanHei SC", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 寰蒋闆呴粦, Arial, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    min-width: 1200px;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

* {
    font-family: "microsoft yahei";
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both
}

.w {
    width: 1400px;
    margin: 0 auto;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-14 {
    font-size: 14px;
}

.text-12 {
    font-size: 12px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.hidden {
    display: none !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.center-block {
    display: block;
    margin: 0 auto;
}

.min-w {
    min-width: 1200px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marT32 {
    margin-top: 32px;
}

.marT20 {
    margin-top: 20px;
}

.marB20 {
    margin-bottom: 20px;
}

.text-white {
    color: #FFFFFF !important;
}

.mar200 {
    margin: 0 200px;
}

body {
    position: relative;
    background: #fff;
}

.navbar {
    height: 72px;
    /*background: #fff;*/
    position: relative;
    z-index: 2;
}

.navbar .logo {
    height: 72px;
    line-height: 0;
}

.navbar .logo img {
    height: 72px;
    /* line-height: 72px; */
    /*margin-top: 16px;*/
    /*margin-left: 14.5px;*/
}

.navbar .pull-left b {
    line-height: 72px;
    margin-left: 48px;
    color: #17253E;
    font-size: 16px;
}

.navbar form {
    position: relative;
    margin-right: 30px;
    height: 44px;
    box-sizing: border-box;
    margin-top: 13px;
    border: 1px solid #EAEAEA;
    background: #F5F5F5;
    overflow: hidden;
    border-radius: 25px;
    float:left;
    width: 190px;
}

.navbar form img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.navbar form input {
    color: #333;
    font-size: 14px;
    height: 100%;
    background: #F5F5F5;
    padding-left: 45px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;
}

.navbar .pull-right button {
    float: right;
    width: 68px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 16px;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: 32px;
    background: #2E6DFF;
}

.navbar .pull-right p {
    float: right;
    line-height: 72px;
    font-size: 14px;
    display: flex;
    color: #17253E;
}

.navbar .pull-right p a {
    float: none;
    margin-left: 16px;
    margin-top: 0;
}

.navbar .pull-right a {
    color: #8B929E;
    cursor: pointer;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 35px;
    float: right;
    position: relative;
    font-size: 12px;
}

.navbar .pull-right a img {
    height: 24px;
    display: block;
}

.navbar .pull-right a span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    color: #fff;
    background: #38b6ff;
    top: -5px;
    right: -10px;
    border: 1px solid #38b6ff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.navbar .pull-right .userBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: right;
    margin-top: 16px;
}

.section4 .w {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section4 .item {
    cursor: pointer;
    text-align: center;
    position: relative;
    border-radius: 4px;
    margin: 16px 21px;
}

.section4 .item .img {
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.section4 .item .img img {
    width: 100%;
}

.section4 .item h4 {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #17253E;
    padding-top: 16px;
    padding-bottom: 6px;
}

.section4 .item h4 small, .section4 .item p small {
    float: right;
    font-size: 14px;
    color: #8B929E;
    font-weight: 400;
}

.section4 .item p {
    font-size: 14px;
    text-align: left;
    color: #8B929E;
    padding-top: 8px;
}

.fiximg {
    height: 470px;
    background: url(../images/fix1.png) no-repeat center;
    background-size: auto 100%;
}

.tip {
    background: #f5f5f5;
    margin-top: 16px;
    margin-bottom: 24px;
    position: relative;
    box-shadow: 0px 2px 10px 10px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    padding: 10px 20px;
}

.tip img {
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    right: 32px;
    top: 18px;
}

.tip p {
    position: relative;
    padding: 10px 0;
    color: #44484f;
    font-size: 14px;
}

.tip article {
    height: 34px;
    overflow: hidden;
}

.tip article.active {
    height: auto;
    overflow: hidden;
}

footer {
    /*background: #fff;*/
}

footer > p {
    font-size: 12px;
    color: #44484f;
    text-align: center;
    padding: 40px 0;
    line-height: 22px;
}

.order {
    margin: 40px auto 65px;
    background: #fff;
    min-height: 600px;
}

.order .none {
    text-align: center;
    margin-top: 200px;
}

.order .none img {
    height: 160px;
}

.order .none p {
    margin-top: 10px;
    font-size: 12px;
    color: #8B929E;
}

.order header {
    padding: 0 32px;
}

.order header a {
    display: inline-block;
    margin-right: 32px;
    padding: 16px 0;
    font-size: 16px;
    color: #17253E;
}

.order header a.on {
    border-bottom: 2px solid #2E6DFF;
}

.order-list {
}

.order-list .head {
    display: flex;
    line-height: 50px;
    font-size: 14px;
    color: #17253E;
}

.order-list .head div {
    flex: 2;
    padding-left: 32px;
}

.order-list .head span {
    flex: 1;
}

.order-list .item {
    border-bottom: 1px solid #D8D8D8;
}

.order-list .item .status {
    padding: 0 32px;
    background: #F7F9FA;
}

.order-list .item .status1 {
    background: rgba(253, 90, 56, 0.1);
}

.order-list .item .status h4 {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0 4px;
    color: #17253E;
}

.order-list .item .status p {
    font-size: 12px;
    line-height: 24px;
    color: #8B929E;
    padding: 0 0 12px 0;
}

.order-list .item .status p span {
    float: right;
}

.order-list .item .status p b {
    color: #17253E;
    font-size: 24px;
    font-weight: bold;
}

.order-list .item .status1 h4 {
    color: #FD5A38;
}

.order-list .item .status1 p b {
    color: #FD5A38;
}

.order-list .item ul li {
    display: flex;
    padding: 16px 0;
    font-size: 14px;
    color: #17253E;
}

.order-list .item ul li > div {
    flex: 2;
    line-height: 24px;
    padding-left: 32px;
    display: flex;
    align-items: center;
}

.order-list .item ul li > span {
    flex: 1;
    line-height: 80px;
}

.order-list .item ul li img {
    width: 80px;
    height: 80px;
    margin-right: 16px;
}

.order-list .item ul li button {
    width: 96px;
    cursor: pointer;
    height: 32px;
    border-radius: 2px;
    background: none;
    border: 1px solid #E7E9EB;
    font-size: 14px;
    color: #17253E;
}

.shadow {
    background: rgba(0, 0, 0, 0.56);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.shadow-gift {
    background: rgba(0, 0, 0, 0.56);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    backdrop-filter: blur(4px);
}

.giftShow {
    width: 309px;
    /*height: 601px;*/
    /* background: #fff; */
     position: fixed;
    z-index: 10;
    bottom: 20%;
    left: 50%;
    box-sizing: border-box;
    border-radius: 16px;
     margin-left: -160px;
    /*position: fixed;*/
    /*top: 10px;*/
    /*left: 10px;*/
}

.giftShow .close {
    position: absolute;
    cursor: pointer;
    height: 25px;
    right: -25px;
    top: -18px;
    z-index: 100;
}

.giftShow .pull-left {
    height: 670px;
    overflow: hidden;
    width: 309px;
    border-radius: 16px;
}

.giftShow .pull-left img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.giftShow .pull-right {
    width: 274px;
    padding: 20px;
    position: relative;
    height: 631px;
    background: #f5f3f3c2;
    border-radius: 16px;
}

.giftShow .pull-right button {
    height: 45px;
    cursor: pointer;
    margin-top: 27px;
    border: none;
    display: block;
    background: #1A5EFF;
    outline: none;
    color: #fff;
    font-size: 14px;
    width: 271px;
    position: absolute;
    bottom: 35px;
    border-radius: 16px;
}

.giftShow .pull-right h2 {
    font-size: 20px;
    color: #16181A;
    padding: 0 0 14px;
    display: flex;
    align-items: center;
}

.giftShow .pull-right h2 span {
    height: 20px;
    margin-left: 10px;
    padding: 0 8px;
    background: linear-gradient(270deg, #FFAD1F 0%, #FF881F 100%);
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}

.giftShow .pull-right h6 {
    font-size: 12px;
    color: #1C1F23;
    line-height: 24px;
}

.giftShow .pull-right > h4 {
    font-size: 14px;
    color: rgba(30, 32, 35, 0.45);
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
}

.giftShow .pull-right h4 b {
    font-size: 20px;
    font-weight: bold;
    color: #38b6ff;
    margin-left: auto;
}

.giftShow .pull-right h6 span {
    display: inline-block;
    color: rgba(30, 32, 35, 0.45);
    width: 60px;
}

.giftShow .pull-right .warn {
    margin-top: 0px;
}

.giftShow .pull-right .warn.yellow {
    border: 1px solid #FFEACC;
    color: #FF9500;
    background: #FFF2E0;
}

.giftShow .pull-right .warn.red {
    border: 1px solid #FF1940;
    color: #FF1940;
    background: rgba(255, 25, 64, 0.1);
}

.giftShow .pull-right .warn p {
    font-size: 12px;
    position: relative;
    color: rgba(30, 32, 35, 0.45);
    line-height: 24px;
}

.giftShow .pull-right .warn.yellow p:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    display: block;
    widtsh: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FF8C19;
}

.giftShow .pull-right .warn.red p:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FF1940;
}

.giftShow .pull-right .warn h4 {
    font-size: 12px;
    color: #FD8320;
    line-height: 26px;
}

.giftShow .pull-right .step {
    font-size: 12px;
    overflow: hidden;
    color: #000000;
    height: 300px;
    margin-bottom: 0px;
    /*overflow-y: scroll;*/
}

.giftShow .pull-right .step h4 {
    margin-top: 14px;
    margin-bottom: 0px;
}

.giftShow .pull-right .step h3 {
    color: #1E2023;
    font-size: 12px;
    padding: 12px 0;
}

.giftShow .pull-right .step h3 span {
    margin-right: 8px;
    font-weight: bold;
}

.giftShow .pull-right .step p {
    font-size: 12px;
    color: rgba(30, 32, 35, 0.45);
    border-left: 1px solid rgba(30, 32, 35, 0.45);
    padding-left: 18px;
    margin-left: 9px;
    line-height: 20px;
}

.section4 .item > span {
    position: absolute;
    left: 0px;
    top: -14px;
    color: #38b6ff;
    background: #efefef;
    border-radius: 50px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
}

.paginations {
    padding: 40px 0;
    text-align: center;
}

.paginations a {
    display: inline-block;
    cursor: pointer;
    height: 32px;
    margin: 0 3px;
    border-radius: 4px;
    padding: 0 10px;
    min-width: 32px;
    text-align: center;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 14px;
    color: #17253E;
    background: #F5F5F5;
    border: 1px solid #EAEAEA;
}

.paginations a.on {
    color: #1A5EFF;
    background: #fff;
    border: 1px solid #1A5EFF;
}

.paginations a:hover {
    color: #1A5EFF;
    border: 1px solid #1A5EFF;
}

.gifts .item h3 {
    color: #FD5A38;
    font-weight: bold;
    font-size: 14px;
    padding-top: 16px;
}

.section4 .item > big {
    position: absolute;
    width: 114px;
    text-align: center;
    left: 50%;
    margin-left: -57px;
    top: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px 0px 4px 4px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.section4 .item .days {
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
}

.section4 .item .days i {
    margin-right: 4px;
    float: right;
    display: block;
    text-align: center;
    line-height: 20px;
    width: 40px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 0px 0px 4px 4px;
}

.section4 .item .days i.new {
    background: linear-gradient(270deg, #FFB95A 0%, #FF732E 100%);
}

.section4 .item .days i.day {
    background: linear-gradient(270deg, #FF5A8C 0%, #FF2E53 100%);
}

.addSuccess {
    width: 306px;
    height: 96px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    justify-content: center;
    position: fixed;
    z-index: 10;
    margin-left: -153px;
    margin-top: -48px;
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
}

.addSuccess img {
    height: 48px;
    width: 48px;
    margin-right: 16px;
}

.orderBox {
    width: 650px;
    left: 56%;
    padding-bottom: 83px;
    background: #EFEFEF;
    margin-left: -444px;
    top: 50%;
    margin-top: -334px;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    box-sizing: border-box;
}

.orderBox header {
    font-size: 18px;
    background: #fff;
    color: #16181A;
    padding: 0 22px;
    line-height: 50px;
}

.orderBox header img {
    float: right;
    margin-top: 14px;
    margin-right: -1px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.orderBox .footer {
    position: absolute;
    font-size: 12px;
    background: #fff;
    color: #16181A;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 24px;
    left: 0;
    bottom: 0;
}

.orderBox .list {
    padding: 0 30px;
    max-height: 510px;
    overflow-y: scroll;
}

.orderBox .list .title {
    display: flex;
    height: 38px;
    background: #fff;
    margin-top: 10px;
    line-height: 38px;
    color: #44484f;
    font-size: 14px;
}

.orderBox .list .title span {
    flex: 1;
    text-align: center;
}
.orderBox .list .title span:nth-child(1){
    flex: 0.6;
}


.orderBox .list ul {
    list-style: none;
    min-height: 150px;
}

.orderBox .list ul li {
    margin-top: 6px;
    align-items: center;
    color: #16181A;
    font-size: 14px;
    background: #fff;
    padding: 5px 0;
    display: flex;
}

.orderBox .list ul li span {
    flex: 1;
    text-align: center;
}

.orderBox .list ul li span:nth-child(1){
    flex: 0.6;
}

.orderBox .list ul li span:nth-child(2) img, .orderBox .list ul li span:nth-child(1) img {
    width: 66px;
    height: 66px;
    border-radius: 4px;
}

.orderBox .list ul li input {
    background: none;
    width: 0px;
    height: 12px;
    visibility: hidden;
}

.orderBox .list ul li label {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    border: 1px solid #BBB9B9;
    /*border-radius: 11px;*/
    box-sizing: border-box;
}

.orderBox .list ul li input:checked + label::before {
    background: url(../images/icon45.png) no-repeat center;
    background-size: 100% 100%;
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    /*border-radius: 50%;*/
    left: 0px;
    top: 0px;
}

.orderBox .list ul li span:nth-last-child(1) img {
    width: 14px;
    cursor: pointer;
}

.orderBox .footer button {
    float: right;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    width: 102px;
    height: 40px;
    background: #1A5EFF;
}

.orderBox .footer > div {
    float: left;
    line-height: 44px;
}

.orderBox .footer .deleteBtn {
    padding: 0 32px 0 16px;
}

.orderBox .footer .sumBtn span {
    color: #1A5EFF;
}

.orderBox .footer .allBtn {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.orderBox .footer .allBtn label {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    border: 1px solid #BBB9B9;
    /*border-radius: 7px;*/
    box-sizing: border-box;
}

.orderBox .footer .allBtn input {
    background: none;
    width: 0px;
    height: 12px;
    visibility: hidden;
}

.orderBox .footer .allBtn input:checked + label::before {
    background: url(../images/icon45.png) no-repeat center;
    background-size: 100% 100%;
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    /*border-radius: 50%;*/
    left: 0px;
    top: 0px;
}

.orderBox .footer .back {
    margin-right: 12px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.orderBox .info {
    padding: 8px 24px;
    color: #44484f;
}

.orderBox .info .clearfix {
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.orderBox .info .pull-left {
    padding: 24px 0 0 24px;
}

.orderBox .info .pull-left h4 {
    font-size: 14px;
    margin-bottom: 20px;
}

.orderBox .info .pull-left h4 small {
    font-size: 13px;
    padding-left: 30px;
    color: red;
}

.orderBox .info .pull-left h4 a {
    color: rgba(255, 255, 255, 0.6);
}

.orderBox .info .pull-right {
    padding: 24px 24px 12px 0;
}

.orderBox .info .pull-right p {
    color: #44484f;
    font-size: 14px;
    margin-bottom: 12px;
}

.orderBox .info .pull-right p span {
    color: red;
}

.orderBox .info .pull-right p big {
    font-size: 20px;
    color: red;
}

.confirmorder .list {
    max-height: 380px;
}

.login {
    width: 360px;
    background: #fff;
    padding: 40px 46px 40px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -226px;
    position: fixed;
    z-index: 10;
    left: 50%;
    margin-left: -186px;
}

.login header {
    font-size: 22px;
    color: #16181A;
    text-align: center;
    margin-bottom: 24px;
}

.login .closeBtn {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.login .item {
    width: 100%;
    height: 46px;
    position: relative;
    border-radius: 23px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 23px;
    border: 1px solid #DBDDE1;
}

.login button {
    color: #fff;
    display: block;
    font-size: 16px;
    border: none;
    outline: none;
    width: 100%;
    height: 46px;
    background: #1A5EFF;
    border-radius: 23px;
}

.login input {
    /*width: calc(100% - 90px);*/
    width: 94%;
    height: 44px;
    border: none;
    box-sizing: border-box;
    outline: none;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 4px;
    margin-left: 9px;
}

.login p {
    color: #1A5EFF;
    font-size: 14px;
    padding: 10px 0 23px;
    text-align: center;
}

.register, .reset-pwd{
    width: 360px;
    background: #fff;
    padding: 40px 46px 40px;
    box-sizing: border-box;
    top: 50%;
    margin-top: -226px;
    position: fixed;
    z-index: 10;
    left: 50%;
    margin-left: -186px;
}

.register header ,.reset-pwd header{
    font-size: 22px;
    color: #16181A;
    text-align: center;
    margin-bottom: 24px;
}

.register .closeBtn, .reset-pwd .closeBtn{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.register .item, .reset-pwd .item{
    width: 100%;
    height: 46px;
    position: relative;
    border-radius: 23px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 23px;
    border: 1px solid #DBDDE1;
}

.register button, .reset-pwd button{
    color: #fff;
    display: block;
    font-size: 16px;
    border: none;
    outline: none;
    width: 100%;
    height: 46px;
    background: #1A5EFF;
    border-radius: 23px;
}

.register input, .reset-pwd input{
    /*width: calc(100% - 90px);*/
    width: 94%;
    height: 44px;
    border: none;
    box-sizing: border-box;
    outline: none;
    padding-left: 20px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 4px;
    margin-left: 9px;
}

.register p, .reset-pwd p{
    color: #1A5EFF;
    font-size: 14px;
    padding: 10px 0 23px;
    text-align: center;
}

.register .code a, .reset-pwd .code a{
    position: absolute;
    display: block;
    cursor: pointer;
    width: 100px;
    height: 46px;
    top: 0;
    right: 0;
    color: #1A5EFF;
    box-sizing: border-box;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
}

.checkoutSuccess {
    width: 630px;
    padding-bottom: 20px;
    left: 50%;
    background: #EFEFEF;
    margin-left: -315px;
    top: 50%;
    margin-top: -334px;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    border-radius: 20px;
    box-sizing: border-box;
}

.checkoutSuccess header {
    font-size: 20px;
    background: #fff;
    color: #fff;
    height: 66px;
    padding: 0 20px;
    line-height: 66px;
}

.checkoutSuccess header img {
    float: right;
    margin-top: 21px;
    width: 24px;
    cursor: pointer;
}

.checkoutSuccess .btns {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111127;
}

.checkoutSuccess .btns button {
    width: 220px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #1A5EFF;
    height: 44px;
    background: #1A5EFF;
    border-radius: 4px;
}

.checkoutSuccess .box {
    padding: 24px;
}

.checkoutSuccess .box h2 {
    color: #00EA9C;
    padding: 12px 0 24px;
    text-align: center;
    font-size: 24px;
}

.checkoutSuccess .box h6 {
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.checkoutSuccess .box p {
    font-size: 14px;
    color: #fff;
}

.checkoutSuccess .types .head {
    margin: 16px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkoutSuccess .types .head div {
    width: 126px;
    height: 48px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.checkoutSuccess .types .head div img {
    width: 100%;
}

.checkoutSuccess .types .head div.on {
    border: 1px solid #1A5EFF;
}

.checkoutSuccess .types .content {
    text-align: center;
    padding: 24px;
    background: #F5F5F5;
}

.checkoutSuccess .types .content img {
    width: 120px;
    height: 120px;
}

.checkoutSuccess .types .content p {
    font-size: 14px;
    color: #16181A;
    padding-top: 12px
}

.checkoutSuccess article {
    font-size: 14px;
    color: #16181A;
    text-align: left;
    padding-left: 80px
}

.checkoutSuccess article div {
    padding: 12px 0
}

.checkoutSuccess article span {
    padding-right: 24px
}

.checkoutSuccess h4 {
    color: #16181A;
    font-size: 14px;
}

.checkoutSuccess h4 small {
    font-size: 11px;
    color: rgba(30, 32, 35, 0.45);
}

.checkoutSuccess .box {
    background: #fff;
    box-sizing: border-box;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
    padding: 25px 20px;
    border-radius: 8px;
}

.checkoutSuccess h3 {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    font-size: 20px;
    color: #16181A;
}

.checkoutSuccess h3 img {
    width: 46px;
    height: 46px;
    margin-right: 10px;
}

.checkoutSuccess .box > p {
    font-size: 14px;
    color: rgba(30, 32, 35, 0.45);
    line-height: 24px;
}

.checkoutSuccess .box > p span {
    display: inline-block;
    width: 70px;
}

.checkoutSuccess .box > p a {
    color: #EA9A00;
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
}

.x_no {
    top: 20px;
    left: 20px;
    position: absolute;
    color: #8b929e;
    font-size: 11px;
}

.tagx p {
    height: 20px;
}

/*.tagx p label {*/
/*    color: #17253e;*/
/*    padding-right: 18px;*/
/*}*/

.tagx p span, .tagx p label {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    height: 30px;
    float: left;
    line-height: 30px;
}

.tagx p .on {
    color: #fff;
    background: #38b6ff;
    border-radius: 16px;
}

.nav {
    float: left;
}

.nav ul {
    margin-top: 20px
}

.nav ul li {
    float: left;
    color: #8B929E;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.alert-contact {
    width: 440px;
    padding: 10px;
    text-align: center;
}

.alert-contact div {
    float: left;
    padding: 10px 10px;
}

.alert-contact div span {
    display: block;
    margin-bottom: 5px;
}

.alert-contact img {
    width: 200px;
}

.center{
    background: #fff
}
.center .pay-info{
    padding: 14px;
    background: #8b929e1a;
    border-radius: 18px;
    margin-top: 20px;
}
.center .pay-info ul{
    min-height: 52px;
}
.center .pay-info ul li{
    display: block;
    width: 66px;
    background: rgba(0, 0, 0, 0.56);
    float: left;
    text-align: center;
    margin-right: 10px;
    line-height: 15px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer
}

.center .pay-info ul .active{
    background: #009f95;
    border: none;
}

.center .pay-info button{
    width: 80px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 10px;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: 45px;
    background: #2E6DFF;
}

.myOrder{
    padding-bottom: 30px;
    width: 700px;
    left: 55%;
}
.myOrder .type{
    background: #fff;
    margin-top: 10px;
}
.myOrder .type ul{
    padding: 0 20px;
    width: 50%;
    float: left;
    line-height: 36px;
    height: 36px;
    color: #44484f;
}
.myOrder .type ul li{
    width: 70px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}
.myOrder .type ul .active{
    background: #38b6ff;
    color: #fff;
}
.myOrder .type .form{
    width: 40%;
    float: right;
    line-height: 36px;
}
.myOrder .type .form input{
    border: 1px solid #bbb9b9;
}
.myOrder .type .form button{
    border: none;
    background: #38b6ff;
    color: #fff;
    width: 50px;
    height: 24px;
}
.myOrder .list{
    padding: 0 20px;
    max-height: 550px;
    min-height: 330px;
}
.myOrder .list .title{
    padding: 0 15px;
}

.myOrder .list .x-detail{
    margin-top: 10px;
    background: #fff;
    padding: 15px;
}
.myOrder .list .x-detail h4 span{
    font-size: 14px;
}
.myOrder .list .x-detail button{
    border: none;
    background: green;
    color: #fff;
    width: 70px;
    height: 24px;
}
.box-lod{
    /*box-shadow: 0 0 5px 5px #bbb9b9;*/
    /*box-sizing: border-box;*/
    border-radius: 10px;
}

.float-right{position: fixed; right: 0; top: 50%; margin-top: -230px;}
.float-right ul{list-style: none; border:1px solid rgba(255, 255, 255, 0.08); border-radius: 18px;background:#38b6ff;padding-bottom: 10px;}
.float-right li{width: 65px; height: 60px; cursor: pointer; text-align: center; font-size: 12px;color: #fff;}
.float-right li img{display: block; height: 32px; margin: 14px auto 8px;}

.vp-notice-wrapper {
    position:fixed;
    top:20%;
    left: 10px;
    /*margin-left: -200px;*/
    inset-inline-end:20px;
    z-index:1500;
    overflow:hidden;
    width:220px;
    border-radius:8px;
    background:#fff;
    box-shadow:0 2px 6px 0 rgba(0, 0, 0, .15)
}
@media print {
    .vp-notice-wrapper {
        display:none
    }
}
.vp-notice-title {
    position:relative;
    margin:0;
    padding:8px 12px;
    background:#38b6ff;
    color:#fff;
    font-weight:500;
    text-align:start;
    line-height: 25px;
}
.vp-notice-title .close-icon {
    vertical-align:middle;
    float:right;
    width:1em;
    height:1em;
    margin:auto;
    padding:4px;
    border-radius:50%;
    background-color:#0003;
    color:#fff;
    cursor:pointer
}
html[dir=rtl] .vp-notice-title .close-icon {
    float:left
}
.vp-notice-title .close-icon:hover {
    background-color:#0000004d
}
.vp-notice-content {
    margin:1rem .75rem;
    font-size:14px;
    line-height:1.5
}
.vp-notice-footer {
    padding-bottom:8px;
    text-align:center
}

.downFiles{width: 554px; background: #fff; overflow: hidden; border-radius: 8px; box-sizing: border-box; top: 100px;  position: fixed; z-index: 10; left: 50%; margin-left: -277px;}
.downFiles header{font-size: 16px; background: #38b6ff; padding: 0 24px; color: #fff; line-height: 55px;}
.downFiles header img{float: right; margin-top: 17px; cursor: pointer;}  .downFiles .box{padding: 10px; padding-bottom: 24px;}
.downFiles .box .title{height: 46px; line-height: 46px; text-align: center; background: rgba(255,255,255,0.07);font-size: 14px; color: #fff;border-bottom: 1px solid #d9d9d9;}

.downFiles .box .title span{display: block; float: left;}
.downFiles .box .title span:nth-child(1){width: 170px;color: #000}
.downFiles .box .title span:nth-child(2),.downFiles .box .title span:nth-child(3){width: 120px; color: #000}
.downFiles .box ul{background: rgba(255,255,255,0.04);}
.downFiles .box ul li{height: 46px; line-height: 46px; color: #fff; text-align: center;border-bottom: 1px solid #eaeaea;}
.downFiles .box ul li:nth-child(even){background-color: rgba(255,255,255,0.04);}
.downFiles .box ul li span{box-sizing: border-box; font-size: 14px; display: block; float: left; color: #000}
.downFiles .box ul li span:nth-child(1){width: 170px;}
.downFiles .box ul li span:nth-child(2){width: 120px;}
.downFiles .box ul li span:nth-child(3){width: 120px;}
.downFiles .box ul li span:nth-child(4){width: 100px;}
.downFiles .box a{color: #00EA9C;text-decoration: underline;}
.vp-notice-content button{
    cursor: pointer;
    border: none;
    background: #38b6ff;
    color: #fff;
    border-radius: 6px;
    line-height: 22px;
}
.center-btn{
    background: #38b6ffe6 !important;
    min-width: 165px;
}
.dark-theme{
    position: fixed;
    top: 17px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background: #333;
    color: #fff;
    font-size: 12px;
}
.nav{
    margin-top: 5px;
}
.nav a{
    font-size: 14px !important;
}