﻿.text-center {
    text-align: center;
}
.size_xxxl {
    font-size: 3em;
}

.size_xxl {
    font-size: 2em;
}

.size_xl {
    font-size: 1.5em;
}

.size_x {
    font-size: 1.2em;
}

.size_m {
    font-size: 1em;
}

.size_s {
    font-size: 0.75em;
}

.content-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*common end*/

.icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon.icon_hand {
    background-image: url(../images/hand.png);
}

.icon.icon_ios_shared {
    background-image: url(../images/ios_share.png);
}

.icon.icon_android_share {
    background-image: url(../images/android_share.png);
}

.icon.icon_thunder {
    background-image: url(../images/xunlei.png);
}

.icon.icon_arrow_up {
    background-image: url(../images/arrow_up.png);
}

.icon.icon_maomi_128x128 {
    background-image: url(../images/zhupa_128x128.png);
}

.icon.icon_maomi_64x64 {
    background-image: url(../images/zhupa_64x64.png);
}

.icon.icon_maomi_32x32 {
    background-image: url(../images/zhupa_32x32.png);
}

.icon.icon-play {
    background-image: url(../images/play.png);
    vertical-align: middle;
}

.icon.icon-download {
    background-image: url(../images/download.png);
    vertical-align: middle;
}

html,
body {
    margin: 0;
}

p {
    margin: 10px;
}


a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #CD2407;
}

h2 {
    color: #000;
}

ol,
ul {
    list-style: none;
}

em {
    font-style: normal;
}

a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/* Hides from IE-mac \*/





@media screen and (max-width:805px) {
    .flickity-gallery {
        height: 120px;
    }
    body {
        font-size: 12px
    }
    .container {
        width: 100%;
        margin: 0 auto;
    }
    .container .row {
        display: block;
    }
    .content img {
        margin: 10px 0;
        clear: both;
        max-width: 100%;
        overflow: hidden;
    }
}

@media screen and (min-width:769px) {
    .container {
        width: 100%;
        margin: 6px auto;
    }
    .content img {
        margin: 10px 0;
        clear: both;
        max-width: 920px;
        overflow: hidden;
    }
    .container .row {
        display: block;
        width: 100%;
    }
}
@media (max-width:805px) and (min-width: 769px)  {
    .content img {
        margin: 10px 0;
        clear: both;
        max-width: 100%;
        overflow: hidden;
    }
}

/*回到顶部*/

/*default blue start*/
.c_default {
    color: #6a6a6a;
}

.c_white {
    color: #fff !important;
}

.c_fa {
    color: #fafafa;
}

.c_red {
    color: #1D7AD9;
}

.c_light_red {
    color: rgb(50, 141, 233);
}

.c_pink {
    color: #1D7AD9;
}

.c_gray_blue {
    color: #718083;
}

.c_black {
    color:#333;
}

.bg_red {
    background-color: #1D7AD9;
    color: #fff;
}

.bg_fa {
    background-color: #fafafa;
    border: 1px solid #fff;
}

.bg_fa_red {
    color: #1D7AD9;
    background-color: #fafafa;
    border: 1px solid #fff;
}

.bg_gray_blue {
    background-color: #e0eff2;
    color: #718083;
}

.bg_light_gray_blue {
    background-color: #eaf5f7;
    color: #718083;
}

html,
body {
    background-color: #EDEDED;
}

.border_bootom {
    border-bottom: 1px solid #ccc;
}

a:hover {
    color: #1D7AD9;
}

a:visited {
    color: #1D7AD9;
}

.border_bootom_default {
    border-bottom: 1px solid #1D7AD9;
}


.enter-content .down-content1 {
    border-bottom: 1px solid #1D7AD9;
}

.enter-content .tip-content {
    border-right: 1px solid #1D7AD9;
}

/*default blue end*/

/*enter strat*/
html,
body {
    background-color: #efefef;
    overflow: auto;
}

.enter-content {
    text-align: center;
}

.enter-content p {
    line-height: 30px;
}

.enter-content .icon_hand {
    height: 27px;
    width: 100%;
    vertical-align: middle;
}

.enter-content .header_title {
    line-height: 60px;
    font-size: 32px;
}

.pc-enter-content .icon_hand {
    height: 70px;
}

.enter-content .container {
    margin: 0 auto;
}

.enter-maomi {
    border-radius: 3px;
    line-height: 40px;
    width: 230px;
    margin: 10px auto;
    font-size: 1.2em;
    padding-right: 10px;
}

.pc-enter-content .enter-maomi {
    width: 400px;
    line-height: 70px;
    margin: 20px auto;
    font-size: 1.5em;
}

.enter-maomi:before {
    height: 100%;
    width: 40px;
}

.enter-btt {
    width: 278px;
    margin: 10px auto;
    border-radius: 10px;
    border: 1px solid;
    line-height: 30px;
}

.enter-content .down-content1 {
    padding-bottom: 20px;
}

.gg_down_url {
    margin: 0;
    padding: 0;
}

.gg_down_url li {
    display: inline-block;
    text-align: center;
    width: 31%;
    min-height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.gg_down_url li.gg-android {
    background-image: url(../images/android.png);
    cursor:pointer;
}

.gg_down_url li.gg-pc {
    background-image: url(../images/pc.png);
    cursor:pointer;
}

.gg_down_url li.gg-ios {
    background-image: url(../images/ios.png);
    cursor:pointer;
}

.gg_down_url li.zeus-android {
    background-image: url(../images/zeus_android.png);
    min-height: 30px;
}

.gg_down_url li.zeus-ios {
    background-image: url(../images/zeus_ios.png);
    min-height: 30px;
}

.gg_down_url li.zhupa-android {
	background-image: url(../images/zhupa.png);
	width: 45%;
	margin-left:2%;
	min-height: 60px;
}
.gg_down_url li.cnm-android {
	background-image: url(../images/cnm.png);
	width: 45%;
	margin-left:2%;
	min-height: 60px;
}

.enter-content .enter-icon {
    width: 32px;
    height: auto;
    float: left;
    border-radius: 4px;
    margin-right: 5px;
}

.enter-content .enter-icon img {
    width: 80%;
    vertical-align: middle;
}

.pc-enter-content .enter-icon {
    width: 55px;
    height: 70px;
}

.maomi-icon-img {
    width: 100%;
    height: 140px;
}

.small-img {
    width: 20px;
    height: 20px;
}

.enter-content .tip-content {
    width: 47%;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 33px 0;
}

.enter-content .tip-content .left {
    width: 40%;
    float: left;
}

.enter-content .tip-content .left img {
    width: 80%;
    height: auto;
}

.enter-content .tip-content .right {
    width: 60%;
    display: inline-block;
}

.enter-content .collect-content {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50%;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
}

.enter-content .collect-content p {
    line-height: 30px;
}

.bttText {
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
    text-align: center;
}

@media (min-width:738px) {
    .enter-content .container {
        width: 80%;
    }
    .enter-content .footer-img {
        display: none;
    }
}

@media (max-width:738px) {
    .enter-content .container {
        width: 90%;
    }
    .enter-content .tip-content {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        display: inline-block;
        border: 0;
    }
    .gg_down_url li {
        min-height: 40px;
    }
    .enter-content .collect-content {
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
        display: inline-block;
        margin-left: 0;
        border: 0;
    }
    .enter-content .collect-content p {
        line-height: 30px;
    }
    .enter-content .footer-img {
        display: block;
        width: 50%;
        margin: 10px auto;
    }
    .bttText {
        font-size: 14px;
    }
    .pc-enter-content .enter-maomi {
        width: 100%;
        line-height: 40px;
    }
    .pc-enter-content .enter-icon {
        width: 32px;
        height: 41px;
    }
    .maomi-icon-img {
        width: 100%;
        height: 110px;
    }
    .enter-content .icon_hand {
        height: 27px;
    }
    .pc-enter-content .icon_hand {
        height: 27px;
    }
}
/*enter end*/