@charset "utf-8";
/* mycat website public block start */
*{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;}
html,body,div,h1,h2,h3,h4,h5,h6,p,img,ul,li,input,span,a,i{ padding: 0;margin: 0; }
html{ font-family: "microsoft yahei", "HanHei SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial",sans-serif; }
img{ border: none; vertical-align: top;}
a{ text-decoration: none; }
input,textarea,button{ outline: none;-webkit-appearance: none; }
textarea{ resize: none; overflow: hidden; }
li{ list-style: none; }
.rem-hack{font-size: 0;}
.clear,.clear-fix{ zoom:1; }
.clear:after,.clear-fix:after{ content: ""; display: block; clear: both; }
.fl,.pull-left{ float: left; }
.fr,.pull-right{ float: right; }
.section{width: 100%;position: relative;}
.section-center{max-width: 1193px;margin: 0 auto;position: relative;}
.full{width: 100%;}
/* mycat website public block end */

html, body {
    background-color: #c30000 !important;
}

.banner-controller {
    height: 660px;
    background: url("../img2/pc-banner.jpg") no-repeat top center;
    background-size: cover;
}

.des-controller .pc {
    height: 544px;
    background: url("../img2/pc-des-bg.jpg") top center;
    background-size: cover;
    margin-top: 116px;
}

.des-controller .pc .inner {
    padding: 90px 60px;
    display: flex;
}

.des-controller .pc .inner .cover {
    border-radius: 10px;
    overflow: hidden;
    width: 382px;
}

.des-controller .pc .inner .content {
    flex: 1;
    padding-left: 52px;
}

.des-controller .pc .inner .content .con-title {
    text-align: center;
}


.des-controller .pc .inner .content .text {
    font-size: 16px;
    color: #fff;
    margin-top: 36px;
}

.des-controller .pc .inner .content .btn-box {
    margin-top: 30px;
}
.des-controller .pc .inner .content .btn-box img {
    cursor: pointer;
    display: inline-block;
    margin-right: 14px;
}
.des-controller .m {
    text-align: center;
    margin-top: 36px;
    display: none;
}
.des-controller .m img {
    margin: 0 15px;
    margin-bottom: 6px;
}

.ue-controller {
    margin-top: 90px;
}
.ue-controller .ue-title {
    text-align: center;
}
.ue-controller .ue-title .time-box {
    display: inline-block;
    background-color: rgba(255, 255, 255, .2);
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    font-size: 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6);
    position: relative;
    top: -26px;
}

.ue-controller .ue-box {
    display: flex;
    margin-top: 38px;
}
.ue-controller .ue-box .item {
    flex: 1;
}
.ue-controller .pick-box {
    position: relative;
    max-width: 474px;
    height: 624px;
    margin: 0 auto;
}
.ue-controller .pick-box:after,
.ue-controller .pick-box .con{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 30px;
    text-align: center;
}
.ue-controller .pick-box:after {
    z-index: 50;
    background-color: rgba(255, 255, 255, .18);
    transform: translate3d(-22px, 10px, 0px);
}
.ue-controller .pick-box .con {
    z-index: 100;
    border: 1px solid #fff;
}
.ue-controller .pick-box.pack1 .img1{
    margin-top: 70px;
    padding-bottom: 60px;
}
.ue-controller .pack1 .img1-wrap,
.ue-controller .pack2 .img1-wrap {
    position: relative;
}
.ue-controller .pack1 .img1-wrap:after,
.ue-controller .pack2 .img1-wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 198px;
    border-bottom: 1px solid #f39f2b;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.ue-controller .pack1 .img2-wrap {
    margin-top: 32px;
}
.ue-controller .pack1 .text1-wrap,
.ue-controller .pack2 .text1-wrap {
    margin-top: 38px;
}
.ue-controller .pack1 .text1-wrap p,
.ue-controller .pack2 .text1-wrap p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 4px;
}

.ue-controller .pack2 .img1-wrap {
    margin-top: 20px;
}
.ue-controller .pack2 .img1-wrap:after {
    bottom: -22px;
}
.ue-controller .pack2 .img2-wrap {
    margin-top: 54px;
}

.ue-m-wrap {
    display: none;
}
.ue-box-m {
    display: flex;
}
.ue-box-m .item {
    flex: 1;
    text-align: center;
    padding: 0 6px;
}
.ue-box-m .item img {
    width: 100%;
}


.gm-controller {
    margin-top: 90px;
}

.gm-controller .gm-box {
    display: flex;
    margin-top: 80px;
}
.gm-controller .gm-box .item {
    flex: 1;
}

.gm-controller .gm-box .video-box {
    text-align: center;
    border: 1px solid #ff0808;
    border-radius: 10px;
    padding: 26px;
}
.gm-controller .gm-box .video-box .v-title {
    font-size: 28px;
    color: #fff;
    padding-bottom: 10px;
}
.gm-controller .gm-box .video-box .v-title p {
    margin-bottom: 2px;
}
.gm-controller .gm-box .text-box {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.gm-box-m-wrap {
    display: none;
    margin-top: 20px;
    margin-bottom: 6px;
}
.gm-box-m-wrap .v-title {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.gm-box-m-wrap .v-title p{
    margin-bottom: 4px;
}
.gm-box-m-wrap .fred {
    padding: 25px 0;
}

.zg-controller .img-wrap img {
    width: 100%;
}


.zg-controller {
    margin-top: 80px;
}

.zg-controller .row {
    margin-top: 58px;
}
.zg-controller .row .item {
    margin-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
}
.my-hack-box {
    margin-left: -10px !important;
    margin-right: -10px !important;
}


.wj-controller {
    margin-top: 60px;
}
.wj-controller .row {
    margin-top: 100px;
}
.wj-controller .row .item {
    margin-bottom: 24px;
}
.wj-controller .row .item img {
    width: 100%;
}
.wj-controller .row .item {
    position: relative;
    overflow: hidden;
}
.wj-controller .row .item .text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.wj-controller .row .item .text.m {
    display: none;
}
.wj-controller .row .item .text p {
    margin-bottom: 4px;
}


.fixed-nav {

}


footer{
    padding: 28px 0;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}
footer, footer a{
    font-size: 14px;
    color: #fff;
}
footer, footer a:hover {
    color: #ccc;
}
footer .item{
    padding-bottom: 16px;
    margin: 0;
}
footer .item span{
    padding: 0 10px;
    display: inline-block;
    color: #fff;
}

.fixed-nav {
    position: fixed;
    right: 120px;
    top: 200px;
    width: 122px;
    z-index: 9999;
}
.fixed-nav .re-box {
    margin-top: 62px;
}
.fixed-nav .re-box .item {
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}
.fixed-nav .re-box .item.big .con {
    height: 54px;
    line-height: 64px;
}
.fixed-nav .re-box .item.big img {
    position: absolute;
    top: -38px;
    left: 0;
}

.fixed-nav .re-box .item .sub {
    height: 9px;
    width: 1px;
    background-color: #998062;
    position: absolute;
    top: -7px;
}
.fixed-nav .re-box .item .sub:nth-of-type(1) {
    left: 15px;
}
.fixed-nav .re-box .item .sub:nth-of-type(2) {
    right: 15px;
}
.fixed-nav .re-box .item .sub:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #998062;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.fixed-nav .re-box .item .con {
    display: block;
    height: 40px;
    background-color: #431700;
    border: 2px solid #fff;
    border-radius: 6px;
    position: relative;
    text-align: center;
    color: #e8e085;
    line-height: 36px;
    font-size: 18px;
}

.fixed-nav .wyzz {
    margin-top: 30px;
    cursor: pointer;
}

.fixed-nav .re-box .item:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 35px;
    background-color: #c47363;
    border-radius: 6px;
    z-index: -1;
    left: -7px;
    bottom: -2px;
}

.dialog-bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 200;
    display: none;
}


.dialog {
    width: 509px;
    height: 465px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 400;
    margin-top: -62px;
    transform: translateX(-50%) translateY(-50%);
}
.dialog.tjct {
    background: url("../img2/shop-good-bg.png") top center;
    background-size: cover;
}
.dialog.sjbm {
    background: url("../img2/shop-join-bg.png") top center;
    background-size: cover;
}
.dialog.wyzz {
    background: url("../img2/shop-zanzhu-bg.png?cache=false") top center;
    background-size: cover;
    height: 506px;
}

.dialog {
    display: none;
}
.dialog .close-btn {
    position: absolute;
    bottom: -84px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.dialog .form {
    width: 284px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
}

.dialog .form .item {
    margin-bottom: 30px;
    display: flex;
    height: 34px;
    line-height: 34px;
}
.dialog .form .item span {
    display: inline-block;
    flex: 0 0 70px;
    color: #fff;
    font-size: 16px;
}
.dialog .form .item input {
    flex: 1;
    border: none;
    background-color: #ed6f71;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 6px;
    color: #fff;
}
.dialog .form .item input::placeholder {
    color: #fff;
}

.dialog .form .item button {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: none;
    background-color: #ffcf56;
    font-size: 22px;
    color: #de292a;
    border-radius: 10px;
}



.obj-wyzz .show-box {
    position: absolute;
    width: 300px;
    height: 200px;
    left: 50%;
    top: 220px;
    transform: translateX(-50%);
    margin-left: -10px;
}

.obj-wyzz .show-box .tel-dialog {
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
}
.obj-wyzz .show-box .item {
    margin-bottom: 2px;
}
.obj-wyzz .qrcode-box img {
    display: block;
    width: 146px;
    height: 146px;
    padding: 6px;
    border: 1px solid #ffbf94;
    margin: 0 auto;
    margin-top: 14px;
}
.obj-wyzz .qrcode-box p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

.item.hack-col-3 {
    width: 28%;
}
.hack-col-3.col-md-offset-3 {
    margin-left: 22%;
}

@media all and (max-width: 1193px) {
    .banner-controller {
        height: 400px;
    }
    .section-center {
        padding: 0 15px;
    }
    .des-controller .pc,
    .ue-controller .ue-title,
    .ue-controller .ue-box,
    .gm-controller .gm-box {
        display: none;
    }
    .des-controller .m,
    .ue-m-wrap,
    .gm-box-m-wrap {
        display: block;
    }
    .ue-controller {
        margin-top: 20px;
    }
    .ue-controller .section-center {
        padding: 0 6px;
    }
    .gm-controller,
    .zg-controller,
    .zg-controller .row,
    .wj-controller,
    .wj-controller .row {
        margin-top: 20px;
    }

    .wj-controller .row .item {
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 6px;
    }
    .wj-controller .row {
        padding: 0 10px;
    }
    .fixed-nav {
        display: none;
    }

}


@media all and (max-width: 990px){
    .hack-col-3.col-md-offset-3 {
        margin-left: 0%;
    }
    .item.hack-col-3 {
        width: 50%;
    }
}

@media all and (max-width: 740px) {

    .wj-controller .row .item .text {
        display: none;
    }
    .wj-controller .row .item .text.m {
        display: block;
    }
    .banner-controller {
        background-image: url("../img2/m-banner.png");
        height: 240px;
    }
    .des-controller .m img {
        height: 50px;
        margin: 0;
        margin-bottom: 6px;
    }
}



@media all and (max-width: 500px) {

    .video-box {
        border:1px solid #f80707;
        padding: 12px;
        border-radius: 6px;
    }
    .video-box .v-title {
        font-weight: bold;
    }

    .banner-controller {
        background-image: url("../img2/m-banner.png");
        height: 140px;
    }

    .des-controller .m img {
        height: 30px;
        margin: 0;
        margin-bottom: 6px;
    }
    .des-controller .m {
        margin-top: 20px;
    }
    .wj-controller .row .item .text {
        display: none;
    }
    .wj-controller .row .item .text.m {
        display: block;
    }
    .wj-controller .row .item .text p {
        margin-bottom: -2px;
    }
    .wj-controller .row .item .text .t1 {
        font-size: 20px;
    }
    .wj-controller .row .item .text .t2 {
        font-weight: normal;
    }

    .dialog {
        transform: scale(.8) translateX(-63%) translateY(-50%);
    }
    .hide-m {
        display: none !important;
    }
    .show-m {
        font-size: 13px;
    }

}

@media all and (max-width: 500px) and (min-width: 428px){
    .banner-controller {
        background-image: url("../img2/m-banner.png");
        height: 180px;
    }
}

@media all and (max-width: 320px) {
    .banner-controller {
        background-image: url("../img2/m-banner.png");
        height: 120px;
    }
}











/* other */
header{
    border-bottom: 1px solid #eeeeee;
    background-color: #fff;
}
header .section-center{
    line-height: 38px;
    height: 38px;
}

.logo{
    font-size: 18px;
    color: #d0142d;
}
.logo:hover{
    color: #d0142d;
}

header .right-menu .item{
    margin-right: 11px;
    float: left;
}
header .right-menu .item a{
    color: #d0142d;
}
