html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    background-color: white;
    min-width: 1420px;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1;                  /* 使内容部分占满剩余空间 */
}

.footer {
    height: 290px;            /* Footer height */
    width: 100%;
}

i {
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    /* cursor: pointer;*/
}

input {
    border: 0;
}

em {
    font-style: normal;
}

.base_w {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    /* padding-top: 20px; */
    box-shadow: 1px 1px 31px rgb(0 0 0 / 10%);
    margin-top: 48px;
    margin-bottom: 63px;
    border-radius: 10px;
    background-color: #ffffff;
}
.base_w_pay {
    position: relative;
    width: 1300px;
    margin: 0 auto;
    /* padding-top: 20px; */
    box-shadow: 1px 1px 31px rgb(0 0 0 / 10%);
    margin-top: 48px;
    margin-bottom: 63px;
    border-radius: 10px;
    background-color: #ffffff;
}

.base_title {
    cursor: pointer;
    position: absolute;
    left: 10px;
    width: 280px;
    color: white;
    font-size: 20px;
    padding-left: 12px;
    text-align: center;
    font-weight: bold;
    line-height: 80px;
    background-color: #0088cc;
}

.base_list {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 280px;
    font-size: 17px;
    z-index: 1;
    border: 1px solid #0088cc;
}

.base_list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 52.66666px;
    line-height: 50px;
    border-left: 1px solid #0088cc;
    border-right: 1px solid #0088cc;
    border-bottom: 1px solid #e5e5e5;
}

.base_list li:hover {
    color: white;
    font-weight: bold;
    background-color: #8BBEE1;
}

.base_list {
    border: 0;
    border-bottom: 1px solid #0088cc;
}

.base_list li:first-child {
    border-top: 0;
}

.base_list li:last-child {
    border-bottom: 0;
}

.box_content {
    cursor: pointer;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.toast {

    line-height: 27px;
    font-size: 14px;
    font-weight: lighter;
    color: #272727;
    padding: 10px 11px 2px 10px;
    border-top: 1px solid #ededed;
    margin: 15px 20px 17px 20px;

}

.toplogo {
    margin: 6px 0;
    padding: 10px 0;
    float:left;
}
.toptitle {
    margin: 21px 0;
    padding: 12px 0 10px 14px;
    float: left;
    font-size: 20px;
    border-left: 1px solid #ebebeb;
    color: #ff511d;
}
.toptitle i{
    font-size: 23px;
    color: #ff511d;
}

.toplogo img{
    width: 205px;
    height: 65px;
}


.toast em {
    color: #222;
    margin-left: 2px;
}



.toast em {
    font-weight: bold;
}

.shop-list {
    padding: 10px 20px;
    height: 217px;
    max-height: 217px;
}
#red{
    color: rgb(255 0 0);
    background-color: #ffffff;
}
.shop-list h4 {
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.shop-list .shop-title {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    /* font-weight: bold; */
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    color: #797979;
}

.shop-list .shop-box {
    position: relative;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 403px;
    padding-left: 38px;
    font-weight: normal;
}

.shop-list .shop-box div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.shop-list .shop-list_box .box .box_price p{
    overflow: hidden;
    font-size: 14px;
    color: #9e9e9e;
    font-weight: lighter;
}

.shop-list .shop-box .box_count {
    position: relative;
    color: #8f8f8f;
    padding-left: 78px;
}
.box_inventory {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    color: #8f8f8f;
}
.box_inventory2 {
    width: 66px;
    padding-top: 9px;
    color: #009688;
    font-size: 17px;
}
.shop-list .original {
    position: absolute;
    left: 0px;
    /* z-index: 2; */
    color: #8f8f8f;
}

.shop-list .shop-list_box {

    overflow: hidden;
    height: 125px;
    background-color: #f9f9f9;
    padding: 14px;
    border-radius: 0 0 10px 10px;
}

.shop-list .shop-list_box .box-img,
.shop-list .shop-list_box .box-message {
    height: 124px;
    width: 527px;
    float: left;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.shop-list .shop-list_box .box-img {
    width: 133px;
}

.shop-list .shop-list_box .box-img img {
    width: 120px;
    height: 120px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
}

.shop-list .shop-list_box .box-message div {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: flex-start;


}
.shop-list .shop-list_box .box-message .product_name{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #0481da;

}
.shop-list .shop-list_box .box-message .product_type{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blue{
    color: #0481da;
}


.shop-list .shop-list_box .box {
    top: 24px !important;
    position: relative;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 467px;

}

.shop-list .shop-list_box .box div {
    /*   -webkit-box-flex: 1;
       -ms-flex: 1;
       !* flex: 1; *!
        width: 160px;
       display: flex;
       align-items: center;
       justify-content: center;*/
}

.shop-list .shop-list_box .box_count {
    position: relative;
    text-align: left!important;
    width: 185px;
    padding-left: 53px;
}

.shop-list .shop-list_box .box_count input {
    border: 1px solid #cbcbcb;
    width: 84px;
    text-align: center;
    color: #ff1100;
    height: 42px;
    z-index: 10;
    font-size: 18px;
    border-radius: 5px;
}

.shop-list .shop-list_box .box_count_none {
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.shop-list .shop-list_box .box_count_none span {
    padding: 0 5px;
    position: relative;
    font-size: 15px;
    background-color: #ebebeb;
    border-radius: 50%;
}

.shop-list .shop-list_box .box_count_none #addCount {
    padding: 1.6px 5px;
    font-size: 12px;
    margin-top: -6.5px;
}

.shop-list .shop-list_box .box_count_none #minusCount {
    font-weight: bold;
    margin-bottom: -6px;
}

.shop-list .shop-list_box .box .box_price {
    width: 142px;
    overflow: hidden;
    font-weight: bold;
    color: #e4393c;
    font-size: 28px;
    text-align: center;
}

.shop-list .shop-list_box .box .original {
    position: absolute;
    left: 1px;
    color: #999;
    font-weight: normal;
    text-decoration: line-through;
    z-index: 2;
}

.checkout-shop {
    font-size: 14px;

    padding: 10px 20px;
    box-sizing: border-box;

}
.pay{
    position: relative;
    margin-bottom: 10px;
    /*padding: 0 20px 10px 20px;*/
}

.checkout-shop>h4 {
    border-bottom: 1px solid #ebebeb;
}

.checkout-shop_title {
    position: relative;
    line-height: 40px;
}

.checkout-shop_title h4 {

    padding-left: 14px;
    color: #000000;
    border-bottom: 1px solid #ededed;
}

.checkout-shop_title span {
    position: absolute;
    right: 0;
    z-index: 99;
    cursor: pointer;
    font-size: 13px;
    color: #005ea7;
}

.checkout-shop_list {
    position: relative;
    width: 100%;
}

.checkout-shop_list li {
    /* padding: 5px 0; */
    display: inline-flex;
    align-items: center;
    height: 40px;
    width: 100%;
    margin-top: 10px;
}

.checkout-shop_list li div {
    display: inline-block;
    text-align: center;
}

.checkout-shop_list li .checkout-start {
    position: relative;
    padding: 2px 10px;
    line-height: 30px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.checkout-shop_list li .checkout-start img {
    position: absolute;
    bottom: -15px;
}

.checkout-shop_list li .checkout-silte {
    /* position: relative;
    top: -13px; */
    margin-left: 20px;
}

.checkout-shop_list li #setSilte {
    color: white;
    font-size: 13px;
    border-radius: 2px;
    padding: 2.4px 4px;
    margin-left: 20px;
    background-color: #999999;
}

.checkout-shop_list li #setSiltev {
    display: none;
    font-size: 0;
}

.checkout-shop_list li .checkout-active:first-child {
    border: 2px solid #ea676a;
}

.checkout-shop_list li .checkout-active:first-child img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.checkout-shop_pay {
    margin-top: 17px;
}

.checkout-shop_pay .pay_content {
    width: 100%;
}

.checkout-shop_pay .pay_content .pay_none {
    padding: 20px 0 0 20px;
    margin-left: 1px;
    border-top: 1px dashed #efefef;
}

.checkout-shop_pay .pay_tags {
    cursor: pointer;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 9px;
    width: 124px;
    border: 2px solid #ebebeb;
    border-radius: 5px;
}

.checkout-shop_pay .pay_tags img {
    position: relative;
    width: 22px;
    vertical-align: middle;
    margin-right: 6px;
}

.checkout-shop_pay .pay_tags img:nth-child(2) {
    position: absolute;
    right: -2px;
    width: 12px;
}

.checkout-shop_pay .pay_tag {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 9px 10px;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    width: 124px;
    margin:5px;
    white-space: nowrap;
    background-color: #ffffff;
}
.address-shop_title {
    margin-top: 17px;
}
.address-shop_title .address_tag {
    padding: 9px 10px;
    overflow: hidden;
    border: 2px solid #ffffff;
    margin: 0 20px 0 20px;
    white-space: nowrap;

}
.address-shop_title .address_tag:hover{
    cursor: pointer;
    background-color: #fff9f8;
    border: 2px solid #ffe0db;
}

.active-address{
    color: #dc0e18;
    border: 2px solid #dc0e18 !important;
    background: url(/homestyle/style1/images/payinfo-selected-icon.png) no-repeat;
    background-position: right -0.5px bottom -0.1px;
    background-color: #fff8f7;
    border-radius: 5px;
}
.active-paytype{
    border: 2px solid #ff5722 !important;
    background: url(/homestyle/style1/images/payinfo-selected-icon.png) no-repeat;
    background-position: right -0.5px bottom -0.1px;
}
/*边框*/
.frame{
    box-shadow: 1px 1px 31px rgb(0 0 0 / 23%);
    border-radius: 10px;
}


.checkout-shop_pay .pay_tag img {
    position: relative;
    width: 22px;
    vertical-align: middle;
    margin-right: 6px;
}

.checkout-shop_pay .pay_tag img:nth-child(2) {
    position: absolute;
    right: -20px;
    width: 12px;
}

.checkout-shop_pay .pay_tag-active {
    position: relative;
    border: 2px solid #009688;
    border-radius:5px;
    background-color: #ffffff;
}

.checkout-shop_pay .pay_tag-active img:nth-child(2) {
    right: -2px;
    margin-top: 27px;

}

.checkout-shop_pay .pay_tags-active {
    position: relative;
    border: 2px solid #009688;
    width: 124px;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffffff;
    margin-bottom: 12px;
}

.checkout-shop_pay .pay_tags-active img:nth-child(2) {
    right: -2px;
    margin-top: 30px;
}

.shop-remark {
    position: relative;

    padding: 10px 20px;

}

.shop-remark_title {
    line-height: 40px;
    overflow: hidden;
    padding-bottom: 14px;
}

.shop-remark_title>h4 {
    color: #4d4a4a;
    padding-left: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9e9e9;
}

.shop-remark form {
    /* min-height: 150px;*/
    padding-bottom: 20px;
}

.layui-form-adderr {
    position: relative;
    padding: 10px;
}

.shop-remark .toast-show {
    padding: 5px;
    font-size: 14px;
    color: #b5b5b5;

    margin: 10px;

}

.shop-remark .toast-show div {
    text-indent: 15px;
    text-align: left;
    font-size: 15px;
    font-weight: initial;
    margin-top: 20px;
    letter-spacing: 1.5px;
}

.shop-remark .layui-form-item {
    position: relative;
}

.shop-remark .layui-form-item input {
    /*  position: relative;
      left: 100px;*/
}

#favourable {
    font-size: 12px;
    margin: 20px;
    margin-top: 0;
    margin-bottom: 17px;
}

.pay_site-price {
    position: relative;
    padding: 1px;
    text-align: right;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}

.pay_site-price .leave-message {
    position: absolute;
    left: 0;
    top: 0;
    color: #222;
    padding: 26px;
}
.message{
    width: 90px;
    text-align: left;
}
.pay_site-price .leave-message textarea {
    width: 348px;
    height: 30px;
    font-size: 12px;

    margin-left: 64px;
    margin-top: -24px;
    padding: 10px
}

.pay_site-price .site-price_title {
    padding-right: 20px;
    line-height: 50px;
}

.pay_site-price .site-price_title span {
    color: #222;
}

.pay_site-price .site-price_content {
    padding-right: 20px;
    background-color: #f4f4f4;
    line-height: 50px;
}

.pay_site-price .site-price_content_title {
    font-size: 14px;
    font-weight: bold;
}

.pay_site-price .site-price_content div {
    color: #666;
    height: 40px;
    line-height: 40px;
}

.pay_site-price .site-price_content div span {
    color: #ea676a;
    font-weight: bold;
    font-size: 26px;
}

.pay_site-price .site-price_bottom {
    padding: 20px 20px;
    font-size: 16px;
    margin-bottom: 34px;
    overflow: hidden;
}

.pay_site-price .site-price_bottom button {
    width: 231px;
    height: 54px;
    border: 0;
    font-size: 20px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    background-color: #e33d3f;
}
.pay_site-price .site-price_bottom button i{
    font-size: 20px;
}

.total-price {
    font-size: 20px
}

#isunfold {
    cursor: pointer;
    color: #999;
    margin-top: 10px;
}

#isunfold div {
    position: relative;
    top: 13px;
    left: 5px;
    display: inline;
    border: 6px solid #999;
    border-bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.shop_list-active {
    overflow: hidden;
    height: 50px;
}


.layui-form-select dl dd.layui-this {
    background-color: #007fec !important;
}

.layui-input {
    font-weight: normal;
}

/* .test { width: 100px; position: relative; left: -20px; } */




/* .xinzhen { position: relative; right: -20px; } */

/* .layui-btn { font-size: 17px; position: relative; width: 140px; height: 46px; left: -30px; } */
/*# sourceMappingURL=settlement.min.css.map */
#paypage-tip {
    display: flex;
    align-items: center;

    /*  再加上 横向排列的  竖向居中 */
    justify-content: center;
}

.paypage-price-number {
    color: red;
    vertical-align: middle;
    display: block;
    text-align: center;
    padding-top: 31px;
    font-size: 60px
}

.ordernumber {
    color: red;
    vertical-align: middle;
    display: block;
    text-align: center;
    font-size: 20px;
    background-color: hsl(0, 0%, 62%);
}


/* 2022.4.22 myth shop site */

/* #addSites .layui-form .layui-form-item {
    margin-left: -33px;
    padding-left: 0;
}

#addSites .layui-form .layui-form-item:nth-child(1) {
    margin-left: 0;
}


#addSites .layui-form .layui-form-item:nth-child(1) .layui-inline {
    margin-left: -33px;
} */


/* 2022.4.26 myth */

/* .layui-layer-title {
    background-color: white !important;
    border: 0;
    border-bottom: 0 !important;
} */


#pjax {
    z-index: 999;
    position: relative;
    padding: 0 20px;
    width: 550px;
    max-width: 550px;
    min-width: 550px;
    box-sizing: border-box;
}

#pjax .pjax_top {
    padding-top: 20px;
    height: 70px;
    position: relative;
}

#pjax .pjax_top .pjax_top_logo {
    width: 150px;
    padding-right: 20px;
    position: absolute;
}

#pjax .pjax_top .pjax_top_logo img {
    width: 150px;
}

#pjax .pjax_top .pjax_top_toast {
    text-align: right;
    margin-left: 170px;
    padding: 15px 20px;
}

#pjax .pjax_content {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    height: 310px;
}

#pjax .pjax_content .ewm {
    position: absolute;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    box-sizing: border-box;
    padding: 20px 0px;
    text-align: center;
    background-color: white;
    border: 4px solid #e0e0e0;
}

#pjax .pjax_content .ewm img {
    width: 250px;
    height: 250px;
}

.ewm_toast {
    text-align: center;
}

.ewm_toast>b {
    font-size: 24px;
    font-weight: bold;
    color: red;
}

.ewm_toast2 {
    text-align: center;
    color: #f89a27;
    font-size: 16px;
}

#pjax .pjax_toast {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -150px;
    width: 300px;
    padding: 20px;
    background-color: blue;
    color: white;
    box-sizing: border-box;
}


#pjax .pjax_bottom {
    padding-top: 49px !important;
    font-size: 15px;
    color: grey;
}


#pjax .pjax_bottom .pjax_bottom_indent {
    padding-bottom: 15px;
}

#pjax .pjax_bottom .pjax_bottom_indent span {
    color: black;
}

#pjax .pjax_bottom .pjax_bottom_serve a {
    color: #0088cc;
}
.pjax_bottom_indent_copy{

    font-size: 15px;
    color: grey;
    padding-bottom: 15px;
}
.pjax_bottom_indent_copy span{
    color: black;
}
.pjax_bottom_copy{
    font-size: 15px;
    color: grey;

}
.pjax_bottom_copy a {
    color: #0088cc;
}

/* cancel.png */


#showagreenment:hover{
    cursor: pointer;
}
.toast:hover{
    cursor: default;
}

.shop-buy-top{
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-top: 4px solid #2971de;
}
.shop-buy-top .shop-top-box{
    width: 100%;
    /* min-width: 1420px; */
    margin: 0 auto;
    padding: 9px 0 9px 0;
    /* border-top: 2px solid #1e9fff; */
}
.shop-buy-top .shop-top-box .left{
    float: left;
    min-height: 100%;
    width: 400px;
    overflow: hidden;
    margin-left: 13px;
}
.shop-buy-top .shop-top-box .left .logo{
    float: left;
    width: 194px;
    /* height: 75px; */
    /* padding-right: 10px; */
}
.shop-buy-top .shop-top-box .left img{
    width: 178px;
    height: 57px;
}
.shop-buy-top .shop-top-box .left .title{
    float: left;
    padding: 15px;
    border-left: 1px solid #f1f1f1;
    font-size: 16px;
    color: #afacaa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-buy-top .shop-top-box .left .title i{
    font-size: 24px;
    color: #ff511d;
    padding-right: 5px;
}
.shop-buy-top .shop-top-box .right{
    float: right;
    overflow: hidden;
    margin-bottom: 4px;
    margin-top: 5px;
    margin-right: 17px;
    /* padding-top: 1px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-buy-top .shop-top-box .right li{
    float: left;
    overflow: hidden;
    padding: 6px 0 6px 17px;
    font-size: 14px;
    color: #ff5722;
}
/*顶部样式*/
.yqy-buy-footer{ left: 0; bottom: 0; width: 100%; line-height: 30px; padding: 20px; text-align: center; box-sizing: border-box; color: rgba(0,0,0,.5)}
.yqy-buy-footer span{padding: 0 5px;}
.yqy-buy-footer a{padding: 0 5px; color: rgba(0,0,0,.5);}
.yqy-buy-footer a:hover{color: rgba(0,0,0,1);}


.shop-remark_title a{
    color: #dc0e18;
}

.onlinepay{
    position: relative;
    padding: 20px;
    line-height: 22px;
}
.onlinepay .onlinepay_price{
    padding: 10px 5px 10px 5px;
    font-size: 30px;
    color: #FF511D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.onlinepay .onlinepay_content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.onlinepay .onlinepay_content .qrcode{

}
.onlinepay .onlinepay_msg{
    color: #0a5ec4;
    padding: 0 5px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.onlinepay .onlinepay_msg_box{

}
.onlinepay .onlinepay_msg_box .order{

}
.onlinepay .onlinepay_msg_box .info{
    color: #555555;
}
.onlinepay .onlinepay_msg_box .info a:link{
    color: #0d519c;
}

.layui-form-label {
    width: 139px!important;
}
.layui-input-block {
    margin-left: 169px!important;
}

.address-user {
    color: #00746a;
    background-color: #e7e7e7;
    border-left: 6px solid #009688;
    border-radius: 7px;
    box-shadow: 1px 1px 51px rgb(0 0 0 / 5%);
    padding: 12px 10px 12px 9px;
}
.address-user .right{
    float:right;
}
.layui-menu li:hover {
    background-color: #00794b!important;
    color: #ffffff!important;

}

.layui-menu li {
    color: #6d6d6d!important;
    border-bottom: 1px solid #f7f3f3!important;
}

.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2 {
    top: 2px!important;
    left: 1px!important;
    width: 60px!important;
    height: 60px!important;
}


.layui-layer-dialog .layui-layer-padding {
    color: #007ce9!important;
}


/*客服漂浮*/
.yqy-customer-service {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 57px;
    padding: 5px;
}
.yqy-customer-service .float-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 47px;
    height: 163px;
    background: linear-gradient(180deg, #ff3b3b 0%, #ffa45a 100%);
    padding: 2px;
    border-radius: 30px;
}
.yqy-customer-service .float-right .pls-floatbar-icon {
    width: 100%;
    display: block;
    border-radius: 50%;
}

.yqy-customer-service .float-right .pls-floatbar-button{
    position: relative;
    width: 47px;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 8px 8px 20px 0 rgb(0 0 0 / 10%);
    border: 1px solid #fb7f58;
    background-clip: padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease-in-out;
    height: auto;
}
.yqy-customer-service .float-right .pls-floatbar-button .pls-floatbar-button-desc {
    display: block;
    text-align: center;
    width: 18px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    color: white;
}

.yqy-footer-service{
    background-color: #f5f5f5;
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
}
.yqy-footer-service .yqy-footer-inner {
    font-size: 0;
    text-align: center;
    padding: 24px 36px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1180px;
    border-bottom: 1px solid rgb(179 179 179 / 20%);
    -webkit-font-smoothing: antialiased;
}

.yqy-footer-service .yqy-footer-inner .yqy-footer-service-list {
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.yqy-footer-service .yqy-footer-inner .yqy-footer-service-list>li {
    display: table-cell;
    width: 25.5%;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}
.yqy-footer-service .yqy-footer-inner .yqy-footer-service-item:hover {
    text-decoration: none;
    color: #0052d9;
}
.yqy-footer-service .yqy-footer-inner .yqy-footer-service-item {
    display: block;
    font-size: 16px;
    color: #000;
}
.yqy-footer-service .yqy-footer-inner .yqy-footer-service-item:hover .icon {
    -webkit-animation: plsFooterEnter .3s steps(16) forwards;
    animation: plsFooterEnter .3s steps(16) forwards;
}
.yqy-footer-service .yqy-footer-inner .yqy-footer-service-item .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: -6px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    -webkit-animation: plsFooterLeave .3s steps(16) forwards;
    animation: plsFooterLeave .3s steps(16) forwards;
}

.yqy-footer-service .yqy-footer-inner .yqy-footer-service-item .icon-1 {
    background-image: url(/homestyle/style1/images/icons/ani-5day.8b4d6e68.png);
}
.yqy-footer-service .yqy-footer-inner .yqy-footer-service-item .icon-2 {
    background-image: url(/homestyle/style1/images/icons/ani-free.a411eb94.png);
}
.yqy-footer-service .yqy-footer-inner .yqy-footer-service-item .icon-3 {
    background-image: url(/homestyle/style1/images/icons/ani-service.a75411e0.png);
}
.yqy-footer-service .yqy-footer-inner .yqy-footer-service-item .icon-4 {
    background-image: url(/homestyle/style1/images/icons/ani-time.c32429e2.png);
}

.hqy-buy-premiummsg {
    background-color: #f7f7f7;
    box-sizing: border-box;
    width: 299px;
    padding: 8px 10px 16px 10px;
    float: right;
    margin: 0 10px 0 10px;
    border: 1px solid #dbd8d8;
    border-radius: 10px;
}
.hqy-buy-premiummsg p{
    text-align: left;
    font-size: 14px;
    line-height: 27px;
}
.hqy-buy-premiummsg p span{
    font-size: 26px;
    color: red;
}
.hqy-buy-button {
    float: right;
}