﻿body {
    min-width: 100%;
}
 .header {
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1ea0fa;
    width: 100%;
    font-size: 20px;
    z-index: 999;
    padding: 0 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
   .header_left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 50px;
}
        .header_left a {
    display: block;
    width: 100%;
    height: 100%;
}
        .back {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 15px auto 0 auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(/images/weixin/left.png);
    background-size: contain;
}
.modal-open {
    overflow: hidden !important;
}
.full-page-wrapper {
    position: relative;
    height: 100%;
}
.wjx-header {
  position: relative; 
  height: 100%;
}
.wjx-header-logo {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 91px;
    height: 36px;
    background-repeat: no-repeat;
    /*background-image: url("//image.wjx.com/images/newimg/wjx-phone/logo-top-small.png");*/
    background-size: 91px 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-header-logo {
        /*background-image: url("//image.wjx.com/images/newimg/wjx-phone/logo-top.png");*/
    }
}
@media (-webkit-min-device-pixel-ratio: 2.46), (min-resolution: 401dpi) {
    .wjx-header-logo {
        /*background-image: url("//image.wjx.com/images/newimg/wjx-phone/logo-top@2x.png");*/
    }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 458dpi) {
    .wjx-header-logo {
        /*background-image: url("//image.wjx.com/images/newimg/wjx-phone/logo-top@3x.png");*/
    }
}
.sticky-wrapper {
    overflow: hidden;
    height: 100%;
    background: url("/Images/timg.jpg") no-repeat center #061021;
    background-size: cover;
}

.container-phone {
    /*padding-left: 20px;
    padding-right: 20px;*/
    text-align: center
}
.navbar {
    position: relative;
    /*border: 1px solid transparent;*/
    /*-moz-box-shadow: 0px 0px 10px rgba(82, 78, 76, 1);
    -webkit-box-shadow: 0px 0px 10px rgba(82, 78, 76, 1);
    box-shadow: 0px 0px 10px rgba(82, 78, 76, 1);*/
}
.navbar .phone-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    background-color: rgba(0, 0, 0, 0.7)
}
.navbar-header {
    min-height: 60px;
}
.navbar-toggle {
    position: absolute;
    top: 14px;
    right: 12px;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-image: url("/Images/home-sprite@1x.png");
    background-position: -118px -49px;
}
    .navbar-toggle.navbar-toggle-change {
        background-position: 0 0;
    }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .navbar-toggle {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}

.logo {
    display: block;
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -61px;
}
.logo-icon {
    vertical-align: middle;
    width: 122px;
}
#slide-menu {
    position: fixed; 
    top: 0;
    right: -50%;
    z-index: 2000;
    width: 50%;
    min-width: 0;
    padding-left: 0;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    -moz-transition: right 0.5s ease; 
    -webkit-transition: right 0.5s ease; 
    -o-transition: right 0.5s ease; 
    transition: right 0.5s ease;
    
}
#slide-menu.show {
    right: 0;
}
#slide-menu .slidemenu-close {
    position: absolute;
    z-index: 2001;
    left: 15px;
    top: 20px;
    width: 14px;
    height: 14px;
    vertical-align: text-top;
    text-align: center;
    cursor: pointer;
    background-image: url("/Images/home-sprite@1x.png");
    background-position: -51px -2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #slide-menu .slidemenu-close {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
#slide-menu .navbar-nav {
    width: 100%;
    padding-top: 70px;
    position: relative;
    float: none;
    margin: 0;
    text-align: left;
}

#slide-menu .navbar-nav li {
    line-height: 35px;
    /*border-bottom: 1px solid #f0f0f0;*/
}
    #slide-menu .navbar-nav li .drop-word {
        position: relative;
        display: block;
        font-size: 16px;
        color: #808080;
        padding-left: 15px;
        -webkit-tap-highlight-color: transparent;
    }
        #slide-menu .navbar-nav li .drop-word.curr {
            color: #fa911d;
        }
            #slide-menu .navbar-nav li .drop-word.curr em {
                display: block;
                border-top-color: #fa911d;
            }
        #slide-menu .navbar-nav li .drop-word em {
            position: absolute;
            top: 15px;
            right: 25px;
            border-top: 6px solid #808080;
            border-right: 4px solid #fff;
            border-left: 4px solid #fff;
            border-bottom: 6px solid #fff;
        }
    #slide-menu .navbar-nav li ul {
        display: none;
        background-color: #f0f0f0;
    }
    #slide-menu .navbar-nav li ul li {
        position: relative;
        display: block;
        font-size: 16px;
        color: #999999;
    }
        #slide-menu .navbar-nav li ul li a {
            font-size: 14px;
            padding-left: 35px;
            line-height: 30px;
            -webkit-tap-highlight-color: transparent;
        }
#slide-menu .overlay-btn {
    position: absolute;
    bottom: 30px;
    left: 15px;
}
    #slide-menu .overlay-btn .btn {
        width: 64px;
        height: 30px;
        font-size: 16px;
        line-height: 1.8;
        border-radius: 30px;
        -webkit-tap-highlight-color: transparent;
    }
    #slide-menu .overlay-btn .btn-orange-solid:hover {
        border: 1px solid #fa911e;
        background-color: #fa911e;
    }
    #slide-menu .overlay-btn .btn-orange-frame:hover {
        color: #fa911e;
        border: 1px solid #fa911e;
        background-color: #fff;
    }
        #slide-menu .overlay-btn .btn:nth-child(1) {
            margin-right: 10px;
        }
#slide-menu .navbar-nav li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #808080;
    padding-left: 15px;
    -webkit-tap-highlight-color: transparent;
}
@media (min-width: 320px) {
    /*#slide-menu .navbar-nav li {
        line-height: 40px;
    }*/
    #slide-menu .navbar-nav {
        padding-top: 50px;
    }
}
@media (min-width: 375px) {
    /*#slide-menu .navbar-nav li {
        line-height: 45px;
    }*/
    #slide-menu .navbar-nav li .drop-word,
    #slide-menu .navbar-nav li a {
        padding-left: 25px;
    }
    #slide-menu .slidemenu-close,
    #slide-menu .overlay-btn {
        left: 25px;
    }
    #slide-menu .navbar-nav li ul li a {
        padding-left: 45px;
    }
    #slide-menu .navbar-nav {
        padding-top: 50px;
    }
    .sticky-wrapper {
        background-image: url("/Images/timg.jpg");
    }
}

#slide-menu .navbar-nav li a:hover {
    color: #fa911d;
}
.wjx-decoration {
    position: relative;
    text-align: left;
    margin-top: 125px;
}
.wjx-decoration h1 {
        font-size: 26px;
        line-height: 1;
        color: #f7f8f9;
        margin-bottom: 30px;
}
.wjx-decoration .h4 {
    font-size: 16px;
    color: #f7f8f9;
    line-height: 1.7;
}
    .wjx-decoration .h4 .number {
        color: #ff9300;
        font-weight: bold;
    }
.wjx-decoration .btn {
    width: 175px;
    height: 45px;
    font-size: 20px;
    line-height: 43px;
    margin-top: 35px;
    border-radius: 100px;
}
.wjx-section {
    position: relative;
}
.wjx-single {
    background-color: #fff;
}
.wjx-double {
    background-color: #eff3fd;
}
.wjx-section .wjx-show {
    position: relative;
    font-size: 12px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #4d4d4d;
}
.wjx-section .wjx-show span {
    font-size: 14px;
}
.wjx-template figure,
.wjx-section figure {
    text-align: center;
    padding: 0 20px;
}
.wjx-section figure > picture {
    display: block;
    padding: 40px 0 35px;
}
.wjx-template .h2,
.wjx-section .h2,
.wjx-section h2 {
    font-size: 20px;
    color: #0078c8;
    text-align: center;
    margin-bottom: 10px;
}
.wjx-template p,
.wjx-section p {
    font-size: 13px;
    line-height: 1.7;
    color: #666666;
    text-align: left;
}
.wjx-section dl {
    display: -moz-box; 
    display: -webkit-box; 
    display: box;
    text-align: left; 
    font-size: 14px;
    padding: 25px 0 30px;
}

.wjx-section .moreKnow-btn {
    display: inline-block;
    font-size: 14px;
    width: 140px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    background-color: #1ea0fa;
    margin-bottom: 50px;
}
    .wjx-section .moreKnow-btn.orange {
        background-color: #ff941a;
    }
.wjx-section article {
    font-size: 14px;
    color: #666666;
    text-align: left;
    padding-bottom: 70px;
}
.wjx-section dl dd:first-child {
    -moz-box-flex: 1; 
    -webkit-box-flex: 1; 
    box-flex: 1;
}
.wjx-section dl dd:nth-child(2) {
    -moz-box-flex: 1; 
    -webkit-box-flex: 1; 
    box-flex: 1;
}
.wjx-section dl.two-column dd:first-child {
    padding-left: 0;
}
.wjx-section dl.two-column dd:nth-child(2) {
    padding-left: 10px;
}
.wjx-section dl .item {
    line-height: 20px;
    margin: 5px 0;
}
.wjx-section dl .item picture img {
    margin-top: -2px;
}
.wjx-section dl .item p {
    display: inline-block;
}
.wjx-template .partner-head,
.wjx-section .partner-head {
    padding-top: 30px;
}
.wjx-section .partner-head h1 {
    color: #333333;
}
.wjx-section .wjx-partner {
    padding-bottom: 0;
}
.wjx-section .wjx-partner .member {
    position: relative;
    /*justify-content: center;*/
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border: 2px solid #f0f0f0;
    border-left: none;
    border-right: none;
}
.wjx-section .wjx-partner picture {
    display: flex;
    align-items: center;
    height: 91px;
} 
.wjx-section .wjx-partner dd:first-child .member {
    border-right: 2px solid #f0f0f0;
}
.wjx-section .wjx-partner dd .member:nth-child(5) {
    text-align: right;
    margin-bottom: 0;
}
.wjx-section .wjx-partner dd .member:last-child {
    height: 75px;
    border: none;
    margin-bottom: 0;
}
.wjx-section .wjx-partner .btn {
    width: 139px;
    height: 34px;
    font-size: 15px;
    line-height: 2.2;
}
.wjx-section .wjx-partner dd:first-child .member {
    justify-content: flex-end;
}
.wjx-section .wjx-partner dd:last-child .member {
    justify-content: flex-start;
}
.wjx-section .wjx-partner dd:first-child .member .btn {
    margin-right: 5px;
}
.wjx-section .wjx-partner dd:last-child .member .btn {
    margin-left: 5px;
}
.wjx-footer {

}
.wjx-footer .wjx-follow {
    text-align: center;
    padding: 22px 0;
}
.wjx-footer .wjx-follow dd:first-child {
    width: 50%;
}
.wjx-footer .wjx-follow dd:last-child {
    width: 50%;
    padding-left: 5px;
    text-align: left;
}
.wjx-footer .wjx-follow .h5,
.wjx-footer .wjx-follow h5 {
    font-size:12px;
    margin-bottom: 10px;
}
.wjx-footer .wjx-follow .number {
    font-size: 10px;
}
.wjx-footer .wjx-follow .number li {
   height:20px;
   line-height:20px;
   font-size:12px;
}
.wjx-footer .wjx-follow dd a,
.wjx-footer .wjx-follow div a
 {
    color: #666666;
}
.wjx-footer .wjx-follow dd .current,
.wjx-footer .wjx-follow div .current {
    color: #fa911e;
}
.wjx-footer footer {
    clear: both;
    font-size: 12px;
    color: #999999;
    text-align: center;
    height: 24px;
    line-height: 2;
    background-color: #4d4d4d;
}
@media (min-width: 375px) {
    .wjx-template p,
    .wjx-section p {
        font-size: 14px;
    }
    .wjx-template figure,
    .wjx-section figure {
        padding: 0 40px;
    }
    /*.full-page-wrapper {
        margin-bottom: 30px;
    }*/
    .navbar-header {
        min-height: 70px;
    }
    .wjx-section dl.two-column dd:first-child {
        padding-left: 25px;
    }
    .wjx-section dl.two-column.special-column dd:first-child {
        padding-left: 0;
    }
    .wjx-decoration h1 {
       font-size: 30px;
    }
    .wjx-decoration .h4 {
        font-size: 16px;
        line-height: 1.7;
        margin-top: 0;
    }
    .wjx-section .wjx-partner dd:first-child .member .btn {
        margin-right: 18px;
    }
    .wjx-section .wjx-partner dd:last-child .member .btn {
        margin-left: 18px;
    }
    .wjx-footer .wjx-follow dd:last-child {
        padding-left: 20px;
    }
}
@media (min-width: 414px) {

}
@media (min-width: 768px) {
    .wjx-decoration .h4 {
        font-size: 20px;
    }
    .wjx-decoration .btn {
        font-size: 20px;
        height: 70px;
        line-height: 3.5;
    }
    .wjx-section .wjx-show {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }
    .wjx-section p,
    .wjx-section article {
        font-size: 20px;
    }
    .wjx-section dl .item picture img {
        margin-top: -8px;
    }
    .wjx-footer footer {
         font-size: 20px;
        height: 50px;
        line-height: 2.5;
    }
    .wjx-section .wjx-partner picture {
        display: flex;
        align-items: center;
        height: auto;
    } 
}
/*index END*/

/*鐧婚檰娉ㄥ唽 START*/
.wjx-layout {
    position: relative;
}
.wjx-layout .layout-head {
    position: relative;
    height: 186px;
    background-image: url("/images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.wjx-stage-head {
    position: absolute;
    left: 31px;
    right: 31px;
    bottom: 0;
}
.wjx-stage-head a {
    position: relative;
    width: 50%;
    height: 45px;
    font-size: 18px;
    font-weight:bold;
    color: #f7f8f9;
    letter-spacing: 8px;
    text-align: center;
    line-height: 2.5;
    border-bottom: 1px solid #dcdcdc;
}
.wjx-stage-head a.current {
    color: #e9260c;
    border-color: #1ea0fa;
}
.wjx-stage-wrapper {
    position: relative;
}
.wjx-stage-main {
    position: relative;
    padding: 17px 27px;
    background:#ffffff;
}
.wjx-forget-main {
    top: -45px;
}
.wjx-stage-main figure {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    height: 53px;
    line-height: 53px;
    padding-left: 35px;
}
.wjx-stage-main fieldset {
    clear: both;
}
.wjx-stage-main .agree {
    font-size: 14px;
    color: #808080;
    line-height: 45px;
    text-align: center;
}
.wjx-stage-main figure .icon {
    position: absolute;
    top: 17px;
    left: 5px;
    width: 19px;
    height: 19px;
}
.wjx-stage-main figure .phone-icon {
    background-image: url("/Images/home-sprite@1x.png");
    background-position: -125px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-stage-main figure .phone-icon {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main figure .password-icon {
    background-image: url("/Images/home-sprite@1x.png");
    background-position: -185px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-stage-main figure .password-icon {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main figure .code-icon {
    background-image: url("/Images/home-sprite@1x.png");
    background-position: -165px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-stage-main figure .code-icon {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main figure .graph-icon {
    background-image: url("/Images/home-sprite@1x.png");
    background-position: -145px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-stage-main figure .graph-icon {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main figure label + input[type="text"],
.wjx-stage-main figure label + input[type="password"],
.wjx-stage-main figure label + input[type="number"],
.wjx-stage-main figure label + input[type="tel"]
 {

    width: 120px;
    border: none;
    font-size: 16px;
    color: #b3b3b3;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
}
.wjx-stage-main figure .need-info {
    position: absolute;
    right: 0;
}
.wjx-stage-main .captcha-code-img {
    top: 10px;
} 
.wjx-stage-main figure .forget-word {
    font-size: 16px;
    color: #1ea0fa;
}
.wjx-stage-main figure .send-btn {
    top: 11px;
    width: 85px;
    height: 30px;
    font-size: 13px;
    color: #1ea0fa; 
    padding: 0;
    line-height: 2.2;
    border: 1px solid #1ea0fa;
    border-radius: 2px;
}

.wjx-stage-main figure .send-btn.disabled {
    color: #b2b2b2;
    border-color: #c2c2c2;
    background-color: #fff
}
.wjx-stage-main input[type="submit"],
.wjx-stage-main a[type="submit"] {
    width: 100%;
    height: 43px;
    font-size: 18px;
    border-radius: 100px;
    margin-bottom: 33px;
    line-height:43px;
}
.wjx-stage-main input[name="register-btn"] {
    margin-bottom: 0;
}
.switch-code,
.switch-code-other,
.switch-code-others {
    position: absolute;
    top: 18px;
    right: 0;
    width: 17px;
    height: 17px;
}
.wjx-login-main .switch-code,
.wjx-forget-main .switch-code-others,
.wjx-register-main .switch-code-other.eye {
    background-image: url("/Images/home-sprite@1x.png");
    background-position: -127px -30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-login-main .switch-code,
    .wjx-forget-main .switch-code-others,
    .wjx-register-main .switch-code-other.eye {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-login-main .switch-code.eye,
.wjx-forget-main .switch-code-others.eye,
.wjx-register-main .switch-code-other {
     background-image: url("/Images/home-sprite@1x.png");
     background-position: -147px -30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-login-main .switch-code.eye,
    .wjx-forget-main .switch-code-others.eye,
    .wjx-register-main .switch-code-other {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main .error-info {
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
}
.wjx-stage-main .voice-code {
    font-size: 12px;
    line-height: 45px;
    color: #999;
}
.wjx-stage-main .login-mode {
    text-align: center;
}
.wjx-stage-main .login-mode .tencent-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url("/Images/home-sprite@1x.png");
    background-position: -78px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-stage-main .login-mode .tencent-icon {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main .login-mode .weixin-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url("/Images/home-sprite@1x.png");
    background-position: -78px -40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-stage-main .login-mode .weixin-icon {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main .login-mode .baidu-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url("/images/newimg/wjx-phone/baidu@2x.png");
    background-position:  center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}
.wjx-stage-main .login-mode p {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
@media (min-width: 375px) {
    .wjx-stage-main figure label + input[type="text"], 
    .wjx-stage-main figure label + input[type="password"],
    .wjx-stage-main figure label + input[type="tel"] {
        width: 150px;
    }
    .wjx-layout .forget-head {
        background-image: url("//image.wjx.com/images/newimg/wjx-phone/password-banner@2x.png");
    }
}
@media (min-width: 414px) {
    .wjx-layout .forget-head {
        background-image: url("//image.wjx.com/images/newimg/wjx-phone/password-banner@3x.png");
    }
    .wjx-stage-main figure label + input[type="text"], 
    .wjx-stage-main figure label + input[type="password"],
    .wjx-stage-main figure label + input[type="tel"] {
        width: 200px;
    }
}
@media (min-width: 768px) {
    .wjx-layout .layout-head {
        height: 378px;
    }
}
@media (min-width: 1024px) {
    .wjx-layout .layout-head {
        height: 504px;
    }
}
/*鐧婚檰娉ㄥ唽 END*/

/*闂嵎涓績 START*/
.wjx-core-wrapper {
    position: relative;
    height: 100%;
}
.wjx-core-head {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 44px;
    line-height: 44px; 
    padding: 0 14px;
    background-color: #efeff4;
}

.wjx-core-wrapper .wjx-search {
    position: relative;
    width: 100%;
    height: 28px;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e6e6ea;
    background-color: #fff;
}
.wjx-core-wrapper #wjxsearching {
    background-color: transparent;
    border: none;
}
.wjx-core-wrapper #wjxsearching .search-box {
    position: relative;
    width: 80%;
}
.wjx-core-wrapper #wjxsearching .cancel-box {
    font-size: 16px;
    color: #30a6f5;
}
.wjx-core-wrapper #wjxsearching .searching-icon {
    position: absolute;
    top: 7px;
    left: 12px;
    width: 14px;
    height: 14px;
    background-image: url("//image.wjx.com/images/newimg/wjx-phone/home-sprite@1x.png");
    background-position: -170px -75px;
}
    .wjx-core-wrapper #wjxsearching #cancel {
        width:28px;
        height:20px;
    }
.wjx-core-wrapper #wjxsearching .cancel-icon {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 13pt;
    height: 13pt;
    background-image: url("//image.wjx.com/images/newimg/wjx-phone/return.png");
    background-repeat:no-repeat;

}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-core-wrapper #wjxsearching .searching-icon {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
#wjxsearching input[type="text"] {
    width: 100%;
    font-size: 14px;
    color: #333333;
    border:none;
    /*border: 1px solid #e6e6ea;*/
    height: 28px;
    line-height: 1.5;
    border-radius: 4px;
    padding: 3px 0 3px 30px;
}
#divPage
{
    position:fixed;
    bottom:0;
    height:52pt;
    line-height:52pt;
    vertical-align:middle;
    border-top:1px solid #cccccc;
width:100%;
z-index:3;
background:#fff;
}
#divPage ul
{
    text-align:center
}
#divPage li
{
   width:33.3%;
  float:left;
       font-size:10pt;
}
 #divPage li.pageitem a {
     color:#808080;
    }
 #divPage li.pageitem:hover
  {
       background:#eeeeee;
   }
 #divPage .wjx-sfont
 {
     color:#45a8f6;

 }
.wjx-core-wrapper .wjx-search .search-icon {
    width: 14px;
    height: 14px;
    margin: -1px 6px 0 0;
    background-image: url("//image.wjx.com/images/newimg/wjx-phone/core/search.png");
    background-position: -170px -75px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wjx-core-wrapper .wjx-search .search-icon {
        background-image: url("/Images/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-core-wrapper .wjx-searching-list {
    background-color: #fff;
}
.wjx-core-wrapper .searching-sort {
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    background-color: #fff;
}
.wjx-core-wrapper .searching-sort .searching-info {
    position: absolute;
    bottom: 6px;;
    font-size: 14px;
    color: #999999;
    line-height: 2.2;
}
.wjx-core-wrapper .searching-sort .btn {
    width: 70px;
    height: 24px;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid #d7d7d7;
    margin: 10px 0 0 10px;
}
.wjx-core-wrapper .searching-sort .btn.current,
.wjx-core-wrapper .searching-sort .btn:hover {
    color: #1ea0fa;
    border-color: #1ea0fa;
    background-color: #fff;
}
.wjx-core-wrapper .wjx-searching-list li {
    position: relative;
    height: 65px;
    padding-left: 15px;
}
.wjx-core-wrapper .wjx-searching-list li:first-child .searching-list-box {
    border-top: 1px solid #dfdfdf;
}
.wjx-core-wrapper .wjx-searching-list li:hover {
    background-color: #eeeeee;
}
    .wjx-core-wrapper .wjx-searching-list li .searching-list-box {
        font-size: 12px;
        overflow: hidden;
        height: 100%;
        padding: 4px 15px 10px 0;
        border-bottom: 1px solid #eeeeee;
    }
.wjx-core-wrapper .wjx-searching-list li .searching-list-box h3 {
    font-size: 16px;
    line-height: 2.2;
    color: #333;
}
.wjx-core-wrapper .wjx-searching-list li .searching-list-box h3 .contain {
    color: #1ea0fa;
}
.wjx-core-wrapper .wjx-searching-list li .searching-list-box h3 .wjx-sfont
{
 color: #1ea0fa;
}

.wjx-core-wrapper .wjx-searching-list li .searching-list-box .items {
    color: #999;
    line-height: 1;
}
.wjx-core-wrapper .wjx-searching-list li:last-child {
    border: none;
}
.wjx-core-wrapper .wjx-core-nav {
    padding: 0 14px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.wjx-core-wrapper .wjx-core-nav li {
    float: left;
}
.wjx-core-wrapper .wjx-core-nav li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #808080;
    height: 45px;
    line-height: 45px;
}
.wjx-core-wrapper .wjx-core-nav li + li {
    margin-left: 22px;
}
.wjx-core-wrapper .wjx-core-nav .global-navbar {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-color: #30a6f5;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0;
    -webkit-transition: border-width 0.25s linear 0s;
    transition: border-width 0.25s linear 0s;
}
.wjx-core-wrapper .wjx-core-nav li.current .global-navbar {
    border-top-width: 3px;
}
.wjx-core-wrapper .wjx-core-list {
    background-color: #f0f0f2;
}
.wjx-core-wrapper .wjx-core-list .core-items {
    display: none;
    padding: 13px 14px 28px;
}
.wjx-core-wrapper .wjx-core-list figure {
    width: 137px;
    float: left;
    margin-bottom: 13px;
    border-radius: 4px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.wjx-core-wrapper .wjx-core-list figure:nth-child(even) {
    margin-left: 17px;
}
.wjx-core-wrapper .wjx-core-list figure img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.wjx-core-wrapper .wjx-core-list figcaption {
    height: 56px;
    padding: 8px 10px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.wjx-core-wrapper .wjx-core-list figcaption .h4,
.wjx-core-wrapper .wjx-core-list figcaption h4 {
    width: 100%;
    font-size: 13px;
    color: #333333;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wjx-core-wrapper .wjx-core-list figcaption .count {
    font-size: 10px;
    color: #999999;
}
@media (min-width: 360px) {
    .wjx-core-wrapper .wjx-core-nav li + li {
        margin-left: 36px;
    }
    .wjx-core-wrapper .wjx-core-list figure {
        width: 157px;
    }
}
@media (min-width: 375px) {
    .wjx-core-wrapper .wjx-core-nav li + li {
        margin-left: 41px;
    }
    .wjx-core-wrapper .wjx-core-list figure  {
        width: 165px;
    }
}
@media (min-width: 412px) {
    .wjx-core-wrapper .wjx-core-nav li + li {
        margin-left: 53px;
    }
    .wjx-core-wrapper .wjx-core-list figure {
        width: 183px;
    }
}
@media (min-width: 414px) {
    .wjx-core-wrapper .wjx-core-nav li + li {
        margin-left: 54px;
    }
    .wjx-core-wrapper .wjx-core-list figure {
        width: 184px;
    }
}
@media (min-width: 768px) {
    #divPage
{
    position:fixed;
    bottom:0;
    height:104pt;
    line-height:104pt;
    vertical-align:middle;
    border-top:1px solid #cccccc;
}

#divPage li
{
       font-size:30pt;
}
.wjx-core-wrapper #wjxsearching #cancel
{
    width:40pt;
    height:40pt;
}
.wjx-core-wrapper #wjxsearching .cancel-icon {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 40pt;
    height: 40pt;
    background-image: url("//image.wjx.com/images/newimg/wjx-phone/return@2x.png");
      background-repeat:no-repeat;
}
    .wjx-core-head {
        height: 88px;
        line-height: 88px;
    }
    .wjx-core-wrapper .wjx-search {
        height: 56px;
        line-height: 56px;
    }
    .wjx-core-wrapper .wjx-search .search-icon {
        margin-top: -3px;
    }
    .wjx-core-head,
    .wjx-core-wrapper .wjx-core-nav {
        padding: 0 110px;
    }
    .wjx-core-wrapper .wjx-core-nav li + li {
        margin-left: 76px;
    }
    .wjx-core-wrapper .wjx-core-nav li a {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }
    .wjx-core-wrapper .wjx-core-list .core-items {
        padding: 26px 110px 56px;
    }
    .wjx-core-wrapper .wjx-core-list figure {
        width: 257px;
    }
    .wjx-core-wrapper .wjx-core-list figure:nth-child(even) {
        margin-left: 34px;
    }
    .wjx-core-wrapper .wjx-core-list figcaption {
        height: 80px;
        padding: 14px 16px; 
    }
    .wjx-core-wrapper .wjx-core-list figcaption h4 {
        font-size: 16px;
    }
    .wjx-core-wrapper .wjx-core-list figcaption .count {
        font-size: 12px;
    }
    #wjxsearching input[type="text"] {
        height: 56px;
        line-height: 56px;
        padding-left: 50px;
    }
    .wjx-core-wrapper #wjxsearching .searching-icon {
        top: 20px;
        left: 24px;
    }
}
@media (min-width: 1024px) {
    .wjx-core-head {
        padding: 0 28px;
    }
    .wjx-core-wrapper .wjx-core-nav {
        padding: 0 28px;
    }
    .wjx-core-wrapper .wjx-core-nav li + li {
        margin-left: 205px;
    }
    .wjx-core-wrapper .wjx-core-nav li a {
        font-size: 22px;
        height: 70px;
        line-height: 70px;
    }
    .wjx-core-wrapper #wjxsearching .search-box {
        width: 82%;
    }
    .wjx-core-wrapper .wjx-core-list .core-items {
        padding: 26px 28px 56px;
    }
    .wjx-core-wrapper .wjx-core-list figure,
    .wjx-core-wrapper .wjx-core-list figure:nth-child(even) {
        width: 216px;
        margin-left: 34px;
        margin-bottom: 26px;
    }
    .wjx-core-wrapper .wjx-core-list figure:nth-child(4n + 1) {
        margin-left: 0;
    }
    .wjx-core-wrapper .wjx-core-list figcaption {
        height: 85px;
    }
    .wjx-core-wrapper .wjx-core-list figcaption h4 {
        font-size: 18px;
    }
    .wjx-core-wrapper .wjx-core-list figcaption .count {
        font-size: 16px;
    } 
}

/*闂嵎涓績 END*/


/* 鍙嶉涓庡缓璁� START */
.wjx-feedback-wrapper {
	position: relative;
    height: 100%;
    padding: 40px 0 43px;
    text-align: center;
    background-repeat: repeat;
    background-size: cover;
}
.wjx-feedback-wrapper .feedback-pic {
	text-align: center;
    margin-bottom: 30px;
}
.wjx-feedback-wrapper .feedback-write {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 309px;
    height: 156px;
    margin: 0 auto;
    background-image: url("//image.wjx.com/images/newimg/wjx-phone/text2.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.wjx-feedback-wrapper .feedback-write textarea {
    width: 253px;
    height: 84px;
    padding: 0;
    font-size: 14px;
    color: #999999;
    text-align: left;
    border: none;
    background-color: transparent;
}
.wjx-feedback-wrapper #advice-btn {
    width: 130px;
    height: 35px;
    margin-top: 24px;
}
.wjx-feedback-wrapper .packet-box {
    position: relative;
    width: 269px;
    height: 123px;
    color: #333333;
    margin: 20px auto 35px;
    border: 2px solid #30a6f5;
    border-radius: 26px;
    background-color: #fff;
}
.wjx-feedback-wrapper .packet-box .caret-top {
    position: absolute;
    top: -16px;
    left: 122px;
    border-width: 0 12px 14px 12px;
    border-color: transparent transparent #30a6f5 transparent;
}
.wjx-feedback-wrapper .packet-box .caret-top::before {
    top: 3px;
    right: -12px;
    border-width: 0 12px 14px 12px;
    border-color: transparent transparent #fff transparent;
}
.wjx-feedback-wrapper .packet-box h4 {
    margin: 20px 0 5px;
}
.wjx-feedback-wrapper .packet-box em {
    font-size: 16px;
    margin-left: 8px;
}
.wjx-feedback-wrapper .packet-box .amount {
    font-size: 44px;
    font-weight: bold;
}
.wjx-feedback-wrapper .packet-prompt {
    width: 216px;
    color: #666666;
    line-height: 27px;
    margin: 0 auto;
    border-radius: 14px;
    border: 1px solid #cacacb;
}
@media (min-width: 375px) {
   
    .wjx-feedback-wrapper .feedback-write {
        background-image: url("//image.wjx.com/images/newimg/wjx-phone/text2@2x.png");
    }
    .wjx-feedback-wrapper .packet-box {
        margin: 20px auto 125px;
    }
}
@media (min-width: 414px) {
    .wjx-feedback-wrapper .feedback-write {
        background-image: url("//image.wjx.com/images/newimg/wjx-phone/text2@3x.png");
    }
}
/* 鍙嶉涓庡缓璁� END */
/*鎵嬫満绔疆椤跺拰杩斿洖棣栭〉*/


.wjxphone__top, .wjxphone__index
{
    position:fixed;
    bottom: 80px;
    right: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
}
.wjxphone__top .wjxhome__top_icon
{
    display:block;
    width: 100%;
    height: 40px;
    background: url(/images/newimg/wjx-phone/indexbtn@1x.png) no-repeat center;
    background-size: cover;
}

.wjxphone__index .wjxhome__top_index
{
    display:block;
    width: 100%;
    height: 40px;
    background: url(/images/newimg/wjx-phone/gofirstbtn@1x.png) no-repeat center;
    background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

.wjxphone__top .wjxhome__top_icon
{
   
    background-image: url(/images/newimg/wjx-phone/indexbtn@2x.png);
}

.wjxphone__top .wjxhome__top_index
{
    background-image: url(/images/newimg/wjx-phone/gofirstbtn@2x.png);
}
}

.template_item {
    text-align: left;
    width: 175px;
    height: 273px;
    background: rgba(255,255,255,1);
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    box-shadow: 0px 0px 20px #E6E9ED;
}

    .template_item dt {
        font-size: 16px;
        color: #222;
        padding: 26px 20px 16px;
        font-weight:bold;
        position:relative;
        padding-left:28px;
    }
        .template_item dt::before {
            position: absolute;
            content: '';
            height: 15px;
            width: 2px;
            left: 20px;
            top: 30px;
            background: #1ea0fa;
        }

        .template_item dd {
            padding: 6px 18px;
        }

        .template_item dd a {
            display:inherit;
            max-width:140px;
              overflow: hidden;
              text-overflow: ellipsis;
             white-space: nowrap;
            font-size: 14px;
            color: #222;
            white-space: nowrap
        }

            .template_item dd a:hover {
                color: #1ea0fa
            }

    .template_item .last_dd {
        padding-top: 12px;
    }

        .template_item .last_dd a {
            font-size: 14px;
            color: #1EA0FA;
        }

.slider_wrap {
    margin: 20px auto;
    position: relative;
}

.swiper-container {
    padding: 10px 15px 30px !important;
}
.template_more_btn .moreKnow-btn {
    display: inline-block;
    width: 94px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #1EA0FA;
    border: 1px solid #1EA0FA;
    border-radius: 34px;
}
 