/*通用2*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: '微软雅黑';
    text-decoration: none;
    list-style: none;
    vertical-align: baseline;
}

body {
    color: #08192f;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    display: table;
    content: " ";
    clear: both;
}

img {
    border: none;
}

img[src=""], img:not([src]) {
    opacity: 0;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

.bg_white {
    background: #ffffff;
}

.bg_grey {
    background: #f0f5f7;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: 0;
}

input::placeholder {
    color: #aab4bf;
}

input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-appearance: none;
    outline: 0;
}

input[type=checkbox]::after {
    position: absolute;
    top: 2px;
    left: 3px;
    background: #ffffff;
    color: #ff3867;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    content: '';
    border-radius: 3px;
    border: 1px solid #acb5bf;
}

input[type=checkbox]:checked::after {
    content: "\2714";
    font-size: 12px;
    background: #ff3867;
    color: #ffffff;
    border-color: #ff3867;
    line-height: 12px;
}

i {
    font-style: normal;
}

/*显示省略号*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.container_padding {
    padding-top: 20px;
}

/*首页头部*/
.p_index_header_wrap{
    background: url("../images/bg_index_header.png") no-repeat bottom;
}

.p_index_header{
    background: none;
    z-index: 9;
    border-bottom: none;
}

.p-logo-search{
    height: 163px !important;
    position: relative;
    z-index: 9;
}

.lazhu{
    margin-top: -34px;
    margin-left: 42px;
}

.p-logo-search .nav{
    box-shadow: none;
}

/*头部*/
header {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background: #edf3f5;
    color: #5c6573;
    border-bottom: 1px solid #d2d7d9;
}

header .btn_login {
    color: #ff3867;
    cursor: pointer;
}

header .btn_register {
    margin-left: 20px;
    cursor: pointer;
}

header a {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    color: #5c6573;
    cursor: pointer;
}

header .kefu:before {
    content: ' ';
    width: 1px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    background: #d2d7d9;
}

.noLog {
    display: block;
}

.isLog {
    display: none;
}

header #bind-mobile, header #finish-realName {
    display: block;
    float: left;
    cursor: pointer;
}

/*logo 搜索*/
.logo-search {
    height: 110px;
}

.logo-search .logo {
    margin-top: 34px;
}

.logo {
    height: 42px;
}

.logo img {
    height: 100%;
}

.logo-search .search_wrap {
    margin-top: 26px;
    margin-left: 135px;
    border-radius: 3px;
    position: relative;
}

.logo-search input {
    width: 482px;
    height: 36px;
    line-height: 36px;
    background: #f0f5f7;
    border: 1px solid #f0f5f7;
    outline: 0;
    color: #5c6573;
    padding: 0 10px;
    border-radius: 3px 0 0 3px;
}

.logo-search input:focus {
    border: 1px solid #ff3867;
    background: #ffffff;
}

.searchRes {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 540px;
    max-height: 272px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
    border-radius: 3px;
}

.searchRes .res li a {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #5c6573;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
}

.searchRes .res li span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    background: #ffe6ec;
    color: #ff3867;
    font-size: 12px;
    margin-right: 4px;
}

.searchRes .res li:hover{
    background: rgba(240,245,247,.5);
}

.searchRes .res li.on {
    background: rgb(240,245,247);
}

.noRes {
    padding: 0 10px;
}

.noRes .title {
    margin-bottom: 10px;
}

.searchRes .goods_list a {
    display: block;
    float: left;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #5c6573;
    background: #f0f5f7;
    font-size: 14px;
    transition: all 200ms;
}

.searchRes .goods_list a:hover {
    color: #ffffff;
    background: #ff3867;
}


.noRes .tips {
    height: 56px;
    line-height: 56px;
    color: #aab4bf;
}


.icon_search {
    display: block;
    width: 58px;
    height: 36px;
    text-align: center;
    background: #ff3867;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.icon_search:after {
    content: ' ';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 7px;
    background: url("../images/ico_search.png") no-repeat center;
}

.logo-search .search_hot {
    margin-top: 10px;
}

.logo-search .search_hot li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.logo-search .search_hot a {
    font-size: 13px;
    color: #aab4bf;
    transition: color 200ms;
}

.logo-search .search_hot a:hover{
    color: #ff3867;
}

.logo-search .search_hot span{
    background: #ff3867;
    color: #ffffff;
    padding: 0 2px;
    border-radius: 2px;
}

.logo-search .code_gzh_wrap {
    margin-top: 8px;
    text-align: center;
}

.logo-search .code_gzh_wrap p {
    font-size: 10px;
    margin-top: -2px;
}

/*导航*/
.nav {
    height: 44px;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.nav_list {
    padding: 7px 0;
    margin-left: 20px;
}

.nav_list li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    position: relative;
    transition: background-color 200ms;
}

.nav_list li:hover a{
    color: #ff3867;
}

.nav_list li.active {
    background: #ff3867;
    border-radius: 15px;
}

.nav_list li.active a {
    color: #ffffff;
}

.nav_list li a {
    padding: 0 20px;
    color: #08192f;
    display: inline-block;
    transition: color 200ms;
}

.nav_list li i {
    font-size: 10px;
    font-style: normal;
    color: #ffffff;
    display: block;
    width: 28px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ff9e35;
    border-radius: 3px 3px 3px 0;
}

.nav .n_hot {
    width: 220px;
    background: #ff3867;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    position: relative;
}

.nav .n_hot span {
    display: block;
    position: relative;
    margin-left: 40px;
    padding-left: 38px;
}

.nav .n_hot span:before {
    content: ' ';
    background: url("../images/ico_hot.png") no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
}

.nav .ico_expand {
    /*display: none;*/
    position: absolute;
    background: url("../images/ico_expand.png") no-repeat;
    display: block;
    width: 16px;
    height: 14px;
    right: 40px;
    top: 16px;
}

.nav .n_hot:hover .hotGamesUl {
    display: block;
}

.index_group {
    padding-top: 10px;
    padding-bottom: 30px;
}

.nav .hotGamesUl {
    display: none;
    width: 220px;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    z-index: 9;
    text-align: left;
    padding-top: 12px;
}

.nav .hotGamesUl li > a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    padding-left: 38px;
    margin-left: 40px;
    display: block;
}

.nav .hotGamesUl ul li i {
    display: inline-block;
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.nav .hotGamesUl > a {
    display: block;
    font-size: 12px;
    color: #ff3867;
    text-align: center;
    transition: color 200ms;
    transform: translate3d(0, 0, 0);
}

.nav .hotGamesUl > a:hover{
    color: #ff6085;
}

/*展开*/
.hotGamesUl .expand {
    display: none;
    position: absolute;
    left: 220px;
    top: 12px;
    width: 480px;
    height: 308px;
    background: #ffffff;
    color: #5c6573;
    padding: 0 20px;
    z-index: 8;
    cursor: default;
    transition: all 500ms;
    border-radius: 0 3px 3px 0;
}

.hotGamesUl li:hover {
    background: rgba(52, 52, 52, .5);
}

.hotGamesUl li:hover .expand {
    width: 480px;
    display: block;
}

.hotGamesUl .title {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #08192f;
    z-index: 9;
    position: relative;
    font-weight: 700;
}

.hotGamesUl .title a {
    color: #5c6573;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 400;
    transition: color 200ms;
}

.hotGamesUl .title a:hover{
    color: #ff3867;
}

.hotGamesUl .goods_list {
    z-index: 9;
    position: relative;
    height: 230px;
    overflow: hidden;
}

.hotGamesUl .goods_list a {
    display: block;
    float: left;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #5c6573;
    background: #f0f5f7;
    font-size: 14px;
    transition: all 200ms;
}

.hotGamesUl .goods_list a:hover {
    color: #ffffff;
    background: #ff3867;
}

.hotGamesUl .goods_list a.hot:before,.searchRes .goods_list a.hot:before {
    content: 'HOT';
    background: #ff3867;
    color: #ffffff;
    font-size: 12px;
    margin-right: 4px;
    padding: 0 2px;
    border-radius: 2px;
}

.hotGamesUl .goods_list a.new:before{
    content: '新品';
    background: #ff3867;
    color: #ffffff;
    font-size: 12px;
    margin-right: 4px;
    padding: 0 2px;
    border-radius: 2px;
}

.searchRes .goods_list a span,.hotGamesUl .goods_list a b{
    background: #ff3867;
    color: #ffffff;
    font-size: 12px;
    margin-right: 4px;
    padding: 0 2px;
    font-weight: 400;
    border-radius: 2px;
}

.hotGamesUl .goods_list a:hover:before,.searchRes .goods_list a:hover span,.hotGamesUl .goods_list a:hover b{
    color: #ff3867;
    background: #ffffff;
}

/*.hotGamesUl .goods_list a:hover b{*/
/*    color: #ff3867;*/
/*    background: #ffffff;*/
/*}*/


/*底部*/
.footer .footer-header {
    background: #e6edf5;
    height: 110px;
    text-align: center;
    padding-top: 24px;
}

.footer .footer-footer {
    background: #edf3f5;
    padding-top: 20px;
}

.footer .footer-footer.index{
    padding-top: 40px;
}

.f-left .footer-item {
    float: left;
    width: 170px;
}

.f-right .footer-item {
    float: left;
    margin-left: 30px;
}

.f-right .footer-item:first-child {
    margin-left: 0px;
}

.footer-item p {
    color: #08192f;
}

.footer-item ul {
    margin-top: 34px;
}

.footer-item ul li {
    margin-bottom: 6px;
    position: relative;
}

.footer-item ul a {
    color: #5c6573;
    font-size: 14px;
}

.footer-item ul a:hover + div {
    display: block;
}

.footer-item li > div {
    display: none;
    position: absolute;
    right: -36px;
    top: -20px;
    text-align: center;
}

.footer-item li > div p{
    color: #08192f;
    font-size: 14px;
}

.f-right .footer-item p{
   text-align: center;
}

.footer-footer .wx_code {
    margin-top: 20px;
    width: 124px;
    height: 124px;
}

/*.footer-footer .f-right-r {*/
/*    margin-left: 102px;*/
/*}*/

.footer-footer .f-right-r p {
    margin-bottom: 4px;
    text-align: left;
}

.footer-footer .kefu {
    display: inline-block;
    width: 86px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: #ff3867;
    border-radius: 3px;
    margin-top: 10px;
}

.footer-footer .ff {
    color: #5c6573;
    font-size: 14px;
    text-align: center;
}

.footer-footer.index .ff {
    color: #5c6573;
    font-size: 14px;
    margin-top: 45px;
    border-top: 1px solid #d2d7d9;
    padding-top: 20px;
    text-align: center;
}

.footer-link a, .ff a {
    color: #5c6573;
    font-size: 14px;
}

.footer-link a {
    margin-right: 4px;
    padding-right: 11px;
    position: relative;
}

.footer-link a:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.footer-link a:after {
    content: ' ';
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #5c6573;
}

.footer-link a:last-child:after {
    display: none;
}

.footer-footer .ff p {
    margin-top: 10px;
}

.footer-footer .imgUl li {
    display: inline-block;
    padding-right: 30px;
    padding-top: 15px;
}

.footer-footer .imgUl img {
    width: 83px;
    height: 30px;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background: rgba(0, 0, 0, 0.6);
    z-index: 11;
}


/*登录*/
.modal-form {
    width: 440px;
    height: 500px;
    background: #ffffff;
    z-index: 12;
    position: relative;
    color: #a1abbf;
    font-size: 14px;
}

.login-form, .bind-form, .register-form {
    display: none;
}

.modal-form a {
    font-size: 14px;
    color: #3377aa;
    cursor: pointer;
}

.form-form {
    padding: 0 50px;
}

.login_header {
    padding-top: 80px;
    text-align: center;
    height: 28px;
    box-sizing: content-box;
    margin-bottom: 40px;
}

.login_header .pwd_login, .login_header .mes_login, .login_header .wx_login {
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #a1abbf;
}

.login_header .pwd_login {
    margin-right: 106px;
}

.login_header a.on {
    font-weight: 700;
    color: #000000;
}

.login_header .pwd_login.on:after, .login_header .mes_login.on:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 26px;
    width: 50px;
    height: 2px;
    margin-left: -24px;
    box-sizing: content-box;
    background: #000000;
}

.login_content > div {
    display: none;
}

.login_content > div.on {
    display: block;
}

.login_content .pwd_login_box, .login_content .mes_login_box {
    display: none;
}

.login_content .pwd_login_box.on, .login_content .mes_login_box.on {
    display: block;
}

.form-form input {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    background: #f5f6f7;
    color: #000000;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 12px;
    outline: 0;
}

.form-form input.mobileCode {
    float: left;
    width: 220px;
}

.modal-form .getMobileCode {
    float: left;
    width: 110px;
    line-height: 44px;
    text-align: center;
    margin-left: 10px;
    background: #212b3d;
    color: #ffffff;
    cursor: pointer;
}

.modal-form .getMobileCode.disabled {
    background: #a7afbe;
    cursor: default;
}

.form-form input::placeholder {
    color: #d7d8d9;
}

/*滑块*/
.nc_scale {
    background: #f5f6f7 !important;
}

.nc-container {
    margin-bottom: 12px;
}

.nc-container .nc_scale span {
    box-sizing: content-box;
}

.formBtn:hover {
    background: #ff4e78;
}

.formBtn:active {
    background: #ec325e;
}

.forgetTip {
    display: block;
    text-align: right;
    cursor: pointer;
}

.login_footer {
    position: absolute;
    bottom: 20px;
    right: 50px;
}

.login_header .loginWay {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.login_header .loginWay > div {
    display: none;
}

.login_header .loginWay > div.on {
    display: block;
}

.loginWay .loginWay_tips {
    display: inline-block;
    width: 106px;
    height: 24px;
    line-height: 24px;
    background: url("../images/bg_change.png") no-repeat;
    color: #986e32;
    position: absolute;
    top: 12px;
    right: 56px;
}

.sao_login_content {
    /*width: 240px;*/
    /*height: 240px;*/
    padding: 5px;
    /*margin: 0 auto;*/
    /*background: url(../images/bg_code.png) no-repeat;*/
}

.sao_login_content .tips {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}

.sao_login_content .tips img {
    vertical-align: middle;
    padding-right: 6px;
}

/*重置密码*/
.form-header {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #000000;
    position: relative;
}

.form-header-title {
    font-weight: 700;
    font-size: 22px;
}

.header-btn {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.submitBtn {
    margin-top: 38px;
}

/*重置密码成功*/
.forgot-success {
    text-align: center;
}

.forgot-success-wrapper {
    height: 180px;
    margin-top: 44px;
}

.forgot-success .title {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
}

.forgot-success p {
    text-align: center;
}

/*注册账号*/
.register-form, .bind-form {
    height: 608px;
}

.agree-privacy {
    display: block;
    margin-bottom: 7px;
}

.form-footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}

/*绑定手机*/
.header-tips {
    width: 100%;
    padding: 6px 16px;
    background: #fff9cf;
    color: #986e32;
    text-align: center;
    margin-bottom: 40px;
}

.modal-form input[type="checkbox"] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 3px;
}

.formBtn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #ff3867;
    color: #ffffff;
    cursor: pointer;
    border: none;
    letter-spacing: 4px;
    margin: 12px 0 20px 0;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
}

.formBtn2 {
    width: 100%;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    letter-spacing: 4px;
    margin-top: -8px;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
    background: #ffffff;
    color: #000000;
    border: 1px solid #f0f1f2;
}

.formBtn3 {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #ff3867;
    color: #ffffff;
    cursor: pointer;
    border: none;
    letter-spacing: 4px;
    margin: 38px 0 20px 0;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
}

.formBtn4 {
    width: 304px;
    height: 44px;
    line-height: 44px;
    background: #ff3867;
    color: #ffffff;
    cursor: pointer;
    border: none;
    letter-spacing: 4px;
    margin: 38px 0 20px 120px;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
}

.avatar-wrapper {
    height: 108px;
    background: url("../images/bg_headimg.png") no-repeat;
    text-align: center;
    margin-bottom: 12px;
    padding: 10px 0;
}

.avatar-wrapper img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.avatar-wrapper p {
    color: #000000;
}

/*右侧*/
.rightSlide {
    width: 60px;
    background: #ffffff;
    padding: 0 16px;
    position: fixed;
    top: 340px;
    right: 0;
    z-index: 9;
    border-radius: 8px;
}

.rightSlide a {
    display: block;
    height: 78px;
    margin: 10px auto;
    text-align: center;
    background-position: center 10px;
    background-repeat: no-repeat;
    position: relative;
    color: #08192f;
    font-size: 12px;
    border-top: 1px solid #e6edf5;
    cursor: pointer;
}

.rightSlide a:first-child {
    margin-top: 0;
}

.rightSlide a span {
    display: block;
    position: absolute;
    bottom: 0px;
}

.rightSlide .kefucontact {
    background-image: url("../images/r_kefu.png");
    border-top: none;
}

.rightSlide .kefucontact.third {
    display: none;
}

.rightSlide .telcontact {
    background-image: url("../images/r_tel.png");
}

.rightSlide .myOrder {
    background-image: url("../images/r_order.png");
}

.rightSlide .saocode {
    background-image: url("../images/r_sao.png");
}

.rightSlide .saocode.active .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.toolbar-layer {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 20px;
    right: 60px;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: transform 500ms;
    color: #08192f;
}

.rightSlide a:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.myOrder .toolbar-layer, .kefucontact .toolbar-layer {
    width: 107px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: url("../images/small_white_bg.png");
}

@media screen and (max-width: 1180px) {
    .rightSlide {
        display: none;
    }
}

