﻿* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1 'microsoft yahei', '微软雅黑';
    text-align: center;
}

a {
    display: inline-block;
}

h2 span {
    color: #f3c534;
}

.page-1 {
    background: url(../image/page1_bg.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    height: 100%;
    /* background-size: 100% 100%; */
    /* width: 1920px; */
    /* height: 735px; */
}

.page-2 {
    background: url(../image/page2_bg_.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    height: 100%;
    /* background-size: 100% 100%; */
    /* width: 100%;
    height: 690px; */
}

.page-3 {
    background: url(../image/page-2.jpg) center 30px no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* background-size: 100% 100%; */
    /* width: 100%;
    height: 795px; */
}

.page-4 {
    background: url(../image/page-3.jpg) center 0px no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    /* background-size: 100% 100%; */
    /* width: 100%;
    height: 795px; */
}


.page-1,
.page-2,
.page-3,
.page-4,
.center {
    min-width: 1200px;
    margin: 0 auto
}

.center {
    width: 1235px;
    margin: 0 auto;
    position: relative;
    min-width: 1235px;
    /* height: 100%; */
}

.center .background {
    position: relative;
    text-align: center;
}

.center h1 {
    font-size: 75px;
    color: #fff;
    margin: -22% 0 0 36.5%;
}

.center h1 span {
    color: #32c82e
}

.center h2 {
    color: #000;
    font-size: 45px;
    text-align: center;
    padding-top: 1%
}

.page-3 h2 {
    padding-top: 0%;
}

.page-2 .wrap,
.page-3 .wrap,
.center-specail {
    /* width: 100%;
    height: 100%; */
    /* padding: 17% 0 0 0; */
}

.xunyou-logo {
    background: url(../image/logo.png) center top no-repeat;
    background-size: 100% 100%;
    width: 225px;
    height: 70px;
    float: left;
}

.download-1 {
    background: url(../image/btn.png) left top no-repeat;
    width: 387px;
    height: 70px;
    float: right;
}

.download-1 a {
    width: 100%;
    height: 100%;
}

.download-1:hover {
    /* background-position: left -296px; */
    background: url(../image/btn_light.png) left top no-repeat;
}

.wrap .download-tips {
    width: 100%;
    height: 70px;
    visibility: hidden;
    position: absolute;
    background-color: rgba(13, 21, 20, 0.8);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.26);
    top: 0px;
    /* box-shadow: 0px 5px 15px 0px #d1d1d1; */
}

.wrap .download-tips.active {
    animation: displayOne 0.5s 1;
    visibility: visible;
}

.wrap .download-tips.active:hover {
    /* box-shadow: 0px 5px 15px 0px #bdbdbd; */
}

.page-2 .page-txt,
.page-3 .page-txt {
    position: absolute;
    color: #545454;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.page-3 .page-txt {
    bottom: 10%;
}

.layui-carousel {
    margin: 0 auto;
}

.layui-carousel[lay-indicator=outside] {
    margin-bottom: 100px;
    margin-top: 400px;
}

.layui-carousel-ind ul {
    margin-top: 20px;
}

.layui-carousel-ind li {
    width: 90px;
    height: 8px;
    border-radius: 0px;
}

.layui-carousel-ind li.layui-this {
    /* background-color: #919191; */
    background-color: #84ff73;
}

.download {
    position: absolute;
    left: 37%;
    top: 200px;
}

.download a {
    width: 351px;
    height: 227px;
    background: url(../image/btn_normal.png) center top no-repeat;
}

.download a:hover {
    background: url(../image/btn_light1.png) center top no-repeat;
}

.footer {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #7c8f9a;
}

/* @keyframes displayOne {
    0% {
        opacity: 0.2
    }

    100% {
        opacity: 1
    }
} */


/* 弹窗样式 */
.pop_box {
    position: relative;
    width: 809px;
    height: 528px;
}

.pop_skin .layui-layer-content {
    overflow: hidden !important;
}

.pop_box img {
    width: 809px;
    height: 528px;
}

.pop_skin {
    background-color: rgba(0, 0, 0, 0) !important;
}

.pop_box .closeBtn {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 369px;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}

.adbox{
position: absolute;
background: url(../image/adbg.png) center top no-repeat;
width: 310px;
height: 160px;
right:  20px;
bottom: 120px;
background-size: cover;
}
.adtitle{
    display: block;
    position: absolute;
    width: 180px;
    height: 40px;
    right:  96px;
    bottom: 70px;
    font-size: 16px;
    color: #fff;
    font-weight: bold
    }
.adclk{
    position: absolute;
    background: url(../image/adclk.png) center top no-repeat;
    width: 160px;
    height: 40px;
    right:  96px;
    bottom: 50px;
    cursor: pointer;
    }