@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

body {
    background: url(bg.png) no-repeat;
    overflow-x: hidden;
    background-size: 100% 100%;
}

.content {
    max-width: 1360px;
    margin: 0 auto;
}

.corner{
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 100%;
}

.corner img{
    width: 35%;
}

.logo {
    padding: 7% 0 7% 0;
    text-align: center;
}

.logo img {
    width: 16%;
}

.title {
    text-align: center;
}

.title img {
    width: 75%;
}

.infoBox {
    width: 80%;
    margin: 0 auto;
}

.titleE {
    text-align: center;
    padding: 50px 0;
}

.titleE img {
    width: 100%;
}

.tips {
    text-align: center;
    margin-bottom: 5%;
    width: 100%;
}

.tips .b1 {
    width: 90%;
    height: 1px;
    background: #fff;
    float: right;
    margin-bottom: 10px;
    display: block;
}

.tips .b2 {
    width: 15%;
    height: 1px;
    background: #fff;
    float: left;
    display: block;
}

.tips .tipsText {
    width: 100%;
    display: inline-block;
}

.tips .text {
    text-align: left;
    color: #fff;
    padding: 15px 12px;
    text-indent: 30px;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: justify;
}

.tips .b4 {
    width: 8%;
    height: 1px;
    background: #fff;
    float: right;
    display: block;
    margin-bottom: 10px;
}

.mismatch {
    margin-top: 7px;
}

.tips .b5 {
    width: 10%;
    height: 1px;
    background: #fff;
    float: left;
    display: block;
    margin-left: -10px;
}

.tips .b6 {
    width: 15%;
    height: 1px;
    background: #fff;
    float: right;
    display: block;
    margin-right: -10px;
}

.tips .b7 {
    width: 90%;
    height: 1px;
    background: #fff;
    float: left;
    margin-top: 7px;
    display: block;
}

.moduleTab {
    position: relative;
}

.moduleTab span.rela {
    display: inline-block;
    width: 197px;
    height: 61px;
    background: url(t1.png) no-repeat;
    background-size: 197px 60px;
    font-size: 16px;
    line-height: 61px;
    text-align: center;
    color: #fff;
    margin-right: 24px;
}

.tab {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.tab a {
    padding: 5px 8px;
    background: #6e748d;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
}

.tab a.active {
    background-color: #fff;
    color: #000b37;
}

.signBox {
    padding: 20px 0;
    font-size: 0;
}

.sign{
    display: none;
}

.sign:nth-child(2){
    display: block;
}

.sign a {
    display: inline-block;
    width: 10%;
    text-align: center;
    margin-bottom: 5px;
}

.sign a img {
    vertical-align: middle;
    height: 100px;
    height: 100px;
}

.sign a.a2{
    width: 20%;
}

.sign a.a2 img{
    width: 99%;
}

.moduleTab span.video {
    display: inline-block;
    width: 197px;
    height: 61px;
    background: url(t2.png) no-repeat;
    background-size: 197px 60px;
    font-size: 16px;
    line-height: 61px;
    text-align: center;
    color: #fff;
    margin-right: 24px;
}

.videoBox {
    display: block;
    background: url(star.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
    margin: 20px 0;
}

.inscribe{
	text-align: center;
    margin: 120px 0 80px 0;
}

.inscribe a{
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    
}

.inscribe a:first-child{
	margin: 0 20px;
}

@media screen and (max-width: 770px) {
    body {
        background: url(bg2.jpg) no-repeat center center;
        background-size: 100% 100%;
        background-attachment: fixed;
    }
    body:before {
        content: '';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000 url(bg2.jpg) no-repeat center top;
        background-size: cover;
    }
    .titleE {
        padding: 20px 0;
    }
    .tips .text {
        font-size: 12px;
    }
    .moduleTab {
        position: static;
    }
    .moduleTab span.rela {
        width: 100px;
        height: 32px;
        background: url(t1.png) no-repeat;
        background-size: 100% auto;
        font-size: 12px;
        line-height: 32px;
    }
    .moduleTab span.video {
        width: 100px;
        height: 32px;
        background: url(t1.png) no-repeat;
        background-size: 100% auto;
        font-size: 12px;
        line-height: 32px;
    }
    .tab {
        display: block;
        position: static;
        margin-top: 10px;
    }
    .tab a {
        padding: 3px 5px;
        background: #6e748d;
        color: #fff;
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        margin-right: 5px;
    }
    .signBox {
        padding: 15px 0;
    }
    .sign a {
        width: 20%;
        margin-bottom: 3px;
    }
	
	.sign a.a2{
		width: 40%;
	}
	
    .videoBox {
        margin: 15px 0;
    }
    .inscribe a{
        margin: 70px 0 40px 0;
        font-size: 14px;
    }
	
	.sign a img{
		width: 98%;
		height: 98%;
	}
	
	.sign a.a2 img{
		
	}
}