.waring{
    color:#ccc !important;
    font-size: 12px;
    margin-top: 20px;
}
.modal-backdrop{
	filter: alpha(opacity=0)!important;
	opacity: 0!important;
	z-index: -5;
 }
.modal-open{
	overflow:auto !important;
}
.unlock {
    text-align: center;
}
.unlock img{
    width: 150px;
    height: auto;
    margin:0 auto;
}
.infobox {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 5px 15px 15px 10px;
    border-radius: 8px;
}

.infobox h1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;

}

.user .userInfo {
    display: inline-block;
    width: 70%;
}

.user .userInfo .userCover {
    width: 20px;
    height: 20px;
    border-radius: 40px;
}

.user .userInfo span {
    margin-left: 10px;
    color: #999;
}

.user .userInteractive {
    width: 25%;
    color: #999;
    text-align: right;
    display: inline-block;
}
.leftbox {
  border-radius: 8px;   
}

.articles {
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 8px;


}

.link-btn-a{
    display:block;
    height:50px;
    line-height:50px;
    background-color:#b39e0c;
    margin:0 auto;
    color:#fff;
    text-align:center;
}
.link-btn-a:hover{
     color:#fff;
}

.down{
    font-weight: bold;
    color: #222;
    font-size: 12px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #cccccc;
}
.downs{
    margin-bottom: 10px;
    color: blueviolet;
}
.downs a{
    margin-bottom: 5px;
    display:block;
    text-decoration: none;
    color: blueviolet;
}
.down-im{
    width: 100%;
    height: auto;
}
.down-fw{
    text-align: center;
    font-size: 18px;
    color: red;
    border: 1px dashed  red;
    line-height: 28px;
}
.cons * {
    font-style: 12px;
    max-width: 100% !important;
}

.cons {
    width: 100%;
    height: auto;
    font-style: 12px;
    padding-top:15px;
    
}

.cons img{
    margin-bottom: 5px;
    max-width: 100%;
    height: auto;
}

.cons h2{
    border-left: 5px #666 solid;
    padding: 10px;
    background-color:#FFEFD5;
    font-weight: bold !important;
    font-size: 14px !important;
}




.jmbox{
    width: 100%;
    border: 1px dashed #ccc;
    padding:10px;

}
.jmbox .jmbox_tops{
    font-weight: bold;
}
.jmbox .jmbox_tops_title{
    color: red;
    text-align: center;
    font-weight: bold;
}
.jmbox .jmbox_js_title{
    color: red;
}
.jmbox>div{
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}
.jmbox div:last-child{
    border-bottom: none;
}

.jmbox .jmbox_one_box .unlock {
    text-align: left;
}

.jmbox .jmbox_one_box .unlock img {
    width: 200px;
    height: auto;
}
.jmbox .jmbox_one_box .unlock_tips{
    color:#888;
}
.jmbox .jmbox_two_box .f-ewm-tis{
        font-weight: bold;
        color: blue;

}
.jmbox .jmbox_two_box .jmbox_two_box_tips{
    color: #888;
}
.jmbox .jmbox_zzgzh img {
    width: 200px;
    height: auto;
}
.jmbox .jmbox_two_box_form_sm{
    border-top: 1px dashed #ccc;
}
.jmbox .jmbox_two_form #apwd2{
    margin-bottom: 10px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.jmbox .jmbox_two_form .send {
    outline: 0;
    color: #fff;
    background-color: #f0ad4e;
    display: block;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
}
.jmbox_three_box .jmbox_three_box_tips{
    color: #888;
}



/*pwd-o*/
.cShop .shopcover img {
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cShop .shopinfo .title {
    font-size: 1.1rem;
    color: #333;
}

.cShop .shopinfo .money {
    font-size: 1.6rem;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
}

.cShop .payinfo {
    display: grid;
    /* grid-template-columns: 11em calc(100% - 11em); */
    grid-template-columns: 1fr;
}

.cShop .payinfo .pay {
    color: white;
    text-align: center;
    font-size: 1.2rem;
    background-color: red;
    width: calc(100% - 1em);
    /* margin-right: 1em; */
    height: 30px;
    line-height: 30px;
    display: block;
}

.cShop .payinfo .bm {
    display: block;
    color: white;
    text-align: center;
    font-size: 1.2rem;
    background-color: yellowgreen;
    width: 100%;
    height: 30px;
    line-height: 30px;

}

.cShop .shopbm {
 
    border-top: 1px solid #ccc; 
    margin-top: 8px; 
    /*border: 1px solid yellowgreen;*/
    padding: 8px;
}
.cShop .shopbm .bmm{
    grid-template-columns: 100%; 
    display:grid;
}
.cShop .shopbm .bmzn{
    color:red;
    margin-top:5px;
    
}
.cShop .shopbm label,
.cShop .btn-defualt {
    font-weight: 100 !important;
}

.cShop {
    /* background-color: rgb(245, 245, 245); */
    /* border: 1px solid red; */
    border: 1px solid red;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    font-size:12px;
}

/* 320px — 480px：移动设备
481px — 768px：iPad，平板电脑
769px — 1024px：小屏幕，笔记本电脑
1025px — 1200px：台式机，大屏幕
1201px 及以上：超大屏幕电视 */
/* min-width://宽度可大于
max-width://宽度最小 */
@media screen and (min-width: 768px) {
    .cShop .shopbm .bmzn{
        text-align:right;
        color:red;
        margin-top:0;
        
    }
    .cShop .shopbm .bmm{
        grid-template-columns: 30% 70%; 
        display:grid;
    }
    .cShop .shopinfo .title {
        font-size: 1.6rem;
        color: #333;
    }
    .cShop {
        cursor: pointer;
        /*background-color: rgb(245, 245, 245);
        border: 1px solid red; 
        border:none;*/
        width: 60%;
    }

    .cShop:hover {
        border: 1px solid red;
        background-color: #fff;
    }
}


.clink-a{
    cursor: pointer;
    color:#888;
    height:80px;
    margin-bottom:4px;
}

.clink-a .clink {
    background-color: rgb(245, 245, 245);
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 50px calc(100% - 50px);
}
.clink-a .clink .linkcover img {
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.clink-a .clink .linkinfo .linktitle {
    margin:0;
    font-size: 1.2rem;
    color: #888;
    font-weight: 700;
    text-indent: 8px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
.clink-a .clink .linkinfo .linklink {
    margin:0;
    font-size: 1.2rem;
    color: #888;
    text-indent: 8px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bm_msg{
    display:block;
    margin-top:5px;
    color:red;
}
/* 320px — 480px：移动设备
481px — 768px：iPad，平板电脑
769px — 1024px：小屏幕，笔记本电脑
1025px — 1200px：台式机，大屏幕
1201px 及以上：超大屏幕电视 */
/* min-width://宽度可大于
max-width://宽度最小 */
@media screen and (min-width: 768px) {

    .clink-a {
        display: block;
        width: 60%;
    }
}

