/*领券*/

.mask,
.alert {
    position: fixed;
    z-index: 10;
}

.mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
}

.alert {
    top: 50%;
    left: 50%;
    background-color: #ed3d4f;
    padding: 10px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.alert .js-close {
    width: 100px;
    font-size: 20px;
    line-height: 30px;
    background: #fffea4;
    border-radius: 30px;
    margin: 20px auto;
    color: #ff6977;
    text-align: center;
    cursor: pointer;
}

.alert .t-txt {
    min-height: 40px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    min-width: 200px;
}

.alert .t-txt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -20px;
    border: 3px solid #b55c5c;
    border-top-color: #fff6d5;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear
}

.alert-h2 {
    position: relative;
    background: #ed3d4f;
    color: #fff;
}

@-webkit-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.wrap .banner .bga,
.wrap .banner .bgb {
    height: 240px;
    background: url('../images/banner1.jpg') no-repeat center top;
}

.wrap .banner .bgb {
    background-image: url('../images/banner2.jpg');
}

.main .banneron .bga {
    background: url('../images/banner3.jpg') no-repeat center top;
}

.main .banneron .bgb {
    background: url('../images/banner4.jpg') no-repeat center top;
}

.wrap .banner .site-box {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 240px;
}

.wrap .banner .site {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    background: #fed442;
    border: 1px solid #c10221;
    padding: 10px 15px;
    font-size: 18px;
    color: #e0000f;
    border-radius: 5px;
}

.wrap .banner .site a {
    font-size: 18px;
    color: #e0000f;
    margin-right: 5px;
}

.wrap .banner .site a.on {
    padding: 0 6px;
    background: #ca001d;
    color: #fff;
    border-radius: 15px;
}

.t-box {
    /* padding: 0px 0 60px; */
}

.box-a {
    background: #fedf75 url(../images/bga.jpg) no-repeat center bottom;
    padding-top: 40px;
    margin-bottom: 90px;
}

.lq-box {
    width: 1000px;
    height: 330px;
    background: url(../images/lq-bg.jpg) no-repeat center;
    margin: 0 auto 30px;
    position: relative;
}

.lq {
    width: 160px;
    height: 73px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
}

.t-box .t-tit {
    text-align: center;
    margin-bottom: 20px;
}

.link-box {
    display: block;
    width: 1000px;
    margin: 30px auto 0;
    padding-bottom: 180px;
}

.t-box .t-txt {
    width: 1000px;
    margin: 0 auto;
}

.box-a .t-txt {
    background: #fd7188;
}

.link-box img {
    width: 100%;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden
}

.t-cont {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    min-height: 300px;
}

.clearfix {
    *zoom: 1
}

.box-b,
.box-c {
    background: #fd7188;
}

.box-b .t-tit {
    margin-top: -107px;
}

.modular .t-txt,
.modular .js-product {
    width: 745px;
}

.modular .t-txt {
    background: #fedf75;
    margin-top: -10px;
}

.modular .num,
.modular .t-txt {
    float: left;
}

.modular .num {
    text-align: center;
    color: #fff;
    border: 2px solid #ffd200;
    margin-right: 20px;
    font-size: 22px;
    width: 150px;
    height: 286px;
    line-height: 30px;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}

.box-d .num,
.box-e .num {
    border: 2px solid #fb042d;
}

.modular .num::after {
    width: 150px;
    height: 286px;
    border: 2px solid #fcfc96;
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    box-sizing: border-box;
}

.box-d .num::after,
.box-e .num::after {
    border: 2px solid #fd5a75;
}

.modular .num i {
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url(../images/star.png) no-repeat center;
}

.jianbian {
    width: 1000px;
    height: 16px;
    margin: 0 auto;
    background-image: linear-gradient(to right, rgba(249, 36, 72, 0), rgba(249, 36, 72, 1), rgba(249, 36, 72, 0))
}

.box-img-bg {
    position: absolute;
    bottom: -30px;
    left: -40px;
    z-index: 2;
}

.box-c .t-tit {
    padding-top: 30px;
}

.box-c {
    background: #fd7188 url(../images/bgb.jpg) no-repeat center bottom;
    padding-bottom: 180px;
}

.box-d,
.box-e {
    background: #80c1fe;
}

.box-d .t-txt,
.box-e .t-txt {
    background: #fd7188;
}

.box-d .jianbian {
    background-image: linear-gradient(to right, rgba(55, 157, 254, 0), rgba(55, 157, 254, 1), rgba(55, 157, 254, 0))
}

.box-e .t-tit {
    padding-top: 30px;
}

.box-f {
    padding-top: 46px;
    background: #fd7188 url(../images/bgc.jpg) no-repeat center top;
}

.box-f .t-tit {
    background: #fccf46;
    height: 99px;
    width: 100%;
    padding-top: 21px;
    box-sizing: border-box;
}

.box-f .t-cont .img-box {
    float: left;
    margin-right: 26px;
    background: url(../images/linka.jpg) no-repeat center;
    width: 314px;
    height: 200px;
    position: relative;
    cursor: pointer;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, .3);
}

.box-f .t-cont .img-box:nth-child(2) {
    background: url(../images/linkb.jpg) no-repeat center;
}

.box-f .t-cont .img-box:nth-child(3) {
    background: url(../images/linkc.jpg) no-repeat center;
}

.box-f .t-cont .img-box:last-child {
    margin-right: 0px;
}

.box-f .t-cont .code-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px 88px;
    display: none;
}

.box-f .t-cont .code-box img {
    width: 100%;
    height: 100%;
}

.box-f .t-cont .img-box:hover .code-box {
    display: block;
}


/* 导航 */

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    background: #62562d;
    width: 107px;
    border-radius: 10px;
    border: 4px solid #ff6082;
}

.nav-box .nav-logo {
    position: relative;
    margin-left: -38px;
}

.nav-box a {
    width: 100%;
    display: block;
    line-height: 35px;
    margin: 6px auto;
    font-size: 16px;
    color: #fff;
}

.nav-box a.on {
    color: #ff514c;
    background: #fff;
    position: relative;
    border-radius: 20px;
}

.nav-box a.on::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 66px;
    margin-left: -33px;
    height: 3px;
    background: #fff;
}