﻿@charset "UTF-8";

/*css 初始化 */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
    font-family: "albb-Regular" !important;
}

@font-face {
    font-family: "albb-Regular";
    src: url("../fonts/albb-Regular.ttf") format("truetype");
}

fieldset,
img,
input,
button,
select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

.cursor {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

input,
button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: " ";
}

button {
    cursor: pointer;
    background: transparent;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}


/*防止拖动*/

textarea {
    resize: none;
    font-family: " ";
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% " " !important;
    color: #000;
    background-color: #D9D4E3;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em,
i {
    font-style: normal;
    text-decoration: none;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}


/*   index   */


/*.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}*/

.header_top {
    background-color: #f8f8f8;
    border-bottom: 1px solid #959595;
}

.header_top .inner {
    padding: 0 20px;
}

.header_top h3 {
    float: left;
    font-size: 14px;
    line-height: 41px;
    color: #555;
}

.header_top_right {
    float: right;
}

.header_top_right h4 {
    float: left;
    font-size: 14px;
    line-height: 41px;
    color: #555;
}

.header_top_right a {
    float: left;
    font-size: 13px;
    line-height: 16px;
    color: #555;
    padding: 0 14px;
    border-right: 1px solid #555;
    margin-top: 13px;
}

.header_top_right a.no_bor,
.header_top_right a.on {
    border-right: 0;
}

.header_top_right a.on {
    color: #fe5c5c;
}

.header_top_right a:hover {
    color: #fe5c5c;
}

.header_bottom {
    height: 118px;
    background-color: #D9D4E3;
}

.header_bottom .inner {
    padding-left: 20px;
}

.header_bottom .inner .logo {
    float: left;
    margin-top: 23px;
    background-size: 100% 100%;
    width: 244px;
    height: 87px;
}

.header_bottom .inner .logo a {
    float: left;
    width: 244px;
    height: 87px;
    text-indent: -999em;
}

.header_bottom .inner>a img {
    height: 87px;
}

.search {
    float: right;
    margin-top: 41px;
}

.search_top {
    border: 2px solid #3574ba;
    border-radius: 5px
}

.search_top div {
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 0 5px 0 10px;
    border-right: 1px solid #cecece;
    margin-top: 11px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/p1.png) 106px center no-repeat;
    width: 110px;
}

.search_top div:hover {
    cursor: pointer
}

.search_top input {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    width: 212px;
    padding-left: 10px;
}

.search_top button {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    width: 95px;
    text-align: center;
    background-color: #3574ba;
}

.keywords {
    padding-left: 5px;
}

.keywords h3,
.keywords a {
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: #585858;
}

.keywords a {
    margin-right: 10px;
}

.keywords a:hover {
    color: #3574ba;
}


/* .nav {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    height: 86px;
} */

.nav_ul {
    float: left;
}

.nav_ul li {
    float: left;
    width: 140px;
    text-align: center;
}

.nav_ul li>a {
    display: block;
    padding: 19px 0 10px;
    border-bottom: 4px solid transparent;
}

.nav_ul li>a>h3 {
    font-size: 18px;
    line-height: 31px;
    color: #c9c9dd;
}

.nav_ul li>a>p {
    font-size: 12px;
    line-height: 22px;
    color: #858792;
}

.nav_ul li>a.on {
    border-color: #f3c258;
    background-image: linear-gradient(to top, #525239, transparent);
}

.nav_ul li>a.on h3,
.nav_ul li>a.on p {
    color: #f3c258;
}

.nav_ul li>a:hover {
    border-color: #f3c258;
    background-image: linear-gradient(to top, #525239, transparent);
}

.nav_ul li>a:hover h3,
.nav_ul li>a:hover p {
    color: #f3c258;
}

.nav_ul_info_all {
    width: 100%;
    height: 330px;
    background: rgba(0, 0, 0, .6) url(/static/img/line3.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 86px;
    left: 0;
    z-index: 999;
    display: none;
}

.nav_ul_info {
    width: 1200px;
    margin: 0 auto;
    padding-top: 6px;
    overflow: hidden;
}

.nav_ul_info>div {
    float: left;
    width: 148px;
}

.nav_ul_info>div a {
    display: block;
    padding-left: 6px;
    font-size: 14px;
    line-height: 36px;
    color: #b9bacd;
    text-align: left;
}

.nav_ul_info>div a:hover {
    color: #f3c258;
    text-decoration: underline;
}

.nav_login {
    float: right;
    padding-top: 24px;
}

.nav_login>img {
    float: left;
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.nav_login_right {
    float: left;
    padding-top: 3px;
}

.nav_login_right a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #c9c9dd;
    cursor: pointer;
}

.nav_login_right a:hover {
    color: #f5d034;
}

.nav_login_right p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.Customer {
    width: 118px;
    position: fixed;
    top: 40%;
    right: 112px;
    z-index: 999;
    transition: all .5s;
}

.Customer>img {
    width: 100%;
    position: relative;
    bottom: -6px;
    z-index: -1;
}

.Customer_top {
    background-color: #ff7d00;
    padding: 10px;
}

.Customer_top img {
    width: 98px;
    height: 98px;
}

.Customer_ul li {
    margin-top: 1px;
    background-color: #ff7d00;
    position: relative;
}

.Customer_ul li:nth-child(2n-1) {
    background-color: #f3c258;
}

.Customer_ul li a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}

.Customer_ul li a img {
    height: 21px;
    margin: -2px 4px 0 0;
}

.Customer_mask1,
.Customer_mask2,
.Customer_mask3 {
    width: 118px;
    box-sizing: border-box;
    padding: 10px 10px 0;
    background-color: #ff7d00;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}

.Customer_mask1.on,
.Customer_mask2.on,
.Customer_mask3.on {
    animation: slide .2s linear forwards;
}

@keyframes slide {
    0% {
        right: 0;
        opacity: 0;
    }
    100% {
        right: 121px;
        opacity: 1;
    }
}

.Customer_mask1 img,
.Customer_mask2 img,
.Customer_mask3 img {
    width: 98px;
    height: 98px;
}

.Customer_mask1 p,
.Customer_mask2 p,
.Customer_mask3 p {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 4px 0;
}

.Customer_mask1 span,
.Customer_mask2 span,
.Customer_mask3 span {
    color: #f3c258;
}

.content {
    position: relative;
    padding-top: 500px;
}

.content.on {
    animation: change2 .5s linear forwards;
}

@keyframes change2 {
    0% {
        padding-top: 530px;
    }
    100% {
        padding-top: 280px;
    }
}

.content_bg {
    width: 100%;
    height: 776px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.content_bg img {
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.content_bg .content_bg_img2 {
    display: none;
}

.content_bg.on {
    animation: change .5s linear forwards;
}

.content_bg.on .content_bg_img1 {
    display: none;
}

.content_bg.on .content_bg_img2 {
    display: block;
}

@ keyframes change {
    0% {
        height: 776px;
    }
    100% {
        height: 530 px;
    }
}

.index_banner_nav {
    float: left;
    width: 242px;
    background: rgba(53, 53, 59, .95);
}

.index_banner_nav h2 {
    padding: 0 35px;
    overflow: hidden;
}

.index_banner_nav h2 span {
    float: left;
    font-size: 18px;
    line-height: 46px;
    color: #f3c258;
    border-bottom: 4px solid #f3c258;
}

.index_banner_nav_list a {
    display: block;
    padding: 18px 0 18px 36px;
    border-bottom: 1px solid #56565c;
    overflow: hidden;
}

.index_banner_nav_list a>img {
    float: left;
    width: 49px;
    height: 49px;
    margin-right: 12px;
}

.index_banner_nav_list_info {
    float: left;
    width: 145px;
}

.index_banner_nav_list_info h3 {
    font-size: 14px;
    line-height: 24px;
    color: #acacbe;
}

.index_banner_nav_list_info p {
    font-size: 14px;
    line-height: 24px;
    color: #797b85;
}

.index_banner_nav_list a:hover {
    background-color: #56565c;
}

.index_banner_nav_list a:hover .index_banner_nav_list_info h3 {
    color: #f3c258;
}

.index_banner_nav_list a:hover .index_banner_nav_list_info p {
    color: #b8b9c5;
}

.index_banner_nav>a {
    display: block;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    border-radius: 30px;
    background-color: #ff7d00;
    text-align: center;
    width: 128px;
    margin: 25px auto 28px;
}

.index_nav {
    margin-top: 14px;
}

.index_nav a {
    float: left;
    width: 394px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    margin-right: 9px;
    position: relative;
    transition: all .5s;
}

.index_nav a:last-child {
    margin-right: 0;
}

.index_nav a img {
    float: left;
    width: 100%;
    height: 144px;
}

.index_nav a:hover {
    transform: scale(1.03);
}

.new {
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    margin-top: 14px;
}

.new>h2 {
    float: left;
    font-size: 20px;
    line-height: 45px;
    color: #000;
    font-weight: bold;
    font-style: italic;
    padding-left: 14px;
}

.new>h2 span {
    color: #3574ba;
}

#gundong {
    float: right;
    width: 1030px;
    overflow: hidden;
    font-size: 14px;
    line-height: 44px;
    padding: 0 24px;
    box-sizing: border-box;
}

#gundong a {
    color: #434141;
}

#gundong a span {
    color: #ff7d00;
}

#gundongAreaMain1 {
    float: left;
    width: 800%;
}

#gundongAreaMain2,
#gundongAreaMain3,
#gundongAreaMain2 li,
#gundongAreaMain3 li {
    float: left;
}

.Transaction {
    margin-top: 14px;
}

.Transaction_left {
    float: left;
    height: 312px;
    width: 558px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding: 20px 13px 0 13px;
}

.Transaction_left>h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 8px;
    color: #333;
}

.Transaction_left>h2 span {
    margin-left: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    width: 81px;
    box-sizing: border-box;
    padding-left: 6px;
    background: url(/static/img/bg8.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.Transaction_left>h3 {
    font-size: 14px;
    line-height: 22px;
    padding: 0 8px;
    color: #706d6d;
}

.Transaction_left_tit {
    padding: 0 8px;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    margin-top: 6px;
}

.Transaction_left_tit>h3,
.Transaction_left_tit>span {
    float: left;
    font-size: 16px;
    line-height: 31px;
    color: #010101;
}

.Transaction_left_tit>span {
    float: right;
}

.Transaction_left_list {
    padding-top: 12px;
}

.Transaction_left_list a {
    display: block;
    overflow: hidden;
}

.Transaction_left_list a p,
.Transaction_left_list a span,
.Transaction_left_list a i {
    float: left;
    font-size: 12px;
    line-height: 26px;
    color: #010101;
}

.Transaction_left_list a span {
    color: #a0a0a0;
    margin-left: 8px;
}

.Transaction_left_list a i {
    float: right;
    color: #ff7323;
}

.Transaction_left_list a:hover p,
.Transaction_left_list a:hover span {
    color: #ff7323;
}

.Transaction_center {
    float: left;
    width: 338px;
    height: 312px;
    margin-left: 12px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
}

.Transaction_center_info {
    display: block;
    /* height: 144px; */
    box-sizing: border-box;
    margin: 12px 12px 10px 16px;
    background-color: #0f6abd;
    /* padding: 16px 0 0 25px; */
    position: relative;
    padding: 10px 0px 0px 10px;
    height: 182px;
    margin-bottom: 0px;
}

.Transaction_center_info h3 {
    font-size: 27px;
    line-height: 40px;
    color: #fff;
}

.Transaction_center_info p {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}

.Transaction_center_info>img {
    width: 149px;
    height: 155px;
    position: absolute;
    top: 26px;
    right: -25px;
}

.Transaction_center_info:hover {
    padding-left: 27px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
}

.Transaction_center_tab li {
    width: 48%;
    border: none;
    border-bottom: 5px solid #f2f2f2;
    float: left;
    height: 73px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
}

.Transaction_center_tab li.on {
    border-bottom: 5px solid #f3c258;
    background-color: #fff;
}

.Transaction_center_tab li img {
    height: 23px;
}

.Transaction_center_con {
    margin: 15px 12px 0 16px;
    background-color: #f2f2f2;
    display: none;
}

.Transaction_center_con.active {
    display: block;
}

.Transaction_center_con>input {
    float: left;
    font-size: 14px;
    line-height: 39px;
    width: 214px;
    color: #9a9a9a;
    text-align: center;
    background: transparent;
}

.Transaction_center_con>button {
    float: left;
    font-size: 14px;
    line-height: 39px;
    width: 96px;
    color: #fff;
    text-align: center;
    background-color: #ff7d00;
}

.Transaction_right {
    float: right;
    width: 274px;
    height: 312px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    padding: 0 19px 0 16px;
    border-top: 5px solid #a103e3;
}

.Transaction_right>h2 {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    width: 134px;
    margin: 0 auto;
    background-color: #a103e3;
    border-radius: 0 0 6px 6px;
}

.Transaction_right>h2 img {
    height: 25px;
    margin: -2px 5px 0 0;
}

.Transaction_right_tab p {
    float: left;
    font-size: 16px;
    line-height: 34px;
    color: #666;
    width: 115px;
    text-align: center;
    border-bottom: 3px solid #a0a0a0;
    cursor: pointer;
}

.Transaction_right_tab p:last-child {
    float: right;
}

.Transaction_right_tab p.on {
    color: #ff7d00;
    border-color: #f3c258;
}

.Transaction_right_ul {
    padding-top: 5px;
    display: none;
}

.Transaction_right_ul.active {
    display: block;
}

.Transaction_right_ul li {
    overflow: hidden;
    margin-top: 16px;
}

.Transaction_right_ul li:last-child {
    margin-top: 0;
}

.Transaction_right_ul li h3 {
    float: left;
    font-size: 12px;
    line-height: 31px;
    color: #56565c;
    width: 62px;
}

.Transaction_right_ul li input,
.Transaction_right_ul li select,
.Transaction_right_ul li a.choose_js {
    float: left;
    width: 177px;
    background-color: #f2f2f2;
    font-size: 12px;
    line-height: 31px;
    height: 31px;
    color: #56565c;
    padding-left: 19px;
    box-sizing: border-box;
}

.Transaction_right_ul li h4 {
    float: left;
    width: 177px;
    font-size: 12px;
    line-height: 31px;
    color: #ff7d00;
}

.Transaction_right_ul li h4 span {
    float: right;
}

.Transaction_right_ul li>a.buy_btn {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #ff7d00;
}

.ad {
    margin-top: 18px;
    background: url(/static/img/bg9.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 100px;
    display: block;
}

.ad>p {
    float: left;
    margin-left: 46px;
    font-size: 24px;
    line-height: 99px;
    color: #fff;
}

.ad>p img {
    float: left;
    height: 37px;
    margin: 31px 14px 0 0;
}

.ad>a>img {
    width: 100%;
}

.title {
    padding: 0 15px 0 28px;
    background-color: #f8f8f8;
}

.title_tr {
    background: transparent;
}

.title>img {
    float: left;
    height: 32px;
    margin: 14px 10px;
}

.title>h3 {
    float: left;
    font-size: 18px;
    color: #504a4d;
    line-height: 32px;
    padding-top: 6px;
    border-bottom: 4px solid #f3c258;
    padding: 0 8px;
}

.title2 h3 {
    font-size: 28px;
    line-height: 58px;
    color: #000;
    padding: 0;
    border-bottom: 0;
}

.title>a {
    float: right;
    font-size: 14px;
    line-height: 42px;
    color: #858585;
}

.title2 a {
    line-height: 58px;
}

.title>a span {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    color: #4b4b4b;
    line-height: 42px;
}

.title>a:hover {
    color: #ff9600;
}

.title>a:hover span {
    color: #ff9600;
}

.Boutique {
    margin-top: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
}

.Boutique_con {
    padding: 9px 0 20px 25px;
}

.Boutique_con_list {
    margin-top: 9px;
}

.Boutique_con_list_img {
    float: left;
    width: 241px;
    height: 359px;
    overflow: hidden;
}

.Boutique_con_list_img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.Boutique_con_list_img img:hover {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.Boutique_con_list_info {
    overflow: hidden;
}

.Boutique_con_list_info li {
    float: left;
    width: 288px;
    height: 357px;
    margin-left: 10px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    overflow-x: hidden;
}

.Boutique_con_list_info li>img {
    width: 288px;
    height: 184px;
    position: relative;
    left: -1px;
}

.Boutique_con_list_info li>h3 {
    font-size: 16px;
    line-height: 42px;
    color: #ff4400;
    padding: 0 12px;
}

.Boutique_con_list_info li>h3 span {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border-radius: 30px;
    padding: 0 10px;
    background-color: #ff4400;
    margin-left: 16px;
}

.Boutique_con_list_info li>h4 {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    padding: 0 12px;
    height: 60px;
}

.Boutique_con_list_info li>h5 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 0 12px;
    margin-top: 10px;
}

.Boutique_con_list_info li>h5 img {
    float: left;
    height: 13px;
    margin: 5px 10px 0 0;
}

.Boutique_con_list_info li>h5 span {
    float: right;
}

.Boutique_con_list_info li>h6 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 0 12px;
}

.Boutique_con_list_info li>h6 img {
    float: left;
    height: 14px;
    margin: 5px 10px 0 0;
}

.Boutique_con_list_info li>p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 0 12px;
    margin-top: 4px;
}

.Boutique_con_list_info li>p span {
    float: left;
    width: 58px;
    text-align: center;
    margin-right: 12px;
    background-color: #4fc103;
}

.Boutique_con_list_info li>p span:nth-child(2) {
    background-color: #ff0000;
}

.Boutique_con_list_info li>p span:nth-child(3) {
    background-color: #9e00cf;
}

.Boutique_con_list_info li>p span:last-child {
    margin-right: 0;
    background-color: #26b7ff;
}

.Boutique_con_list_info_mask {
    width: 100%;
    height: 100%;
    background: rgba(33, 35, 55, .9);
    box-sizing: border-box;
    padding: 16px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.Boutique_con_list_info_mask>h3 {
    font-size: 19px;
    line-height: 34px;
    color: #f3c258;
    font-weight: bold;
}

.Boutique_con_list_info_mask>h4 {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 10px;
}

.Boutique_con_list_info_mask>p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.Boutique_con_list_info_mask>a {
    display: block;
    width: 79px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    border: 2px solid #fff;
    position: absolute;
    bottom: 32px;
    right: 20px;
}

.Integral {
    margin-top: 16px;
}

.Integral_left {
    float: left;
    width: 918px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
}

.Integral_left a {
    float: left;
    width: 25%;
    height: 368px;
    padding: 33px 0 36px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.Integral_left a::after {
    content: "";
    display: block;
    width: 1px;
    height: 300px;
    background-color: #a0a0a0;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    right: 0;
}

.Integral_left a:last-child::after {
    display: none;
}

.Integral_left a>img {
    height: 169px;
}

.Integral_left a>h3 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.Integral_left a>h4 {
    font-size: 15px;
    line-height: 30px;
    color: #999;
}

.Integral_left a>h4 span {
    color: #ff6700;
}

.Integral_left a>h5 {
    font-size: 14px;
    line-height: 33px;
    color: #999;
    border-radius: 30px;
    width: 144px;
    text-align: center;
    margin: 10px auto 0;
    border: 1px solid #999;
    transition: all .3s;
}

.Integral_left a>button {
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    border-radius: 30px;
    width: 144px;
    text-align: center;
    margin: 14px auto 0;
    background-color: #ff9600;
    border: 1px solid #ff9600;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -72px;
    opacity: 0;
    transition: all .3s;
}

.Integral_left a:hover {
    padding-top: 30px;
}

.Integral_left a:hover>h3 {
    color: #ff9600;
}

.Integral_left a:hover>h5 {
    transform: scale(0);
}

.Integral_left a:hover>button {
    bottom: 42px;
    opacity: 1;
}

.Integral_right {
    float: right;
    width: 271px;
    height: 368px;
    background: url(/static/img/bg10.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 256px;
    text-align: center;
    transition: all .2s;
}

.Integral_right:hover {
    transform: rotateY(10deg);
}

.Integral_right a.btn1 {
    display: block;
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    width: 144px;
    text-align: center;
    margin: 4px auto 0;
    border: 1px solid #999;
    transition: all .2s;
}

.Integral_right a.btn1:hover {
    margin-top: 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

.Integral_right a.btn2 {
    font-size: 14px;
    line-height: 42px;
    color: #f8bf2b;
    display: block;
    opacity: .8;
}

.Integral_right a.btn2:hover {
    opacity: 1;
}

.Business {
    margin-top: 20px;
}

.tit {
    font-size: 26px;
    line-height: 78px;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.tit span {
    color: #3574ba;
}

.Live {
    margin-top: 14px;
}

.Live_list li {
    float: left;
    width: 290px;
    margin: 0 13px 14px 0;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
}

.Live_list li:nth-child(4n) {
    margin-right: 0;
}

.Live_list_video {
    display: block;
    width: 100%;
    height: 167px;
    position: relative;
}

.Live_list_video>img {
    width: 100%;
    height: 100%;
}

.icon_play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s;
}

.icon_play img {
    height: 160px;
    height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -80px;
    opacity: 0;
    transition: all .2s;
}

.Live_list li:hover .icon_play {
    background: rgba(0, 0, 0, .5);
}

.Live_list li:hover .icon_play img {
    height: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    opacity: 1;
}

.Live_list_info {
    padding: 0 14px 6px;
}

.Live_list_info a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 32px;
    color: #555;
}

.Live_list_info a:hover {
    color: #ff9600;
}

.Live_list_info h3 {
    font-size: 14px;
    line-height: 36px;
    color: #555;
}

.Live_list_info h3 img {
    float: left;
    height: 23px;
    margin: 6px 8px 0 0;
}

.Live_list_info h3 span {
    float: right;
    color: #ff9600;
}

.Cooperation_list {
    padding: 20px 0 56px 0;
}

.Cooperation_list img {
    float: left;
    width: 281px;
    height: 86px;
    margin: 12px 9.5px 0;
}

.Cooperation_list img:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.service_nav {
    background-color: #D9D4E3;
}

.service_nav_ul {
    padding: 26px 0 20px;
}

.service_nav_ul li {
    float: left;
    width: 25%;
    padding-left: 10px;
    box-sizing: border-box;
}

.service_nav_ul li>img {
    float: left;
    height: 40px;
    margin: 4px 10px 0 0;
}

.service_nav_ul_info {
    float: left;
}

.service_nav_ul_info h3 {
    font-size: 18px;
    line-height: 24px;
    color: #35353b;
}

.service_nav_ul_info p {
    font-size: 13px;
    line-height: 18px;
    color: #9f9f9f;
}

.footer {
    background-color: #56565c;
}

.footer_top {
    padding: 34px 0;
    overflow: hidden;
}

.footer_top_ul {
    float: left;
    overflow: hidden;
}

.footer_top_ul li {
    float: left;
    width: 150px;
    text-align: center;
}

.footer_top_ul li h3 {
    font-size: 16px;
    line-height: 34px;
    color: #b0b0b1;
}

.footer_top_ul li a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #b0b0b1;
}

.footer_top_ul li a:hover {
    color: #ff9600;
}

.footer_top_ewm {
    float: left;
    width: 100px;
    margin: 0 50px;
}

.footer_top_ewm img {
    display: block;
    margin: 0 auto;
    height: 96px;
}

.footer_top_ewm p {
    font-size: 14px;
    line-height: 18px;
    color: #c8c8c8;
    margin-top: 8px;
}

.footer_center {
    padding: 14px 0;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    text-align: center;
}

.footer_center a,
.footer_center p {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #b7b7b9;
    padding: 0 10px;
    border-right: 1px solid #c8c8c8;
}

.footer_center a:hover {
    color: #ff9600;
}

.footer_center p {
    border-right: 0;
}

.footer_center p img {
    height: 20px;
    margin: 0 10px;
}

.footer_bottom {
    background-color: #35353b;
    padding: 20px 0 30px;
    text-align: center;
}

.footer_bottom a {
    display: inline-block;
    margin: 0 15px;
}

.footer_bottom a img {
    width: 106px;
    height: 42px;
}


/**********************************************************************************************/

.picbanner {
    width: 678px;
    height: 390px;
    float: left;
    margin-left: 6px;
    position: relative;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
}

.picbanner .el-carousel__container img {
    width: 100%;
    height: 100%;
}

.picbanner .indicators {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    opacity: 0;
    transition: 1s;
}

.picbanner .indicators li {
    flex: 1;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.picbanner .el-carousel__indicators {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: none;
    display: flex;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: 1s;
}

.picbanner .el-carousel__indicators li {
    flex: 1;
    padding: 0;
}

.picbanner .el-carousel__indicators li.is-active {
    background: #ff8700;
}

.picbanner .el-carousel__indicators li button {
    display: none;
}

.picbanner .el-carousel__arrow {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    background: transparent;
    opacity: .7;
}

.picbanner .el-carousel__arrow:hover {
    opacity: 1;
}

.picbanner:hover .indicators {
    opacity: 1;
    z-index: 9999;
    transition: all 1s;
}

.picbanner:hover .el-carousel__indicators {
    opacity: 1;
    z-index: 999;
    transition: all 1s;
}

.picMarquee {
    width: 268px;
    height: 390px;
    position: relative;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    float: right;
    background-color: #fff;
}

.picMarquee .tab {
    background: rgba(0, 0, 0, .6);
    height: 50px;
    padding: 10px 26px 0 26px;
    box-sizing: border-box;
}

.picMarquee .tab ol {
    display: flex;
    justify-content: space-between;
}

.picMarquee .tab ol li {
    width: 90px;
    line-height: 30px;
    border: 1px solid #f2a82a;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.picMarquee .tab ol li.on {
    background: #ff7d00;
    border-color: #ff7d00;
}

.picMarquee .con {
    padding: 4px 10px;
    background-color: #fff;
}

.picMarquee .con .tempWrap {
    display: none;
}

.picMarquee .con .tempWrap:first-child {
    display: block;
}

.picMarquee .con ul li {
    padding: 4px 0;
    cursor: pointer;
}

.picMarquee .con ul li img {
    border: 4px solid transparent;
    box-sizing: border-box;
}

.picMarquee .con ul li:hover img {
    border: 4px solid #ff8700;
}

.picMarquee .con ul li img {
    width: 100%;
    display: block;
}

.picswiper .el-carousel__container img {
    width: 100%;
}

.picswiper .el-carousel__container .el-carousel__arrow--right {
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: left;
    right: -30px;
    padding: 0 2px;
    background: rgba(0, 0, 0, .7);
}

.picswiper .el-carousel__container .el-carousel__arrow--left {
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: right;
    left: -30px;
    padding: 0 2px;
    background: rgba(0, 0, 0, .7);
}

.picswiper .el-carousel__container .el-carousel__arrow:hover {
    background: rgba(255, 99, 14, .7);
}

.picswiper .el-carousel__indicators--outside {
    position: absolute;
    bottom: 0px;
}

.picswiper .el-carousel__indicators--outside .el-carousel__indicator .el-carousel__button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
    opacity: 1;
}

.picswiper .el-carousel__indicators--outside .el-carousel__indicator.is-active .el-carousel__button {
    background: #ff9600;
    width: 30px;
    opacity: 1;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    width: 26px;
    height: 51px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 999;
}

.picScroll-left .hd .prev {
    left: 0;
    background: url("/static/img/icon_left.png") no-repeat;
    background-size: 100%;
}

.picScroll-left .hd .next {
    right: 0;
    background: url("/static/img/icon_right.png") no-repeat;
    background-size: 100%;
}

.picScroll-left .bd {
    overflow: hidden;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    float: left;
    width: 20%;
    transition: all .5s;
    cursor: pointer;
}

.picScroll-left .bd ul li .box {
    width: 230px;
    background: #fff;
    padding: 40px 0 22px 0;
    border-radius: 10px;
    margin: 0 auto;
}

.picScroll-left .bd ul li .box .head {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.picScroll-left .bd ul li .box .head>img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.picScroll-left .bd ul li .box .head span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: url("/static/img/icon_vip.png");
}

.picScroll-left .bd ul li .box h3 {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #251409;
    margin-top: 0;
    line-height: 28px;
    margin-top: 4px;
}

.picScroll-left .bd ul li .box h3 img {
    height: 16px;
    margin: 7px 0 0 4px;
}

.picScroll-left .bd ul li .box h4 {
    font-size: 14px;
    color: #5f5f5f;
    margin-top: 4px;
    text-align: center;
}

.picScroll-left .bd ul li .box>a {
    font-size: 16px;
    color: #5f5f5f;
    width: 100px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    border: 1px solid #afafaf;
    border-radius: 12px;
}

.picScroll-left .bd ul li:hover {
    margin-top: -5px;
    transition: all .2s;
}

.picScroll-left .bd ul li:hover .box>a {
    background: #ff9600;
    border-color: #ff9600;
    color: #fff;
}


/**********************************************************************************************/


/*   积分商城   */

.header_bottom_tr {
    height: 97px;
    background: transparent;
}

.header_bottom_tr>.inner>a {
    padding-top: 12px;
}

.header_bottom_tr>.inner>a img {
    height: 69px;
}

.header_bottom_nav {
    float: right;
}

.header_bottom_nav a {
    float: left;
    font-size: 18px;
    line-height: 97px;
    color: #535353;
    margin-left: 38px;
}

.header_bottom_nav a.on {
    color: #ae31a6;
}

.header_bottom_nav a:hover {
    color: #ae31a6;
}

.points_mall {
    border-top: 3px solid #ae31a6;
}

.points_mall_left {
    float: left;
    width: 207px;
    background: #fff url(/static/img/jf.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    box-sizing: border-box;
    padding: 0 18px;
}

.points_mall_left_top {
    display: block;
    padding-top: 116px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 72px;
}

.how_btn {
    display: block;
    width: 146px;
    border-radius: 30px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    background-color: #ae31a6;
    margin: 0 auto;
}

.how_btn:hover {
    background-color: #901388;
}

.points_mall_left>h3 {
    font-size: 18px;
    line-height: 34px;
    color: #474747;
    margin-top: 7px;
    text-align: center;
    border-bottom: 1px solid #474747;
}

.points_mall_left_info {
    padding: 10px 0;
}

.points_mall_left_info>a {
    display: block;
    font-size: 14px;
    line-height: 38px;
    color: #474747;
    padding-left: 32px;
}

.points_mall_left_info>a:hover {
    color: #ff7d00;
}

.points_mall_left_info>a span {
    float: left;
    width: 25px;
}

.points_mall_left_info>a span.margin_span {
    padding-left: 3px;
}

.points_mall_left_info>a span img {
    height: 20px;
    margin: -2px 0 0 0;
}

.points_mall_right {
    float: right;
    width: 976px;
    padding-top: 20px;
}

.points_mall_right_tit {
    background-color: #fff;
    padding: 0 35px 0 20px;
}

.points_mall_right_tit a,
.points_mall_right_tit p {
    float: left;
    font-size: 12px;
    line-height: 60px;
    color: #535353;
    padding: 0 14px;
}

.points_mall_right_tit a.on {
    color: #ff9900;
}

.points_mall_right_tit a:hover {
    color: #ff9900;
}

.points_mall_right_tit p {
    float: right;
}

.points_mall_right_tit p span {
    color: #ff9900;
    margin: 0 10px;
}

.Exchange_list {
    margin-top: 12px;
    display: none;
}

.Exchange_list.active {
    display: block;
}

.Exchange_list li {
    float: left;
    width: 25%;
    height: 334px;
    margin-bottom: 2px;
    box-sizing: border-box;
    border: 3px solid #fff;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.Exchange_list li:hover {
    border: 3px solid #ae31a6;
}

.Exchange_list_img {
    display: block;
    padding-top: 22px;
    text-align: center;
}

.Exchange_list_img img {
    height: 200px;
    transition: all .3s;
}

.Exchange_list_img:hover img {
    margin-left: 10px;
}

.Exchange_list_info {
    padding: 0 21px;
}

.Exchange_list_info h3 {
    font-size: 14px;
    line-height: 36px;
    color: #222;
    margin-top: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .2s;
}

.Exchange_list_info p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    transition: all .3s;
}

.Exchange_list_info p i {
    float: left;
    width: 50px;
}

.Exchange_list_info p span {
    color: #ff7e3d;
}

.Exchange_list_info button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    background-color: #ae31a6;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all .3s;
}

.Exchange_list li:hover h3 {
    transform: scale(0);
}

.Exchange_list li:hover p {
    position: relative;
    top: -44px;
}

.Exchange_list li:hover button {
    bottom: 0;
}

.page {
    padding: 53px 0 45px;
}

.page_info {
    float: right;
}

.page_info a,
.page_info input {
    float: left;
    font-size: 12px;
    line-height: 38px;
    color: #717171;
    padding: 0 15px;
    margin: 0 5px;
    border-radius: 2px;
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
    position: relative;
}

.page_info input {
    width: 50px;
    text-align: center;
    box-sizing: border-box;
}

.page_info a.no {
    border: 0;
}

.page_info a.on {
    color: #fff;
    background-color: #ff8700;
    border-color: #ff8700;
}

.page_info a.more_btn {
    padding: 0;
}

.page_info a>img {
    width: 40px;
    height: 54px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -20px;
    z-index: -1;
}

.page_info h3 {
    float: left;
    font-size: 12px;
    line-height: 38px;
    color: #717171;
    padding: 0 10px;
}

.page_info button {
    float: left;
    width: 64px;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    color: #fff;
    margin-left: 5px;
    border-radius: 2px;
    border: 1px solid #2e6fb7;
    background-color: #2e6fb7;
}


/*   积分商城首页   */

.Integral_banner {
    padding-top: 30px;
    background: url(/static/img/bg2.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.Integral_banner_left {
    float: left;
    width: 398px;
    height: 572px;
    padding-top: 180px;
    box-sizing: border-box;
    background: url(/static/img/bg1.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.Integral_banner_left_jf {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.Integral_banner_left_nav {
    margin-top: 60px;
    padding: 0 40px;
}

.Integral_banner_left_nav a {
    float: left;
    width: 33.33%;
    text-align: center;
}

.Integral_banner_left_nav a img {
    height: 35px;
}

.Integral_banner_left_nav a p {
    font-size: 16px;
    line-height: 54px;
    color: #fff;
}

.Integral_banner_left_qd {
    display: block;
    width: 223px;
    font-size: 23px;
    line-height: 55px;
    color: #fb5138;
    height: 62px;
    border-radius: 30px;
    text-align: center;
    background: url(/static/img/bg14.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 48px auto 0;
    transition: all .2s;
}

.Integral_banner_left_qd:hover {
    margin-top: 43px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
}

.Integral_banner_left_gz {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #fed855;
}

.Integral_banner_left_gz:hover {
    color: #f2e4b4;
}

.Integral_banner_right {
    float: right;
    width: 787px;
}

.RotationChart {
    width: 100%;
    height: 403px;
    position: relative;
    overflow: hidden;
}

.RotationChart .inner {
    position: relative;
}

.RotationChart-btn {
    display: none;
}

.RotationChart-btn a {
    display: block;
    line-height: 50px;
    position: absolute;
    top: 176px;
    width: 30px;
    height: 50px;
    overflow: hidden;
    z-index: 4;
}

.prevBtn {
    left: 0px;
}

.nextBtn {
    right: 0px;
}

.RotationChart-img {
    font-size: 0;
    *word-spacing: -1px;
    /* IE6、7 */
    letter-spacing: -3px;
    position: relative;
}

.RotationChart-img li {
    width: 33.33%;
    height: 403px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* IE6、7 */
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 12px;
}

.RotationChart-img li img {
    width: 100%;
}

.RotationChart i {
    width: 30px;
    height: 50px;
    cursor: pointer;
    display: block;
}

.RotationChart .nextBtn i {
    background: url(/static/img/icon_right.png) no-repeat center;
    -webkit-background-size: 30px 50px;
    background-size: 30px 50px;
}

.RotationChart .prevBtn i {
    background: url(/static/img/icon_left.png) no-repeat center;
    -webkit-background-size: 30px 50px;
    background-size: 30px 50px;
}

.RotationChart-circle {
    position: absolute;
    left: 50%;
    bottom: 15px;
    height: 13px;
    text-align: center;
    font-size: 0;
    border-radius: 10px;
}

.RotationChart-circle li {
    border-radius: 10px;
    margin: 2px 7px;
    display: inline-block;
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1;
}

.RotationChart-circle li a {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
}

.RotationChart-circle .selected a {
    border: 3px solid #ff6440;
}

.Integral_banner_right_nav {
    margin-top: 11px;
}

.Integral_banner_right_nav a {
    float: left;
    width: 388px;
    height: 158px;
    transition: all .3s;
}

.Integral_banner_right_nav a:last-child {
    float: right;
}

.Integral_banner_right_nav a:hover {
    margin-top: -5px;
}

.title3 {
    padding: 0;
}

.title3 h4 {
    float: left;
    font-size: 24px;
    line-height: 46px;
    color: #000;
    padding-left: 20px;
    background: url(/static/img/line1.png) no-repeat left center;
    -webkit-background-size: 5px 21px;
    background-size: 5px 21px;
}

.title3 a {
    line-height: 46px;
}

.hot {
    margin-top: 25px;
}

.hot_left {
    float: left;
    width: 866px;
}

.hot_left .Integral_left {
    width: 100%;
    float: none;
    box-shadow: none;
    border: 1px solid #a0a0a0;
    padding-bottom: 33px;
}

.hot_left .Integral_left a {
    height: 340px;
    padding-bottom: 0;
}

.hot_left .Integral_left a::after {
    content: "";
    display: block;
    height: 290px;
    margin-top: -140px;
}

.hot_left .Integral_left a:nth-child(4n)::after {
    display: none;
}

.hot_left .Integral_left a>img {
    height: 160px;
}

.hot_left .Integral_left a:hover button {
    bottom: 23px;
}

.hot_right {
    float: right;
    width: 308px;
}

.hot_right_list {
    border: 1px solid #bfbfbf;
    padding: 0 20px 0 25px;
    background-color: #fff;
}

.hot_right_list a {
    overflow: hidden;
    display: block;
    padding: 21px 0 14px;
    border-bottom: 1px solid #bfbfbf;
}

.hot_right_list a:last-child {
    border-bottom: 0;
}

.hot_right_list a>img {
    float: left;
    width: 63px;
    margin-right: 12px;
}

.hot_right_list_info {
    float: left;
    width: 185px;
}

.hot_right_list_info h3 {
    font-size: 12px;
    line-height: 22px;
    color: #a0a0a0;
}

.hot_right_list_info h3 span {
    color: #ff0000;
}

.hot_right_list_info h4 {
    font-size: 12px;
    line-height: 22px;
    color: #000;
}

.Integral_money {
    margin-top: 30px;
    height: 463px;
    background: url(/static/img/bg15.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.Integral_money_tit {
    font-size: 14px;
    line-height: 120px;
    color: #a0a0a0;
    text-align: center;
}

.Integral_money_tit span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.Integral_money_ul li {
    float: left;
    width: 284px;
    background-color: #fff;
    margin-right: 21px;
    text-align: center;
    padding: 22px 0 46px;
    transition: all .3s;
}

.Integral_money_ul li:last-child {
    margin-right: 0;
}

.Integral_money_ul li h3 {
    font-size: 14px;
    line-height: 54px;
    color: #888;
}

.Integral_money_ul li h3 span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    background-color: #ff9c07;
    margin: -2px 6px 0 0;
    color: #fff;
}

.Integral_money_ul li>img {
    height: 166px;
}

.Integral_money_ul li:hover {
    margin-top: -5px;
}

.Questions {
    padding: 30px 0 60px;
    background-color: #f8f8f8;
}

.Questions h2 {
    font-size: 20px;
    line-height: 50px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.Questions_ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px;
}

.Questions_ul li h3 {
    font-size: 16px;
    line-height: 34px;
    color: #333;
    margin: 6px 0 4px;
}

.Questions_ul li p {
    font-size: 12px;
    line-height: 18px;
    color: #767676;
}


/*   交易大厅   */

.header_bottom_tr2 {
    height: 105px;
}

.header_bottom_tr2 .inner>a {
    padding-top: 34px;
}

.header_bottom_tr2 .inner>a img {
    height: 41px;
}

.header_bottom_tr2 .header_bottom_nav a {
    line-height: 105px;
}

.header_bottom_tr2 .header_bottom_nav a.on {
    color: #7953cb;
    margin-left: 52px;
}

.header_bottom_search {
    float: right;
    margin: 34px 0 0 160px;
    border: 1px solid #a0a0a0;
    padding: 0 12px;
}

.header_bottom_search input {
    float: left;
    font-size: 12px;
    line-height: 34px;
    color: #666;
    width: 182px;
    background: transparent;
}

.header_bottom_search img {
    float: right;
    height: 18px;
    margin: 8px 0;
}

.TRADING_CENTER {
    padding-top: 170px;
    background: url(/static/img/bg3.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.TRADING_CENTER_nav {
    background-color: #f8f8f8;
    padding: 24px 21px;
}

.TRADING_CENTER_nav a {
    float: left;
    width: 220px;
    height: 66px;
    background-color: #ffdf00;
    padding-left: 20px;
    box-sizing: border-box;
    margin-right: 14px;
}

.TRADING_CENTER_nav a:last-child {
    margin-right: 0;
}

.TRADING_CENTER_nav a span {
    float: left;
    font-size: 24px;
    line-height: 66px;
    color: #e42635;
    font-weight: bold;
    margin-right: 10px;
}

.TRADING_CENTER_nav_con {
    float: left;
    width: 160px;
    padding-top: 14px;
}

.TRADING_CENTER_nav_con h3 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.TRADING_CENTER_nav_con p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.sell_game {
    padding: 10px 40px 22px;
    margin-bottom: 60px;
    background-color: #fff;
}

.sell_game_tit h3 {
    float: left;
    font-size: 24px;
    line-height: 74px;
    color: #000;
}

.sell_game_tit h4 {
    float: right;
    font-size: 14px;
    line-height: 74px;
    color: #333;
    margin-right: 10px;
}

.sell_game_tit_search {
    float: right;
    margin-top: 18px;
    border: 1px solid #666;
}

.sell_game_tit_search input {
    float: left;
    width: 193px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 36px;
    color: #666;
}

.sell_game_tit_search button {
    float: right;
    width: 40px;
    text-align: center;
    height: 36px;
    background: #666 url(/static/img/icon_search3.png) no-repeat center;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
}

.sell_game_tit>a {
    float: right;
    width: 128px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    background-color: #7953cb;
    margin-top: 24px;
}

.sell_game_tit>a img {
    height: 21px;
    margin: -3px 16px 0 0;
}

.hot_keywords {
    border: 1px solid #bfbfbf;
    background-color: #f8f8f8;
}

.hot_keywords_tit {
    background-color: #ebebeb;
    border-bottom: 1px solid #bfbfbf;
    padding: 8px 40px;
}

.hot_keywords_tit a {
    float: left;
    font-size: 12px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    border-radius: 50%;
    color: #1f1f1f;
    margin: 0 3px;
}

.hot_keywords_tit a.on {
    color: #fff;
    background-color: #3a77ba;
}

.hot_keywords_con {
    padding-top: 20px;
    height: 146px;
    overflow-y: auto;
}

.hot_keywords_con a {
    float: left;
    width: 16.66%;
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 14px;
    line-height: 36px;
    color: #626262;
}

.Sort {
    margin-top: 10px;
}

.Sort_tit {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}

.Sort_tit a {
    float: left;
    font-size: 15px;
    line-height: 41px;
    color: #877373;
    padding: 0 24px;
    border-right: 1px solid #ccc;
}

.Sort_tit a.on {
    background-color: #fff;
}

.Sort_ul {
    display: none;
}

.Sort_ul.active {
    display: block;
}

.Sort_ul li {
    overflow: hidden;
    border-bottom: 1px solid #bfbfbf;
    padding: 32px 0 25px 22px;
}

.Sort_ul li:last-child {
    border-bottom: 0;
}

.Sort_ul li:hover {
    background-color: #f8f8f8;
}

.Sort_ul li>a {
    float: left;
    width: 105px;
    height: 105px;
    margin-right: 12px;
}

.Sort_ul li>a img {
    width: 100%;
    height: 100%;
}

.Sort_ul_info {
    float: left;
    width: 435px;
}

.Sort_ul_info h3 {
    font-size: 18px;
    line-height: 22px;
    color: #251409;
}

.Sort_ul_info h3>img {
    height: 15px;
    margin: -2px 0 0 5px;
}

.Sort_ul_info h4 {
    margin-top: 13px;
}

.Sort_ul_info h4 span {
    font-size: 12px;
    line-height: 18px;
    color: #3399ff;
    padding: 0 6px;
    margin-right: 5px;
    border: 1px solid #3399ff;
}

.Sort_ul_info h4 span.on {
    color: #ff8a00;
    border-color: #ff8a00;
}

.Sort_ul_info h5 {
    font-size: 12px;
    line-height: 24px;
    color: #7d7d7d;
}

.Sort_ul_info h5 img {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: -2px 6px 0 0;
}

.Sort_ul_list {
    float: left;
    width: 180px;
    padding-top: 10px;
}

.Sort_ul_list p {
    font-size: 12px;
    line-height: 31px;
    color: #7d7d7d;
}

.Sort_ul_lx {
    float: left;
    width: 150px;
    padding-top: 4px;
}

.Sort_ul_lx h3 {
    font-size: 12px;
    line-height: 23px;
    color: #232323;
    width: 106px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #bfbfbf;
    margin: 0 auto;
}

.Sort_ul_lx a {
    display: block;
    font-size: 12px;
    line-height: 29px;
    color: #fff;
    width: 106px;
    text-align: center;
    border-radius: 30px;
    background-color: #9e00cf;
    margin: 11px auto 0;
    border: 1px solid #9e00cf;
}

.Sort_ul_lx a img {
    height: 22px;
    margin: -4px 8px 0 0;
}

.Sort_ul_lx a:hover {
    position: relative;
    top: -3px;
    background-color: #fff;
    color: #9e00cf;
}

.Sort_ul_lx p {
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #313131;
}

.Sort_ul_btn {
    float: left;
    margin-left: 70px;
    padding-top: 3px;
}

.Sort_ul_btn a {
    display: block;
    width: 98px;
    font-size: 12px;
    line-height: 30px;
    color: #f52f3e;
    text-align: center;
    border-radius: 2px;
    margin-top: 10px;
    border: 1px solid #f52f3e;
}

.Sort_ul_btn a.on {
    background-color: #f52f3e;
    color: #fff;
}

.Sort_ul_btn a:hover {
    background-color: #f9e5e7;
}

.Sort_ul_btn a.on:hover {
    background-color: #ec4f5b;
    border-color: #ec4f5b;
}


/*   交易首页   */

.Trade_index {
    background: url(/static/img/bg4.png) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.Trade_index .header_bottom_nav a {
    color: #fff;
}

.Trade_index .header_bottom_nav a.on {
    color: #e6e73d;
}

.hot_game {
    float: left;
    width: 250px;
    height: 532px;
    background: url(/static/img/bg5.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.hot_game .index_banner_nav_list {
    border-top: 1px solid #1b202a;
}

.hot_game .index_banner_nav_list a {
    border-color: #1b202a;
    padding: 45px 0 40px 45px;
    transition: all .3s;
}

.hot_game .index_banner_nav_list a:hover {
    padding-left: 50px;
    background: transparent;
}

.hot_game .index_banner_nav_list a:hover .index_banner_nav_list_info p {
    color: #f3c258;
}

.hot_game .index_banner_nav_list a>img {
    width: 45px;
    height: 45px;
}

.hot_game .index_banner_nav_list a .index_banner_nav_list_info {
    float: left;
    width: auto;
}

.index_banner_nav_btn {
    background-color: #1b202a;
    padding: 25px 0 28px;
}

.index_banner_nav_btn>a {
    display: block;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    border-radius: 30px;
    background-color: #ff7d00;
    text-align: center;
    width: 128px;
    margin: 0 auto;
}

.Trade_index_banner {
    float: left;
    width: 672px;
    height: 532px;
    padding: 15px 12px 0;
    box-sizing: border-box;
    background-color: #fff;
}

.RotationChart2 {
    height: 352px;
}

.RotationChart2 .RotationChart-circle {
    left: 92%;
    margin: 0;
}

.RotationChart2 .RotationChart-circle li {
    margin: 0 5px;
}

.RotationChart2 .RotationChart-circle li a {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .5);
    border: 0;
}

.RotationChart2 .RotationChart-circle li.selected a {
    width: 20px;
    background-color: #ff6440;
    border-radius: 30px;
}

.Trade_index_banner_ul li {
    float: left;
    width: 33.33%;
    cursor: pointer;
    position: relative;
}

.Trade_index_banner_ul li>img {
    height: 100px;
    position: absolute;
    top: 22px;
    left: 6px;
    transition: all .3s;
}

.Trade_index_banner_ul_info {
    float: right;
    width: 114px;
    padding-top: 44px;
}

.Trade_index_banner_ul_info h3 {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.Trade_index_banner_ul_info h4 {
    font-size: 13px;
    line-height: 19px;
    color: #898989;
}

.Trade_index_banner_ul_info i {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #707070;
    margin-top: 14px;
}

.Trade_index_banner_ul_info a {
    display: block;
    font-size: 12px;
    line-height: 42px;
    color: #707070;
}

.Trade_index_banner_ul li:hover .Trade_index_banner_ul_info h3,
.Trade_index_banner_ul li:hover .Trade_index_banner_ul_info h4,
.Trade_index_banner_ul li:hover .Trade_index_banner_ul_info a {
    color: #ff7d00;
}

.Trade_index_banner_ul li:hover .Trade_index_banner_ul_info i {
    background-color: #ff7d00;
}

.Trade_index_banner_ul li:hover>img {
    left: 0;
}

.commercial_transaction {
    float: right;
    width: 278px;
    height: 532px;
    background-color: #f6f8fc;
    box-sizing: border-box;
    padding: 24px 16px 0 28px;
    text-align: center;
}

.commercial_transaction_tit a {
    float: left;
    font-size: 15px;
    line-height: 37px;
    color: #fff;
    width: 111px;
    text-align: center;
    background-color: #ff7d00;
}

.commercial_transaction_tit a:last-child {
    background-color: #7953cb;
}

.commercial_transaction>img {
    margin-top: 25px;
}

.commercial_transaction>h3 {
    font-size: 48px;
    line-height: 58px;
    color: #333;
    font-weight: bold;
}

.commercial_transaction_info {
    margin-top: 14px;
}

.commercial_transaction_info>p {
    font-size: 18px;
    line-height: 34px;
    color: #333;
}

.commercial_transaction_info>p img {
    width: 18px;
    margin: -4px 14px 0 0;
}

.commercial_transaction>a {
    display: block;
    font-size: 18px;
    line-height: 41px;
    color: #fff;
    text-align: center;
    background-color: #f52f3e;
    margin-top: 16px;
    transition: all .2s;
}

.commercial_transaction>a:hover {
    box-shadow: 0px 0px 18px 0px rgba(245, 47, 62, 0.35);
}

.commercial_transaction .commercial_transaction_search {
    margin-top: 12px;
    float: none;
}

.commercial_transaction .sell_game_tit_search input {
    width: 192px;
}

.new_no {
    border: 0;
    padding: 25px 0;
}

.picScroll-left2,
.picScroll-left3 {
    float: left;
    width: 998px;
}

.picScroll-left2 .hd .prev,
.picScroll-left3 .hd .prev {
    background: url(/static/img/icon_left1-1.png) no-repeat;
    background-size: 100%;
}

.picScroll-left2 .hd .next,
.picScroll-left3 .hd .next {
    background: url(/static/img/icon_right1-1.png) no-repeat;
    background-size: 100%;
}

.picScroll-left2 .bd ul li,
.picScroll-left3 .bd ul li {
    width: 200px;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}

.picScroll-left2 .bd ul li .box,
.picScroll-left3 .bd ul li .box {
    border-radius: 0;
    width: 100%;
    height: 280px;
    box-sizing: border-box;
    position: relative;
}

.picScroll-left2 .bd ul li .box .head,
.picScroll-left3 .bd ul li .box .head {
    width: 136px;
    height: 136px;
    margin-bottom: 6px;
}

.picScroll-left2 .bd ul li .box .head>img,
.picScroll-left3 .bd ul li .box .head>img {
    width: 136px;
    height: 136px;
    border-radius: 0;
}

.picScroll-left2 .bd ul li .box .head span,
.picScroll-left3 .bd ul li .box .head span {
    bottom: -10px;
    right: -10px;
}

.picScroll-left2 .bd ul li .box h3,
.picScroll-left3 .bd ul li .box h3 {
    margin-top: 0;
    line-height: 28px;
    transition: all .3s;
}

.picScroll-left2 .bd ul li .box h3 img,
.picScroll-left3 .bd ul li .box h3 img {
    height: 16px;
    margin: 7px 0 0 4px;
}

.picScroll-left2 .bd ul li:hover {
    margin-top: 0;
}

.picScroll-left2 .bd ul li h5,
.picScroll-left3 .bd ul li h5 {
    text-align: center;
}

.picScroll-left2 .bd ul li h5 img,
.picScroll-left3 .bd ul li h5 img {
    height: 17px;
    margin: 0 2px;
}

.picScroll-left2 .bd ul li .box .box_btn,
.picScroll-left3 .bd ul li .box .box_btn {
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all .3s;
}

.picScroll-left2 .bd ul li .box .box_btn a {
    float: right;
    font-size: 12px;
    line-height: 24px;
    color: #f52f3e;
    width: 72px;
    text-align: center;
    border: 1px solid #f52f3e;
    border-radius: 30px;
    background-color: #fff;
}

.picScroll-left2 .bd ul li .box .box_btn a.on {
    float: left;
    background-color: #f52f3e;
    color: #fff;
}

.picScroll-left2 .bd ul li .box .box_btn a:hover {
    background-color: #f9e5e7;
}

.picScroll-left2 .bd ul li .box .box_btn a.on:hover {
    background-color: #ec4f5b;
    border-color: #ec4f5b;
}

.picScroll-left2 .bd ul li:hover .box_btn {
    bottom: 20px;
}

.picScroll-left2 .bd ul li:hover .box h3 {
    display: none;
}

.Recommend_Business_ad {
    float: left;
    width: 202px;
    height: 288px;
    background: url(/static/img/bg6.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    top: -12px;
    box-sizing: border-box;
    padding-top: 184px;
}

.Recommend_Business_ad a {
    display: block;
    font-size: 18px;
    line-height: 38px;
    color: #f52f3e;
    width: 128px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    transition: all .3s;
}

.Recommend_Business_ad a:hover {
    margin-top: -4px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
}

.tags_game {
    margin-top: 40px;
}

.tags_game_left {
    float: left;
    width: 924px;
    height: 435px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 20px 40px;
}

.tags_game_left .title {
    background-color: #fff;
}

.tags_game_left_list {
    margin-top: 20px;
}

.tags_game_left_list a {
    float: left;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    height: 154px;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    padding-top: 26px;
    transition: all .3s;
}

.tags_game_left_list a img {
    height: 84px;
    transition: all .3s;
}

.tags_game_left_list a p {
    font-size: 14px;
    line-height: 38px;
    color: #333;
}

.tags_game_left_list a.no_border {
    border-bottom: 0;
}

.tags_game_left_list a:nth-child(5n) {
    border-right: 0;
}

.tags_game_left_list a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.tags_game_left_list a:hover img {
    transform: scale(1.05);
}

.tags_game_right {
    float: right;
    width: 262px;
    height: 435px;
    background: url(/static/img/pic16.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}

.tags_game_right img {
    position: absolute;
    top: -16px;
    right: -46px;
    transition: all .3s;
}

.tags_game_right:hover img {
    margin-right: 10px;
}

.new_Account {
    background-color: #fff;
    margin: 40px auto 32px;
}

.new_Account_list {
    padding-left: 12px;
}

.new_Account_list a {
    float: left;
    width: 226px;
    height: 254px;
    margin: 0 8px 8px 0;
}

.new_Account_list a .new_Account_list_div {
    width: 100%;
    height: 100%;
    transition: all .3s;
    border: 1px solid #a0a0a0;
}

.new_Account_list a .new_Account_list_div:hover {
    margin-top: -5px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
}

.new_Account_list a .new_Account_list_div:hover .new_Account_list_info h3 {
    color: #ff4400;
}

.new_Account_list a>img {
    width: 228px;
    height: 152px;
    position: relative;
    top: -1px;
    left: -1px;
}

.new_Account_list_info {
    padding: 11px 11px 0;
}

.new_Account_list_info h3 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_Account_list_info p {
    font-size: 12px;
    line-height: 38px;
    color: #a0a0a0;
    margin-top: 11px;
}

.new_Account_list_info p i {
    color: #ff4400;
    font-size: 14px;
}

.new_Account_list_info p span {
    float: right;
}


/*   精品账号   */

.Boutique_Account {
    background-color: #fff;
    padding: 0 40px;
    margin-bottom: 70px;
}

.Boutique_Account .hot_keywords_tit,
.Boutique_Account .hot_keywords {
    border: 0;
}

.Boutique_Account_lis {
    padding: 18px 0;
}

.Boutique_Account_list a {
    float: left;
    width: 12.5%;
    text-align: center;
    padding-top: 18px;
}

.Boutique_Account_list a img {
    height: 81px;
}

.Boutique_Account_list a p {
    font-size: 14px;
    line-height: 36px;
    color: #666;
}

.Boutique_Account_list a p:hover {
    color: #3574ba;
}


/*   登录   */

.footer_bottom2 {
    background-color: #f8f8f8;
    border-top: 1px solid #a0a0a0;
    padding: 12px 0;
}

.header_bottom .inner>h2 {
    float: left;
    font-size: 36px;
    line-height: 74px;
    color: #7d7d7d;
    padding-left: 33px;
    border-left: 4px solid #7d7d7d;
    margin: 26px 0 0 24px;
}

.telephone_number {
    float: right;
    width: 280px;
    padding-top: 36px;
    text-align: center;
}

.telephone_number h3 {
    font-size: 14px;
    line-height: 24px;
    color: #535353;
}

.telephone_number p {
    font-size: 28px;
    line-height: 38px;
    color: #2e6fb7;
    font-weight: bold;
}

.telephone_number p img {
    height: 37px;
    margin: -4px 8px 0 0;
}

.login {
    height: 639px;
    background: url(http://pic.huanhaoba.com/hhb/bg11-1.jpg) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    min-width: 1200px;
}

.login .inner {
    padding-top: 90px;
}

.login_con {
    float: right;
    width: 360px;
    height: 508px;
    background-color: #fff;
    border-radius: 0 6px 6px 6px;
    box-sizing: border-box;
    padding: 18px 30px 0;
    position: relative;
}

.login_con_tit {
    position: absolute;
    top: 0;
    left: -32px;
}

.login_con_tit a {
    display: block;
    width: 32px;
    height: 111px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 10px 10px 0;
    box-sizing: border-box;
    background: url(/static/img/bg16.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

.login_con_tit a.short_message_btn {
    background: url(/static/img/bg17.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: relative;
    top: -12px;
    z-index: 0;
}

.login_con_tit a.on {
    z-index: 2;
}

.login_con_info {
    display: none;
}

.login_con_info.active {
    display: block;
}

.login_con_info_tit {
    border-bottom: 1px solid #d2d2d2;
    padding-right: 20px;
}

.login_con_info_tit h3 {
    float: left;
    font-size: 16px;
    line-height: 44px;
    color: #ff8700;
    border-bottom: 3px solid #ff8700;
    padding: 0 14px;
}

.login_con_info_tit p {
    float: right;
    font-size: 12px;
    line-height: 44px;
    color: #999;
}

.login_con_info_tit p a {
    color: #ff8700;
}

.login_con_info_ul {
    margin-top: 12px;
}

.login_con_info_ul li {
    margin-top: 14px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
}

.login_con_info_ul li>img {
    float: left;
    width: 21px;
    margin: 10px 12px 0 0;
}

.login_con_info_ul li>input {
    font-size: 14px;
    line-height: 44px;
    color: #333;
    width: 254px;
    background: transparent;
}

.login_con_info_ul li>span {
    display: block;
    font-size: 14px;
    line-height: 44px;
    color: #3574ba;
    position: absolute;
    top: 0;
    right: 10px;
}

.login_con_info>h3 {
    overflow: hidden;
    line-height: 70px;
}

.login_con_info>h3 input {
    width: 15px;
    height: 15px;
    float: left;
    margin: 28px 5px 0 0;
    position: relative;
}


/* input[type=checkbox]:after {
	position: absolute;
	width: 15px;
	height: 15px;
	line-height: 15px;
	top: 0;
	content: " ";
	background-color: #fff;
	border: 1px solid #ff8700;
	color: #ff8700;
	display: inline-block;
	visibility: visible;
	border-radius: 3px;
	text-align: center;
	box-sizing: border-box;
}

input[type=checkbox]:checked:after {
	content: "✓";
	font-size: 12px;
} */

.login_con_info>h3 label {
    float: left;
    font-size: 14px;
    color: #000;
}

.login_con_info>h3 a {
    float: right;
    color: #ff8700;
}

.login_con_info>a {
    display: block;
    margin-top: 10px;
    border-radius: 30px;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    background-color: #ff8700;
    text-align: center;
}

.login_con_info>h4 {
    font-size: 14px;
    line-height: 72px;
    color: #a0a0a0;
    text-align: center;
    background: url(/static/img/line4.png) no-repeat center;
    -webkit-background-size: 299px 1px;
    background-size: 299px 1px;
}

.login_share a {
    float: left;
    width: 50%;
    text-align: center;
}

.login_share a img {
    height: 60px;
}

.login_con_info_dx .login_con_info_tit h3,
.login_con_info_dx .login_con_info_tit p a,
.login_con_info_dx>h3 a {
    color: #3574ba;
    border-color: #3574ba;
}

.login_con_info_dx>a {
    background-color: #3574ba;
}

.login_bottom {
    padding: 26px 0 12px;
    text-align: center;
}

.login_bottom p {
    font-size: 14px;
    line-height: 32px;
    color: #434343;
}

.login_bottom p a {
    color: #434343;
}


/*   游戏列表   */

.content2 {
    position: relative;
    padding-top: 48px;
}

.content2 .nav {
    height: 48px;
}

.content2 .nav .nav_ul_info_all {
    top: 48px;
}

.content2 .nav_ul li a {
    padding: 0;
}

.content2 .nav_ul li a h3 {
    line-height: 44px;
}

.route img {
    float: left;
    height: 22px;
    margin: 14px 8px 0 0;
}

.route a,
.route p {
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #636363;
    padding: 0 2px;
}

.route p {
    color: #000;
    font-weight: bold;
}

.sao_download {
    height: 101px;
    background: url(/static/create/img/banner666.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.sao_download>a {
    float: right;
    margin-right: 54px;
    font-size: 24px;
    width: 64px;
    line-height: 64px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    margin-top: 22px;
}

.sao_download_info {
    float: right;
    margin-right: 46px;
    padding-top: 13px;
}

.sao_download_info>img {
    float: left;
    width: 76px;
    height: 76px;
    margin-right: 26px;
}

.sao_download_info>p {
    float: left;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    padding-top: 8px;
    width: 54px;
    margin-right: 15px;
}

.game_tit {
    padding: 0 20px;
}

.game_tit h3 {
    float: left;
    font-size: 16px;
    line-height: 76px;
    color: #282828;
}

.game_tit button {
    float: right;
    width: 96px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #ff6563;
    margin-top: 26px;
}

.game_tit button img {
    height: 15px;
    margin: -2px 4px 0 0;
}

.game_list li {
    background-color: #fff;
    padding: 0 22px;
    border-bottom: 1px solid #a0a0a0;
    overflow: hidden;
}

.game_list li h3 {
    float: left;
    width: 100px;
    font-size: 14px;
    line-height: 72px;
    color: #282828;
}

.game_list li a {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    padding: 0 15px;
    border-radius: 30px;
    margin: 23px 0;
    margin-bottom: 5px;
}

.game_list li a.on {
    background-color: #2e6fb7;
    color: #fff;
}

.game_list li a.more_btn {
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    padding: 0 15px;
    border-radius: 30px;
    margin: 24px 0;
    border-radius: 0;
    background-color: #ebebeb;
}

.game_list li input {
    float: left;
    width: 66px;
    line-height: 28px;
    color: #333;
    font-size: 14px;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin: 20px 0;
}

.game_list li h4 {
    float: left;
    font-size: 14px;
    line-height: 72px;
    color: #282828;
    padding: 0 14px;
}

.game_list li button {
    float: left;
    width: 66px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #2e6fb7;
    margin: 20px 14px;
}

.game_product_info {
    padding: 0 12px 0 22px;
    overflow: hidden;
}

.game_product_info h3 {
    float: left;
    font-size: 15px;
    line-height: 71px;
    color: #877373;
    width: 173px;
}

.game_product_info h4 {
    float: left;
    font-size: 15px;
    line-height: 71px;
    color: #877373;
}

.game_product_info h4 img {
    height: 16px;
    margin: -2px 0 0 5px;
}

.game_product_info h5 {
    float: left;
    font-size: 15px;
    color: #877373;
    margin: 0 30px 0 46px;
    padding-top: 21px;
    overflow: hidden;
}

.game_product_info h5 i {
    float: left;
    line-height: 30px;
}

.game_product_info h5 input {
    float: left;
    width: 120px;
    line-height: 28px;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
}

.game_product_info h5 button {
    float: left;
    width: 66px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background-color: #2e6fb7;
}

.game_product_info h4.h4_2 {
    margin-left: 76px;
}

.game_product_info h6 {
    float: right;
    overflow: hidden;
    padding-top: 13px;
}

.game_product_info h6 img {
    height: 47px;
    cursor: pointer;
}

.Boutique_con_list_info2 {
    background-color: #fff;
    padding-bottom: 12px;
}

.Boutique_con_list_info2 li {
    width: 286px;
    margin: 12px 0 0 12px;
}

.Boutique_con_list_info2 li>img {
    width: 288px;
    height: 180px;
    border-radius: 10px;
}

.Boutique_con_list_info2 li>p span {
    width: 56px;
}

.Load_more {
    font-size: 14px;
    line-height: 44px;
    color: #000;
    display: block;
    text-align: center;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    background-color: #fff;
}

.page_info_center {
    float: none;
    width: 1050px;
    margin: 0 auto;
}

.page_info h4 {
    float: right;
    font-size: 12px;
    line-height: 38px;
    color: #717171;
}

.game_product_info_tab {
    display: none;
}

.game_product_info_tab.active {
    display: block;
}


/*   游戏列表横   */

.game_list_side li {
    padding: 21px 44px 24px 30px;
    background-color: #fff;
    border-bottom: 1px solid #a0a0a0;
    overflow: hidden;
}

.game_list_side li:last-child {
    border-bottom: 0;
}

.game_list_side li:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}

.game_list_side li .product_img {
    float: left;
    width: 111px;
    height: 111px;
    margin-right: 11px;
}

.game_list_side li .product_img_zhang {
    float: left;
    height: 21px;
    margin: 9px 9px 0 0;
}

.game_list_side_center {
    float: left;
    width: 450px;
}

.game_list_side_center h3 {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.game_list_side_center h4 {
    font-size: 15px;
    line-height: 22px;
    color: #ff7223;
}

.game_list_side_center p {
    font-size: 12px;
    line-height: 22px;
    color: #777;
}

.game_list_side_center p span {
    margin-left: 12px;
}

.game_list_side_center p span img {
    height: 14px;
    margin: -2px 14px 0 0;
}

.product_img_z {
    float: left;
    height: 16px;
    margin: 44px 0 0 42px;
}

.game_list_side li>h3 {
    float: left;
    width: 244px;
    text-align: center;
    font-size: 14px;
    line-height: 111px;
    color: #ff4400;
}

.game_list_side li>h3 span {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border-radius: 30px;
    background-color: #ff4400;
    padding: 0 8px;
    margin-left: 14px;
}

.game_list_side_right {
    float: left;
    width: 118px;
}

.game_list_side_right p {
    font-size: 12px;
    line-height: 29px;
    color: #9b9b9b;
}

.game_list_side_right p img {
    height: 17px;
    float: left;
    margin: 6px 8px 0 0;
}

.game_list_side li>a {
    float: right;
    width: 98px;
    font-size: 16px;
    line-height: 34px;
    color: #2e6fb7;
    text-align: center;
    margin-top: 40px;
    border: 1px solid #2e6fb7;
}

.game_list_side li>a:hover {
    background-color: #2e6fb7;
    color: #fff;
}


/*   游戏专区   */

.sao_download2 {
    background: url(/static/create/img/banner666.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.game_division {
    margin-top: 14px;
}

.game_division_tab {
    background-color: #ebebeb;
}

.game_division_tab>a {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    border-top: 3px solid #ebebeb;
    width: 120px;
    text-align: center;
}

.game_division_tab>a.on {
    background-color: #fff;
    border-color: #f3c258;
}

.game_division .hot_keywords {
    border: 0;
}

.game_division .hot_keywords_tit {
    background-color: #fff;
}

.game_division_con {
    background-color: #fff;
    margin-bottom: 56px;
    display: none;
}

.game_division_con.active {
    display: block;
}

.game_division_con_list li {
    float: left;
    width: 19.66%;
   
    text-align: center;
    box-sizing: border-box;
    padding: 45px 0 20px;
}

.game_division_con_list_img {
    display: block;
}

    .game_division_con_list_img > img {
        height: 150px;
        border-radius: 10px;
    }

.game_division_con_list_txt {
    display: block;
    font-size: 14px;
    line-height: 42px;
    color: #000;
}

.game_division_con_list_txt:hover {
    color: #2e6fb7;
}

.game_division_con_list li h3 {
    text-align: center;
}

.game_division_con_list li h3 a {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 0 4px;
    margin: 0 2px;
    color: #2e6fb7;
    border: 1px solid #2e6fb7;
}

.game_division_con_list li h3 a.on {
    color: #fff;
    background-color: #ff6563;
    border-color: #ff6563;
}


/*   资讯列表   */

.Consulting {
    display: none;
    padding: 18px 34px 40px 8px;
    background-color: #fff;
    margin-bottom: 50px;
}

.Consulting.active {
    display: block;
}

.Consulting_nav {
    float: left;
    width: 218px;
    background-color: #fff;
}

.Consulting_nav>h2 {
    font-size: 15px;
    line-height: 45px;
    color: #252b2e;
    background-color: #fff4f0;
    border: 1px solid #ccc;
    padding-left: 22px;
    margin: 4px 0;
    cursor: pointer;
}

.Consulting_nav>h2.on {
    background-color: #f3c258;
    color: #FFf;
}

.Consulting_nav_ul li {
    margin-bottom: 2px;
}

.Consulting_nav_ul li h3 {
    font-size: 14px;
    line-height: 42px;
    color: #252b2e;
    padding: 0 20px;
    cursor: pointer;
    background: #f6f6f6 url(/static/img/icon_right2.png) no-repeat right center;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.Consulting_nav_ul li h3.on {
    background: #f6f6f6 url(/static/img/icon_down3.png) no-repeat right center;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.Consulting_nav_ul_info {
    display: none;
}

.Consulting_nav_ul_info a {
    display: block;
    padding-left: 40px;
    font-size: 14px;
    line-height: 42px;
    color: #252b2e;
}

.Consulting_nav_ul_info a:hover {
    color: #2e6fb7;
}

.Consulting_con {
    float: right;
    width: 888px;
}

.Consulting_con>h2 {
    font-size: 28px;
    line-height: 47px;
    color: #535353;
    border-bottom: 1px solid #535353;
}

.Consulting_con .picswiper {
    margin: 68px 0;
}

.Consulting_con_txt h3 {
    font-size: 16px;
    line-height: 30px;
    color: #252b2e;
    font-weight: bold;
    margin-top: 16px;
}

.Consulting_con_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #252b2e;
}

.Consulting_con_ul li {
    overflow: hidden;
    border-bottom: 1px solid #535353;
    padding: 24px 0;
}

.Consulting_con_ul li:last-child {
    border-bottom: 0;
}

.Consulting_con_ul li>img {
    float: left;
    width: 54px;
    margin-right: 16px;
}

.Consulting_con_ul_info {
    float: left;
    width: 818px;
}

.Consulting_con_ul_info p {
    font-size: 17px;
    line-height: 31px;
    color: #252b2e;
}

#dituContent {
    float: left;
    margin-top: 30px;
}

.authority_list a {
    display: block;
    padding: 20px 34px 14px 16px;
    border-bottom: 1px solid #a0a0a0;
}

.authority_list a:hover {
    background-color: #f8f8f8;
}

.authority_list a h3 {
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.authority_list a p {
    font-size: 12px;
    line-height: 19px;
    color: #7d7d7d;
    overflow: hidden;
}

.authority_list a p span {
    float: left;
    width: 624px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.authority_list a p i {
    float: right;
}


/*   赚取积分   */

.acquire_banner {
    width: 1920px;
    height: 362px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.acquire_banner a img {
    width: 100%;
    height: 100%;
}

.acquire_tit {
    padding: 30px 0 40px;
    text-align: center;
}

.acquire_tit h3 {
    font-size: 32px;
    line-height: 68px;
    color: #000;
    font-style: italic;
    background: #f6f6f6 url(/static/img/line5.png) no-repeat bottom center;
    -webkit-background-size: 399px 5px;
    background-size: 399px 5px;
}

.acquire_tit p {
    font-size: 16px;
    line-height: 42px;
    color: #313131;
}

.acquire_tit_ul {
    padding-bottom: 90px;
}

.acquire_tit_ul li {
    float: left;
    width: 20%;
    height: 313px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    padding-top: 40px;
    margin-left: -1px;
    text-align: center;
}

.acquire_tit_ul li>h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.acquire_tit_ul li>p {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
}

.acquire_tit_ul li>img {
    height: 120px;
    display: block;
    margin: 20px auto 0;
}

.acquire_tit_ul li>a {
    display: block;
    width: 128px;
    font-size: 14px;
    line-height: 30px;
    color: #ff6700;
    text-align: center;
    margin: 14px auto 0;
    border-radius: 30px;
    border: 1px solid #ff6700;
}

.acquire_tit_ul li.on {
    transition: all .3s;
    transform: scale(1.1);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}

.acquire_tit_ul li.on a {
    background-color: #ff6700;
    color: #fff;
}

.acquire_tit_ul li.no {
    transition: all .3s;
}

.acquire_tit_ul li.no:hover {
    transform: scale(1);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0);
}


/*   游戏详情页   */

.gameBox .gameHead {
    display: flex;
    justify-content: space-between;
    background: #fff;
    flex-wrap: wrap;
}

.gameBox .gameHead .gameMain .gameGood {
    display: flex;
    justify-content: space-between;
    padding: 22px 12px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodImg {
    width: 420px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodImg div {
    position: relative;
    width: 420px;
    height: 420px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodImg div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodImg div span {
    width: 37px;
    height: 37px;
    position: absolute;
    left: 10px;
    bottom: 18px;
    background: url("/static/img/play-circle-solid.png") no-repeat;
    background-size: 100%;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodImg div i {
    width: 15px;
    height: 16px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    /* background: url("/static/img/zoom.png") no-repeat; */
    background-size: 100%;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodImg ol {
    /* display: flex; */
    /*  justify-content: space-between;  */
    margin-top: 14px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodImg ol li {
    width: 66px;
    height: 66px;
    float: left;
    margin-right: 15px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodImg ol li img {
    width: 100%;
    height: 100%;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText {
    width: 725px; margin-left:20px;
}

    .gameBox .gameHead .gameMain .gameGood .gameGoodText .title {
        font-size: 16px;
        line-height: 24px;
        background-color: #fff;
        padding: 0;
        margin: 0;
    }

.gameBox .gameHead .gameMain .gameGood .gameGoodText .tip {
    margin-top: 10px;
    background: #2e6fb7;
    height: 44px;
    align-items: center;
    display: flex;
    padding: 0 30px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .tip h3 {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .tip h3 span {
    font-weight: bold;
    color: #ffe600;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .price {
    background: #f6f5f5;
    align-items: center;
    display: flex;
    height: 35px;
    padding: 0 18px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .price h3 {
    font-size: 16px;
    color: #6f6f6f;
    padding-top: 10px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .price em {
    font-size: 16px;
    color: #ff0036;
    margin-left: 10px;
    padding-top: 10px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .price p {
    font-size: 30px;
    color: #ff0036;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .price span,
.shou {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background: #ff0036;
    border-radius: 4px;
    padding: 0 2px;
    margin-top: 4px;
    margin-left: 4px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText ol {
    padding: 12px 12px 0;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText ol li {
    line-height: 32px;
    font-size: 14px;
    color: #6f6f6f;
    margin: 5px 0;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText ul {
    overflow: hidden;
    padding: 0 12px;
    /* margin-top: 12px;
	border-top: 1px solid #a0a0a0; */
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText ul li {
    float: left;
    margin-right: 20px;
    line-height: 44px;
    font-size: 14px;
    color: #6f6f6f;
    overflow: hidden;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText ul li p {
    float: left;
    font-size: 12px;
    color: #9b9b9b;
    margin-left: 16x;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText ul li i {
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    margin: 13px 10px 0 0;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .btn {
    display: flex;
    /* justify-content: space-between; */
    padding: 0 30px;
    margin-top: 26px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .btn a {
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 42px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 40px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText .btn a span {
    width: 90px;
    text-align: center;
    border-left: 4px solid #fff;
    margin-left: 12px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText ol li span {
    color: #000;
    margin-right: 50px;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText ol li em {
    color: #2e6fb7;
}

.gameBox .gameHead .gameMain .gameGood .gameGoodText ol li i {
    color: #000;
    font-weight: bold;
}

.gameBox .gameHead .gameMain .gameTab ol {
    background: #ebebeb;
    display: flex;
}

.gameBox .gameHead .gameMain .gameTab ol li {
    width: 120px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    border-top: 3px solid #ebebeb;
    box-sizing: border-box;
    cursor: pointer;
}

.gameBox .gameHead .gameMain .gameTab ol li.on {
    background: #fff;
    border-top: 3px solid #f3c258;
}

.gameBox .gameHead .gameMain .gameTab ul li {
    display: none;
}

.gameBox .gameHead .gameMain .gameTab ul li:first-child {
    display: block;
}

.gameBox .gameHead .gameMain .gameTab ul li {
    padding: 14px 30px;
}

.gameBox .gameHead .gameMain .gameTab ul li p {
    line-height: 30px;
    font-size: 14px;
}

.gameBox .gameHead .gameMain .gameTab ul li p i {
    margin-right: 26px;
}

.gameBox .gameHead .gameMain .gameTab ul li p span {
    color: #777;
}

.gameBox .gameHead .gameMain .gameTab ul li p i:last-child {
    margin: 0;
}

.gameBox .gameHead .gameMain .gameAtteImg {
    width: 100%;
}

.gameBox .gameHead .gameMain .gameAtteImg h3 {
    background: #ebebeb;
    line-height: 42px;
    border-left: 4px solid #ff8700;
    font-size: 14px;
    padding: 0 20px;
}

.gameBox .gameHead .gameMain .gameAtteImg div {
    padding: 14px;
}

.gameBox .gameHead .gameMain .gameAtteImg div img {
    width: 100%;
}

.gameBox .gameHead .gameMain .gameAtteImg div img+img {
    margin-top: 14px;
}

.gameBox .gameHead .gameloadBtn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    border-top: 1px solid #cfcfcf;
    line-height: 46px;
}

.gameBox .gameHead .gameBar {
    width: 205px;
    /*  height: 944px; */
    height: 1300px;
    border: 1px solid #dcdcdc;
}

.gameBox .gameHead .gameBar ul li {
    padding: 10px;
}

.gameBox .gameHead .gameBar ul li+li {
    border-top: 1px solid #dcdcdc;
}

.gameBox .gameHead .gameBar ul li img {
    width: 100%;
}

.gameBox .gameHead .gameBar ul li h3 {
    line-height: 18px;
    font-size: 12px;
    margin-top: 8px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    height: 38px;
}

.gameBox .gameHead .gameBar ul li h3 i {
    width: 18px;
    background: #ff6600;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 6px;
}

.gameBox .gameHead .gameBar ul li h4 {
    display: flex;
    justify-content: space-between;
    line-height: 18px;
    margin-top: 10px;
}

.gameBox .gameHead .gameBar ul li h4 span {
    font-size: 18px;
    color: #ff4400;
}

.gameBox .gameHead .gameBar ul li h4 em {
    background: #ff4400;
    border-radius: 9px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
}

.gameBox .gameHead .gameBar ul li h4 i {
    font-size: 14px;
}

.gameBox .gameFoot {
    margin-top: 44px;
    background: #fff;
}

.gameBox .gameFoot h3 {
    background: #ebebeb;
    line-height: 42px;
    border-left: 4px solid #ff8700;
    font-size: 14px;
    padding: 0 20px;
}

.gameBox .gameFoot ul li {
    padding: 44px 60px 30px 30px;
}

.gameBox .gameFoot ul li {
    border-top: 1px solid #a0a0a0;
}

.gameBox .gameFoot ul li h4 {
    font-size: 15px;
    font-weight: 600;
}

.gameBox .gameFoot ul li p {
    font-size: 14px;
    line-height: 30px;
}

.productTitile,
.Boutique_con_list_info_mask h3,
.productTitile2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.Boutique_con_list_info_mask h3 {
    -webkit-line-clamp: 1;
}

.productTitile2 {
    -webkit-line-clamp: 2;
}


/*tc*/

.tc1 {
    width: 260px;
    left: 182px;
    position: absolute;
    top: 42px;
    border: 2px solid #3983e8;
    padding: 12px;
    padding-bottom: 20px;
    background: #fff;
    z-index: 999999;
    max-height: 280px;
    overflow-y: auto;
    margin-left: -182px;
    border-radius: 4px;
}

.tc1 a {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 5px;
    color: #333
}


/* .tc1 a:hover{background:#3983e8; color:#fff} */

.tc1 {
    display: none
}

.tc1 img {
    margin-right: 10px;
}

.tc2 {
    width: 752px;
    left: 50%;
    position: absolute;
    top: 90px;
    border: 2px solid #3983e8;
    padding: 12px;
    padding-bottom: 20px;
    background: #fff;
    z-index: 9999999;
    max-height: 280px;
    overflow-y: auto;
    margin-left: -182px;
    border-radius: 4px;
    display: none
}

.tc2t {
    overflow: hidden;
    margin-top: 10px;
}

.tc2tl {
    float: left
}

.tc2tl span {
    color: #06c
}

.tc2tr {
    float: right
}

.tc2m {
    margin-top: 20px;
}

.tc2f {
    margin-top: 20px;
}

.tc2f a {
    float: left;
    width: 15.6%;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    padding: 2px 4px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}

.tc2f a img {
    margin-right: 3px;
    vertical-align: inherit
}

.indexright {
    position: fixed;
    top: 50%;
    left: 27px;
    z-index: 888;
}

.sao_download2,
.sao_download {
    cursor: pointer;
}