html,
body {
    position: relative;
    height: 100%;
    padding: 0;
    margin:0;
}
.swiper-pagination-bullet{
    background: rgba(255,255,255,.8);
}
header{
    width: 100%;
    background: #fff;
    padding: 30px 0 15px 0;
}
header img{
    margin-left: 18%;
}
article{
    width: 100%;
    background: #fafafa;
    padding-bottom: 20px;
    min-height: calc(100% - 126px);
    box-sizing: border-box;
}
.swiper-container{
    width: 1200px;
    margin: 0 auto;
}
.swiper-container img{
    width: 100%;
}
.swiper-button-next{
    background: url("../images/right.png") no-repeat;
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
}
.swiper-button-next:after{
    display: none;
}
.swiper-button-prev{
    background: url("../images/left.png") no-repeat;
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
}
.swiper-button-prev:after{
    display: none;
}
.kht{
    text-align: center;
}
.swiper-pagination{
    bottom: 40px!important;
}
.kht img{
    width: 150px;
    margin: 18px 0 14px 0;
}
.geren{
    width: 500px;
    display: inline-block;
}
.geren img{
    width: 100%;
}
footer{
    text-align: center;
    background: #640000;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
}
.form{
    width: 500px;
    margin: 0 auto;
    padding-top: 100px;
}
.item{
    margin-bottom: 16px;
}
.item > div{
    display: inline-block;
}
.item > *{
    vertical-align: middle;
}
.label{
    width: 120px;
    font-size: 14px;
}
.one{
}
.one input{
    width: 300px;
    height: 30px;
    padding:5px 10px 5px 10px;
    box-sizing: border-box;font-size: 12px;
    background: #fff;
    outline: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.one .midInput{
    width: 220px;
    height: 30px;
    padding:5px 10px 5px 10px;
    box-sizing: border-box;font-size: 12px;
}
.one .miniInput{
    width: 142px;
    height: 30px;
    padding:5px 10px 5px 10px;
    box-sizing: border-box;font-size: 12px;
    margin-right: 10px;
}
#remark{
    width: 300px;
    height: 50px;
    padding:5px 10px 5px 10px;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#getYzm{
    font-size: 12px;
    color: #640000;
    margin-left: 5px;
}
select.bigInput,.select.bigInput{
    width: 95px;
    font-size: 12px;
    background: #fff;
    position: relative;
    line-height: 25px;
    padding-left: 5px;
    overflow: hidden;
}
select.bigInput{
    opacity: 0;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.select span{
    font-size: 12px;
    text-indent:12px;
}
.select.bigInput:after{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    background: url("../images/jt.png") no-repeat;
    background-size: 100% 100%;
    height: 5px;
    right: 8px;
    top: 50%;
    transform: translate(0 ,-50%);
}
.one > div{
    display: inline-block;
    vertical-align: middle;
}
.subLabel{
    font-size: 14px;
    padding-left:20px;
    padding-right: 5px;
}
a{
    text-decoration: none;
}
.item .btn{
    font-size:14px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 240px;
    line-height: 40px;
    background: #640000;
    border-radius: 4px;
    margin-left: 60px;
}
.label img{
    width: 16px;
    margin-right: 5px;
}
.label > *{
    display: inline-block;
    vertical-align: middle;
}
#mc{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 1000;
}
.dialog{
    position: absolute;
    left: 50%;
    top: 300px;
    transform: translate(-50%,0);
    width: 280px;
    min-height: 180px;
    background: #fff;
    border-radius: 9px;
    text-align: center;
    padding: 30px 0;
}
.img img{
    width: 120px;
    margin-left: 30px;
}
.success{
    font-size: 18px;
    color: #6F060B;
    font-weight: bold;
}
.tip{
    color: #636363;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 15px;
}
.save{
    display: inline-block;
    width: 220px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #8A0007;
    border-radius: 4px;
}
#close{
    font-size: 20px;
    color: #BEBDBD;
    position: absolute;
    display: block;
    top: 0;
    right: 7px;
    transform: rotate(45deg);
    cursor: pointer;
}
.dialogT{
    text-align: center;
    font-size: 14px;
    color: #640000;
    font-weight: 600;
    padding-bottom: 10px;
}
.point-event{
    pointer-events: none;
}

/* PC */
.kht img{
    display: block;
    margin: 0 auto;
}
.khzq{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}
.khzq .geren {
    height: 116px;
    width: auto;
}
/* 月报预约 */
.pitem{
    margin-top: -15px;
    font-size: 12px;
    color :grey;
}