﻿@charset "utf-8";
@import "reset.css";
@import "iconfont.css";

/*包含以下四种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

.w1400 {
    width: 1400px
}

@media (max-width:1440px) {
    .w1400 {
        width: 1200px
    }
}

.header-wrap {
    height: 72px
}

.header {
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07)
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8
}

.header .warning {
    background: #fde4bc
}

.header .warning .w1400 {
    margin: 0 auto;
    line-height: 36px
}

.header .warning .w1400 span {
    display: inline-block;
    max-width: 1200px;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.header a.close {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    background: url("../images/close_icon.png") center no-repeat
}

.header-content {
    min-width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative
}

@media (max-width:1440px) {
    .header-content {
        min-width: 1200px
    }
}

.header-simple {
    background: #F8FAFF;
    border-bottom: 1px solid #eee
}

.header-simple .wrap1200 {
    width: 1200px;
    padding: 15px 0;
    margin: 0 auto
}

.header-simple a.back {
    line-height: 35px;
    color: #399EFF
}

.logo {
    position: absolute;
    left: 3%;
    top: 10px
}

.logo img {
    width: 160px;
    height: 50px
}

.navbar {
    margin: 0 21% 0 18%;
    text-align: center
}

.navbar ul {
    white-space: nowrap
}

.navbar li {
    display: inline-block;
    height: 45px;
    margin: 0 4.5%
}

@media (max-width:1680px) {
    .navbar li {
        margin: 0 3%
    }
}

@media (max-width:1440px) {
    .navbar li {
        margin: 0 2.5%
    }
}

@media (max-width:1300px) {
    .navbar li {
        margin: 0 1.75%
    }
}

.navbar li>a {
    display: block;
    overflow: hidden;
    float: left;
    font-size: 16px;
    line-height: 36px;
    transition: 0.2s
}

.navbar li i {
    display: inline-block;
    width: 25px;
    height: 27px;
    vertical-align: middle;
    margin-right: 3px;
    transition: background-position 0.2s
}

.navbar li .home {
    background: url("../images/sprite_index.png") 0 -81px no-repeat
}

.navbar li .card {
    width: 28px;
    background: url("../images/sprite_index.png") 0 -167px no-repeat
}

.navbar li .arrow {
    display: inline-block;
    margin-left: 3px;
    width: 14px;
    height: 8px;
    overflow: hidden;
    background: url("../images/sprite_index.png") 0 0 no-repeat
}

.navbar li .intro {
    background: url("../images/sprite_index.png") 0 -53px no-repeat
}

.navbar li .help {
    background: url("../images/sprite_index.png") 0 -140px no-repeat
}

.navbar li .official {
    background: url("../images/official_icon.png") 0 0 no-repeat
}

.navbar li .contact {
    background: url("../images/sprite_index.png") 0 -111px no-repeat
}

.navbar li:hover>a,
.navbar li>a.cur {
    color: #399EFF
}

.navbar li:hover .arrow {
    background-position: 0 -9px
}

.navbar li:hover .home,
.navbar li a.cur .home {
    background-position: -28px -81px
}

.navbar li:hover .card,
.navbar li a.cur .card {
    background-position: -31px -167px
}

.navbar li:hover .intro,
.navbar li a.cur .intro {
    background-position: -29px -53px
}

.navbar li:hover .help,
.navbar li a.cur .help {
    background-position: -30px -140px
}

.navbar li:hover .official,
.navbar li a.cur .official {
    background-position: -25px 0
}

.navbar li:hover .contact,
.navbar li a.cur .contact {
    background-position: -30px -111px
}

.navbar li .card-drop-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    background: #fff;
    position: absolute;
    top: 46px;
    z-index: 9;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 35px -3px rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: 0 5px 35px -3px rgba(50, 50, 50, 0.2);
    transition: 0.2s
}

.navbar li.relative:hover .card-drop-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.navbar li .card-drop-menu .imglist {
    width: 552px
}

.navbar li .card-drop-menu .imglist a {
    float: left;
    width: 160px;
    display: inline-block;
    margin: 18px 0 0 18px;
    position: relative;
    top: 0;
    transition: top 0.4s
}

.navbar li .card-drop-menu .imglist a:hover {
    top: -4px;
    color: #399EFF
}

.navbar li .card-drop-menu .imglist em {
    display: block;
    text-align: center;
    line-height: 100%;
    font-size: 14px
}

.navbar li .card-drop-menu .item {
    display: inline-block;
    width: 160px;
    height: 88px;
    background: url("../images/speite_category.png") no-repeat;
    border-radius: 5px;
    -webkit-radius: 5px;
    box-shadow: 0 0 16px 0 #ddd;
    -webkit-box-shadow: 0 0 16px 0 #ddd
}

.navbar li .card-drop-menu .img1 {
    background-position: -2px 0
}

.navbar li .card-drop-menu .img2 {
    background-position: -182px 0
}

.navbar li .card-drop-menu .img3 {
    background-position: -362px 0
}

.navbar li .card-drop-menu .img4 {
    background-position: -2px -100px
}

.navbar li .card-drop-menu .img5 {
    background-position: -182px -100px
}

.navbar li .card-drop-menu .img6 {
    background-position: -362px -100px
}

.navbar li .card-drop-menu .hot-search {
    margin-top: 18px;
    padding: 12px;
    text-align: left;
    border-top: 1px solid #ddd
}

.navbar li .card-drop-menu .hot-search strong {
    color: #000
}

.navbar li .card-drop-menu .hot-search a {
    color: #666;
    display: inline-block;
    font-size: 14px;
    margin-right: 12px
}

.navbar li .card-drop-menu .hot-search a:hover {
    color: #399EFF
}

.oper {
    position: absolute;
    right: 4%;
    top: 20px
}

.oper li {
    float: left
}

.oper li>a {
    float: left;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #399EFF;
    color: #399EFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    padding: 0 15px;
    height: 37px;
    line-height: 37px
}

.oper li:hover>a,
.oper li a.cur {
    color: #fff;
    box-shadow: 0 0 10px 2px #c6e8fb;
    background: #519cff;
    background: linear-gradient(to right, #519cff 0%, #bb71ff 100%);
    background: -webkit-linear-gradient(left, #519cff 0%, #bb71ff 100%);
    background: -moz-linear-gradient(left, #519cff 0%, #bb71ff 100%);
    background: -o-linear-gradient(left, #519cff 0%, #bb71ff 100%);
    background: -ms-linear-gradient(left, #519cff 0%, #bb71ff 100%)
}

.oper li .user-img {
    vertical-align: top;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 38px;
    height: 38px
}

.oper li .user-name {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.oper li .login-out-drop-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    width: 383px;
    right: -94px;
    padding-top: 22px;
    position: absolute;
    top: 31px;
    z-index: 9;
    transition: 0.2s
}

.oper li .login-out-drop-menu .wrap {
    padding: 0 0 12px 0;
    text-align: center;
    background: #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 35px -3px rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: 0 5px 35px -3px rgba(50, 50, 50, 0.2);
}

.oper li.relative:hover .login-out-drop-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    cursor: pointer
}

.oper li.relative>a {
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
    font: bold 20px/34px "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.oper li.relative:hover>a {
    color: #fff;
    background: #399EFF
}

.oper li.relative .contact-drop-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    width: 148px;
    padding-top: 30px;
    position: absolute;
    z-index: 9;
    right: -50px;
    top: 33px;
    transition: 0.4s
}

.oper li:hover>.contact-drop-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.oper .contact-drop-menu .wrap {
    background: #fff;
    border: 1px solid #fafafa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 8px 1px #eee;
    box-shadow: 0 10px 35px -3px rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: 0 10px 35px -3px rgba(50, 50, 50, 0.2)
}

.oper .contact-drop-menu .sj {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 22px;
    left: 72px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    box-shadow: 0 1px 10px -3px rgba(50, 50, 50, 0.2)
}

.oper .contact-drop-menu .list {
    padding: 15px
}

.oper .contact-drop-menu .list a {
    display: block;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    margin-bottom: 12px;
    transition: color 0.3s
}

.oper .contact-drop-menu .list a:hover {
    color: #399EFF
}

.oper .contact-drop-menu .list>a.last {
    margin-bottom: 0
}

.oper .contact-drop-menu .list i {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin-right: 6px
}

.oper .contact-drop-menu .list .c1 {
    background: url("../images/sprite_index.png") 0 -195px no-repeat
}

.oper .contact-drop-menu .list .c2 {
    background: url("../images/sprite_index.png") -30px -194px no-repeat
}

.oper .contact-drop-menu .list .c3 {
    background: url("../images/sprite_index.png") -61px -195px no-repeat
}

.oper .contact-drop-menu .tel {
    padding: 8px 4px;
    border-top: 1px solid #ddd;
    text-align: center
}

.oper .contact-drop-menu .tel p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #FE7050
}

.oper .contact-drop-menu .tel p:nth-child(2) {
    font-size: 12px;
    color: #999
}

.login-out-drop-menu .wrap {
    font-size: 12px;
}

.login-out-drop-menu .wrap .l_bg {
    height: 100px;
    width: 100%;
    background: url("../images/kj-bg.png") 0 -195px repeat-y
}

.login-out-drop-menu .wrap .l_bg img {
    width: 66px;
    height: 66px;
    margin-top: 18px;
    float: left;
    margin-left: 20px;
    border-radius: 50%
}

.login-out-drop-menu .wrap .l_bg .l_info {
    position: absolute;
    left: 100px;
    top: 44px
}

.login-out-drop-menu .wrap .l_bg .l_info div {
    text-align: left;
    color: #fff;
    line-height: 1.5
}

.login-out-drop-menu .wrap .l_bg a.member_link {
    display: block;
    height: 100%
}

.login-out-drop-menu .wrap .l_bg a.btn {
    position: absolute;
    top: 64px;
    display: inline-block;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.login-out-drop-menu .wrap .l_bg a.member {
    right: 20px;
    background: #F6C356;
    color: #fff
}

.login-out-drop-menu .wrap .l_bg a.logout {
    right: 100px;
    background: #FFF;
    color: #399EFF
}

.login-out-drop-menu .wrap .hr {
    height: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    background: #cec7c7
}

.login-out-drop-menu .wrap #xshouw {
    height: 75px;
    margin-top: 5px
}

.login-out-drop-menu .wrap #xshouw a {
    width: 58px;
    height: 80px;
    float: left;
    margin: 10px 0 10px 30px;
    white-space: nowrap
}

.login-out-drop-menu .wrap #xshouw i {
    height: 40px;
    width: 40px;
    display: block;
    margin-left: 8px
}

.login-out-drop-menu .wrap #xshouw .ico1 i {
    background: url(../images/kj-ioc.png) 0 0 no-repeat
}

.login-out-drop-menu .wrap #xshouw .ico2 i {
    background: url(../images/kj-ioc.png) -38px 0 no-repeat
}

.login-out-drop-menu .wrap #xshouw .ico3 i {
    background: url(../images/kj-ioc.png) -81px 0 no-repeat
}

.login-out-drop-menu .wrap #xshouw .ico4 i {
    background: url(../images/kj-ioc.png) -120px 0 no-repeat
}

.login-out-drop-menu .wrap #xshouw .ico1:hover i {
    background-position: -161px 0
}

.login-out-drop-menu .wrap #xshouw .ico2:hover i {
    background-position: -200px 0
}

.login-out-drop-menu .wrap #xshouw .ico3:hover i {
    background-position: -242px 0
}

.login-out-drop-menu .wrap #xshouw .ico4:hover i {
    background-position: -280px 0
}

.login-out-drop-menu .wrap #xlog_a {
    height: 20px
}

.login-out-drop-menu .wrap #xlog_a a:first-child {
    float: left;
    margin-left: 10px
}

.login-out-drop-menu .wrap #xlog_a a:last-child {
    float: right;
    margin-right: 10px
}

.login-out-drop-menu .wrap #xlog_a a:hover {
    color: #399EFF
}

.footer {
    background: #F8FAFF;
    color: #999A9D
}

.footer .f-top {
    padding: 40px 0;
    border-top: 1px solid #ECF0F6
}

.footer .wrap1100 {
    width: 1100px;
    margin: 0 auto
}

.footer a {
    color: #999A9D
}

.footer .go-link {
    width: 36%
}

.footer .go-link span {
    display: inline-block;
    margin-right: 20px;
    width: 100px;
    margin-top: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer .go-link a:hover {
    color: #399EFF
}

.footer .go-link b,
.footer .contact-us b {
    font-size: 16px;
    color: #333
}

.footer .contact-us {
    width: 20%;
    margin: 0 3% 0 0
}

.footer .contact-us p {
    margin-top: 16px
}

.footer .contact-us p.first {
    margin-top: 0
}

.footer .contact-us .tel {
    font-size: 22px;
    color: #FBC366
}

.footer .service {
    width: 18%
}

.footer .service p {
    margin: 5px 0 10px 0
}

.footer .f-btm {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ECF0F6
}

.footer .f-btm .w148 {
    width: 148px;
    height: 48px
}

.footer .f-btm .nowrap {
    white-space: nowrap
}

.footer .f-btm a {
    margin: 20px 8px
}

.footer .f-btm a.txt {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    position: relative;
    vertical-align: middle;
    padding: 8px 8px 6px 48px;
    line-height: 120%;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.footer .f-btm a i {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url("../images/sprite_index.png") no-repeat
}

.footer .f-btm .s1 {
    background-position: -262px -188px
}

.footer .f-btm .s2 {
    background-position: -290px -190px
}

.footer .f-btm .s3 {
    background-position: -200px -190px
}

.footer .f-btm .s4 {
    background-position: -230px -190px
}

.footer-simple {
    background: #F8FAFF;
    color: #999A9D;
    border-top: 1px solid #ECF0F6
}

.footer-simple .tcenter {
    padding: 18px 0
}

.footer-simple a {
    margin: 0 8px;
    color: #999A9D
}

.footer-simple .btm {
    padding: 13px 0
}

a.back-top {
    display: block;
    width: 53px;
    height: 79px;
    position: fixed;
    z-index: 9;
    right: 1.5%;
    bottom: 3%;
    background: url("../images/back_top.png") 0 0 no-repeat;
    transition: 0.2s
}

a.back-top:hover {
    background-position: 0 -79px
}

.right-bar {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 8;
    background: #fff;
    box-shadow: 0 5px 35px -3px rgba(50, 50, 50, .2);
    border-radius: 6px 0 0 6px
}

.right-bar li {
    height: 60px;
    overflow: hidden;
    border-top: 1px dashed #e6e6e6
}

.right-bar li a {
    text-align: center;
    display: block
}

.right-bar li i,
.right-bar li span {
    display: block;
    height: 60px;
    line-height: 1.3
}

.right-bar li .online {
    position: absolute;
    right: -2px;
    top: -20px;
    width: 80px;
    height: 80px;
    border-radius: 16px 0 0 16px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 80%), 0 3px 10px -3px #58b4fb;
    background-color: #007dfe;
    background: -webkit-linear-gradient(to right, #00aaff 0%, #0085fe 100%);
    background: linear-gradient(to right, #007dfe 0%, #519cff 100%)
}

.right-bar li .online span {
    color: #fff;
    height: 24px
}

@keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-moz-keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-o-keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-ms-keyframes kfmsg {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(0.75, 0.75)
    }

    100% {
        transform: scale(1, 1)
    }
}

.right-bar li .msg {
    width: 40px;
    height: 40px;
    margin: 10px auto 4px auto;
    background: url("../images/xiaoxi.png") center no-repeat;
    animation: kfmsg 2s linear infinite alternate
}

.right-bar li .wx {
    background: url("../images/weixin.png") center no-repeat
}

.right-bar li .fk {
    background: url("../images/bianji.png") center no-repeat
}

.right-bar li .top {
    background: url("../images/btop.png") center no-repeat
}

.right-bar li .hide-menu {
    transition: 0.3s;
    position: absolute;
    z-index: 7;
    height: 86px;
    width: 260px;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 35px -3px rgba(50, 50, 50, .2);
    border-radius: 6px;
    box-sizing: border-box;
    right: -260px;
    top: -22px
}

.right-bar li .hide-menu .bt {
    margin-top: 5px
}

.right-bar li .hide-menu .tel {
    font-size: 16px;
    color: #ff5c38
}

.right-bar li .hide-menu .font12 {
    font-size: 12px
}

.right-bar li .hide-menu2 {
    position: absolute;
    z-index: 7;
    box-sizing: border-box;
    right: -142px;
    top: 64px;
    transition: 0.3s
}

.right-bar li .hide-menu2 img {
    width: 140px;
    height: 140px
}

.right-bar li .move-top {
    z-index: 8;
    position: relative;
    transition: 0.3s
}

.right-bar li .move-top:hover {
    transform: translate3d(0, -48px, 0)
}

.right-bar .move-left:hover .hide-menu {
    transform: translate3d(-342px, 0, 0)
}

.right-bar .move-left:hover .hide-menu2 {
    transform: translate3d(-204px, 0, 0)
}

.message-box-tip {
    width: auto;
    border: 0;
    background: #fff;
    position: fixed;
    left: 40%;
    top: 28%;
    z-index: 11;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 20px 2px #666;
    -webkit-box-shadow: 0 0 20px 2px #666
}

.message-box-tip .title {
    padding: 6px 10px;
    background: #e4f2fb;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0
}

.message-box-tip .close-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/sprite_index.png") -275px -93px no-repeat;
    cursor: pointer;
    transition: background 0.3s;
    position: absolute;
    top: 8px;
    right: 6px
}
.tab-content{
    margin-top: 60px;
}
.message-box-tip .close-icon:hover {
    background-position: -275px -115px
}

.message-box-tip .contents {
    padding: 6%
}

.message-box-tip .contents .suc,
.message-box-tip .contents .fail {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    text-indent: -999px;
    background: url("../images/mes-box-icon.png") no-repeat
}

.message-box-tip .contents .suc {
    background-position: 0 0
}

.message-box-tip .contents .error {
    background-position: 0 -81px
}

.message-box-tip .contents h3 {
    margin-bottom: 15px
}

.message-box-tip .contents .btn {
    display: inline-block;
    margin: 20px 5px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px
}

.message-box-tip .login-area {
    width: 384px;
    margin-top: 0
}

.mask-layout {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: #333;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.pager a {
    margin: 0 5px;
    padding: 3px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.pager a:hover,
.pager a.cur {
    background: #399EFF;
    color: #fff
}

.pager a.cur {
    cursor: default
}

.colorf97373 {
    color: #F97373
}

.color399eff {
    color: #399EFF
}

.color8e98a8 {
    color: #8E98A8
}

.color2dd488 {
    color: #2DD488
}

.color999 {
    color: #999
}

.colorff5c38 {
    color: #FF5C38
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: 22px
}

.font24 {
    font-size: 24px
}

.font28 {
    font-size: 28px
}

.font30 {
    font-size: 30px
}

.chk {
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin:5px
}

.get-code {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    padding: 0 12px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #F97373;
    border-radius: 5px
}

.get-code:hover {
    background: #fb8383
}

.sub-btn {
    height: 45px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #399EFF;
    background: linear-gradient(0deg, rgba(51, 154, 251, 1) 0%, rgba(53, 174, 253, 1) 100%);
    -webkit-background: linear-gradient(0deg, rgba(51, 154, 251, 1) 0%, rgba(53, 174, 253, 1) 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sub-btn:hover {
    background: #4fa7fb
}

.oper-btn-green {
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding: 0 5px;
    background: #2DD488;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.oper-btn-blue {
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding: 0 5px;
    background: #399EFF;
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.sub-btn.default,
.get-code.default,
.oper-btn-green.default,
.oper-btn-blue.default {
    background: #eceef0;
    color: #ccc;
    cursor: default
}

input.error {
    border: 1px solid #F97373 !important;
    background: #fff2f2 !important;
}

select.error {
    border: 1px solid #F97373 !important;
    background: #fff2f2 !important;
}

.spead-login {
    position: fixed;
    left: 38%;
    top: 22%;
    z-index: 11
}

.spead-login .login-area {
    margin-top: 0;
    width: 480px
}

.spead-login .close-icon {
    position: absolute;
    display: inline-block;
    right: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    z-index: 3;
    background: #fff url("../images/sprite_index.png") -270px -89px no-repeat;
    cursor: pointer
}

.spead-login .close-icon:hover {
    background-position: -270px -111px
}

.join-step {
    padding: 30px 0;
    color: #fff;
    background: #0aa8d1;
    background: linear-gradient(to right, #58b4fb 0%, #56eda4 100%);
    background: -webkit-linear-gradient(left, #58b4fb 0%, #56eda4 100%);
    background: -moz-linear-gradient(left, #58b4fb 0%, #56eda4 100%);
    background: -o-linear-gradient(left, #58b4fb 0%, #56eda4 100%);
    background: -ms-linear-gradient(left, #58b4fb 0%, #56eda4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58b4fb', endColorstr='#56eda4', GradientType=1)
}

.join-step ul {
    white-space: nowrap;
    text-align: center
}

.join-step li {
    display: inline-block;
    height: 98px;
    position: relative;
    vertical-align: middle
}

.join-step li:nth-last-child(1) {
    margin: 0
}

.join-step li.txt {
    text-align: center
}

.join-step li i {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    background: url("../images/sprite-card-step.png") no-repeat
}

.join-step li .s1 {
    background-position: 0 0
}

.join-step li .s2 {
    background-position: 0 -144px
}

.join-step li .s3 {
    background-position: 0 -72px
}

.join-step li .s4 {
    background-position: 0 -216px
}

.join-step li .s5 {
    background-position: 0 -288px
}

.join-step li .s6 {
    background-position: 0 -360px
}

.join-step li b {
    font-size: 16px
}

.join-step li em {
    display: block;
    width: 5px;
    height: 5px;
    font-size: 0;
    position: absolute;
    right: 2px;
    top: 43%;
    background: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.join-step li .line {
    width: 136px;
    margin-top: 24px;
    position: relative;
    white-space: nowrap;
    overflow: hidden
}

.join-step li .line:before,
.join-step li .line:after {
    content: "";
    width: 20px;
    height: 0;
    position: absolute;
    top: 50%;
    border-top: 1px dashed #FFF
}

.join-step li .line:before {
    left: 0
}

.join-step li .line:after {
    right: 3px
}

.join-step li.last {
    margin: 0
}

.swiper-category {
    padding-top: 50px;
   
    overflow: hidden;
    /* background: #EFF3F9 */
}

.swiper-category .w1400 {
    margin: 0 auto
}

.swiper-category .tab-title {
    padding: 70px 0 0 40px
}

.swiper-category .tab-title li {
    float: left;
    width: 120px;
    text-align: center;
    padding: 10px 34px;
    position: relative;
    border-right: 1px solid #ddd
}

.swiper-category .tab-title li:nth-last-child(1) {
    border-right: none
}

.swiper-category .tab-title li a {
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden
}

.cards-tabs li i {
    display: inline-block;
    width: 25px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../images/sprite_index.png") no-repeat
}

.cards-tabs li .huo {
    background-position: -42px -25px
}

.cards-tabs li .cost {
    background-position: 9px -25px
}

.cards-tabs li .game {
    background-position: -127px -25px
}

.cards-tabs li .oils {
    background-position: -15px -25px
}

.cards-tabs li .ecard {
    background-position: -66px -24px;
    vertical-align: -5px
}

.cards-tabs li .video {
    background-position: -97px -25px
}

.cards-tabs li .foods{
    background-position: -286px -54px
}

.swiper-category .tab-title li .cover {
    position: absolute;
    top: -13px;
    cursor: pointer;
    left: 13%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: 0.3s
}

.swiper-category .tab-title li .cover img {
    width: 140px;
    height: 70px
}

.swiper-category .tab-title li:hover .cover,
.swiper-category .tab-title li.hover .cover {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

@media (max-width:1440px) {
    .swiper-category .tab-title li {
        padding: 10px 22px
    }

    .swiper-category .tab-title li .cover {
        left: 12px
    }
}

.swiper-category .swiper-container {
    margin: 30px 0 0 0;
    width: 100%;
    height: 360px
}

.swiper-category .swiper-container .pagination {
    width: 100%;
    height: 6px;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 6%;
    text-align: center;
    line-height: 0
}

.swiper-category .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 25px;
    height: 10px;
    border-radius: 10pX;
    background: #d3ddeb;
    margin: 0 3px 0 5px;
    cursor: pointer
}

.swiper-visible-switch {}

.swiper-category .swiper-container .swiper-active-switch {
    background: #519cff;
     width: 40px;
     height: 10px;
}

.swiper-category .swiper-container .arrow-left,
.swiper-category .swiper-container .arrow-right {
    width: 17px;
    height: 30px;
    position: absolute;
    top: 42%;
    transition: 0.3s;
    background: url("../images/arrows.png") 0 0 no-repeat
}

.swiper-category .swiper-container .arrow-left {
    left: 3px;
    background-position: -17px 0;
    z-index: 100
}

.swiper-category .swiper-container .arrow-right {
    right: 3px;
    background-position: -17px -30px;
    z-index: 100
}

.swiper-category .swiper-container .arrow-left:hover,
.swiper-category .swiper-container .arrow-right:hover {
    transform: scale(1.25, 1.25)
}

.swiper-category .swiper-slide {
    width: 100%;
    text-align: center
}

.swiper-category .swiper-slide-inner {
    width: 10%;
    display: inline-block;
    margin: 20px 1.3%;
    padding: 20px 1.8%;
     background: #f5f5f5;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 0 6px 4px rgba(238, 238, 238, 0.9);
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.swiper-category .swiper-slide-inner:hover {
    transform: scale(1.1, 1.1)
}

.swiper-category .swiper-slide-inner .img {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.swiper-category .swiper-slide-inner .img img {
    margin: 47px auto;
    height: 36px;
    max-width: 108px
}

.swiper-category .swiper-slide-inner p {
    padding-top: 15px
}

.swiper-category .swiper-slide-inner strong {
    display: block;
    max-width: 100%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500
}

.swiper-category .swiper-slide-inner .txt {
    padding-top: 0;
    color: #FF5C38;
    white-space: nowrap;
    overflow: hidden
}

.swiper-category .swiper-slide-inner .btn {
    display: block;
    margin: 20px auto 0 auto;
    color: #888;
    border: 1px solid #ddd;
    border-radius: 16px;
    -webkit-border-radius: 16px
}

.swiper-category .swiper-slide-inner .btn:hover {
    background-color: #007dfe;
    background: -webkit-linear-gradient(to right, #00aaff 0%, #0085fe 100%);
    background: linear-gradient(to right, #007dfe 0%, #519cff 100%);
    color: #fff
}

@media (max-width:1440px) {
    .swiper-category .swiper-container {
        height: 330px
    }

    .swiper-category .swiper-slide-inner .img {
        width: 118px;
        height: 118px
    }

    .swiper-category .swiper-slide-inner .img img {
        margin: 41px auto
    }

    .swiper-category .swiper-slide-inner p {
        padding-top: 8px
    }

    .swiper-category .swiper-slide-inner .btn {
        margin-top: 10px
    }
}

.foot-faq {
    background: #fff
}

.foot-faq .w1400 {
    margin: 0 auto;
    padding-bottom: 60px
}

.foot-faq .title {
    padding-top: 74px;
    text-align: center
}

.foot-faq .title h3 {
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 2px;
    background: url("../images/img9.png") center no-repeat
}

.foot-faq .title b {
    color: #399EFF
}

.foot-faq .tab-links {
    text-align: center;
    margin: 30px 0;
    color: #bbb;
    white-space: nowrap
}

.foot-faq .tab-links a {
    display: inline-block;
    padding: 2px 8px 4px 8px;
    margin: 0 15px
}

.foot-faq .tab-links i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 3px;
    background: url("../images/sprite_index.png") no-repeat
}

.foot-faq .tab-links a:hover {
    background: #666;
    border-radius: 16px;
    color: #fff
}

.foot-faq .tab-links .s1 {
    background-position: -19px 0
}

.foot-faq .tab-links .s2 {
    background-position: -43px -1px
}

.foot-faq .tab-links .s3 {
    background-position: -68px 0
}

.foot-faq .tab-links .s4 {
    background-position: -90px 0
}

.foot-faq .tab-links .s5 {
    background-position: -112px 0
}

.foot-faq .tab-links .s6 {
    background-position: -138px 0
}

.foot-faq .item {
    float: left;
    width: 40%;
    padding: 0 5%;
    margin: 2.5% 0
}

.foot-faq .item h5 {
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap
}

.wxtxt {
    text-indent: 13px
}

.gzh-img {
    margin-top: -5px;
    width: 170px;
    height: 170px
}

.zxkf-mag {
    margin-left: 4%
}

.treaty-div {
    line-height: 28px;
    color: #333;
    font-size: 18px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.treaty-div p {
    padding: 0;
    vertical-align: baseline;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.treaty-div span.tr_ju {
    padding-right: 10px;
}

.treaty-div span.tr_ju0 {
    padding-right: 10px;
    font-weight: bold;
}

.treaty-div span.tr_ju2 {
    font-weight: bold;
}

.treaty-div span.tr_ju3 {
    font-weight: bold;
    text-decoration: underline;
}

.treaty-div span.tr_ju4 {
    font-weight: bold;
    text-decoration: underline;
    color: #FF5C38
}

.treaty-div div .indent {
    text-indent: 44px
}

.treaty-div div .indent2 {
    text-indent: 88px
}

.treaty-div b.treatr_b {
    color: #008400;
    font-weight: 400
}

.treaty-div b.treatr_b2 {
    text-decoration: underline
}

.treaty-div .under {
    text-decoration: underline
}

.telent_div {
    text-align: center;
    padding: 15px
}

.telent_div img {
    width: 50%
}

.telent_div h2 {
    color: #333;
    font-size: 24px;
    margin: 15px 0px
}

.telent_div .bind-tel-area {
    text-align: left;
    padding: 20px 76px 10px 76px
}

.telent_div .bind-tel-area .input {
    border: 1px solid #dee3e8;
    width: 96%;
    height: 40px;
    vertical-align: middle;
    padding: 0 2%;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0%, rgba(254, 254, 254, 1) 100%);
    -webkit-background: linear-gradient(0deg, rgba(250, 250, 250, 1) 0%, rgba(254, 254, 254, 1) 100%);
    transition: box-shadow 0.3s
}

.telent_div .bind-tel-area .input:focus {
    box-shadow: 0 0 4px 2px #399EFF
}

.telent_div .bind-tel-area .get-code {
    margin-left: 8px
}

.telent_div .bind-tel-area .sub-btn {
    width: 100%
}

.authent_div {
    text-align: center;
    padding: 20px;
    display: none
}

.authent_div h2 {
    color: #333;
    font-size: 20px;
    margin: 15px 0px
}

.authent_div .red {
    color: #f40
}

.authent_div div {
    color: #6e768e;
    font-size: 16px
}

.authent_div a {
    background: #399EFF;
    border-radius: 6px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin: 20px 10px 0 10px;
    display: inline-block;
    font-weight: bold
}

.authent_div a:hover {
    color: #fff
}

.authent_div .authbefore .tips {
    font-size: 12px;
    margin-top: 12px
}

.authent_div .authbefore .indent1 {
    text-indent: -70px
}

.authent_div .authbefore .indent2 {
    text-indent: -10px
}

.authent_div .authbefore input {
    width: 75%;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 5px 0
}

.authent_div .authbefore input:focus {
    border-color: #399EFF
}

.authent_div .authSuced {
    width: 90%;
    margin: 18px auto;
    padding: 10px 0;
    text-align: left;
    border: 1px dashed #adceff;
    background: #f5f9ff;
    border-radius: 6px;
    line-height: 30px
}

.authent_div .authSuced .label {
    display: inline-block;
    width: 40%;
    text-align: right;
    padding-right: 5px;
    color: #999
}

.member-details-AuthWindow {
    border-radius: 10px !important
}

.member-details-AuthWindow .layui-layer-title {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.xlink {
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
    display: inline-block;
    height: 20px;
}

.zfbcard {
    margin: 0 auto;
    text-align: center
}

.zfbcard .zfb-h {
    margin: 12px 0;
    font-size: 16px
}

.zfbcard .zfb-h strong:last-child {
    margin-left: 5px
}

.zfbcard .colorf97373 .cont {
    padding: 6px 10px;
    border: 1px solid #FDD5D5;
    background: #FEF1F1;
    margin: 15px 0 15px 0
}

.zfbcard .zfb-mg {
    margin-top: 5px
}

.zfbcard .zfb-mg div:first-child {
    float: left;
    background: url(../images/card-sl.png) 0 -870px no-repeat;
    width: 200px;
    height: 170px;
    margin-left: 45px
}

.zfbcard .zfb-mg div:last-child {
    float: left;
    margin-top: 9px
}

.zfbcard .zfb-fh {
    font-size: 14px;
    margin: 20px 0
}

.zfbcard .zfb-fh i {
    background: url(../images/card-sl.png) -50px -1050px no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.zfbcard .zfb-fh strong {
    margin-left: 10px
}

.sbalert div {
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 16px;
    background: #f3f5f9
}

.sbalert p {
    padding-bottom: 10px
}

.sbalert p span:first-child {
    margin-left: 20px;
    float: left
}

.sbalert p span:last-child {
    float: left;
    margin-right: 20px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.business-jumbotron {
    position: relative;
    height: 400px;
    overflow: hidden;
    text-align: center;
    background: url(../images/business.jpg) center center no-repeat #3080d3;
    background-size: cover;
}
.panel {
    padding: 80px 0;
    background-color: #fff;
}
.panel-heading {
    padding-bottom: 45px;
    text-align: center;
}
.container {
    margin-left: auto;
    margin-right: auto;
    min-width: 1240px;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-bottom: 30px;
}
.container::after {
    display: table;
    content: " ";
    clear: both;
}


.panel-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 25px;
}
.panel-subtitle {
    text-align: center;
    color: #999;
}
.panel-subtitle p {
    position: relative;
    font-size: 16px;
    display: inline-block;
    max-width: 80%;
    line-height: 1;
}

.panel-subtitle p:after, .panel-subtitle p:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #eee;
}
.panel-subtitle p:after {
    right: 100%;
    margin-right: 24px;
}
.panel-subtitle p:before {
    left: 100%;
    margin-left: 24px;
}
.business {

}
.business-item {
    position: relative;
    float: left;
    width: 25%;
}
.business-body {
    margin: 5px;
    position: relative;
    text-align: center;
    border: 1px solid #e8e8e8;
    padding: 40px 30px;
    transition: .3s;
    border-radius: 6px;
}
.business-body h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
}
.business-item .owl-carousel {
    height: 308px;
}
.business-cards > li {
    float: left;
    width: 46%;
    padding: 5px;
}
.business-cards-item {
    padding: 10px 0;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(50,50,50,.05);
    border-radius: 6px;
}
.business-cards-item img {
    display: block;
    margin: 5px auto;
    height: 30px;
    max-width: 90%;
}
.business-cards-item h5 {
    position: relative;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    margin: 0 5px;
}



.btn {
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #4c5161;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 100px;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.business-action > .btn {
    font-size: 16px;
    padding: 10px 30px;
}
.owl-buttons > div {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 3;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    overflow: hidden;
    color: #ccc;
    cursor: pointer;
}
.business-item .owl-buttons > .owl-prev {
    left: -40px;
    box-shadow: none!important;
    background: none!important;
}
.business-item .owl-buttons > .owl-prev i::before{
    display: inline-block;
    color: #f60;
    transform: rotate(-90deg);
    -ms-transform:rotate(-90deg); 	/* IE 9 */
    -moz-transform:rotate(-90deg); 	/* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg); 	/* Opera */
}
.business-item .owl-buttons > .owl-next {
    right: -40px;
    box-shadow: none!important;
    background: none!important;
}
.business-item .owl-buttons > .owl-next i::before{
    display: inline-block;
    color: #f60;
    transform: rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
.business-cards-item img {
    display: block;
    margin: 5px auto;
    height: 30px;
    max-width: 90%;
}
.business-body:hover {
    z-index: 10;
    border-radius: 6px;
    border-color: #f0f0f0;
    background-color: #fff;
    box-shadow: 0 10px 40px -5px rgba(0,0,0,.11);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* btn-default */
.btn-default{ color: #666; border-color: #eee; background-color: #fafafa; box-shadow: 1px 3px 13px rgba(200,200,200,.2); }
.btn-default:hover { color: #333; border-color: #ccc; background-color: #f9f9f9; }
.btn-default:active{ color: #333; border-color: #ccc; background-color: #f3f3f3; }

/* btn-primary */
.btn-primary{
    color: #fff;
    border-color: #007dfe;
    background-color: #f9841c;
    box-shadow: 1px 3px 13px #007dfe;
}
.btn-primary:hover { color: #007dfe;
    border-color: #007dfe;
    background-color: #ffffff;
}
.btn-primary:active{
    color: #007dfe;
    border-color: #007dfe;
    background-color: #ffffff; }

/* btn-primary-btn */
.btn-primarybtn{ color: #ff3c00;
    border-color: #ff0000;
    background-color: #ffffff;
    box-shadow: 1px 3px 13px #ffa4a4; }
.btn-primarybtn:hover { color: #ff5a27;
    border-color: #ffc0c0;
    background-color: #FFF;}
.btn-primarybtn:active{ color: #ffffff;
    border-color: #ff5757;
    background-color: #fbc2b5; }

/* btn-red */
.btn-red{ color: #fff; border-color: #ff5c38; background-color: #ff5c38; box-shadow: 1px 3px 13px rgba(255,92,56,.25);}
.btn-red:hover { color: #fff; border-color: #ff7152; background-color: #ff7152;}
.btn-red:active{ color: #fff; border-color: #ff481f; background-color: #ff481f; }

/* btn-green */
.btn-green{ color: #fff; border-color: #01cf75; background-color: #01cf75; box-shadow: 1px 3px 13px rgba(1,207,117,.21);  }
.btn-green:hover { color: #fff; border-color: #0ed980; background-color: #0ed980; }
.btn-green:active{ color: #fff; border-color: #08c07d; background-color: #08c07d; }

/* btn-orange */
.btn-orange{ color: #fff; border-color: #ffa219; background-color: #ffa219; box-shadow: 1px 3px 13px rgba(255,162,25,.25); }
.btn-orange:hover { color: #fff; border-color: #ffbb19; background-color: #ffbb19; }
.btn-orange:active{ color: #fff; border-color: #ff9900; background-color: #ff9900; }

/* btn-white */
.btn-white{ color: #fff; border-color: #fff; background-color: transparent; }
.btn-white:hover { color: #007dfe; border-color: #fff; background-color: #fff; }
.btn-white:active{ color: #007dfe; border-color: #fff; background-color: #fff;}


.panel-bggray {
    background-color: #f8fafc;
    box-shadow: inset 0 0 10px -3px rgba(86,127,165,.1);
}
.panel-cards {
    position: relative;
    padding: 60px 0 70px 0;
    background-attachment: fixed;
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-group:after, .form-group:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.cards-tabs {
    margin-bottom: 25px;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
}
.cards-tabs > li {
    position: relative;
    display: inline-block;
    width: 14%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.cards-tabs > li > a {
    display: block;
    position: relative;
}
.cards-tabs > li.active a {
    color: #fd7400;
}
.cards-tabs > li .iconfont {
    font-size: 28px;
    vertical-align: -4px;
    font-weight: 400;
    margin-right: 3px;
}

.cards-tabs > li .cover {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.cards-tabs > li > a:hover .cover, .cards-tabs > li.active .cover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cards-content {
    position: relative;
}

.cards-group {
    padding: 5px 0 20px 0;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}
.owl-theme {
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
    padding: 20px 0 20px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer {
    padding: 0;
    height: 100%;
}



.owl-carousel .owl-wrapper {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    cursor: pointer;
    transition: all 0.6s;
}
.owl-wrapper-outer .owl-wrapper {
    height: 100%;
}


.owl-carousel .owl-item {
    float: left;
}

.owl-wrapper .owl-item {
    height: 100%;
}

.cards-group .item, .cards-group > li {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
}
.owl-carousel .owl-item .item {
    width: 100%;
}
.cards-group .cards-cover {
    margin: 0 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid\9;
    border-color: #f5f5f5;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px rgba(50,50,50,.05);
    transition: .3s;
}
.cards-group .cards-cover > a {
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 354px;
    width: 140px;
    height: 140px;
    line-height: 168px;
    margin: auto;
}
.cards-group img {
    display: inline-block;
    height: 36px;
}
.cards-group .title {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
}
.cards-group .discounts {
    color: #ff5c38;
    font-size: 14px;
}
.cards-group .actions {
    font-size: 0;
    padding: 12px 0 5px 0;
}
.cards-group .actions .btn {
    padding: 6px 20px;
    font-size: 13px;
}
.iconleft::before{
    display: inline-block;
    transform: rotate(-90deg);
}
.iconright::before{
    display: inline-block;
    transform: rotate(90deg);
}
.owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.owl-pagination > .owl-page {
    display: inline-block;
}

.owl-pagination > .owl-page > span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 3px;
    opacity: .5;
    filter: Alpha(Opacity=50);
    border-radius: 20px;
    background-color: #999;
    cursor: pointer;
    transition: .3s;
}
.owl-pagination > .owl-page.active span, .owl-pagination > .owl-page .owl-page:hover span {
    width: 20px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background-color: #007dfe;
}



.owl-buttons > div {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 3;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    overflow: hidden;
    color: #ccc;
    cursor: pointer;
}
.owl-buttons > .disabled {
    color: #ddd!important;
    cursor: default;
}
.owl-buttons > .owl-prev {
    left: -30px;
}
.cards-group .owl-buttons > div {
    margin-top: -27px;
}
.owl-buttons > .owl-next {
    right: -30px;
}
