.YcDialog{
	z-index: 99999 !important;
}
#payModal{z-index: 99998 !important;}

#couponModal{z-index: 99998 !important;}
.navbar-brand{
    padding: 10px 10px;
}

.navbar{
    margin-bottom: 0px;
}

.jumbotron{
    background-color: #ffffff;
    padding: 10px 0 0 0;
    margin-bottom: 0px;
    width: 100%;
    min-height: 600px;
}
.container2{
    border-color: #F6D8A0;
    width: 80%;
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
}

.checkbox{width:600px;}

.checkbox.radio{width:90px;}

.checkbox label{
	width:90px;
	padding: 10px;
	margin:10px;
    display: block;
    position: relative;
    text-align: center;
    border-radius: 2px;
    line-height: 18px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

 .checkbox input[type="radio"]:checked+label {
	color: #005980;
    border-color: #005980;
    }
/* #productId5-label{padding: 7px 0px;} */

/* #productId5{width:498px;} */

.jumbotron .h1, .jumbotron h1 {
    font-size: 28px;
}
.jumbotron .h2, .jumbotron h2 {
    font-size: 26px;
}
.jumbotron .h3, .jumbotron h3 {
    font-size: 24px;
}
.jumbotron .h4, .jumbotron h4 {
    font-size: 22px;
}
.jumbotron .h5, .jumbotron h5 {
    font-size: 20px;
}
.jumbotron .p, .jumbotron p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: 微软雅黑;
    margin: 15px 5px !important;
}

#articleTitle {
    padding-top: 20px;
    color: #000000 !important;
}

#articleCreateBy {
    padding-top: 10px;
    color: #000000 !important;
}

.articlePicture {
    height: 400px;
    width: 80%;
    overflow: hidden;
}

.articlePicture img {
    height: 400px;
    width: 80%;
    object-fit: cover;
}

#articleContent {
    margin-top: 40px;
}

#backBtn {
    margin-top: 20px;
    height: 50px;
    position: absolute;
    float: right;
    right: 5%;
}

#backBtn:hover {
    cursor: pointer !important;
    color: #ddfa52;
}
#col1{
    border:2px solid #000;
}
.commentList {
    border-top: 2px rgb(231, 231, 231) solid;
    /*padding-top: 10px;*/
    /*margin-top: 60px;*/
    margin-bottom: 20px;
}

#editor1{
	height: 10px;
}
.page>li{
	display: inline-block;
	margin:0px 10px;
} 
.page .active>a{
	color: #f44336;
}
.comment {
    padding-bottom: 5px;
    border-bottom: 2px rgb(231, 231, 231) solid;
    min-height:60px;
}
.commentName {
    padding-top: 10px;
}

.commentTime {
	padding-top: 10px;
	float: right;
}
.clear{clear:both} 

.commentContent {
    margin-top: 5px;
    margin-bottom: 20px;

}


.comments {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px #f6d8a0 dashed;
}
 .reply{
	display: block;
    padding: 10px 10px 0 10px;
    margin: 2px 5px 2px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px;
} 

.replyTime {float: right;}
.reply-edit{	
	display: block;
    padding: 5px;
    margin: 2px 5px 2px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px;
    }
.replyBtn{ float: right;}

.replyBackBtn{ float: right; }


.panel-default {
    border-color: #f6d8a0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fffae0;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 15px;
    border-color: #f6d8a0;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: rgba(0,0,0,0);
    border-color: #ddd;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: rgba(0,0,0,0);
    background-image: none;
}
.label-primary {
    background-color: #337ab7;
    display: inline;
    padding: .3em .6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
#publish{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -50px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 200px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#publish .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#publish:hover .mask{
	display:block;
}
#clientchat{
	background: url(../img/icons.png)left top no-repeat;
	background-position:left -100px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 150px;
    z-index: 6666;
    cursor: pointer;
    overflow: hidden;
}
#clientchat .mask{
	position:fixed;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#clientchat:hover .mask{
	display:block;
}
#back {
    background: url(../img/icons.png)left top no-repeat;
    background-position:left -150px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 666;
    cursor: pointer;
    overflow: hidden;
}
#back .mask{
	position:absolute;
    width: 50px;
    height: 50px;
	background-color:#fff;
	padding-left:5px;
	display:none;
}
#back:hover .mask{
	display:block;
}
.mask h4{
	padding-top: 0px !important; 
	margin-top: 0px !important;
    margin-bottom: 0px !important;
}