/* 前端白明明 */


/* 引入字体 */

@charset "UTF-8";
@font-face {
    font-family: "pf";
    src: url("https://hansun.oss-cn-hangzhou.aliyuncs.com/fonts/RoomEye/PingFang%20Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    overflow-x: hidden;
    max-width: 750px;
    min-width: 300px;
    position: relative;
    padding: 0 0 0px;
    width: 100%;
    color: #1f1f1f;
    font-family: pf, Arial, Helvetica, sans-serif, Microsoft Yahei;
    font-size: 14px;
    line-height: 1;
    background: #fcfbfb;
}

html.act {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

ul,
ul li,
ol li,
tr td,
dl,
dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #1f1f1f;
}

textarea,
select {
    outline: none;
    color: #666;
    font-size: 14px;
    width: 100%;
}

img {
    border: none;
    display: block;
    max-width: 100%;
}

img[src=""] {
    opacity: 0;
}

body::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #000;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

.f_12 {
    font-size: 12px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size: 28px;
}

.f_30 {
    font-size: 30px;
}

.f_32 {
    font-size: 32px;
}

.f_34 {
    font-size: 34px;
}

.f_36 {
    font-size: 36px;
}

.f_38 {
    font-size: 38px;
}

.f_40 {
    font-size: 40px;
}


/*分页*/

.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
    display: none !important;
}

.a_dw {
    position: relative;
    top: -70px;
}

.box {
    min-width: 300px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}

.page1 {
    clear: both;
    text-align: center;
    height: 45px;
    margin: 30px 0 0;
    text-align: center;
}

.page1 span a {
    display: inline-block;
    color: #333333;
    padding: 10px 13px;
    text-decoration: none;
    background: #f7f7f7;
}

.page1 span a:hover,
.page1 span.current a {
    background: #005ed1;
    color: #fff;
}

.page1 span {
    margin: 2px 5px;
}

.page2 {
    width: 120px;
    height: 40px;
    background: #005ed1;
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    display: none;
}

.alltime,
.alltime * {
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.wow {
    opacity: 0;
}

.wow1 {
    opacity: 1;
}

.fbd {
    font-weight: bold;
}


/* 弹窗 */

.z_tanchuang {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 10;
}

.z_tanchuang .tbox {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}


/* 弹窗内容 */

.z_tanchuang .tbox .modal {
    background: white;
    padding: 50px;
    display: block;
    border-radius: 5px;
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90%;
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff url(../images/out.png) center no-repeat;
    background-size: 20px;
    color: #000;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    top: 0;
    right: -50px;
    cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
    background: #fff url(../images/out2.png) center no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
    padding: 20px;
}

.z_tanchuang .tbox .modal .img {
    max-width: 1200px;
}


/* 弹窗选中 */

.z_tanchuang.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(0);
    -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}


/* 弹窗动画 */

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    100% {
        transform: scaleY(1) scaleX(1);
    }
}

.i1 {
    position: relative;
    background: url(../images/bg.png) no-repeat;
    /* min-width: 300px;
    max-width: 750px; */
    background-size: cover;
    height: 100vh;
}

.i1>img {
    display: block;
    width: 100%;
}

.i2 .bg1,
.i1 .bg1 {
    position: absolute;
    top: 0;
    left: 0;
}

.i1 .title {
    position: absolute;
    width: 53.3%;
    top: 8.99%;
    left: 23.35%;
    z-index: 2;
}


/* 
.i1 .txt {
    position: absolute;
    width: 100%;
    min-width: 600px;
    top: 16.5%;
    left: 0;
    text-align: center;
} */


/* .i1 .txt .txt_1 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 800;
}

.i1 .txt .txt_2 {
    line-height: 42px;
    font-size: 24px;
    color: #ffffff;
} */

.i1 .sj {
    position: absolute;
    width: 86%;
    top: 5%;
    left: 7%;
}


/* 下载按钮 */

.i1 .xiazai {
    position: absolute;
    top: 80%;
    height: 14%;
    /* border: 1px solid red; */
    left: 10.5%;
    width: 80%;
    text-align: center;
    max-width: 520px;
    min-width: 250px;
}

.i1 .xiazai a:hover {
    opacity: 1;
}

.i1 .xiazai .ios {
    width: 100%;
    height: 45%;
    background: (left #ee8532 0%, right #ed4525 100%);
    background: -webkit-gradient(linear, left, right color-stop(0%, #ee8532), color-stop(100%, #ed4525));
    background: -webkit-linear-gradient(left, #ee8532 0%, #ed4525 100%);
    background: -o-linear-gradient(left, #ee8532 0%, #ed4525 100%);
    background: -ms-linear-gradient(left, #ee8532 0%, #ed4525 100%);
    background: linear-gradient(to right, #ee8532 0%, #ed4525 100%);
    border-radius: 25px;
    margin-bottom: 5%;
    opacity: 0.8;
}

.i1 .xiazai .anzhuo {
    width: 100%;
    height: 45%;
    background: (left #ee8532 0%, right #ed4525 100%);
    background: -webkit-gradient(linear, left, right color-stop(0%, #ee8532), color-stop(100%, #ed4525));
    background: -webkit-linear-gradient(left, #ee8532 0%, #ed4525 100%);
    background: -o-linear-gradient(left, #ee8532 0%, #ed4525 100%);
    background: -ms-linear-gradient(left, #ee8532 0%, #ed4525 100%);
    background: linear-gradient(to right, #ee8532 0%, #ed4525 100%);
    border-radius: 25px;
    opacity: 0.8;
}

.i1 .xiazai .ios .zuo {
    position: absolute;
    width: 9.5%;
    top: 5%;
    left: 31%;
}

.i1 .xiazai .ios .zhong {
    position: absolute;
    width: 18.5%;
    top: 5%;
    left: 41%;
}

.i1 .xiazai .ios .you {
    position: absolute;
    width: 11%;
    top: 5%;
    left: 58%;
}

.i1 .xiazai .anzhuo .zuo {
    position: absolute;
    width: 9.5%;
    top: 66%;
    left: 31%;
}

.i1 .xiazai .anzhuo .zhong {
    position: absolute;
    width: 18.5%;
    top: 66%;
    left: 41%;
}

.i1 .xiazai .anzhuo .you {
    position: absolute;
    width: 11%;
    top: 66%;
    left: 58%;
}

.i2 {
    position: relative;
    height: 100vh;
    background: url(../images/bg2.png) no-repeat;
    background-size: cover;
}

.i2>img {
    display: block;
    width: 100%;
}

.i2 .title {
    position: absolute;
    width: 53.3%;
    top: 5.99%;
    left: 23.35%;
    z-index: 2;
}


/* .i2 .txt {
    position: absolute;
    width: 68%;
    min-width: 600px;
    top: 16.5%;
    left: 16%;
    text-align: center;
} */


/* .i2 .txt .txt_1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 50;
    font-family: Simsun;
}

.i2 .txt .txt_2 {
    line-height: 42px;
    font-size: 24px;
    color: #ffffff;
} */

.i2 .logo {
    position: absolute;
    width: 20%;
    top: 62.5%;
    left: 40%;
}


/* 下载按钮 */

.i2 .xiazai {
    position: absolute;
    top: 80%;
    height: 14%;
    /* border: 1px solid red; */
    left: 10.5%;
    width: 80%;
    text-align: center;
    max-width: 520px;
    min-width: 250px;
}

.i2 .xiazai a:hover {
    background-color: #753a15;
}

.i2 .xiazai .ios {
    width: 100%;
    height: 45%;
    background-color: #ac9e8f;
    border-radius: 25px;
    margin-bottom: 5%;
}

.i2 .xiazai .anzhuo {
    width: 100%;
    height: 45%;
    background-color: #ac9e8f;
    border-radius: 25px;
}

.i2 .xiazai .ios .zuo {
    position: absolute;
    width: 9.5%;
    top: 5%;
    left: 31%;
}

.i2 .xiazai .ios .zhong {
    position: absolute;
    width: 18.5%;
    top: 5%;
    left: 41%;
}

.i2 .xiazai .ios .you {
    position: absolute;
    width: 11%;
    top: 5%;
    left: 58%;
}

.i2 .xiazai .anzhuo .zuo {
    position: absolute;
    width: 9.5%;
    top: 66%;
    left: 31%;
}

.i2 .xiazai .anzhuo .zhong {
    position: absolute;
    width: 18.5%;
    top: 66%;
    left: 41%;
}

.i2 .xiazai .anzhuo .you {
    position: absolute;
    width: 11%;
    top: 66%;
    left: 58%;
}


/* @media(max-width:414px) {
    .i1 .txt .txt_1 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 50;
    }
    .i1 .txt .txt_2 {
        line-height: 21px;
        font-size: 12px;
        color: #ffffff;
    }
    .i2 .txt .txt_1 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 50;
    }
    .i2 .txt .txt_2 {
        line-height: 21px;
        font-size: 12px;
        color: #ffffff;
    }
} */


/* .i1 .txt{position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;padding: 20px 5% 0;color: #fff;}

.i1 .txt .tt{text-align: center;}

.i1 .txt .tt2{font-size: 10px;position: absolute;top: 42%;left: 16%;}

.i1 .txt .tq{position: absolute;bottom: 18%;left: 5%;}

.i1 .txt .wd{position: absolute;bottom: 27%;left: 5%;}

.i2{position: relative;z-index: 2;}

.i2 .ibox{display: block;width: 100%;padding:  20px 10px ;background: #fff;border-radius: 5px;margin-top: -30px;}

.i2 .ibox .tt{text-align: center;}

.i2 .ibox .tt s{display: inline-block;width: 20px;height: 1px;background: #000;position: relative;top: -7px;margin: 0 10px;}

.i2 .ibox .ul1{margin-top: 20px;}

.i2 .ibox .ul1 li{width: 25%;float: left;text-align: center;margin-bottom: 15px;}

.i2 .ibox .ul1 li img{display: block;margin: 0 auto 8px;}

.i2 .ibox2{line-height: 30px;}

.i2 .ibox2 .ilt{float: left;width: 70px;padding-left: 30px;background: url(../images/i3_1.png) center left no-repeat;white-space:nowrap;}

.i2 .ibox2 .swiper1{width: calc(100% - 75px);float: right;height: 30px;}

.i2 .ibox2 .swiper1 a{display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.i3{margin: 30px 0 20px;}

.i3 a{display: block;border-radius: 5px;overflow: hidden;}

.i3 a img{width: 100%;}

.i4{}

.i4 .swiper3{margin: 30px 0 ;}

.i4 .swiper3 a{display: block;color: #aeaeae;}

.i4 .swiper3 a img{display: block;width: 100%;border-radius: 5px;}

.i4 .swiper3 a .att{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin: 10px 0;color: #333;}

.i5{}

.i5 .ul1{margin: 30px 0;}

.i5 .ul1 li{width: 50%;float: left;padding:0  5% 0 5%;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #e6e6e6;overflow: hidden;}

.i5 .ul1 li a{display: block;}

.i5 .ul1 li img{width: 40px;float: right;}

.i5 .ul1 li .txt{float: left;width: calc(100% - 50px);float: left;line-height: 1.5;}

.i5 .ul1 li .txt div{white-space:nowrap;}

.i5 .ul1 li .txt .atc{font-size: 10px;color: #999;transform: scale(0.8);-webkit-transform: scale(0.8);position: relative;left: -10%;}

.i5 .ul1 li:nth-last-child(2),.i5 .ul1 li:nth-last-child(1){border: 0;}


.footer{position: fixed;width: 100%;padding: 10px 0;background: #fff;left: 0;bottom: 0;z-index: 9;}

.footer a{display: block;width: 25%;float: left;text-align: center;color: #666;}

.footer a img{display: block;width: 30px;margin: 0 auto 5px;}
 */