/* CSS Document */

body {
    background-color: #13100e;
    font-family: '微软雅黑';
}

.topBox {
    background-color: #b90e00;
}

#top {
    height: 60px;
}

.logo {
    height: 44px;
    margin: 8px 0 0;
    background: url(../images/img_logo.jpg) left top no-repeat;
    padding-left: 105px;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
}

.hotline {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    background: none;
    color: #fff;
}

.navBox {
    float: right;
    text-align: right;
    height: 37px;
    margin-top: 22px;
}

.navBox a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.navBox a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: #b90e00 transparent transparent #b90e00;
}

.navBox a.slt,
.navBox a:hover {
    background-color: #84110B;
}

.page {
    position: relative;
}

.page.blue {
    background-color: #1894fc;
}

.page.blue2 {
    background-color: #f1f8ff;
}

.page.grey {
    background-color: #fafafa;
}

.page img {
    display: block;
    margin: 40px auto 0;
}

.flash {
    width: 100%;
    min-height: 500px;
    z-index: 2;
}

.bgFlash {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bg_flash.png) center top no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}

.flashContent {
    z-index: 4;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flashContent p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.flashContent p.title1 {
    margin-top: 145px;
    font-size: 24px;
}

.flashContent p.title2 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
    text-shadow: 5px 5px 10px #000;
}

.flashContent p.content {
    margin-top: 80px;
    color: #d2e3fe;
}

.flashContent p.play {
    margin-top: 60px;
    font-size: 32px;
}

.flashContent .btnPlay {
    color: #fff;
}

.flashContent .btnPlay::after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    width: 50px;
    height: 50px;
    background: url(../images/bg_icon.png) left top no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.flashContent p i {
    display: inline-block;
    background-color: #e20012;
    margin: 0 5px;
    padding: 2px 5px;
    border-radius: 5px;
    font-style: normal;
    line-height: 22px;
}

.LargePlayerCotainer {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 9;
    display: none;
    transition: all 0.5s;
}

.LargePlayerCotainer .largeFlash {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
    max-height: 720px;
}

.LargePlayerCotainer .btnClose {
    display: block;
    position: absolute;
    left: 28px;
    top: 28px;
    color: #fff;
    z-index: 10;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.contentBox {
    width: 1080px;
}

#marketList {
    position: absolute;
    top: 360px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    left: 50px;
    font-size: 16px;
    color: #3728a4;
}

.appFixBox {
    position: fixed;
    width: 100%;
    height: 184px;
    left: 0;
    bottom: 0px;
    z-index: 2;
    background: url(../images/bg_pop.png) center top no-repeat;
}

.btn_close {
    display: block;
    position: absolute;
    left: 50%;
    top: 27px;
    width: 25px;
    height: 25px;
    margin-left: 461px;
}

.form {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 151px;
    background: #e20012 url(../images/bg_form.jpg) center top no-repeat;
    z-index: 8;
}

.form .txtInput {
    position: absolute;
    left: 270px;
    top: 90px;
    width: 360px;
    line-height: 36px;
    height: 36px;
    border: solid 1px #fff;
    text-align: center;
}

.form .txtInput.error {
    border-color: red;
}

.form .btnApply {
    position: absolute;
    left: 641px;
    top: 85px;
    width: 161px;
    height: 47px;
}

.pop {
    display: none;
    position: fixed;
    width: 590px;
    height: 270px;
    left: 50%;
    top: 50%;
    margin-left: -295px;
    margin-top: -135px;
    background: url(../images/bg_pop.jpg) left top no-repeat;
    z-index: 8;
}