﻿
    /*弹框*/
*{ margin: 0; padding: 0; list-style: none; font-style: normal; font-weight:normal;}
.yz-cover{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index:1001; display:none;
}

.yz-cover-50 {
    position: fixed;
    z-index: 1002;
    width:300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); display:none;
}

.yz-renz-box{ background:#fff; border-radius:4px; }
.yz-renz-box h5{ border-radius:4px 4px 0 0; line-height:45px; font-size:16px; text-align:center; color:#fff; background:#ff6f26;}
.yz-renz-box .title{ font-size:14px; color:#333; padding:20px 0 0px 5%;}
.yz-renz-box .title i{ display:inline-block; width:20px; height:20px; margin:0 5px  0 0; text-align:center; line-height:20px; color:#ff6f26; border:1px solid #ff6f26; border-radius:50%;}


.yz-banner .swiper-container{padding:0 0 25px 0; }
.yz-banner .swiper-container .swiper-slide img{ width:100%;}
.yz-banner .swiper-pagination-bullet-active{ background:#ff9966 !important;}
.yz-banner .swiper-pagination-bullet{ width:10px !important; height:10px !important;}
.yz-banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:10px !important;}

.goto-box{ padding:0 20px;}
.goto-box h6{ font-size:11px; border-bottom:1px solid #e8e8e8; padding:5px 0 10px 0; margin-bottom:10px; text-align: center;}
.goto-box h6 img{ width:60px !important;}

.goto-box > div{ font-size:13px; }
.goto-box > div > p{ padding:0 0 5px 0;  color:#333;}
.goto-box > div .button{ font-size:16px; color:#000; line-height:30px; padding:3px 0;}
.goto-box > div .button a{ font-size:14px; height:25px; line-height:25px;  width:95px; text-align:center; display:inline-block; float:right; border-radius:13px; text-decoration:none;}
.goto-box > div .button a.bg-yellow{ border:1px solid #ff6f26;  background:#ff6f26; color:#fff;}
.goto-box > div .button a.b-yellow{ border:1px solid #ff6f26; color:#ff6f26;}

.yz-close-cover{ width:100%; text-align:center; position:absolute; left:0; bottom:-70px;}
.yz-close-cover img{ width:45px;}
/*end 弹框*/
@media only screen and (max-width: 360px) {
    .cover-50{ width:280px;}
}