.container{
    width: 100%;
}

.container .main{
    width: 100%;
    height: 62rem;
    background: url('../image/main/bg.jpg') no-repeat left top;
    background-size: 100% 100%;
    padding: 18px 12px 0 12px;
    overflow: hidden;
}

.container .main .enter-guan{
    width: 8.4rem;
    height: 3.45rem;
    background: url("../image/main/enter-guan.png") no-repeat left top;
    background-size: 100% 100%;
    float: right;
    cursor: pointer;
}

.container .main .main-top{
    width: 100%;
    height:3.45rem;
}

.container .main .word1{
    font-size:1.3rem;
    color: #ffb21d;
    margin-top:42.3rem;
    font-weight: bolder;
}

.container .main .word2{
    font-size:1.1rem;
    color: #fff;
    width: 26rem;
    height: 2.5rem;
    margin: 0.6rem auto 0.9rem;
    background: url("../image/main/radious.png") no-repeat top left;
    background-size: 100% 100%;
}

.same{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .main .btn{
    display: flex;
    justify-content: space-around;
}

.container .main .btn .left a{
    display: block;
}

.container .main .btn .right a{
    display: block;
}

.container .main .arrow{
    width: 100%;
    display: flex;
    justify-content:center;
    margin-top:2.2rem;
}


.question{
    width:100%;
    background: url('../image/question/bg1.png') no-repeat top left;
    background-size: 100% 100%;
}

.question .inner{
    padding: 2.5rem 2rem 1rem 2rem;
    font-size:1.1rem;
}

.question .inner .word{
    font-size:2.1rem;
    color: #fff;
    font-weight: bolder;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    align-items: center;
}

.question .inner .img{
    width:26rem;
    height:0.9rem;
    margin: 1.2rem auto 1.7rem;
}

.question .inner .div1 .white{
    font-size:1.1rem;
    color: #fff;

}

.question .inner .div1 .yellow1{
    margin-top: 0.6rem;
    margin-bottom: 02.5rem;
}

.question .inner .div1 .yellow1 span{
    color: #788aba;
}

.question .inner .div1 .yellow1 a{
    color: #e7ca73;
    display: inline-block;
    text-decoration: underline;
}

.question .inner .div1 .blue{
    color: #788aba;
    line-height: 1.5rem;
    margin-top:  0.4rem;
    margin-bottom: 2.2rem;
}

.question .inner .bottom{
    width:100%;
    display: flex;
    justify-content:center;
}

.question .inner .bottom .bottom-bg{
    width: 27.4rem;
    height: 7.3rem;
    background: url("../image/question/botom-bg.png") no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.question .inner .bottom .bottom-bg span{
    display: inline;
}

.question .inner .bottom .bottom-bg .sp1{
    width:93px;
    height: 88px;
    margin-left: 2.6rem;
    background: url("../image/question/dadao.png") no-repeat left top;
    background-size: 100% 100%;
}

.question .inner .bottom .bottom-bg .sp3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.question .inner .bottom .bottom-bg .sp3 .big{
    font-size:1.5rem;
    color: #fff;
}

.question .inner .bottom .bottom-bg .sp3 a{
    font-size: 0.8rem;
    color: #72aaff;
    margin-top: 0.6rem;
    display: inline;
}


html, body {
    position: relative;
    height: 100%;
}

.advantage{
    width: 100%;
    height: 68rem;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 100%;
    width: 100%;
    position: absolute;
}
.gallery-thumbs {
    height: 6.2rem;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute !important;
    bottom: 50px !important;
    background: rgba(0,0,0,0.78);
}
.gallery-thumbs .swiper-slide {
    width: 22% !important;
    height: 4.7rem;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
    /*border: 1px solid rgb(208, 179, 119)*/
}

footer{
    width: 100%;
    height: 120px;
    background: url("//www.csgo.com.cn/hd/1703/countDown/m/images/bottom.jpg") no-repeat 0 0;
    background-size: 100% auto;
}

.outer{
    padding-bottom: 0rem;
}

.diff-wrapper{
    transform: translate3d( 1.5rem,0,0) !important;
}

.div1 .yellow{
    color: #e7ca73;
    text-decoration: underline;
}
.div1 .common-q{
    line-height: 30px;
}


