::selection {
    background:#F6C965;
}

#header {
    background: #0C192C;
}
#container {
    position: relative;
    width: 100%;
    
}
#container .wrap {
    position: absolute;
    background: #0D1A2C url("../img/bg.png") no-repeat center center/cover fixed;
    
}

.wrap .content .text,
.wrap .content .text01 {
    font-size: 16px;
    padding: 120px 25px 25px 25px;
    color: rgba(223, 226, 234, 0.95);
}

img.conImg {
    width: 60%;
    height: 60%;
    margin: 20px auto;
    text-align: center;
}
img.conImg_ver {
    width: 20%;
    height: 20%;
    float: left;
    margin: 25px 20px 10px 0;
}
.wrap .content .text .title {
    font-size: 24px;
    color: #fff;
}

.wrap .content .text .words .title01 {
    color: #F6C965;
    font-size: 20px;
}

.wrap .content .text .words .title02 {
    color: rgb(183, 129, 7);
    font-size: 18px;
}

.wrap .content .text .words .title03 {
    color: rgba(255, 255, 255, 0.90);
    font-size: 22px;
    margin: 0 5px;
}

.wrap .content .text .words .indent {
    margin-left: 33px;
}

.wrap .content .fenye {
    width: 450px;
    height: 50px;
    margin: 0 auto 30px;
    border-radius: 15px;
    text-align: center;
}

.wrap .content .fenye ul li{
    display: inline-block;
    width: 106px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: 1px solid rgba(0, 0, 0, .6);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .4);
}

/* .wrap .content .fenye ul li:nth-child(1),
.wrap .content .fenye ul li:nth-child(1) a {
    border-radius: 15px 0 0 15px;
}

.wrap .content .fenye ul li:nth-child(9),
.wrap .content .fenye ul li:nth-child(9) a {
    border-radius: 0 15px 15px 0;
} */

.wrap .content .fenye ul li a {
    display: block;
    width: 100%;
    color: rgba(223, 226, 234, 0.95);
    transition: .3s;
}

.wrap .content .fenye ul li a:hover,
.wrap .content .fenye ul li a.on {
    opacity: .8;
    box-shadow: 0 0 3px #F6C965 inset;
}

@media screen and (max-width: 600px) {
    .wrap .content .text {
        font-size: 12px;
    }
    .wrap .content .text .title {
        font-size: 18px;
    }
    .wrap .content .text .words .title03 {
        font-size: 16px;
    }
    .wrap .content .text .words .indent {
        margin-left: 25px;
    }
    img.conImg {
        width: 100%;
        height: 100%;
    }
    img.conImg_ver {
        width: 50%;
        height: 50%;
    }
    .wrap .content .fenye {
        width: 70%;
        height: 30px;
    }
    .wrap .content .fenye ul li {
        width: 40%;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .wrap .content .fenye ul li.none {
        background: #ccc;
    }
}