﻿.page-main{
    background: #F9FCFF;
}

/* banner */
.banner-wap{
    overflow: hidden;
    background: #E4EFFA;
}
.banner {
    display: block;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    height: 300px;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    background: #E4EFFA;
    overflow: revert;
    position: relative;
}
.banner video{
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    width: 100%;
    object-fit: contain;
    z-index: 0;
}
.banner .banner-txt{
    font-size: 24px;
    color: #ffffff;
    padding: 13px 162px;
    background: linear-gradient( 89deg, rgba(35,33,118,0) 0%, #232176 10%, #232176 50%, #232176 89%, rgba(35,33,118,0) 100%);
    opacity: 0.8;
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22%;
}
.banner .banner-txt:before{
    width: 100%;
    height: 2px;
    background: linear-gradient( 89deg, rgba(252,185,68,0) 0%, #FCB944 23%, rgba(252,185,68,0) 100%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}
.banner .banner-txt:after{
    width: 100%;
    height: 2px;
    background: linear-gradient( 271deg, rgba(252,185,68,0) 0%, #FFC744 23%, rgba(252,185,68,0) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner .banner-txt span{
    color: #FE9E49;
}
.banner-wap > .banner > img{
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 602px;
}
.page-main > .banner > .banner_title_1{
    font-size: 89px;
    color: #FF0000;
    font-weight: bold;
}
.page-main > .banner > .banner_title_2{
    font-size: 89px;
    color: #181818;
    font-weight: bold;
    margin-bottom: 52px;
}
.page-main > .banner > .banner_desc{
    font-size: 22px;
    color: #FF0000;
    font-weight: bold;
}

/* module title box */
.module-title{
    color: #181818;
    padding-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}
.module-title .title{
    font-size: 28px;
    font-weight: bold;
    color: #472B2B;
    margin-right: 4px;
    padding: 0;
}
.module-title .desc{
    font-size: 14px;
    color: #673737;
    padding-top: 8px;
}
.module-title .desc a{
    color: #FB4C56;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

/** card temp */
/* card y **/
.daily-y-cards{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.daily-y-cards .daily-y-card{
    width: 380px;
    border: 1px solid #E4E9F1;
    background: #FFF;
    margin-bottom: 24px;
}
.daily-y-cards .daily-y-card .top{
    background: #fff;
}
.daily-y-cards .daily-y-card .top .top-head{
    background: url("../images/server-hot-bg.png") no-repeat;
    padding: 28px 24px 24px 24px;
    position: relative;
}
.daily-y-cards .daily-y-card .top .top-head:before{
    content: "";
    width: 48px;
    height: 4px;
    background: #F43E38;
    position: absolute;
    top: 0;
    left: 24px;
}
.daily-y-cards .daily-y-card .top .top-head .title{
    font-weight: bold;
    font-size: 20px;
    color: #432929;
    position: relative;
    display: flex;
}
.daily-y-cards .daily-y-card .top .top-head .title>span{
    padding: 3px 12px;
    background: linear-gradient( 135deg, #F97349 0%, #FB4B56 100%);
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 2px;
    margin-right: 8px;
}
.daily-y-cards .daily-y-card .top .top-head .desc{
    padding-top: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #673737;
}
.daily-y-cards .daily-y-card .top .configs{
    padding: 24px;
}
.daily-y-cards .daily-y-card .top .configs .config{
    display: flex;
    font-size: 14px;
    padding: 10px 0;
}
.daily-y-cards .daily-y-card .top .configs .config div{
    align-self: baseline;
}
.daily-y-cards .daily-y-card .top .configs .config .label{
    font-weight: 400;
    color: #A67A7A;
    width: 25%;
}
.daily-y-cards .daily-y-card .top .configs .config .value{
    font-weight: bold;
    color: #673737;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio{
    padding: 4px 16px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #F1E4E4;
    font-weight: 400;
    font-size: 14px;
    color: #673737;
    position: relative;
    display: inline-block;
    margin-right: 24px;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio:last-child{
    margin-right: 0;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio.checked{
    color: #FB4C56;
    border: 1px solid #FB4C56;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio:hover{
    color: #FB4C56;
    border: 1px solid #FB4C56;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio:hover span{
    background: #FE5F47;
    color: #FFFFFF;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio span{
    position: absolute;
    padding: 2px 4px;
    font-size: 10px;
    background: #F9EBEB;
    color: #FE5F47;
    border-radius: 1px;
    right: -14px;
    top: -12px;
    white-space: nowrap;
}
.daily-y-cards .daily-y-card .top .configs .config .value .common-radio.checked span{
    background: #FE5F47;
    color: #FFFFFF;
}
.daily-y-cards .daily-y-card .bottom{
    padding: 24px;
    background: #FFFFFF;
    border-top: 1px solid #F1E4E4;
}
.daily-y-cards .daily-y-card .bottom .price-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.daily-y-cards .daily-y-card .bottom .price-box>div{
    align-self: baseline;
    font-weight: 400;
    font-size: 12px;
}
.daily-y-cards .daily-y-card .bottom .price-box .price{
    color: #FE5F47;
}
.daily-y-cards .daily-y-card .bottom .price-box .price-month-ave{
    display: none;
    color: #FF7700;
}
.daily-y-cards .daily-y-card .bottom .price-box .now-price .num{
    font-size: 28px;
    font-weight: bolder;
}
.daily-y-cards .daily-y-card .bottom .price-box .old-price{
    opacity: 50%;
    text-decoration-line: line-through;
}
.daily-y-cards .daily-y-card .bottom .btn-box a{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient( 135deg, #F97349 0%, #FB4B56 100%);
    border-radius: 2px;
}
/* card y end **/

/* card x **/
.daily-x-cards{
    width: 100%;
}
.daily-x-cards .daily-x-card{
    display: flex;
    width: 100%;
    height: 140px;
    border: 1px solid #F1E4E4;
    margin-bottom: 16px;
}
.daily-x-cards .daily-x-card .left{
    width: calc(100% - 230px);
    border-right: 1px solid #F1E4E4;
    padding: 24px;
}
.daily-x-cards .daily-x-card .left .title{
    font-weight: bold;
    font-size: 20px;
    color: #432929;
    display: flex;
}
.daily-x-cards .daily-x-card .left .title .desc{
    font-weight: 400;
    font-size: 14px;
    color: #673737;
    display: block;
    align-self: center;
    padding-left: 8px;
}
.daily-x-cards .daily-x-card .left .configs{
    display: flex;
    padding-top: 16px;
}
.daily-x-cards .daily-x-card .left .configs .config{
    font-size: 14px;
    flex-grow: 1;

}
.daily-x-cards .daily-x-card .left .configs .config .label{
    font-weight: 400;
    color: #A67A7A;
}
.daily-x-cards .daily-x-card .left .configs .config .value{
    padding-top: 10px;
    font-weight: bold;
    color: #673737;
}
.daily-x-cards .daily-x-card .left .configs .config:last-child .value{
    padding-top: 8px;
}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group{
    display: flex;
}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group .common-radio{
    display: block;
    width: 49px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #F1E4E4;
    margin-right: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #673737;
    position: relative;

}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group .common-radio.checked{
    color: #FB4C56;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #FB4C56;
}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group .common-radio>span{
    font-weight: 400;
    font-size: 10px;
    border-radius: 2px;
    background: #F9EBEB;
    color: #FE5F47;

    padding: 2px 4px;
    display: inline-block;
    line-height: normal;

    position: absolute;
    right: -12px;
    top: -12px;
}
.daily-x-cards .daily-x-card .left .configs .config .value .common-radio-group .common-radio.checked>span{
    color: #FFFFFF;
    background: #FE5F47;
}
.daily-x-cards .daily-x-card .right{
    padding: 34px 24px 24px 24px;
    width: 230px;
}
.daily-x-cards .daily-x-card .right .price-box{
    width: 100%;
    position: relative;
}
.daily-x-cards .daily-x-card .right .price-box .price{
    font-weight: 400;
    font-size: 12px;
    color: #FE5F47;
    display: flex;
    /*justify-content: space-between;*/
}
.daily-x-cards .daily-x-card .right .price-box .price>span{
    display: block;
    align-self: baseline;
}
.daily-x-cards .daily-x-card .right .price-box .price .now-price{
    padding-right: 4px;
}
.daily-x-cards .daily-x-card .right .price-box .price .now-price>span{
    display: inline-block;
}
.daily-x-cards .daily-x-card .right .price-box .price .now-price .num{
    font-size: 28px;
    font-weight: bolder;
}
.daily-x-cards .daily-x-card .right .price-box .price .old-price{
    opacity: 40%;
    text-decoration-line: line-through;
}
.daily-x-cards .daily-x-card .right .price-box .price-month-ave{
    display: none;
    font-weight: 400;
    font-size: 12px;
    color: #FF7700;
    position: absolute;
    right: 0;
    top: 0;
}
.daily-x-cards .daily-x-card .right .btn-box{
    padding-top: 12px;
}
.daily-x-cards .daily-x-card .right .btn-box a{
    display: inline-block;
    width: 182px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient( 135deg, #F97349 0%, #FB4B56 100%);
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
/* card x end **/


/* module-flash-sale */
.module-flash-sale{
    background: #FFEEEC;
    padding: 48px 0 36px 0;
}

.module-flash-sale .daily-y-cards .daily-y-card{
    width: 283px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .top-head:before{
    content: none;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .configs {
    padding: 10px 24px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes{
    display: flex;
    padding: 0 24px 20px 24px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes .node{
    border: 1px solid #FEDADA;
    color: #A67A7A;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    flex-shrink: initial;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes .node div:first-child{
    font-weight: bold;
    font-size: 16px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes .node div:last-child{
    font-weight: 400;
    font-size: 12px;
}
.module-flash-sale .daily-y-cards .daily-y-card .top .nodes .node.checked{
    border: 1px solid #FB4C56;
    color: #FB4C56;
}

/* module-ecs */
/* module-radio-g */
.module-ecs .common-radio-group .ecs-tab-box{
    border-bottom: 2px solid #FB4C56;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
.module-ecs .common-radio-group .ecs-tab-box .common-radio{
    flex: 1;
    height: 48px;
    line-height: 48px;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    text-align: center;
}
.module-ecs .common-radio-group .ecs-tab-box .common-radio.checked{
    background: linear-gradient(135deg, #F97349 0%, #FB4B56 100%);
    clip-path: polygon(94% 0%, 100% 100%, 0% 100%, 0% 0%);
    border-radius: 0;
    color: #FFFFFF;
}
/* ecs content x */
.module-ecs .ecs-content{
    display: flex;
    width: 100%;
    background: #F6F9FF;
    color: #673737;
    box-shadow: none;
}

/* module-server */
/* server-tab-box */
.server-tab-box{
    border-bottom: 2px solid #FB4C56;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
.server-tab-box .common-radio{
    flex-grow: 1;
    height: 48px;
    line-height: 48px;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    text-align: center;
}
.server-tab-box .common-radio.checked{
    background: linear-gradient(135deg, #F97349 0%, #FB4B56 100%);
    clip-path: polygon(94% 0%, 100% 100%, 0% 100%, 0% 0%);
    border-radius: 0;
    color: #FFFFFF;
}

/* module-hot-scene */
.hot-scene-tab-box{
    width: 280px;
    height: auto;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #ECECEE;
    padding: 12px;
}
.hot-scene-tab-box .common-radio{
    width: 256px;
    height: 47px;
    border-radius: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 47px;
    font-weight: 400;
    font-size: 16px;
    color: #091221;
    margin: 2px 0;
}
.hot-scene-tab-box .common-radio.checked{
    background: linear-gradient( 135deg, #F33E3E 0%, #FE8977 100%);
    color: #FFF;
}

/* hot-scene-cards */
.hot-scene-cards{
    margin-left: 20px;
}
.hot-scene-cards .hot-scene-card{
    width: 880px;
    height: auto;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #ECECEE;
}
.hot-scene-cards .hot-scene-card:hover{
    box-shadow: 0 5px 8px 1px rgba(36,104,242,0.15);
}

.hot-scene-cards .hot-scene-card .top{
    background: #FEEFEF url("../images/scene-1.png") no-repeat right;
    background-size: contain;
    border-radius: 24px 24px 0 0;
    display: flex;
    justify-content: space-between;
}
.hot-scene-cards .hot-scene-card .top .top-head{
    width: 66%;
    padding: 24px;
}
.hot-scene-cards .hot-scene-card .top .title{
    font-weight: bold;
    font-size: 20px;
    color: #091221;
}
.hot-scene-cards .hot-scene-card .top .desc{
    padding-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #757A82;
}
.hot-scene-cards .hot-scene-card .top .right-bg img{
    display: none;
    width: 100%;
    height: auto;
    background-size: cover;
}

.hot-scene-cards .hot-scene-card .bottom{
    padding: 20px 24px 24px 32px;
    border-radius: 0 0 24px 24px;
    display: flex;
}
.hot-scene-cards .hot-scene-card .bottom .configs{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 360px);
    padding-right: 24px;
    border-right: 1px dashed #ECECEE;
}
.hot-scene-cards .hot-scene-card .bottom .config{
    width: 33.33%;
}
.hot-scene-cards .hot-scene-card .bottom .config:nth-child(n+1):nth-child(-n+3){
    margin-bottom: 15px;
}
.hot-scene-cards .hot-scene-card .bottom .config .label{
    font-weight: 400;
    font-size: 14px;
    color: #757A82;
}
.hot-scene-cards .hot-scene-card .bottom .config .value{
    padding-top: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #091221;
}

.hot-scene-cards .hot-scene-card .bottom .config.custom:nth-child(1),.hot-scene-cards .hot-scene-card .bottom .config.custom:nth-child(4){
    width: 40%;
}
.hot-scene-cards .hot-scene-card .bottom .config.custom:nth-child(2),.hot-scene-cards .hot-scene-card .bottom .config.custom:nth-child(5){
    width: 25%;
}
.hot-scene-cards .hot-scene-card .bottom .config.custom:nth-child(3),.hot-scene-cards .hot-scene-card .bottom .config.custom:nth-child(6){
    width: 35%;
}

.hot-scene-cards .hot-scene-card .bottom .config .value .common-radio{
    padding: 4px 16px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-right: 24px;
    border: 1px solid #F5F6F6;
    color: #091221;
}
.hot-scene-cards .hot-scene-card .bottom .config .value .common-radio:last-child{
    margin-right: 0;
}
.hot-scene-cards .hot-scene-card .bottom .config .value .common-radio.checked{
    color: #FB4C56;
    border: 1px solid #FB4C56;
}
.hot-scene-cards .hot-scene-card .bottom .config .value .common-radio:hover{
    color: #FB4C56;
    border: 1px solid #FB4C56;
}
.hot-scene-cards .hot-scene-card .bottom .config .value .common-radio:hover span{
    background: #FE5F47;
    color: #FFFFFF;
}
.hot-scene-cards .hot-scene-card .bottom .config .value .common-radio span{
    position: absolute;
    padding: 2px 4px;
    font-size: 10px;
    background: #F9EBEB;
    color: #FE5F47;
    border-radius: 1px;
    right: -14px;
    top: -12px;
    white-space: nowrap;
}
.hot-scene-cards .hot-scene-card .bottom .config .value .common-radio.checked span{
    background: #FE5F47;
    color: #FFFFFF;
}

.hot-scene-cards .hot-scene-card .bottom .btn-box{
    padding-left: 24px;
    padding-top: 24px;
    width: 360px;
}
.hot-scene-cards .hot-scene-card .bottom .btn-box .price-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.hot-scene-cards .hot-scene-card .bottom .btn-box .price-box>div{
    align-self: baseline;
    font-weight: 400;
    font-size: 12px;
}
.hot-scene-cards .hot-scene-card .bottom .btn-box .price-box .price{
    color: #FE5F47;
}
.hot-scene-cards .hot-scene-card .bottom .btn-box .price-box .old-price{
    opacity: 50%;
    text-decoration-line: line-through;
    color: #757A82;
}
.hot-scene-cards .hot-scene-card .bottom .btn-box .price-box .price-month-ave{
    display: none;
    color: #FF3900;
}
.hot-scene-cards .hot-scene-card .bottom .btn-box .price-box .now-price .num {
    font-size: 28px;
    font-weight: bolder;
}
.hot-scene-cards .hot-scene-card .bottom .btn-box a{
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    background: linear-gradient(135deg, #F33E3E 0%, #FE8977 100%);
    border-radius: 24px;
}

/***************************** yui component ************************************/
/* ipselect color */
div[yui-select][yui-popover] > div[panel] > a[menu-item][checked] {
    color: #3860F4;
}

/* rule */
.rule-dialog[yui-dialog] {
    width: 800px;
}
div[yui-dialog] > div[header]{
    background: #F9FCFF;
    border-bottom: 1px solid #E4E9F1;
    font-weight: 400;
    font-size: 16px;
    color: #374567;
}
div[yui-dialog] > div[header] > div[title],div[yui-dialog] > div[header] i.yui-icon.closed{
    font-weight: bolder;
}
.rule-dialog .body {
    background: #fff;
}
.rule-dialog .body:before {
    content: url(../img/2024618/rule-bg.png);
    position: absolute;
    bottom: -3px;
    right: 1px;
}
.rule-dialog .body .row {
    color: #3C4D70;
    display: flex;
    align-items: flex-start;
    padding: 0 0 12px 16px;
    position: relative;
    line-height: 28px;
    font-weight: bold;
}
.rule-dialog .font-color .row{
    font-weight: 400;
}
.rule-dialog .body .row .label {
    flex-shrink: 0;
}
.rule-dialog .body .row .content {
    flex-shrink: unset;
}

/* 秒杀&新人 弹出层*/
.order-layer {
    width: auto;
    min-width: 620px;
    max-width: 625px;
}
.order-layer div[body] {
    display: flex;
}
.order-layer .form,.order-layer .userForm {
    /*padding: 12px 12px 0;*/
}
.order-layer .userForm{
    border-left: 1px solid #e3e4e5;
}
.order-layer .form .item,.order-layer .userForm .item {
    display: flex;
    align-items: baseline;
}
.order-layer .form .item + .item,.order-layer .userForm .item + .item {
    margin-top: 20px;
}
.order-layer .form .label,.order-layer .userForm .label {
    width: 100px;
    flex-shrink: 0;
}
.order-layer .form .body,.order-layer .userForm .body {
    flex-grow: 1;
}
.order-layer #osSelect {
    width: 350px;
}
.order-layer #osVersionSelect {
    width: 350px;
}
.order-layer .pay-type {
    display: flex;
}
.order-layer .pay-type .pay-type-item {
    border: 1px solid #f2f2f2;
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.order-layer .pay-type .pay-type-item.checked {
    border: 1px solid #2B85FB;
}
.order-layer .pay-type .pay-type-item + .pay-type-item {
    margin-left: 8px;
}
.order-layer .pay-type .pay-type-item.checked:before,
.order-layer .pay-type .pay-type-item.checked:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -18px;
    width: 40px;
    height: 20px;
    background: #2B85FB;
    transform: rotate(-45deg);
}
.order-layer .pay-type .pay-type-item.checked:after {
    bottom: 5px;
    right: 1px;
    width: 10px;
    height: 4px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 2px 2px;
}
.order-layer div[footer] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.order-layer div[footer] .price{
    padding-right: 16px;
}
.order-layer div[footer] .price .now{
    display: inline-block;
    color: #FE5F47;
}
.order-layer div[footer] .price .now .num{
    font-size: 32px;
}
.order-layer div[footer] .price .del{
    display: inline-block;
    color: #FE5F47;
    font-size: 12px;
    opacity: 50%;
}
.order-layer .form .config-title{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    padding: 0 6px;
    position: relative;
    margin-bottom: 16px;
}
.order-layer .form .config-title:before{
    content: "";
    height: 14px;
    width: 3px;
    background-color: #3860F4;
    position: absolute;
    top: 4px;
    left: 0;
}
.order-layer .form .config-info{
    padding: 16px 10px;
    background: #F6F8F9;
    margin-bottom: 16px;
}
.order-layer .form .label,.order-layer .form .body{
    font-weight: 400 !important;
    color: #111111 !important;
}
.order-layer .form .config-info .label{
    width: 70px !important;
}
.order-layer .form .arrow-down:before{
    bottom: 0 !important;
    color: #000000;
}
.order-layer .form .num-input a{
    color: #FE8977 !important;
}
.order-layer .form input{
    color: #111111 !important;
    height: 36px !important;
}
.order-layer div[footer]{
    justify-content: space-between;
    align-items: flex-end;
}
.order-layer div[footer] .price .now{
    color: #FE5F47;
}
div[yui-dialog] > div[footer]{
    background: #F6F8F9;
    padding: 16px 24px;
    margin-top: 16px;
}
.order-layer div[footer] .pay-order{
    background: linear-gradient(135deg, #F33E3E 0%, #FE8977 100%);
    border-radius: 2px;
    border: 0;
    height: 36px;
    line-height: 36px;
}
.order-layer div[footer] .price .del{
    text-decoration-line: line-through;
}
a[yui-button][type='primary']{
    background: linear-gradient( 135deg, #5D85F7 0%, #3860F4 100%);
    border: none;
    line-height: 2;
}
a[yui-button][type='primary']:not([disabled]):hover {
    background: #3860F4;
    border: none;
}

/* num-input  */
.num-input input[inner] {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.num-input a[prepend], .num-input a[suffix] {
    position: absolute;
    width: 25%;
    max-width: 30px;
    height: 100%;
    top: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}
.num-input a[prepend], .num-input a[suffix]{
    color: #3860F4;
}

.num-input a[prepend] {
    left: 0;
    border-right: 1px solid #dcdfe6;
}

.num-input a[suffix] {
    border-left: 1px solid #dcdfe6;
    right: 0;
}
/* num-input end  */
/***************************** yui component end ************************************/
