body{
    background: #fafafa;
}
.home{
    height:748px;
    background: url('../../img/home_bj.png') no-repeat;
    background-size:100%;
    position: relative;
}
.logo{
    padding:24px 0 0 24px;
}
.title{
    font-size: 30px;
    color:#fff;
    text-align: center;
    line-height: 195px;
    font-family: '方正正中黑简体','微软雅黑';
}
.viewMK{
    display: block;
    font-size:18px;
    margin:0 0 10px 800px;
    color:#fff;
}
.top{
    display: block;
    font-size:18px;
    margin:0 0 10px 700px;
    color:#0dcee7;
}
.main{
    width:920px;
    margin:0 auto;
    box-shadow: 0 2px 16px rgba(54,153,221,.55);
    background: #eff7fc;
    margin-bottom: 20px;
}
.main h1{
   line-height: 40px;
   background: #3699dd;
   text-align: center;
   font-size: 21px;
   color:#fff;
   font-family: '方正正中黑简体','微软雅黑';
}
.main h1:before,.main h1:after{
   content:'·············';
   font-family: '宋体';
   font-size: 12px;
   letter-spacing:-7px;
   margin:0 20px;
}
.main .content{
    height:463px;
    overflow-y: auto;
}
.main h2{
  line-height: 80px;
  text-align: center;
  font-size: 21px;
}
.list{
    padding: 0 60px;
}
.list li{
  position: relative;
  float:left;
  width:180px;
  height:168px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 5px rgba(224,224,224,.75);
  text-align: center;
  margin-right:12px;
  margin-bottom: 20px;
  cursor: pointer;
}
.list li img{
  position: absolute;
  right:-1px;
  top:-1px;
}
.list li:first-child{
    margin-left:0;
}

.list li h3{
    padding-top: 45px;
    font-size: 17px;
}
.list li h4{
    width:88px;
    font-size: 14px;
    line-height: 30px;
    background:#f9ffff;
    border:2px solid #bedbff;
    border-radius: 15px;
    margin:15px auto 25px;
}

.list li h3.list-mk{
  padding-top: 32px;
  font-size: 17px;
}
.list li h4.list-mk{
  width:158px;
  font-size: 12px;
  line-height: 30px;
  background: #C2F7F9;
  border:2px solid #bedbff;
  border-radius: 5px;
  margin:15px auto 15px;
}
.list li h4.list-mk-unopen{
    width:158px;
    font-size: 12px;
    line-height: 30px;
    background: #E8E7E7;
    border:2px solid #bedbff;
    border-radius: 5px;
    margin:15px auto 15px;
}

.list li h4.list-pop-mk{
    width: 108px;
    font-size: 14px;
    line-height: 36px;
    background: #f9ffff;
    border: 2px solid #bedbff;
    border-radius: 28px;
    margin: 38px auto 15px;
}

.list li p{
  font-size: 14px;
  color:#999;
}
.popup-menu,.popup-tip,.popup-tip2{
   bottom:106px;
   background: #eff7fc;
}
.popup-menu .list{
  padding:55px 40px;
}
.popup-tip .tip{
  float: left;
  margin:80px 26px 0 40px;
}
.popup-tip h1{
  line-height: 268px;
  color:#333;
  font-size: 15px;
}
.popup-tip2 .tip{
  float: left;
  margin:80px 26px 0 40px;
}
.popup-tip2 h1{
  line-height: 268px;
  color:#333;
  font-size: 15px;
}
/**
弹窗 frame
 */

.frameDiv{
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.frameDiv2{
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
 .frame{
    width:400px;
    height:130px;
    background:#fff;
    border-radius: 10px;
    padding:10px 20px 20px 20px;
    font-size:16px;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.frame span{
    display: inline-block;
    width:40px;
    height:30px;
    line-height: 30px;
    background:#0a8fcf;
    color:#fff;
    font-size:14px;
    border-radius: 5px;
    margin-bottom: 10px;

}
.frame p{
    color:#000;
    text-align: center;
}
.frame .btn{
    text-align: center;
    font-size:14px;
    margin-top:30px;
}
.frame .btn a:nth-child(1){
    display:inline-block;
    width:80px;
    height:30px;
    line-height: 30px;
    border-radius: 30px;
    border:1px solid #000;
    margin-right:14px;

}
.frame .btn a:nth-child(2){
    display:inline-block;
    width:80px;
    height:30px;
    border-radius: 30px;
    line-height: 30px;
    background: #0a8fcf;
    margin-left:14px;
    color:#fff;
}
/**弹窗结束 */
/** 卷A B*/
.popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}
.popup {
    position: absolute;
    z-index: 11000;
    background: #fff;
    box-sizing: border-box;
    display: none;
    -webkit-overflow-scrolling: touch;
    height: auto;
    overflow: visible;
    z-index: 12000;
}
.popup.popup-alert {
    width: 680px;
    left: 50%;
    margin-left: -332px;
}

.popup-menu, .popup-tip, .popup-tip2 {
    bottom: 106px;
    background: #eff7fc;
}
.popup-menu .list {
    padding: 55px 40px;
}

.list {
    padding: 0 60px;
}

.list li {
    position: relative;
    float: left;
    width: 182px;
    height: 168px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(224,224,224,.75);
    text-align: center;
    margin-right: 12px;
    margin-bottom: 20px;
    cursor: pointer;
}
.list li:first-child {
    margin-left: 0;
}
a {
    outline: none;
}
.popup-alert .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

img {
    display: block;
}
