*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
}

html,
body {
    margin: 0;
    padding: 0;
    border:0;
    background: #000;
    color: #fff;
    -webkit-user-drag: none;
}

img.logo {
    width: 140%;
}
img.caption {
    width: 120%;
}
p {
    width: 25%;
}
a {
    text-decoration: none;
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
}

.row {
    display: block;
    margin-bottom: 10px;
}

.container {
    width: 100%;
    margin: 0px auto;
}

.pc_show {
    display: block;
}

.mobile_show {
    display: none;
}


.caption{
	
}
.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}


/*滚动条样式*/

*::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}

*::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 738px) {
    .pc_show {
        display: none;
    }
    .mobile_show {
        display: block;
		
    }
    .overlay {
       
    }
    .overlay-content {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
    }
}

.icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.img-content {
    cursor: pointer;
}

.text-justify {
    
}

.text-justify:after {
    content: '';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
}

.c_orange {
    color: #f2ae35;
}

.c_pink {
    color: #e40c78;
}

.c_ddd {
    color: #ddd;
}

.c_blue {
    color: #ff4444;
    text-shadow: 0 0 5px #ad0000, 0 0 10px #d20000, 0 0 15px #ff0000, 0 0 20px #760000;


}

.c_yellow {
    color: #51faff;
    text-shadow: 0 0 5px #302f04, 0 0 10px #302f04, 0 0 15px #99fff3, 0 0 20px #90eaff;
}
.c_qinqin {
    color: #44fff6;
	text-shadow:0 0 5px #1b5c1a,
	0 0 10px #1b5c1a,
	0 0 15px #1b5c1a,
	0 0 20px #42ffcb,
	0 0 35px #42ffcb,
	0 0 40px #42ffcb,
	0 0 50px #42ffcb;
}
.c_red {
    color: #d435345;
}


.download_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}
.download_content .btn {
    width: 40%;
    max-width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 7.5px 9px;
    border-radius: 35px;
    background: rgba(5,140,235,.5);
    color: #fff;
    font-size: .9375em;
    cursor: pointer;
    position: relative;
}
