.content{
    width: 1200px;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
}


.layui-layer-content{
    color: #fff;
}

.showmore{
    width: 100%;
}
.showmore .more{
    width: 126px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #2D90FB;
    border-radius: 17px;
    color: #2D90FB;
    float: right;
    text-align: center;
    cursor: pointer;
}
.showmore .nomore{
    width: 126px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999999;
    border-radius: 17px;
    color: #999999;
    float: right;
    text-align: center;
}

.log-message{
    background: #FFEDDD;
}


.log-message {
    position: absolute;
    /* margin-bottom: 19px; */
    margin-top: 46px;
}

.log-message img{
    vertical-align: middle;
    height: 24px;
    margin: -3px 5px 0 0;
}

.tab-box{
    background: #f0f0f0;
    padding: 10px 10px;

}
.tab-box-name{
    float: left;

    text-align: right;
    color: #1697ff;
}
.tab-box-problem{
    float: left;
    width: 55%;
    margin-left: 10px;
    color: #000;
}
.tab-box-time{
    float: right;
    color: #1697ff;
}
.tab-box1{
    background: #fff;
    padding: 10px 10px;
}
.tab-box-admin{
    float: left;

    text-align: right;
    color: #FF4F42;
}
.tab-box-content{
    float: left;
    width: 62%;
    margin-left: 10px;
    color: #FF4F42;
}
.layui-tab-title .layui-this{
    background: #d8d8d8
}

.loginfo{
    background: #ffffff;
    width: 100%;
    padding: 20px;
    float: left;
}
.loginfo .journal{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.loginfo .journal span{
    position: relative;
}
.loginfo .journal span:after{
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 4px;
    width: 100%;
    background: #2D90FB;
    border-radius: 2px;
    content: '';
}

.loginfo .updateLog{
    width: 460px;
    float: left;
}

.loginfo .updateLog .log-list{
    padding: 10px 0;
}

.loginfo .updateLog .item{
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
.loginfo .updateLog .item .dian{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 17px 10px 17px 0;
    background: #999999;
    border-radius: 50%;
}

.loginfo .updateLog .item .con{
    display: inline-block;
    width: 340px;
    font-size: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.loginfo .updateLog .item .time{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}

.loginfo .feedback{
    width: 650px;
    float: right;
}


#footer-aa{
    margin-bottom: 60px;
}

.laback{
    margin: 10px 0;
    height: 30px;
}

.back-btn-group{
    float: left;
    height: 100%;
    background: #fff;

}

.back-btn-group .btn{
    float: left;
    display: block;
    cursor: pointer;
    line-height: 30px;
    padding:0 20px;
    margin: 0;
    background: #aaaaaa;
    border-radius: 15px;
    color: #ffffff;
    margin-right: 20px;
}

.back-btn-group .btn.active{
    background: linear-gradient(0deg, #2E7DFC, #43B6FB);
    box-shadow: 0px 2px 12px 0px rgba(10, 58, 121, 0.26);
    border-radius: 16px;
}

.laback  #parentIframe{
    padding-right: 15px;
    padding-left: 5px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor:pointer;

    background: linear-gradient(0deg, #FF6600, #FFA76D);
    box-shadow: 0px 2px 12px 0px rgba(255, 120, 0, 0.26);
    border-radius: 15px;
}

.laback  #parentIframe img{
    width: 18px;
    height: 16px;
    margin: 7px 2px 7px 10px;
}


.feedback-item{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3px 0;
    font-size: 15px;
    line-height: 30px;
}
.feedback-item .left{
    width: 15%;
    float: left;
    text-align: right;
}

.feedback-item .left .name{
    color: #2D90FB;
}

.feedback-item .right{
    width: 83%;
    float: right;
}

.feedback-item .right .ra{
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDDDDD;
}

.feedback-item .right .ra .problem{

}

.feedback-item .right .ra .time{
    color: #666666;;
}

.feedback-item .right .rb{
    padding-top: 5px;
    font-size: 14px;
}

.feedback-item .right .rb .content{
    color: #666666;
}

/*反馈弹窗*/
#textareaName{
    width: 300px;
    height: 120px;
    resize: none;
    border:1px solid #666;
    padding:5px;
}
.am-form{
    text-align: center;
    margin-top: 20px;
}
.aa-am-form{
    text-align: center;
}
.copy-input{
    cursor:pointer;
}
#feedbackSubmit{
    width: 60px;
    height: 30px;
    cursor:pointer;
    color: #fff;
    background: #1072BD;
    margin-top: 10px;
    line-height: 30px;
}



    #gotoTop{
        display:none;
        position:fixed;
        top:90%;
        left:50%;
        cursor:pointer;
        margin-top:-50px;
        margin-left:620px;
        /*width:60px;*/
        padding: 10px;
        background: #ffffff;
        text-align:center;
        font-size: 14px;
        border-radius: 10px;
        color: #666666;
    }

    #gotoTop{
        _position:absolute;
        _top:expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")
    }

    #gotoTop img{
        width: 40px;
        height: 40px;
    }
    #gotoTop.hover,#gotoTop.hover p{
        color:#2D90FB;
    }

.Spike{
    width: 100%;
    height: 160px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
    margin: 0px 0 10px;
    background: #ffffff;
    box-sizing: border-box;
    float: left;
}
.Spike-img{
    width: 640px;
    height: 100%;
    background: #DDDDDD;
    float: left;
}

.Spike-img img{
    width: 100%;
    height: 100%;
}

.Spike-img-right{
    width: 560px;
    height: 100%;
    float: right;
    padding: 10px 15px;
}
.Spike-title{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    vertical-align: middle;
}
.Spike-title a{
    font-size: 16px;
    color: #3283FC;
}
.Spike-one{
    margin:8px 0;
}
.Spike-buy{
    width: 260px;
    height: 30px;
    line-height: 30px;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}
.Spike-buy .timeBox{
    float: left;
    width: 50%;
    height: inherit;
    background: linear-gradient(0deg, #FF7D25, #FFAC75);
    box-shadow: 0px 2px 12px 0px rgba(255, 120, 0, 0.26);
    color: #ffffff;
    font-size: 20px;
}


.Spike-jia{
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    line-height: 25px;
}
.Spike-chang{
    text-decoration:line-through;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.Spike-qiang{
    color: #f00;
    padding: 6px 12px;
    font-size: 12px;
    margin-left: 0px;
    background: #FEE3E3;
    border-radius: 14px;
}
.Spike-miaosha{
    float: right;
    width: 130px;
    height: 30px;
    background: linear-gradient(0deg, #2E7DFC, #43B6FB);
    color: #ffffff;
    cursor: pointer;
}


.vip-title{
    text-align: center;
    padding-top: 130px;
}
.vip-give{
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    font-size: 22px;
    color: #0557C7;
}
.vip-explain{
    text-align: center;
    padding-top: 55px;
    font-size: 16px;
    letter-spacing:1px;
}
.money{
    margin-top: 0px;
    width: 1200px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 0 18px;
}
.vip-money{
    width: 260px;
    height: 275px;
    float: left;
    margin:15px 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

.vip-money.long{
    background: #EAF4FF;
    box-shadow: 0px 2px 6px 0px rgba(46, 120, 252, 0.3);
}

.vip-money .info{
    height: 110px;
    margin-top: 10px;
}

.vip-money .free-activity{
    height: 95px;
}

.vip-money .upload-data{
    margin-bottom: 10px !important;
}

.vip-pay{
    padding-top: 25px;
    color: #1C355D;
    font-size: 20px;
    font-weight: bold;
}
.vip-money-price{
    font-size: 16px;
    padding-top: 35px;
    letter-spacing:2px;
}
.vip-money-price span{
    font-size: 36px;
    font-weight: bold;
    color: #FF6A00;
}
.vip-money .vip-button{
    margin: 0 auto;
    width: 124px;
    height: 32px;
    line-height: 35px;
    background: linear-gradient(0deg, #2E7DFC, #43B6FB);
    box-shadow: 0px 2px 12px 0px rgba(10, 58, 121, 0.26);
    border-radius: 16px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.vip-button a{
    color: #fff;
}
.vip-money-year{
    font-size: 15px;
    padding-top: 10px;
    color: #FC2D0D;

    min-height: 30px;
    /*width: 215px;*/
    text-align: center;
}
.vip-money-img{
    padding-top: 15px;
}
.vip-activity{
    margin: 50px 80px;
}
.vip-activity div{
    padding-top: 5px;
}
.vip-activity div a:hover{
    color: #f00;
}
.original-price {
    font-size: 16px;
    padding-top: 10px;
    letter-spacing: 2px;
    color: grey;
    position: relative;
    /*text-decoration:line-through;*/
}

.original-price span {
    font-size: 26px;
    font-weight: bold;
    color: grey;
}

.original-price .line{
    width: 130px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -65px;
    height: 1px;
    background: grey;
}

.vip-money-price{ padding-top: 5px;}
.list-money .vip-button { margin-top: 0px; }
/*#gundong {
    overflow:hidden;
    width: 400px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
#gundong a {
    color:#333;
}
#gundongAreaMain1 {
    float: left;
    width: 800%;

}
#gundongAreaMain2, #gundongAreaMain3, #gundongAreaMain2 li, #gundongAreaMain3 li {
float: left;
}
#gundongAreaMain1 li{
     color: #fffe00;
    margin-right: 80px;
}*/

#mrq {
    /*float: left;*/
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    margin: 10px 0;
}
#mrq .laba{
    width: 41px;
    height: 36px;
    margin: 6px 5px 6px 15px;
    display: inline-block;
    float: left;
}

.gonggao{
    width: 65px;
    float: left;
    line-height:48px;
    text-align: center;
    font-size: 18px;
}
#Marquee_x {
    overflow:hidden;
    width: 1050px;
}
#Marquee_x ul li ,#Marquee_x ul li div {
    float:left;
    line-height:48px;
    overflow:hidden
}
/* 横向滚动必须让所有li左浮动*/
    #Marquee_x ul li div {
    float:left;
    line-height:48px;
    overflow:hidden
}
#Marquee_x ul li div span {
    display:block;
    color: #3283FC;
}
/* 添加兼容性前缀 */
@-webkit-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% {opacity: 1; }
    100% { opacity: 0;}
}
@-o-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/* 定义blink类*/
.blink{
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
    animation: blink 1s linear infinite;
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
}
.agent{
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}
.agent a{
    color: #f00;
}

.photoli{
    float: left;
    max-width: 92px;
    height: 92px;
    margin:5px 15px;
    position: relative;
    border: 1px solid rgb(139, 139, 139);
    padding: 4px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}


.stock-list{
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*float: left;*/
    /* margin-bottom: 10px; */
    width: 100%;
    padding: 20px;
    /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); */
}

.info{
    display: block;
    width: 178px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    margin-right: 18px;
}

.info:last-child{
    margin-right: 0px;
}

.info .pic{
    width: 100%;
    padding: 1px;
    text-align: center;
}

.info .pic img{
    width: 166px;
    height: 166px;
    overflow: hidden;
    margin-top: 2px;
}

.info .cont{
    width: 100%;
    padding: 10px;
}

.info .cont .name{
    color: #333333;
    line-height: 24px;
    padding: 0px 0px 0px;

    /*文本限制最多2行，超出隐藏*/
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;

}

.info .cont .price{
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 22px;
    font-size: 12px;
}

.info .cont .price span font{
    color: #f74140;
    font-weight: bold;
    font-size: 14px;
}
/* 原来的带商城图片的 */
/* .stock-count{
    background: #fff;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px 20px 20px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
}
.stock-count a{
    padding: 0px 15px;
}
.stock-count .count-xindou{
    padding-right: 10px;
    color: orangered;
}
.stock-count .count-xindou .xindou_num{
    color: #f00;
    font-weight: bold;
}

.stock-count .toshop{
    text-decoration: none;
    cursor: pointer;
}
.stock-count .count-shop{
    color: orangered;
    border: 1px solid orangered;
    border-radius: 15px;
    padding: 5px 10px;
}
.stock-count .count-tips{
    color: #000;
    letter-spacing: 1px;
    margin-left: 20px;
    color: orangered;
} */

/* 后来修改的 */

.stock-count{
    background: #ffffff;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 15px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
}
.stock-count .xd_1{
    background-color: #FF4452;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.stock-count .xd_2{
    color: #FF4452;
    padding: 0px 10px;
}
.stock-count .xd_3{
    color: #000;
}
.stock-count .xd_4{
    color: #1697ff;
    cursor: pointer;
}


.time_down{
    width: 100%;
    padding: 0 0 10px;
    font-weight: 700;
    /* text-align: center */
    /* background: #b4dbfa; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.time_down div{
    /* color: red !important; */
    /* 设置渐变背景，从左(红色)到右(蓝色) */
  background-image: linear-gradient(to right, rgb(218, 152, 12), rgb(15, 143, 15));
  /* 使文字有透明度，以便可以看到渐变效果 */
  color: transparent;
  /* 使用背景渐变填充文字 */
  -webkit-background-clip: text;
  background-clip: text;
}

/* .time_down div{
    color: rgb(238, 18, 18) !important; 
    text-shadow: 5px 5px 2px rgb(208, 255, 0);
} */

/* .time_down div{
    letter-spacing: 2px;
    color: rgb(238, 18, 18) !important; 
    text-shadow: 4px 0 #e7eb0a,
	-4px 0 #e7eb0a,
	0 4px #e7eb0a,
	0 -4px #e7eb0a,
	4px 4px #e7eb0a,
	-4px -4px #e7eb0a,
	4px -4px #e7eb0a,
	-4px 4px #e7eb0a;
} */

.time_down .text{
    font-size: 50px;
    margin-right: 15px;
    margin-top: -5px;
}

.time_down .text1{
    margin-right: 20px;
}


.time_down .time,
.time_down .day{
    font-size: 56px;
}

.time_down2{
    display: flex;
    /* float: left; */
    background: #ffffff;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 15px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
    align-items: center;
    justify-content: center;
}

.time_down2 .text{
    /* color: red !important; */
    /* 设置渐变背景，从左(红色)到右(蓝色) */
    background-image: linear-gradient(to right, rgb(218, 53, 12),rgb(12, 94, 218), rgb(143, 120, 15),rgb(218, 53, 12));
    /* 使文字有透明度，以便可以看到渐变效果 */
    color: transparent;
    /* 使用背景渐变填充文字 */
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 18px;
    font-weight: bold;
}

.time_down2 .text .text2{
   font-weight: normal;
   display: none;
}

.time_down2 .btn{
    display: inline;
    background-color: #FF4452;
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}