article, aside, details, figcaption, figure, hgroup, nav, section, summary {
	display: block;
}

.wjx-section {
    position: relative;
	z-index: 999;}
.wjx-single {
}
.wjx-double {
    background-color: #eff3fd;
}
.container-phone {
    /*padding-left: 20px;
    padding-right: 20px;*/
    text-align: center
}



.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-section figure {
    text-align: center;
    padding: 0 0px;
}
.wjx-section figure > picture {
    display: block;
    padding: 40px 0 35px;
}
.wjx-section .h2,
.wjx-section h2 {
    font-size: 16px;
    color: #0078c8;
    text-align: center;
    margin-bottom: 10px;
}
.wjx-section p {
    font-size: 12px;
    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 .culture {
    line-height: 20px;
    margin: 5px 0;
	z-index: 999;
}
.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-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-section p {
    font-size: 14px;
}
    .wjx-section figure
    {
        padding:0 10px;
    }
    /*.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/newimg/wjx-phone/bg.png");
    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;
    color: #b2b2b2;;
    letter-spacing: 8px;
    text-align: center;
    line-height: 2.5;
    border-bottom: 1px solid #dcdcdc;
}
.wjx-stage-head a.current {
    color: #1ea0fa;
    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/newimg/wjx-phone/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/newimg/wjx-phone/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main figure .password-icon {
    background-image: url("/images/newimg/wjx-phone/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/newimg/wjx-phone/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main figure .code-icon {
    background-image: url("/images/newimg/wjx-phone/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/newimg/wjx-phone/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-stage-main figure .graph-icon {
    background-image: url("/images/newimg/wjx-phone/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/newimg/wjx-phone/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"]
 {
    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/newimg/wjx-phone/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/newimg/wjx-phone/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/newimg/wjx-phone/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/newimg/wjx-phone/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/newimg/wjx-phone/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/newimg/wjx-phone/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/newimg/wjx-phone/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/newimg/wjx-phone/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.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"] {
        width: 150px;
    }
    .wjx-layout .forget-head {
        background-image: url("/images/newimg/wjx-phone/password-banner@2x.png");
    }
}
@media (min-width: 414px) {
    .wjx-layout .forget-head {
        background-image: url("/images/newimg/wjx-phone/password-banner@3x.png");
    }
    .wjx-stage-main .login-mode .tencent-icon {
        background-image: url("/images/newimg/wjx-phone/qq-nor@3x.png");
    }
    .wjx-stage-main figure label + input[type="text"], 
    .wjx-stage-main figure label + input[type="password"] {
        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%;
    background-color: #f7f7fa;
}
.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("/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("/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/newimg/wjx-phone/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("/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/newimg/wjx-phone/home-sprite@2x.png");
        background-size: 204px 89px;
    }
}
.wjx-core-wrapper .wjx-searching-list {
    background-color: #fff;
    margin-bottom:70px;
}
.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: 0;
    font-size: 14px;
    color: #999999;
    line-height: 2.2;
}
.wjx-core-wrapper .searching-sort .btn {
    width: 76px;
    height: 25px;
    font-size: 12px;
    color: #333333;
    line-height: 2;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    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 {
    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: #333333;
}
.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("/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("/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("/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("/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);
}
}