.link {
    color: blue;
    text-decoration:none
}
.texto {
    width: 50%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

#menu .mdui-list-item, .mdui-collapse-item-header {
    border-radius: 0px 50px 50px 0px;
}
ul .mdui-list-item {
    border-radius: 10px;
}

.mdui-dialog {
    border-radius: 7px;
}

.mdui-btn {
    border-radius: 5px;
}
#mainContent{
    min-height: 600px;
}

/*
商品列表
*/
.mdui-list-item-goods{
   margin-bottom: 10px;
    border-bottom: 1px solid #b2bec3;
    border-top: 1px solid #b2bec3;
}
.goodslist{
    margin-top: 30px;
}
.class-title{
    border-left: 10px solid #ff5e57;
    padding-left: 10px;
    font-size: 20px;
    width: 97%;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to left, #0091EA, #ff5e57);
    border-radius: 0.3rem;
    box-shadow: 1px 1px 8px 1px #eee;

}
.mdui-list-item-content-goodstitle{
    line-height: 1.5;
}
.goods_price{
    width: 80px;
    text-align: center;
    color:#6c5ce7;
}


/*商品介绍*/

.goods-shop{
    margin-top: 30px;
}
.phone-goods-tag {
    display: none;
}

.shop-image{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

}
.shop-image img{
    max-width: 100%;
    height: 320px;
    margin: 0 auto;
    border: 2px solid #000;
}
.shop-input-header img{
    height: 70px;
    display: inline-block;
}
.shop-input-header div{
    display: inline-block;
    padding-top: 10px;

}
.buy-number{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    outline: none;
    color: #227093;
}
.buy-number .mdui-ripple{
    width: 20px;
    border-radius:20px;
}
.buy-number #num{
    width: 40px;
    outline: none;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #34ace0;
    color: #227093;
    text-align: center;
}
#price{
    font-size: 18px;
}
.goods-desc img{
    max-width: 100%;
}
.len-pay-btn{
    display: block;
    outline: none;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #393D49;
    border:2px solid #ffffff;
    color: #ffffff;
    letter-spacing:5px;
}
.len-pay-btn-user{
    color:#6c5ce7;
    border:2px solid #6c5ce7;
}
.len-pay-btn-wx{
    color:#00c853;
    border:2px solid #00c853;
}
.len-pay-btn-ali{
    color:#108ee9;
    border:2px solid #108ee9;
}
.len-pay-btn-qq{
    color:orange;
    border:2px solid orange;
}
.len-pay-btn-hide{
    display: none;
}
@media all and (max-width:730px){
    .get-info{
        width: 100%;
    }
    .orderinfo{
        width: 100%;
    }
    .w-8{
        width: 100%;
    }
    .goods-img{
        height: 60px;
    }
    .shop-info{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .shop-image{
        width: 100%;
    }
    .shop-goods{
        width: 100%;
    }
    .shop-info .shop-image{
        text-align: center;
    }
    .shop-info .shop-image img{
        max-width: 100%;
        height: 170px;
    }
    footer{

        padding-top: 20px;
    }

}
.goods-price-j{
    font-size: 25px;
    font-weight: bold;
    color: red;
}
.goods-price-d{
    font-size: 20px;
    font-weight: bold;
    color: gray;
}


.order{
    display: none;
}
.orderinfo{
    display: block;
    margin: 0 auto;
    width: 100%;
    line-height: 2.6;
    font-size: 15px;
    padding: 10px;
}
.order-title{
    height: 50px;
    line-height: 50px;
    background-color: #00a8ff;
    font-size: 14px;
    font-weight: bold;
    border-top-left-radius:5px;
    border-top-right-radius: 5px;
    padding-left: 20px;
    margin-bottom: -2px;
}
.orderinfo .mdui-card-primary-title{
    font-size: 15px;
    padding: 10px;
    background-color:#0984e3;
}
.mdui-order-btn{
    text-decoration: none;
    border: 1px solid rgb(146, 148, 248);
    position: relative;
    overflow: hidden;
    border-radius:100px;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    user-select:none;
    letter-spacing:2px;
    background-color: #a55eea;
}
.mdui-order-btn:hover{
    box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
}
.mdui-order-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            120deg,
            transparent,
            rgba(146, 148, 248, 0.4),
            transparent
    );
    transition: all 650ms;
}

.mdui-order-btn:hover:before {
    left: 100%;
}

.order-record-list{
   margin-top: 10px;
    cursor: pointer;
    padding: 10px;
}
.order-record-list div{
    margin-top: 10px;

}

.site-about{
    margin-top: 30px;
    padding: 10px;
}
.site-about img{
    max-width: 100%;
}

.len-border-css1:hover {
    color:#f0094a;
    background:transparent;
    box-shadow:none
}
.len-border-css1:before,.len-border-css1:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background:#f0094a;
    box-shadow:-1px -1px 5px 0 #fff,7px 7px 20px 0 #0003,4px 4px 5px 0 #0002;
    transition:400ms ease all
}
.len-border-css1:after {
    right:inherit;
    top:inherit;
    left:0;
    bottom:0
}
.len-border-css1:hover:before,.len-border-css1:hover:after {
    width:100%;
    transition:800ms ease all
}



/* 跑马灯 */
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }}
@keyframes rotate {
    100% {    -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.len-pmd{

}
.len-pmd {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.len-pmd::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;  top: -50%;  width: 200%;  height: 200%;  background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);  -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;}
.len-pmd::after {
    content: '';  position: absolute;
    z-index: -1;  left: 6px;  top: 6px;  width: calc(100% - 12px);
    height: calc(100% - 12px);  background: white;  border-radius: 5px;
}


.article-list-content{
    border: 3px #EBEBEB solid;
    padding: 10px;
    border-radius: 10px;
}
.article-list-content .mdui-list-item{
    margin-bottom: 10px;
    border-radius: 2px;
     border-bottom: 1px solid #EBEBEB;
 }
.article-list-content .page_btn{
    margin: 3px;
    background-color:#0984e3;
    border: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    cursor: pointer;
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
    color: #ffffff;
}
.article-list-content .disabled{
    color: #dfe6e9;
    background-color: #b2bec3;
}
.article-list-content .mdui-list-item .mdui-list-item-text{
    text-indent: 12px;
}
.news_content{
    margin-top: 20px;
    padding: 10px;
    border: 1px #EBEBEB solid;
}
.news_content .news_content_othertitle{
    font-size: 14px;
    color: gray;
    margin-top: 10px;

}
.news_content .news_content_title{
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px #EBEBEB solid;
    text-align: center;
}
.news_content img{
    max-width: 100%;
}

footer{
    clear: both;
    text-align: center;
    margin-top: 20px;
    color: grey;
    font-size: 13px;
    padding-bottom: 20px;
    min-height: 100px;
    padding-top: 20px;
}
/*
blockquote {
    position: relative;
    margin: 5px 0px;
    padding: 10px 20px 20px 60px;
    border-left: none;
    color: #374050;
}

blockquote:before{
    content:"\f10d";
    font-family:fontAwesome;
    position:absolute;
    left:0;
    top:0;
    color: #FF6700;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    border:1px solid #EBEBEB;
}*/

blockquote {

    margin: 5px 0px;
    padding: 10px 10px;
    quotes: "\201C""\201D";
}
blockquote:before {
    color: #FF6700;
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;

}
blockquote p {
    display: inline;
}
blockquote footer{
     font-size: 12px;
 }

.qint_color {
    background: linear-gradient(to left, #FF8A80, #FF5252);
    border-radius: 0.3rem;
    box-shadow: 1px 1px 9px 1px #eee;
}

.qint_color2 {
    background: linear-gradient(to left, #0091EA, #4FC3F7);
    border-radius: 0.3rem;
    box-shadow: 1px 1px 9px 1px #eee;
}

.qint_color3 {
    background: linear-gradient(to left, #5E35B1, #651FFF);
    border-radius: 0.3rem;
    box-shadow: 1px 1px 9px 1px #eee;
}
.qint_color4 {
    background: linear-gradient(to left, #05c46b, #0be881);
    border-radius: 0.3rem;
    box-shadow: 1px 1px 9px 1px #eee;
}
.qint_color5 {
    background: linear-gradient(to left, #f53b57, #485460);
    border-radius: 0.3rem;
    box-shadow: 1px 1px 9px 1px #eee;
}
.qint_color6 {
    background: linear-gradient(to left, #ff3f34, #ff5e57);
    border-radius: 0.3rem;
    box-shadow: 1px 1px 9px 1px #eee;
}
.goods_price_tag{
    border-radius: 2px;
    background: linear-gradient(to left, #ff3f34, #ff5e57);
    border-radius: 0.3rem;
    box-shadow: 1px 1px 9px 1px #eee;
    padding: 4px;
    font-size: 10px;
    margin-left: 10px;
    color: white;
}
.goods_price_tag1{
    border-radius: 2px;
    background: linear-gradient(to left, #0091EA, #4FC3F7);
    border-radius: 0.3rem;
    box-shadow: 1px 1px 9px 1px #eee;
    padding: 4px;
    font-size: 10px;
    margin-left: 10px;
    color: white;
}

#layer_button select{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px slategray solid;
}
#layer_button input{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    outline: none;
}