*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
html{
    min-width: 1000px;
    min-height: 1060px;
}
html,body{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background: url(/static/images/bg.png)no-repeat;
    background-size:100% 100%;
    background-attachment:fixed;
}
.right_img{
    position: fixed;
    height:100%;
    width: 100%;
    background: url("/static/images/right.png")no-repeat right top;
    background-size: auto 100% ;
    z-index: -1;
    opacity: 0.5;
}

.body{
    width: 1200px;
    margin: auto;
    color: #fff;
    padding-top: 100px;
}

header{
    position: fixed;
    top:0;
    left:0;
    height:100px;
    right:0;
    background: rgba(0,0,0,0.1);
}
header .content{
    width: 1200px;
    margin: auto;
}


header .nav{
    float: right;
    list-style-type: none;
    height: 100%;
}
header .nav>li{
    float: left;
    margin-left: 60px;
    line-height: 100px
}
header .nav>li>a{
    color: #fff;
}
/*.pay-item:hover .pay{
    display: block;
}*/
.logo{
    height: 100px;
    width: 100px;
    float: left;
    align-items: center;
}
.logo img{
    height: 60px;
    margin-top: 20px;
    vertical-align: middle;
    border-style: none;
}

.body .box{
    display: none;
    width: 100%;

}
.col-6{
    float: left;
    width: 50%;
}
.line{
    display:inline-block;
    width:530px;
    border-top:1px solid #fff;
    vertical-align:5px;
}
.title{
    display: inline-block;
    width: 130px;
    text-align: center;
}
.row{
    width: 100%;
    display: block;
}
.col-4{
    width: 33.333333%;
    float: left;
}
#footer {

    width: 100%;
    height: 30px;/*脚部的高度*/
    clear:both;
    text-align: center;
    border-bottom: 1px solid #fff;
    flex: 0 0 auto;
}
.downbox{
    position: absolute;
    left: -80px;
    top:100px;
    width: 180px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 15px 5px;
    text-align: center;
    line-height: 1rem;
    z-index: 99;
    display: none
}
.downbox>ul{
    list-style-type: none;
    padding-top: 10px;
}
.downbox>ul>li{
    width: 100%;
    cursor: pointer;
    box-sizing:border-box;
    height: 25px;
    margin-bottom: 10px;
    float: left;
}
.downbox ul li a{
    display: block;
    font-size: 14px;
    text-align: center;
    margin: auto;
    height: 25px;
    color:#848484;
    font-weight: bold;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.downbox:before {
    content: ' ';
    border-bottom: 8px solid #f1f1f1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 100px;
}
.downbox ul li a:hover{
    color: #2CADE8;
    text-shadow: 0px 2px 3px rgba(44,173,232,0.5);
}
.pay{
    position: absolute;
    left: -80px;
    top:100px;
    width: 220px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 15px 5px;
    text-align: center;
    line-height: 1rem;
    z-index: 99;
    display:none;
}
.pay>ul{
    list-style-type: none;
    padding-top: 10px;
}
.pay>ul>li{
    width: 100%;
    cursor: pointer;
    box-sizing:border-box;
    height: 25px;
    margin-bottom: 10px;
    float: left;
}
.pay ul li span{
    display: block;
    font-size: 14px;
    text-align: center;
    margin: auto;
    height: 25px;
    color:#848484;
    font-weight: bold;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.pay ul li span:hover,.pay ul li span.active{
    color: #2CADE8;
    text-shadow: 0px 2px 3px rgba(44,173,232,0.5);
}
.pay:before {
    content: ' ';
    border-bottom: 8px solid #f1f1f1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 102px;
}
.input-group{
    text-align: center;
}
.input-group label{
    font-size: 14px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    color:#848484;
    margin-right: 5px;
}
.input-group input{
    font-weight: bold;
    color:#848484;
    width: 200px;
    text-align: center;
    outline: none;
    border:1px solid #999;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 5px;
}
.input-group input::-webkit-input-placeholder{
    color: #bababa;
}
.input-group input::-moz-placeholder {
    color: #bababa;
}
.pay-btn{
    width: 150px;
    margin-top: 20px;
    outline: none;
    background: #00a0e9;
    border: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    display: inline-block;
    line-height: 35px;
    cursor: pointer;
    font-size: 16px;
    padding-right: 10px;
}
.pay-btn:hover{
    opacity: 0.9;
}
.pay-btn img{
    display: inline-block;
    vertical-align: middle;
    width: 25px;height: 25px;
    margin-right: 5px;
}
.player {
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 10000;
    display: none;
    text-align: center;
}
.player .close{
    display: block;
    margin-top: 200px;
    margin-left: 950px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.player .close:hover{
    opacity: 0.8;
}
.player video{
    height: 600px;
    width: 1000px;
    margin: 0 auto;
    background: #000;
}
.nav-right{
    position: fixed;
    right:20px;
    top:50%;
    width: 60px;
    min-height: 100px;
    background: #f1f1f1;
    border-radius: 10px;
}
.nav-right-item {
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 20px 0;
    color: #848484;
}
.nav-right-item:hover{
    color: #000;
}
.nav-right-item:hover .hover{
    display: block;
}
.nav-right-item svg{
    width: 30px;
    height: 30px;
}
.nav-right-item span{
    display: block;
    font-size: 12px;
}
.nav-right-item .hover{
    display: none;
    position: absolute;
    right:80px;
    top:5px;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.nav-right-item .hover:before{
    position: absolute;
    content: '';
    right:-8px;
    top:10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #f1f1f1;
    border-bottom: 8px solid transparent;
}
.next{
    width: 100px;
    margin: 0 auto;
}
.next img{
    width: 100%;
    cursor: pointer;
    opacity: 0.8;
}
.next img:hover{
    opacity: 1;
}
.divs .imgs{
    display: inline-block;
    vertical-align: middle;
}
.divs .infos{
    display: inline-block;
}
.free-input{
    margin-top: 30px;
}
.free-input input{
    outline: none;
    border: none;
    height:35px ;
    width: 200px;
    text-align: center;
    border-radius: 5px  0 0 5px ;
    float: left;
}
.free-input button{
    border:none;
    outline: none;
    border-radius: 0 5px 5px 0;
    height:35px ;
    float: left;
    width: 150px;
    background: #ffa900;
    color: #fff;
    font-weight: bold;
    cursor: pointer;

}

.left-nav{
    position: fixed;
    left:10px;
    top:50%;
    margin-top: -91px;
}
.left-nav li{
    height: 16px;
    width: 16px;
    display: block;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
}
.left-nav li:hover,.left-nav li.active{
    background: rgba(255,255,255,1);
}
.box-item{
    min-height: 500px;
    width: 100%;
    display: flex;align-items: center
}
.box-item .col-6{
    display: table-cell;vertical-align: middle;
}
@media screen and (max-width:1200px){
    .body{
        width: 80%;
    }
    header .content{
        width: 80%;
    }
    .right_img{
        position: fixed;
        height:100%;
        width: 100%;
        background: url("/static/images/right.png")no-repeat right center;
        background-size: 100% auto ;
        z-index: -1;
        opacity: 0.5;
    }
    .box-item{
        min-height: unset;
    }
    .line{
        width:370px;
    }
}