@CHARSET "UTF-8";
#model .register .reg-current{
	color: #fff;
    background-color: #399901;
}
#model .login .log-current{
	color: #fff;
    background-color: #399901;
}

#model .empty{
    border:1px solid #ff0000!important;
}

.fz12{
	font-size:12px!important;
}
.fw{
	font-weight:bold;
}
.ml-10{
	margin-left:10px!important;
}
.mr-20{
	margin-right:20px!important;
}
.no-ml{
	margin-left:0!important;
}
.page{
    width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.page a{
    color:#000;
}

.pg{
    width: 18px;
    height: 18px;
    font-size:12px;
    float: left;
    margin-left: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #bfbfbf;
    background: #00A13D;
    cursor: pointer;
}

.page .active{
    background:#00A13D!important;
    width: 20px!important;
    height: 20px!important;
    border:none!important;
    color:#fff!important;
}
.prev,.next,.end,.star{
    min-width: 50px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
.zj{
    float:left;
    margin-left:20px;
    font-size:12px;
}
.zj input{
    width:28px;
    height:18px;
    border:1px solid #bfbfbf;
    background: #00A13D;
}

.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }

/*首页滚动*/
 #gun{
     overflow: hidden;
     height: 595px;
     position: relative;
     width: 380px;
     margin: 0 auto;
     transition:  0.2s;
     -moz-transition:  0.2s;
     -webkit-transition:  0.2s;
     -o-transition:  0.2s;
 }


 /*分页*/
div.page1{
    text-align:center;
    width:96%;
    margin:20px auto 10px auto;
 }
 .page1 .page-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #00A13D;
    border: 1px solid #dcdfe6;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
 }
 .page1 .page-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
 }
.page1 .el-button:hover, .page1 .page-btn:not(:disabled):hover {
     color: #00A13D;
     border-color: #00A13D;
     background: #fff;
}
.empty {text-align: center;line-height: 200px;color: rgba(51, 51, 51, .7);}
.page1 .el-button:focus {
     color: #606266;
     border-color: #DCDFE6;
     background: #fff;
 }
.el-pagination.is-background .el-pager li:not(.disabled).active{
   background: #00A13D!important;
   color: #fff!important;
}
 .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
   border: 1px solid #ccc;
   color: #6d6d6d!important;
   padding: 0 5px!important;
   background-color: #fff!important;
   font-weight: 500;
   width: auto;
 }
 .el-pager{
   width: auto!important;
 }
 .el-pagination.is-background .btn-next:hover, .el-pagination.is-background .btn-prev:hover, .el-pagination.is-background .el-pager li:hover{
   background: #00A13D!important;
   color: #fff!important;
   border-color: #00A13D;
 }
/*  详情页字体设置 */
.detail-con p{
    font-size:16px !important;
    line-height: 28px !important;
    font-family: "微软雅黑";
 }
 .detail-con p span{
    font-size:16px  !important;
    line-height: 28px !important;
    font-family: "微软雅黑" !important;
 }
