/* CSS Document */
* {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0
}
body {
    line-height: 1;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #f5f5f5;
}
ul,li{
    list-style-type: none;
}
a,a:hover,a:active,a:focus{
    text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}
.clearfix {
    *zoom: 1
}
.fl {
    float: left
}
.fr {
    float: right
}
@font-face {
    font-family: "sooqfont";
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#sooqfont') format('svg'); /* iOS 4.1- */
}
.sooqfont {
    font-family: "sooqfont", Arial !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.sooq-pv:before {
    content: "\e600";
}
.sooq-search:before {
    content: "\e601";
}
.sooq-time:before {
    content: "\e602";
}
.sooq-account:before {
    content: "\e603";
}
.sooq-pwd:before {
    content: "\e604";
}
.sooq-qq:before {
    content: "\e605";
}
.sooq-weixin:before {
    content: "\e606";
}
.sooq-logout:before {
    content: "\e607";
}
.sooq-avatar:before {
    content: "\e608";
}
.sooq-error:before {
    content: "\e609";
}
.sooq-IIALOGO:before {
    content: "\e60a";
}
.sooq-mobile:before {
    content: "\e60b";
}
.sooq-youjian:before {
    content: "\e60c";
}
.sooq-com:before {
    content: "\e60d";
}
.sooq-truename:before {
    content: "\e60e";
}
.sooq-list:before {
    content: "\e60f";
}
.sooq-arrow-up:before { content: "\e611"; }
.sooq-arrow-down:before { content: "\e612"; }
.sooq-play:before { content: "\e613"; }
.sooq-identifying:before { content: "\e614"; }
.adv_link{font-size: .36rem;}
.login_mask {
    position: fixed;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 9989;
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    pointer-events: none
}
.login_mask::before {
    content: " ";
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0
}
.login_mask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}
.login_panel {
    background: #fff;
    width: 5.2rem;
    height: 100%;
    position: fixed;
    z-index: 9990;
    overflow: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    padding: 0 .3rem;
    box-sizing: border-box
}
.login_panel.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}
.login_panel .login_head {
    padding-top: .5rem;
    text-align: left;
    box-sizing: border-box
}
.login_panel .login_head .avatar {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    overflow: hidden;
    background-color: #efefef;
    font-size: .8rem;
    text-align: center;
    line-height: 1.5rem;
    color: #999;
}
.login_panel .login_head .avatar img {
    width: 100%;
    height: 100%;
    display: block
}
.login_panel .login_head .nickname {
    padding-top: .13rem;
    font-size: .28rem;
    color: #888;
    max-width: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto
}
.login_panel .login_list {
    margin-top: .5rem
}
.login_panel .login_list ul {
    display: block;
    width: 100%;
    margin-bottom: .3rem;
}
.login_panel .login_list .l_item {
    height: .9rem;
    line-height: .9rem;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-align: left;
    font-size: 0
}
.login_panel .login_list .l_item a {
    display: block
}
.login_panel .login_list .not_logined .l_item:first-child {
    height: auto;
    min-height: .9rem
}
.login_panel .login_list .i_icon {
    width: .5rem;
    height: .5rem;
    display: inline-block;
    background-size: contain;
    position: relative;
    top: .1rem
}
.login_panel .login_list .icon_mail {
    color: #f33;
    top: 0
}
.login_panel .login_list .icon_comment {
    color: #f90;
    top: 0
}
.login_panel .login_list .icon_collection {
    color: #f39;
    top: 0
}
.login_panel .login_list .icon_logout {
    color: #36f;
    top: 0
}
.login_panel .login_list .i_title {
    padding-left: .3rem;
    display: inline-block;
    font-size: .28rem;
    color: #404040
}
.login_panel .login_list .i_num {
    float: right;
    font-size: .28rem;
    color: #888;
    display: inline-block
}
.login_panel .not_logined .loading_box {
    min-height: 100px
}
.login_panel .not_logined .login_module {
    margin: 0 auto;
    display: none
}
.login_panel .not_logined .l_item:last-child {
    padding-bottom: .5rem;
    border: 0
}
.login_panel .not_logined .login-container .inputbox {
    z-index: 19;
    position: relative;
    height: .88rem;
    margin-bottom: .15rem;
    border: 1px solid #c5cddb;
    background: #fff;
    font-size: .284rem;
    line-height: .88rem;
    border-radius: .1rem;
}
.login_panel .not_logined .login-container .inputbox.active {
    border: 1px solid #4aafe9;
}
.login_panel .not_logined .login-container .inputbox.error {
    border: 1px solid #f33;
}
.login-container .inputbox input.field::-webkit-input-placeholder {
    height: .82rem;
}
.login_panel .not_logined .login-container .inputbox input {
    display: block;
    width: 3rem;
    border: 1px solid #e5e5e5;
    border-top: 0;
    line-height: 1em;
    font-size: .28rem;
    padding: .21rem .2rem .21rem .2rem;
    background: #f6f6f6;
    outline: 0
}
.login_panel .not_logined .login-container .inputbox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset
}
.login_panel .not_logined .login-container .inputbox input:active, .login_panel .not_logined .login-container .inputbox input:hover, .login_panel .not_logined .login-container .inputbox input:focus, .login_panel .not_logined .login-container .inputbox input:visited {
    background: #f6f6f6
}
.login_panel .not_logined .login-container .inputbox input.field {
    height: 100%;
    position: absolute;
    left: 1rem;
    width: 3.56rem;
    border-radius: .1rem;
    border: 0;
}
.login_panel .not_logined .login-container .inputbox .u_lable {
    display: block
}
.login_panel .not_logined .login-container .inputbox .sooq_user,
.login_panel .not_logined .login-container .inputbox .sooq_passwd {
    line-height: .8rem;
    display: block;
    width: 1rem;
    text-align: center;
    position: absolute;
    color: #282828;
    font-size: .6rem;
}
#error_msg {
    font-size: .28rem;
    color: #f33;
    display: none;
    position: relative;
}
#error_msg.pwd_error, #error_msg.name_error, #error_msg.post_error {
    display: block
}
#error_msg .error_icon {
    float: left;
    width: 1rem;
    text-align: center;
}
.login_panel .not_logined .loginbox {
    margin-bottom: .2rem
}
.login_panel .not_logined .loginbox #dologin {
    width: 100%;
    height: .7rem;
    background: #f33;
    border-radius: .1rem;
    color: #fff;
    font-size: .28rem;
    margin: .2rem 0;
    text-align: center;
    line-height: .7rem
}
.login_panel .not_logined .loginbox .reg {
    float: left
}
.login_panel .not_logined .loginbox .reg a {
    color: #404040;
    font-size: .28rem;
    height: .32rem;
    line-height: .32rem
}
.login_panel .not_logined .loginbox .fgtpwdbox {
    float: right
}
.login_panel .not_logined .loginbox .fgtpwdbox a {
    color: #f33;
    font-size: .28rem;
    height: .32rem;
    line-height: .32rem
}
.login_panel .login_versions {
    box-sizing: border-box;
    padding-top: .5rem
}
.login_panel .login_versions .v_icon {
    width: .91rem;
    height: .71rem;
    margin: auto;
    opacity: .2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}
.login_panel .login_versions .version {
    display: inline-block;
    width: 26%;
    text-align: center
}
.login_panel .login_versions .version:first-child {
    margin-left: 9%
}
.login_panel .login_versions .v_title {
    padding-top: .26rem;
    font-size: .24rem;
    color: #999
}
.login_panel .login_versions .version_standard .v_icon {
    background-image: url(../images/version_standard.png)
}
.login_panel .login_versions .version_pc .v_icon {
    background-image: url(../images/version_pc.png)
}
.login_panel .login_versions .version_no_pic .v_icon {
    background-image: url(../images/version_no_pic.png)
}
.login_panel .login_versions .version_active .v_icon {
    opacity: 1
}
.login_panel .login_versions .version_active .v_title {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    color: #404040
}
.login_panel .login_app {
    margin-top: 1.37rem;
    margin-left: .21rem;
    box-sizing: border-box;
    height: .7rem;
    line-height: .7rem
}
.login_panel .login_app span {
    display: inline-block;
    padding-left: .18rem;
    font-size: .24rem;
    color: #404040
}
.login_panel .login_app .logo {
    float: left;
    width: .7rem;
    height: .7rem;
    background: url(../images/logo.png) center center no-repeat;
    background-size: cover
}
.login_panel .login_warning {
    position: absolute;
    top: .2rem;
    margin: 0 auto;
    width: 6.9rem;
    height: .6rem;
    border-radius: .05rem;
    background: rgba(255, 204, 204, 0.85);
    font-size: .28rem;
    color: #f33;
    text-align: center;
    line-height: .6rem;
    display: none
}
.emailTipList {
    position: fixed;
    z-index: 99;
    box-shadow: -1px -1px 10px #969090;
    background: #f6f6f6;
    color: #404040;
    font-size: .36rem;
    z-index: 99999;
    left: 1rem;
    top: 1.2rem;
    width: 6rem;
    height: 4rem;
    line-height: .9rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none
}
.emailTipList li {
    padding-left: .3rem
}
.login_mask {
    position: fixed;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 9989;
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    pointer-events: none
}
.login_mask::before {
    content: " ";
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0
}
.login_mask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}
.third_login {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}
.third_login .title {
    font-size: .24rem;
    width: 50%;
    margin: -0.12rem auto 0;
    text-align: center;
    background: #fff;
    color: #6f6f6f;
    line-height: 1
}
.third_login .select_section {
    padding: .3rem 0;
    font-size: 0;
    text-align: center
}
.third_login .select_section .section_wrap {
    width: 25%;
    margin: .3rem 0;
    display: inline-block;
    text-align: center
}
.third_login .select_section .login_item {
    display: inline-block;
    font-size: .64rem;
    width: .64rem;
    height: .64rem;
    border-radius: .32rem
}
.third_login .select_section .qq {
    color: #68a5e1
}
.third_login .select_section .weixin {
    color: #01d10c
}
@media (max-device-width: 350px) {
    #login-form .u-tip {
        padding: 0 3px 0 0
    }
    #login-form .fur-change-email {
        width: 166.6px
    }
    #login-form .u-logo-img1 {
        background: url('../images/login_bg.png') 0 0 no-repeat;
        background-size: cover
    }
    #login-form .u-logo-img2 {
        background: url('../images/login_bg.png') 0 bottom no-repeat;
        background-size: cover
    }
    #cnt-box-parent {
        width: 196px;
        margin: 0 auto
    }
    #cnt-box-parent .g-bd {
        width: 196px;
        margin: 0 auto
    }
    #cnt-box-parent .g-bd .m-header {
        display: none
    }
    #login-form {
        padding: 0
    }
    #login-form .u-logo {
        width: 21.56px;
        padding: 0 4.9px 0 9.8px
    }
    #login-form .u-logo div {
        margin-top: 6.37px;
        width: 21.56px;
        height: 23.52px
    }
    #login-form .m-etbox {
        display: none
    }
    #login-form .ckin {
        width: 98px
    }
    #login-form .ckin .cktext {
        width: 71.05px;
        padding-left: 0;
        text-indent: 4.9px
    }
    #login-form .ckimgbox {
        width: 83.3px;
        height: auto;
        margin: 4.9px 0 0 9.8px
    }
    #login-form .ckimgbox .ckimg {
        width: 83.3px;
        height: auto
    }
    #login-form .m-nerror .ferrorhead {
        width: 171.5px;
        font-size: 11.76px
    }
    #login-form .m-nerror .ferrorhead2 {
        width: 156.8px;
        font-size: 11.76px
    }
    #login-form .u-success {
        margin-top: 10.29px
    }
    #login-form .m-sug {
        width: 191.1px;
        top: 41.16px;
        left: -36.26px;
        height: 98px;
        overflow-y: scroll;
        overflow-x: hidden
    }
    #login-form .m-sug .itm {
        padding-left: 14.7px
    }
    #cnt-box-parent .w-exception {
        width: 196px;
        height: 264.6px
    }
    #cnt-box-parent .w-exception .cnt {
        padding: 0
    }
    #cnt-box-parent .w-exception .cnt .note {
        font-size: 14.21px
    }
    .u-btn-middle3 {
        font-size: 11.76px;
        width: 73.5px;
        height: 29.4px;
        line-height: 29.4px
    }
    .u-btn.bgcolor {
        height: 29.4px;
        line-height: 29.4px
    }
    .m-footer {
        display: none
    }
    .m-unlogin {
        display: none
    }
    #dologin {
        background: #f33;
        border-radius: 4.9px;
        height: 34.3px;
        font-size: 11.76px;
        line-height: 34.3px
    }
}
@media (min-device-width: 350px) and (max-device-width: 390px) {
    #login-form .u-tip {
        padding: 0 3px 0 0
    }
    #login-form .fur-change-email {
        width: 187px
    }
    #login-form .u-logo-img1 {
        background: url('../images/login_bg.png') 0 0 no-repeat;
        background-size: cover
    }
    #login-form .u-logo-img2 {
        background: url('../images/login_bg.png') 0 bottom no-repeat;
        background-size: cover
    }
    #cnt-box-parent {
        width: 220px;
        margin: 0 auto
    }
    #cnt-box-parent .g-bd {
        width: 220px;
        margin: 0 auto
    }
    #cnt-box-parent .g-bd .m-header {
        display: none
    }
    #login-form {
        padding: 0
    }
    #login-form .u-logo {
        width: 24.2px;
        padding: 0 5.5px 0 11px
    }
    #login-form .u-logo div {
        margin-top: 7.15px;
        width: 24.2px;
        height: 26.4px
    }
    #login-form .m-etbox {
        display: none
    }
    #login-form .inputbox {
        height: 41.8px;
        font-size: 0;
        line-height: 1;
        border-radius: 2.75px
    }
    #login-form .u-input {
        position: relative;
        height: 100%;
        float: left;
    }
    #login-form .ckin {
        width: 110px
    }
    #login-form .ckin .cktext {
        width: 79.75px;
        padding-left: 0;
        text-indent: 5.5px
    }
    #login-form .ckimgbox {
        width: 93.5px;
        height: auto;
        margin: 5.5px 0 0 11px
    }
    #login-form .ckimgbox .ckimg {
        width: 93.5px;
        height: auto
    }
    #login-form .m-nerror .ferrorhead {
        width: 192.5px;
        font-size: 13.2px
    }
    #login-form .m-nerror .ferrorhead2 {
        width: 176px;
        font-size: 13.2px
    }
    #login-form .u-success {
        margin-top: 12.1px
    }
    #login-form .m-sug {
        width: 214.5px;
        top: 46.2px;
        left: -40.7px;
        height: 110px;
        overflow-y: scroll;
        overflow-x: hidden
    }
    #login-form .m-sug .itm {
        padding-left: 16.5px
    }
    #cnt-box-parent .w-exception {
        width: 220px;
        height: 297px
    }
    #cnt-box-parent .w-exception .cnt {
        padding: 0
    }
    #cnt-box-parent .w-exception .cnt .note {
        font-size: 15.95px
    }
    .u-btn-middle3 {
        font-size: 13.2px;
        width: 82.5px;
        height: 33px;
        line-height: 33px
    }
    .u-btn.bgcolor {
        height: 33px;
        line-height: 33px
    }
    .m-footer {
        display: none
    }
    .m-unlogin {
        display: none
    }
    #dologin {
        background: #f33;
        border-radius: 5.5px;
        height: 38.5px;
        font-size: 13.2px;
        line-height: 38.5px
    }
}
@media (min-device-width: 390px) {
    #login-form .u-tip {
        padding: 0 3px 0 0
    }
    #login-form .fur-change-email {
        width: 204px
    }
    #login-form .u-logo-img1 {
        background: url('../images/login_bg.png') 0 0 no-repeat;
        background-size: cover
    }
    #login-form .u-logo-img2 {
        background: url('../images/login_bg.png') 0 bottom no-repeat;
        background-size: cover
    }
    #cnt-box-parent {
        width: 240px;
        margin: 0 auto
    }
    #cnt-box-parent .g-bd {
        width: 240px;
        margin: 0 auto
    }
    #cnt-box-parent .g-bd .m-header {
        display: none
    }
    #login-form {
        padding: 0
    }
    #login-form .u-logo {
        width: 26.4px;
        padding: 0 6px 0 12px
    }
    #login-form .u-logo div {
        margin-top: 7.8px;
        width: 26.4px;
        height: 28.8px
    }
    #login-form .m-etbox {
        display: none
    }
    #login-form .inputbox {
        height: 0.8rem;
        font-size: 0;
        border-radius: 3px
    }
    #login-form .ckin {
        width: 120px
    }
    #login-form .ckin .cktext {
        width: 87px;
        padding-left: 0;
        text-indent: 6px
    }
    #login-form .ckimgbox {
        width: 102px;
        height: auto;
        margin: 6px 0 0 12px
    }
    #login-form .ckimgbox .ckimg {
        width: 102px;
        height: auto
    }
    #login-form .m-nerror .ferrorhead {
        width: 210px;
        font-size: 14.4px
    }
    #login-form .m-nerror .ferrorhead2 {
        width: 192px;
        font-size: 14.4px
    }
    #login-form .u-success {
        margin-top: 13.8px
    }
    #login-form .m-sug {
        width: 234px;
        top: 50.4px;
        left: -44.4px;
        height: 120px;
        overflow-y: scroll;
        overflow-x: hidden
    }
    #login-form .m-sug .itm {
        padding-left: 18px
    }
    #cnt-box-parent .w-exception {
        width: 240px;
        height: 324px
    }
    #cnt-box-parent .w-exception .cnt {
        padding: 0
    }
    #cnt-box-parent .w-exception .cnt .note {
        font-size: 17.4px
    }
    .u-btn-middle3 {
        font-size: 14.4px;
        width: 90px;
        height: 36px;
        line-height: 36px
    }
    .u-btn.bgcolor {
        height: 36px;
        line-height: 36px
    }
    .m-footer {
        display: none
    }
    .m-unlogin {
        display: none
    }
    #dologin {
        background: #f33;
        border-radius: 6px;
        height: 42px;
        font-size: 14px;
        line-height: 42px
    }
}
#index_header {
    font-size: .32rem;
    max-width: 750px;
}
.u_topbar {
    width: 100%;
    height: 2.2rem;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.45);
    border-bottom: 1px solid #f0f0f0;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 128;
}
.u_topbar .u_logo {
    width: 8rem;
    height: 2rem;
    position: absolute;
    top: .1rem;
    left: 50%;
    margin-left: -4rem;
    background: url("../images/logo.png") no-repeat center center;
    background-size: contain;
}

.u_topbar .u_txt {
    width: 8rem;
    height: 2rem;
    position: absolute;
    top: .1rem;
    left: 50%;
    margin-left: -4rem;
    line-height: 2rem;
    color: #333;
    font-size: .8rem;
    text-align: center;
}

.u_topbar .u_rlogo .icon_seach {
    width: 1.2rem;
    height: 1.2rem;
    top: .5rem;
    right: .5rem;
    position: absolute;
    font-size: 1rem;
    color: #9fa0a0;
}
.u_topbar .u_llogo .icon_personal {
    width: 1.2rem;
    height: 1.2rem;
    top: .5rem;
    left: .5rem;
    position: absolute;
    font-size: 1rem;
    color: #9fa0a0;
}
.u_topbar .icon_left1{
    position: absolute;
    top: .5rem;
    left: .5rem;
    background: url("../images/arrow_left.png") no-repeat;
    background-size: 100% 100%;
    width: 1.2rem;
    height: 1.2rem;
}
.u_topbar .right-txt{
    position: absolute;
    top: 0;
    right: .5rem;
    color: orange;
    font-size: .75rem;
    line-height: 2.2rem;
}
.fixed-ad{
    position: fixed;
    top: 2.2rem;
    left: 0;
    width: 100%;
}
.main_content{
    margin-top: 2.2rem;
    overflow: hidden;
}
.main_content .fixedhack.ios_fixed {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9980
}
.main_content .fixedhack_ios_fixed_bottom {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 9980
}
.main_content .fixedhack_ios_fixed_bottom a.close{
    font-family: sooqfont;
    position: absolute;
    top: -.35rem;
    right: 0;
    font-size: .7rem;
    color: #1b3e66;
}
.main_content .fixedhack_ios_fixed_bottom a.close:hover{
    color: #ff0000;
}
.main_content .fixedhack_ios_fixed_bottom img.adv_img{
    width: 100%;
}
.bar_wrap {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 9980
}
.main_nav {
    position: relative;
    width: 100%;
    top: 0
}
.main_nav *, .main_nav *::before, .main_nav *::after {
    box-sizing: border-box
}
.main_nav_wrap {
    padding: 0 .3rem
}
.main_nav_topnav_wrap {
    position: relative;
    z-index: 128;
    background-color: #1b3e66
}
.main_nav_bar {
    background-color: #1b3e66;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #1b3e66;
    -webkit-transition: border-color .5s;
    transition: border-color .5s
}
.main_nav_bar.has_subnav {
    border-bottom-color: transparent
}
.main_nav_bar:not(.has_subnav) .subnav_wrap {
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: opacity .5s, z-index 0s, -webkit-transform .5s;
    transition: opacity .5s, z-index 0s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s, z-index 0s;
    transition: opacity .5s, transform .5s, z-index 0s, -webkit-transform .5s
}
.topnav_list_contain {
    position: relative;
    z-index: 100
}
.topnav_list_contain::before {
    left: -0.05rem;
    opacity: 0
}
.topnav_list_contain::after {
    right: .42rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.topnav_list_contain.onscroll::before {
    opacity: 1
}
.topnav_list_scroll_wrap {
    height: .8rem;
    overflow: hidden
}
.main_nav_bar.has_subnav .topnav_list_scroll_wrap::before {
    content: " ";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #183145;
    width: 100%;
    z-index: 111;
    display: block;
}
.topnav_list {
    position: relative;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    color: #fff;
    font-size: 0;
    line-height: .8rem;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.topnav_list::-webkit-scrollbar {
    display: none
}
.topnav_item {
    position: relative;
    display: inline-block;
    padding: 0 .9em;
    font-size: .32rem;
    text-align: center;
    cursor: pointer;
}
.topnav_item.first_char, .topnav_item.last_char {
    padding: 0 .3em
}
.topnav_item.first_char .topnav_item_box, .topnav_item.last_char .topnav_item_box {
    width: 2em
}
.topnav_item.first_char .topnav_item_box {
    left: -0.5em
}
.topnav_item.first_char .topnav_item_box .topnav_item_text {
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0)
}
.topnav_item.last_char .topnav_item_box {
    left: .5em
}
.topnav_item.last_char .topnav_item_box .topnav_item_text {
    -webkit-transform: translate3d(-1em, 0, 0);
    transform: translate3d(-1em, 0, 0)
}
.topnav_item.current {
    color: #ffa832
}
.topnav_item.current .topnav_item_box {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    font-weight: bold;
}
.topnav_item.current.first_char .topnav_item_box {
    left: -0.5em;
    -webkit-transform: scale(1.125) translate3d(0.5em, 0, 0);
    transform: scale(1.125) translate3d(0.5em, 0, 0)
}
.topnav_item.current.first_char .topnav_item_box .topnav_item_text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.topnav_item.current.last_char .topnav_item_box {
    left: .5em;
    -webkit-transform: scale(1.125) translate3d(-0.5em, 0, 0);
    transform: scale(1.125) translate3d(-0.5em, 0, 0)
}
.topnav_item.current.last_char .topnav_item_box .topnav_item_text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.topnav_item::after {
    content: " ";
    display: block;
    position: absolute;
    height: .12rem;
    width: .12rem;
    bottom: -0.05rem;
    left: 50%;
    margin-left: -0.06rem;
    border-left: 1px solid #183145;
    border-top: 1px solid #183145;
    background-color: #1b3e66;
    -webkit-transform: rotate(45deg) rotateX(90deg);
    transform: rotate(45deg) rotateX(90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    transition: .25s;
    z-index: 112
}
.topnav_item.current::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.has_subnav .topnav_item::after {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}
.has_subnav .topnav_item.current::after {
    visibility: visible
}
.topnav_item_box {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: .25s;
    transition: .25s
}
.topnav_item_text {
    display: inline-block;
    -webkit-transition: .25s;
    transition: .25s
}
.subnav_wrap {
    position: relative;
    width: 100%;
    z-index: 120;
    background: #1b3e66;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s
}
.subnav_wrap .main_nav_wrap {
    -webkit-transition: .5s;
    transition: .5s
}
.subnav_contain.show {
    display: block;
    z-index: 2
}
.subnav_contain:not(.show) {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1
}
.subnav_contain:not(.show) .subnav_item {
    opacity: 0;
}
.subnav_list {
    overflow-x: hidden;
    overflow-y: hidden;
    background: #0b6cbd;
    color: #fff;
    font-size: 0;
    line-height: 40px;
    text-align: center;
    -webkit-overflow-scrolling: touch
}
.subnav_list::-webkit-scrollbar {
    display: none
}
.subnav_item {
    display: inline-block;
    height: 40px;
    font-size: 0;
    text-align: left;
    vertical-align: top;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.subnav_item:not(:nth-child(5n))::after {
    content: "|";
    display: inline-block;
    font-size: .3rem;
    color: #ccc
}
.subnav_item:last-child::after{
    content: "";
}
.subnav_item.current .subnav_item_text {
    color: #ffa832;
    /*-webkit-transform: scale(1.25);*/
    /*transform: scale(1.25);*/
    font-weight: bold;
}
.subnav_item_text {
    display: inline-block;
    min-width: 62.5px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s
}
section {
    background: #f6f6f6;
    /*width: 17.25rem*/
}
.list_item .m_article_channel {
    display: inline;
    max-width: 5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #888
}
.list_item .iconfont {
    display: inline;
    font-size: .26rem;
    color: #a8a8a8
}
.list_item .t_count {
    color: #888
}
.m_article {
    font-size: .6rem;
    padding: .5rem 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 .75rem
}
.m_article .m_article_img {
    float: right;
    width: 27%;
    height: 3.5rem;
    overflow: hidden;
    position: relative;
    margin-left: .5rem;
}
.m_article .m_article_img img {
    width: 100%;
    display: block;
    max-height: 3.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.m_article .m_article_info .m_article_title {
    font-size: .8rem;
    margin-bottom: .5rem;
    color: #404040;
    line-height: 1.05rem;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical
}
.m_article .m_article_desc .m_article_time {
    font-size: .6rem;
    color: #888;
    display: inline-block
}
.m_article .m_article_desc .m_article_desc_l {
    float: left
}
.m_article .m_article_desc .m_article_desc_r {
    float: right;
    color: #888;
    line-height: .925rem
}
.m_article .m_article_info {
    overflow: hidden
}
.m_photoset .m_photoset_title {
    font-size: .8rem;
    line-height: 1.05rem;
    margin-bottom: .5rem;
    color: #404040;
    display: -webkit-box;
    display: flex
}
.m_photoset .m_photoset_pic {
    margin: .55rem 0;
    display: block
}
.m_photoset .m_photoset_pic .m_photoset_pic_wrap {
    overflow: hidden;
    height: 4.125rem
}
.m_photoset .m_photoset_pic .m_photoset_pic_wrap img {
    width: 32%;
    float: left;
    margin-right: 2%;
    display: inline-block;
    height: 3.5rem;
    object-fit: cover
}
.m_photoset .m_photoset_pic .m_photoset_pic_wrap img:last-child {
    margin-right: 0
}
.m_photoset_square {
    background: #fff;
    width: 3.35rem;
    float: left;
    margin: .2rem 0 0 0;
    padding: 0;
    border: 0;
    box-shadow: 0 1px 1px #e3e3e3
}
.m_photoset_square .m_photoset_square_img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    -webkit-animation: imgload2 1s ease-out;
    animation: imgload2 1s ease-out;
    -webkit-animation-name: imgload2;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-out
}
.m_photoset_square .m_photoset_square_img img {
    width: 100%;
    display: block;
    min-height: 2rem
}
.m_photoset_square.pbpb_item .m_photoset_square_info .m_photoset_square_title span {
    display: inline
}
.m_photoset_square.pbpb_item .m_photoset_square_info .m_photoset_square_title .m_photoset_square_adflag {
    display: inline-block;
    color: #efd469;
    font-size: 12px;
    padding: 2px;
    line-height: 12px;
    margin-right: .1rem;
    background: url(../images/border_yellow.png) no-repeat;
    background-size: 100% 100%
}
.m_photoset_square .m_photoset_square_info {
    padding: .15rem;
    float: left;
    width: 100%;
    box-sizing: border-box
}
.m_photoset_square .m_photoset_square_info .m_photoset_square_title {
    color: #555;
    width: 100%;
    margin-bottom: .15rem
}
.m_photoset_square .m_photoset_square_info .m_photoset_square_title span {
    display: block;
    font-size: .28rem;
    line-height: .42rem
}
.m_photoset_square .m_photoset_square_info .m_photoset_square_desc {
    width: 100%
}
.m_photoset_square .m_photoset_square_info .m_photoset_square_desc .m_photoset_square_desc_l {
    float: left;
    background-size: contain;
    background-position: left 0;
    background-repeat: no-repeat;
    color: #888;
    line-height: .36rem;
    font-size: .24rem
}
.m_photoset_square .m_photoset_square_info .m_photoset_square_desc .m_photoset_square_desc_l .sooqfont {
    padding: 0 .1rem 0 0;
    display: inline-block;
    font-size: .28rem;
    color: #a8a8a8
}
.m_photoset_square .m_photoset_square_info .m_photoset_square_desc .m_photoset_square_desc_r {
    float: right;
    background-size: contain;
    background-position: left 0;
    background-repeat: no-repeat;
    color: #888;
    line-height: .36rem;
    font-size: .24rem
}
.m_photoset_square .m_photoset_square_info .m_photoset_square_desc .m_photoset_square_desc_r .sooqfont {
    padding: 0 .1rem 0 0;
    display: inline-block;
    font-size: .28rem;
    color: #a8a8a8
}
.contents .video-item {
    margin: .75rem;
    height: 9.75rem;
    position: relative
}
.contents .video-item .v-poster {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.contents .video-item .v-poster img {
    width: 100%;
    background-color: #e5e5e5
}
.contents .video-item .v-play {
    width: 1.75rem;
    height: 1.25rem;
    opacity: .8;
    top: -.5rem;
    border-radius: .5rem;
    position: relative;
    display: inline-block;
    z-index: 3;
}
.contents .video-item .v-mask {
    position: absolute;
    width: 100%;
    height: 5.825rem;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url(../images/shade.png) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 .5rem
}
.contents .video-item .v-head {
    width: 16.25rem;
    bottom: 1.85rem;
    left: 0;
    line-height: 1.15rem;
    position: absolute;
    padding: 0 .5rem;
}
.contents .video-item .v-title {
    font-size: .85rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical
}
.contents .video-item .v-detail {
    line-height: .6rem;
    font-size: .6rem;
    padding: .5rem;
    width: 16.25rem;
    position: absolute;
    color: #888;
    left: 0;
    bottom: 0;
}
.contents .video-item .v-source {
    float: left;
}
.contents .video-item .v-time {
    float: right;
}
.contents .video-info {
    height: 1.5rem;
    background-color: #ffffff;
}
.contents .video-info .v-head {
    padding: 0;
}
.contents .video-info .v-mask {
    background: none;
    height: auto;
}
.contents .video-info .v-title {
    color: #222
}
.contents .video-item .v-time:before {
    display: inline-block;
    content: "\e602";
    height: .6rem;
    text-align: center;
    padding-right: 1px;
}
.contents .video-item.m_article {
    height: auto;
}
.contents .video-item.m_article .m_article_img {
    float: left;
    margin-right: .5rem;
}
.contents .video-item.m_article .m_article_channel {
    display: inline;
    max-width: 5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #888
}
.contents .video-item.m_article .m_article_desc .m_article_desc_l {
    width: 8.25rem;
}
.contents .video-item.m_article .m_article_desc .m_article_desc_r {
    float: left;
}
.live_item {
    /*width: 7.5rem;*/
    padding: .75rem;
    position: relative
}
.live_item, .live_item * {
    box-sizing: border-box
}
.live_poster {
    position: relative;
    overflow: hidden;
}
.live_poster img {
    width: 100%;
    display: block;
    height: 9.45rem;
    object-fit: cover;
}
.live_poster .user_count {
    position: absolute;
    right: .1rem;
    top: .1rem;
    height: .37rem;
    padding: .07rem .1rem;
    line-height: .26rem;
    background: url(../images/user_count_bg.png) center no-repeat;
    background-size: 100% 100%
}
.live_poster .user_count.unstart {
    display: none
}
.live_poster .user_count.isover .count {
    color: #f33
}
.live_poster .user_ico {
    float: left;
    width: .2rem;
    height: .22rem;
    margin-right: .07rem;
    background: url(../images/user_ico.png) center no-repeat;
    background-size: contain
}
.live_poster .count {
    float: right;
    font-size: .24rem;
    color: #888
}
.live_title {
    margin: .375rem 1.65rem 0 0;
    font-size: .8rem;
    line-height: 1.175rem;
    color: #404040;
}
.live_source {
    font-size: .6rem;
    color: #999
}
.live_list_status0 {
    position: absolute;
    right: .75rem;
    bottom: .75rem
}
.live_list_status0 .status_ico {
    box-sizing: content-box;
    float: left;
    width: .675rem;
    height: .65rem;
    margin: .075rem .25rem 0 .25rem;
    background: url(../images/l_status0.png) center no-repeat;
    background-size: contain
}
.live_list_status0 .status_text {
    float: right;
    color: #f33;
    font-size: .6rem
}
.live_list_status1 {
    position: absolute;
    right: .75rem;
    bottom: .75rem
}
.live_list_status1 .status_ico {
    width: 1.65rem;
    height: 1.65rem;
    margin: 0 auto .55rem auto;
    border-radius: 50%;
    background: url(../images/play_btn2.png) center no-repeat;
    background-size: contain;
}
.live_list_status1 .status_text {
    color: #193d65;
    font-size: .6rem
}
.live_list_status2 {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    width: 2.15rem
}
.live_list_status2 .status_ico {
    float: left;
    width: .7rem;
    height: .525rem;
    margin-top: .175rem;
    background: url(../images/l_status2.png) center no-repeat;
    background-size: contain
}
.live_list_status2 .status_text {
    float: right;
    color: #888;
    font-size: .6rem
}
.live_future_time {
    box-sizing: border-box;
    width: 7.5rem;
    padding: .22rem .3rem;
    background: #eee;
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
    font-size: 0
}
.live_future_time .ico {
    float: left;
    width: .23rem;
    height: .24rem;
    margin: .05rem .1rem 0 0;
    background: url(../images/live_future_time_bg.png) center no-repeat;
    background-size: contain
}
.live_future_time .text {
    font-size: .26rem;
    color: #404040
}
.live_future_time + .live_d_line {
    display: none
}
/* slide */
.i_slide {
    position: relative;
    overflow: hidden;
}
.i_slide .i_slide_main {
    position: relative;
    z-index: 0;
}
.i_slide .i_slide_main ul {
    width: 999999px;
}
.i_slide .i_slide_main li {
    position: relative;
    text-align: center;
    float: left;
    width: 7.5rem;
}
.i_slide .i_slide_main li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    background: url(../images/loading_eb0d4350.gif) center center no-repeat;
}
.i_slide .i_slide_main li a img {
    vertical-align: top;
    width: 100%;
}
.i_slide .i_slide_main li a p {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 15px;
    height: 50px;
    font-size: .34rem;
    line-height: 60px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
}
.i_slide .i_slide_items {
    position: absolute;
    text-align: center;
    bottom: 0px;
    height: 8px;
    width: 100%;
}
.i_slide .i_slide_items ul li {
    width: 7px;
    height: 2px;
    background: #6f6f6e;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 2px;
}
.i_slide .i_slide_items ul li.on {
    width: 10px;
    height: 2px;
    background: #f54343;
}
.i_slide_shequ_wraper {
    background-color: #FFFFFF;
}
.i_slide_shequ_wraper .txt {
    font-size: .75rem;
    text-align: center;
    width: 15%;
    margin: .75rem 0;
    color: #404040;
    line-height: .875rem;
}
.i_slide_shequ {
    position: relative;
    overflow: hidden;
    width: 85%;
    padding: 0;
}
.i_slide_shequ .i_slide_main {
    position: relative;
    z-index: 0;
}
.i_slide_shequ .i_slide_main ul {
    width: 999999px;
}
.i_slide_shequ .i_slide_main li {
    position: relative;
    text-align: center;
    float: left;
    width: 2.2rem;
    margin-right: .2rem;
    max-height: 1.4rem;
}
.i_slide_shequ .i_slide_main li a {
    display: block;
}
.i_slide_shequ .i_slide_main li a img {
    vertical-align: top;
    width: 100%;
}
.i_slide_shequ .i_slide_main li a p {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 15px;
    height: 50px;
    font-size: .34rem;
    line-height: 60px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
}
.i_slide_shequ .i_slide_items {
    position: absolute;
    text-align: center;
    bottom: 0px;
    height: 8px;
    width: 100%;
}
.i_slide_shequ .i_slide_items ul li {
    width: 7px;
    height: 2px;
    background: #6f6f6e;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 2px;
}
.i_slide_shequ .i_slide_items ul li.on {
    width: 10px;
    height: 2px;
    background: #f54343;
}
article {
    padding: 0 .3rem .4rem;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f6f6f6
}
article .head {
    font-weight: 400;
    padding: .54rem 0 0
}
article .head .title {
    font-size: .46rem;
    font-weight: 700;
    line-height: .7rem;
    padding: 0 0 .2rem;
    color: #404040
}
article .head .info {
    font-size: .28rem;
    font-weight: 400;
    margin: 0 0 .12rem;
    color: #888
}
article .content {
    font-size: .36rem;
    line-height: 1.5em;
    word-break: break-all;
    color: #404040
}
article .content object {
    display: none
}
article .content p {
    text-align: justify;
}
article .content p:first-child {
    margin-top: .3rem
}
article .content pre {
    white-space: pre-wrap
}
article .content table {
    font-size: 12px;
    overflow-x: auto;
    width: 100%;
    border-spacing: 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6
}
article .content table p {
    margin: 0;
    padding: 0
}
article .content table td {
    padding: 0;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}
article .content table th {
    border-color: #e9e9e9;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
    background-color: #eee
}
article .content a, article .content a:visited {
    color: #4d86c6
}
#article img {
    width: 100% !important;
}
#article sup {
    vertical-align: super;
    font-size: 9px;
}
.area_title{font-size: .36rem;margin: 0 .3rem; padding-top:.6rem; }
.area_title.sooq-list:before{color: #0287e2; margin-right: .1rem;}
#comments{font-size: .36rem;}
#comments .content_wraper{font-size: .36rem;margin: 0 0.3rem; padding-top:.16rem; position: relative}
#comments .vcode_wraper{font-size: .36rem;margin: 0 0.3rem; line-height: .8rem;position: relative;}
#comments .block{display: block; position: relative;}
#comments .content_wraper label.error{position: absolute;top: -.4rem;right: .1rem;}
#comments .inline{display: inline;}
#comments .form-control{display: block; width: 100%!important;}
#comments .validateCode{vertical-align: middle;vertical-align:-webkit-baseline-middle; }
#comments .vcode_wraper label.error{
    position: absolute;
    bottom: -18px;
    left: -10px;
    line-height: 18px;
}
#validateCode{height: .56rem; line-height: .56rem;}
#comments .btn { display: inline-block;padding: .1rem .23rem;margin-top: .3rem;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;color: #fff;background-color: #0f8585;border-color: #2e6da4;}
.pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    font-size: .6rem;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.copyright {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 8px 0;
    line-height: 18px;
    margin-bottom: 50px;
}
#contents section:last-child{border-bottom: 0;}
img.adv_img{width: 100%;}
a.adv_link{display: block; position: relative;}
.adv_ico{width: 26px; height: 13px; position: absolute; right: 1px; bottom: 1px; z-index: 99; background: url('../images/26x13_adv_ico.gif') no-repeat;}

/*2018-05-07*/
.zk-block{
    position: fixed;
    bottom: 5px;
    width: 60%;
    left: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
}
.zk-block1{
    position: fixed;
    bottom: 25px;
    right: 5%;
    z-index: 100;
}
a.zk-btn{
    display: block;
    text-align: center;
    padding: 10px 15px;
    background-color: #0b6cbd;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.wyzk-list{background-color: #fff}
.wyzk-list li{
    padding: 15px;
    border-bottom: 2px solid #f0f0f0;
}
.wyzk-list li .qdcy{
    color: #666;
    font-size: .28rem;
    line-height: .56rem;
}
.wyzk-list li .car-list{
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    color: #000;
    font-weight: bold;
    line-height: 2rem;
}
.wyzk-list li .car-list time{
    display: inline-block;
    width: 20%;
}
.wyzk-list li .car-list span{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wyzk-list li .car-list .col-3, .wyzk-list li .bus-list .col-3{ width: 30%; text-align: center}
.wyzk-list li .car-list .col-2, .wyzk-list li .bus-list .col-2{ width: 20%; text-align: center}

.wyzk-list li .bus-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.wyzk-list li .bus-list time{
    font-size: 12px;
    color: #999;
}
.wyzk-list li .bus-list .address{
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}
.wyzk-list li .bus-list p{
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
}
.wyzk-list li .bus-list p:last-child{
    margin-bottom: 0;
}
.xx-tag{
    padding: .05rem .1rem;
    font-size: .7rem;
    border-radius: .1rem;
}
.xx-tag-orange{
    color: #ffa832;
    border: 1px solid #ffa832;
}
.xx-tag-grey{
    background-color: #f0f0f0;
}
.wyzk-list li .bus-list .address i{
    color: #999;
    margin: 0 .1rem;
}
.flex-y{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.group-table{
    display: table;
    width: 100%;
    height: 100%;
    margin-top: .75rem;
}
.group-txt{
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    line-height: 2rem;
}
.group-input{
    border-bottom: 5px solid #f0f0f0;
    background-color: #fff;
    padding: 10px;
}
.row-ipt{
    width: 100%;
    position: relative;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 15px 0;
    background-color: #fff;
    font-size: .7rem;
    border-bottom: 2px solid #f0f0f0;
}
.row-ipt:last-child,.row-ipt1:last-child{
    border-bottom: none;
}
.row-ipt1{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
    font-size: .7rem;
    border-bottom: 2px solid #f0f0f0;
}
.zhd-icon, .cartype-icon, .hwzltj-icon, .conpany_icon{
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.zhd-icon{
    background: url("../images/fhd_icon.png") no-repeat center center;
    background-size: contain;
}
.cartype-icon{
    background: url("../images/cartype_icon.png") no-repeat  center center;
    background-size: contain;
}
.hwzltj-icon{
    background: url("../images/tiji_icon.png") no-repeat center center;
    background-size: contain;
}
.conpany_icon{
    background: url("../images/conpany_icon.png") no-repeat center center;
    background-size: contain;
}
.dz-row, .dz-row1{
    width: 100%;
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    font-size: .7rem;
}
.dz-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fbhy-right-icon{
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url("../images/arrow_right.png") no-repeat center center;
    background-size: contain;
}
.hwzltj-p{
    position: relative;
    color: #444;
    font-size: .7rem;
    padding-top: 15px;
    padding-left: 30px;
}
.hwzltj-ipt{
    padding-left: 35px;
}
.hwzltj-ipt input{
    width: 70%;
}
.hwbc-txt{
    line-height: 40px;
    color: #999;
    text-align: center;
    font-size: .7rem;
}
.row-ipt:last-child{ border-bottom: none}
.row-ipt label, .dz-row label{
    width: 30%;
    color: #444;
    font-size: .7rem;
    text-align: right
}
.row-ipt label em, .dz-row label em, .hwzltj-p em{color: #ff0000; padding: 5px}
.row-ipt .iptbox, .dz-row .iptbox{ width: 70%}
.row-ipt input, .dz-row input, .row-ipt textarea{
    font-size: .7rem;
    outline: none;
    border: none;
}
.row-ipt textarea{
    resize: none;
}
.row-ipt textarea::placeholder,
.row-ipt input::placeholder,
.dz-row input::placeholder{
    font-size: .7rem;
}
.ipt-txt{
    border: none;
    outline: none;
    font-size: .75rem;
}
.ipt-txt::-webkit-input-placeholder, .row-ipt input::-webkit-input-placeholder{font-size: .7rem;}
.ipt-txt:-moz-placeholder, .row-ipt input:-moz-placeholder{font-size: .7rem;}
.ipt-txt:-ms-input-placeholder, .row-ipt input:-ms-input-placeholder{font-size: .7rem;}
.ipt-btn{
    padding: 5px 10px;
    background-color: #ffa832;
    font-size: .7rem;
    color: #fff;
}
.p10{
    padding: 5px 0;
}
.submit-btn-block{
    width: 100%;
    margin: 15px auto 0 auto;
}
.submit-btn{
    width: 100%;
    background-color: #0b6cbd;
    color: #fff;
    font-size: .8rem;
    padding: 10px 0;
}
/* screening */
div.screening, div.screening1{
    width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 4;
}
div.screening>ul, div.screening1>ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
div.screening>ul>li, div.screening1>ul>li{
    float: left;
    width: 25%;
    font-size: 14px;
    text-align: center;
    line-height: 2rem;
    border-left: solid 1px #e5e5e5;
}
div.screening>ul>li{
    width: 25%;
}
div.screening1>ul>li{
    width: 33.3%;
}
div.screening>ul>li:first-child, div.screening1>ul>li:first-child{ border-left: none}
div.screening>ul>li>a>span, div.screening1>ul>li>a>span{
    background: url("../images/on_1.png") no-repeat right center;
    background-size:0.75em;
    padding-right:15px;
    color: #333;
}
div.screening>ul>li.active>a>span, div.screening1>ul>li.active>a>span{
    background: url("../images/on_2.png") no-repeat  right center;
    background-size:0.75em;
    color: orange;
}
.sx-markup-out{
    position: fixed;
    left: 0;
    top: 10.2rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
}
.sx-markup{
    display: none;
    position: absolute;
    left: 0;
    top: 4.4rem;
    width: 100%;
    padding: .75rem;
    min-height: 10rem;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.4);
    z-index: 5;
}
.sx-markup1{
    width: 100%;
    padding: .75rem;
    min-height: 10rem;
    background-color: #fff;
}
.sx-markup1 h4{
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding-left: 15px;
}
.sx-markup1 h4:before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #0b6cbd;
}
.sx-markup h5, .sx-markup1 h5{
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 40px;
}
.sx-markup h5 span{
    color: orange;
}
.sxUl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sxUl li{
    width: 25%;
    text-align: center;
    margin-bottom: .25rem;
}
.sxUl li a{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    border: 1px solid #eee;
}
.sxUl li.on a{
    background-color: rgba(255,248,232,1);
    color: orange;
}
.xs-btn{
    display: flex;
    margin-top: .7rem;
}
.xs-btn button{
    width: 50%;
    height: 40px;
    font-size: 15px;
}
.xs-btn button.qktj-btn{
    outline: none;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}
.xs-btn button.qd-btn{
    background-color: orange;
    color: #fff;
}
.icon_sc{
    background: url("../images/sc.png") no-repeat;
    background-size: 100% 100%;
}
.cyhy-ul{
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cyhy-ul li{
    height: 30px;
    line-height: 30px;
    color: #666;
}
.cyhy-ul li a{
    position: relative;
    display: block;
    color: #666;
    font-size: .75rem;
}
.cyhy-ul li.active a{
    color: #0b6cbd;
    font-weight: 600;
}
.cyhy-ul li.active a:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 60%;
    margin-left: -30%;
    height: 2px;
    background-color: #0b6cbd;
}
.hqyzm{
    position: absolute;
    right: .75rem;
    top: .5rem;
    padding: .25rem .5rem;
    background-color: #0b6cbd;
    color: #fff;
    font-size: .6rem;
    border: none;
    outline: none;
    border-radius: 6px;
}
.hyxq-sec1{
    background-color: #fff;
    padding: .5rem .75rem 0 .75rem;
}
.hyxq-sec1 .hy-tit{
    position: relative;
    font-size: .75rem;
    font-weight: bold;
    color: #0b6cbd;
}
/*.hyxq-sec1 .hy-tit:after{*/
    /*display: block;*/
    /*position: absolute;*/
    /*content: "";*/
    /*left: 0;*/
    /*bottom: -10px;*/
    /*height: 2px;*/
    /*width: 25%;*/
    /*background-color: #0b6cbd;*/
/*}*/
.index1-tit {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background-color: #f5f5f5;
    position: relative;
}
.index1-tit h4 {
    display: inline-block;
    color: #333;
    font-size: 15px;
    line-height: 40px;
}
.index1-tit h4 i{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 16px;
    margin-top: -8px;
    background-color: #0b6cbd;
}
.hy-con{
    font-size: .7rem;
    line-height: 1.2rem;
    padding: .75rem 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #999;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}
.hy-con span{
    color: #333;
}
.new-box {
    padding: .75rem;
}
.artical-tit {
    color: #000;
    font-size: .8rem;
    font-weight: bold;
}
.artical-time {
    padding: .75rem 0;
    font-size: .7rem;
    color: #999;
}
.artical-p {
    font-size: .7rem;
    line-height: 1rem;
}
.artical-p .art-tit{
    color: #000;
    font-weight: 600;
    font-size: .3rem;
}
.artical-p img{
    width: 100%;
    height: auto;
}
.artical-p vedio{
    width: 100%;
    height: auto;
}
.mt-b {
    margin-top: .3rem;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.mt-a {
    margin-top: .4rem;
}
.u-list2 {
    padding: .5rem;
}
.u-list2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-border {
    border-bottom: 1px solid #dcdcdc;
}
.u-list2 .u-tit-per {
    width: 100%;
}
.u-list2 .u-tit {
    display: flex;
    align-items: center;
    color: #393939;
    font-size: .7rem;
}
.ipt-label-col1 {
    width: 20%;
}
.ipttxt-per1 {
    width: 80%;
}
.ipttxt-per1 a{
    color: #666;
    font-size: .7rem;
}
.wap-search {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #0b6cbd;
    border-radius: .6rem;
    background-color: #f7f7f7;
    margin-bottom: .75rem;
}
.wap-search form {
    position: relative;
    overflow: hidden;
}
.wap-search form input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 1.875rem;
    border: none;
    background: url(../images/sousuo.png) no-repeat center center;
    background-size: 50%;
}
.wap-search-text {
    margin-left: 2rem;
}
.wap-search-text input[type="text"] {
    display: block;
    width: 100%;
    height: 1.875rem;
    padding-right: 1.25rem;
    border: none;
    outline: none;
    background: none;
    font-size: .7rem;
}
.wap-search-text input::-webkit-input-placeholder {font-size: .7rem}
.wap-search-text input:-moz-placeholder {font-size: .7rem}
.wap-search-text input:-ms-input-placeholder {font-size: .7rem}
.pay-box {
    padding: .75rem .5rem;
    background-color: #fff;
}
.pay-tit {
    display: flex;
    align-items: center;
    padding: .5rem 0;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
    font-size: .75rem;
}
.search-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.search-menu li {
    font-size: .28rem;
    width: 25%;
    padding-top: .2rem;
}
.search-menu li a {
    color: #999;
}
/*2018-05-14*/
.sq-scroll{
    margin-top: .5rem;
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
}
.adver{width: 100%; position: fixed; left: 0; bottom: 0;}
.adver img{
    width: 100%;
    height: auto;
}
.adver .close{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: .62rem;
    height: .62rem;
    background: url("../images/close.png") no-repeat;
    background-size: 100% 100%;
}
.adver-con{
    width: 100%;
    height: 2.0rem;
    background-color: #ccc;
    font-size: .32rem;
    line-height: 2.0rem;
    text-align: center;
}
input:disabled, textarea:disabled {
    background-color: transparent;
}
.wyzk-btn{
    padding: 3px 10px;
    background-color: #ffa832;
    font-size: 14px;
    color: #444;
    outline: none;
    border: none;
}
.mui-poppicker-btn-ok{
    background-color: #0b6cbd;
    padding: .15rem;
    color: #fff;
    font-size: .28rem;
}
.mui-poppicker-btn-cancel{
    background-color: #ccc;
    padding: .15rem;
    color: #666;
    font-size: .28rem;
}
.hy-con span.xx_link{
    font-size: .7rem;
    color: #0b6cbd;
    text-decoration: underline;
}
.yy-search{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: .75rem;
    border-bottom: 1px solid #e5e5e5;
}
.xx-icon{
    display: block;
    width: 18px;
    height: 18px;
}
.icon-dw{
    background: url("../images/dw.png") no-repeat;
    background-size: 100% 100%;
    margin-right: .1rem;
}
.mui-btn, button, input[type=button], input[type=reset], input[type=submit]{
    font-size: .28rem;
}
input::placeholder{font-size: .30rem}
/*2018-05-21*/
.huiyi{
    margin: 0 .3rem;
}
.huiyi-item{
    display: flex;
    justify-content: space-between;
    padding: .2rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.huiyi-item .huiyi-img{
    position: relative;
    width: 30%;
    height: 1.4rem;
}
.huiyi-item .huiyi-img img{
    width: 1.86rem;
    height: 1.4rem;
}
.huiyi-item .huiyi-img .icon-play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: .7rem;
    background: url("../images/play_btn.png") no-repeat;
    margin-left: -.6rem;
    margin-top: -.35rem;
}
.huiyi-item .huiy-con{
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.huiyi-item .huiy-con .huiyi-tit{
    font-size: .32rem;
    color: #000;
    line-height: .4rem;
    margin-bottom: .1rem;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
}
.huiyi-item .huiy-con .huiyi-js{
    font-size: .28rem;
    line-height: .4rem;
    color: #666;
}
.huiyi-item .huiy-con .huiyi-time{
    font-size: .24rem;
    color: #999;
    text-align: right;
}
video{
    background-color:#f5f5f5
}
#spnStatus{
    display: none;
    position: absolute;
    top: 105px;
    left: 130px;
    background-color: #eee;
    padding: 8px;
}
/* å®žä¾‹7å¢žåŠ æ ·å¼ */
#pTool{
    position:absolute;
    width: 340px;
    top: 192px;
    left: 16px
}
#pTool span{
    float:left;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    margin-right:1px;
    background-color:#5e5e5e;
    cursor:pointer;
    text-align:center;
    width:55px;
    line-height:26px;
    height:26px;
    padding:3px
}
/* å®žä¾‹8å¢žåŠ æ ·å¼ */
#spnResult{
    display:none;
    position:absolute;
    font-size:14px;
    top:92px;
    left:102px;
    background-color:#eee;
    padding:10px;
    border:1px solid #5e5e5e;
    width:160px
}
/* å®žä¾‹9å¢žåŠ æ ·å¼ */

/*2018-05-30*/
.hyxx-ul{
    padding-left: 1.6rem;
    color: #444;
    font-size: .28rem;
    margin-bottom: 5px;
}
/*webchar passage*/
.tabPanel ul{
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 2px solid #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.tabPanel ul li{
    position: relative;
    display: flex;
    text-align: center;
    margin: .75rem 0;
    cursor: pointer;
}
.tabPanel ul li:last-child{
    border-right: none;
}
.tabPanel ul li a{
    display: block;
    color: #444;
    font-size: .75rem
}
.tabPanel ul li.hit a{
    color: #0b6cbd;
}
.tabPanel ul li.hit:after{
    content: "";
    position: absolute;
    bottom: -.75rem;
    left: 50%;
    width: 40%;
    margin-left: -20%;
    height: 2px;
    background-color: #0b6cbd;
}
.pane{
    min-height: 100px;
    display: none;
    font-size: .7rem;
}
.quest-list {
    margin-top: 10px;
    overflow: hidden;
}

.quest-list li {
    padding: .625rem;
    background-color: #fff;
    margin-bottom: 5px;
}

.quest-list li h5 {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: .75rem;
    line-height: 1.6;
    font-weight: normal;
    color: #333
}

.quest-list li h5 label {
    width: .18rem;
    height: .18rem;
    background-color: #0b6cbd;
    border-radius: 50%;
    margin-right: .2rem;
}
.quest-list li h5 span{
    display: inline-block;
    width: 90%;
}
.quest-list li p {
    text-indent: .44rem;
    font-size: .7rem;
    color: #666;
    padding-top: .625rem;
    line-height: 1rem;
}
.quest-list li .txt-r{
    text-align: right;
    color: #999;
}
.tiwen{
    display: block;
    width: 3rem;
    height: 3rem;
    background-color: #0b6cbd;
    color: #fff;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    line-height: 3rem;
}
.tiwenTrea{
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 10px;
    font-size: .7rem;
    width: 100%;
	height: 150px;
    resize: none;
    outline: none;
    margin-bottom: 10px;
}
.tiwenBtn{
    width: 100%;
    padding: .625rem 0;
    font-size: .7rem;
    color: #fff;
    background-color: #0b6cbd;
    border-radius: 6px;
}
.huifu{
    text-align: right;
}
.huifu a{
    color: #666;
}
.liuyan{
    padding: .75rem;
    border-top: 1px solid #dcdcdc
}
.liuyan h1{
    position: relative;
    display: inline-block;
    height: 2rem;
    font-size: .8rem;
    color: #000;
    margin: 0;
    padding: 0;
}
.liuyan h1:after{
    position: absolute;
    left: 0;
    bottom: .75rem;
    content: "";
    width: 50%;
    height: 2px;
    background-color: #ff0000;
}
.liuyan-ul{
    overflow: hidden;
    width: 100%;
}
.liuyan-ul li{
    padding: .5rem 0;
    border-bottom: 1px solid #dcdcdc;
}
.liuyan-ul li:last-child{
    border-bottom: none;
}
.liuyan-ul li h2{
    position: relative;
    font-size: .7rem;
    color: #666;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.liuyan-ul li h2 img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 10px;
}
.liuyan-ul li p.con{
    color: #444;
    font-size: .75rem;
    line-height: 1.4;
}
.liuyan-ul li p.time{
    font-size: .6rem;
    color: #999;
    text-align: right;
}

.nav-bar-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .35);
    z-index: 10;
}
a{ color: #777}
.xq-bottom {
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
}
.xq-bottom .fbyn{
    display: block;
    width: 90%;
    height: 30px;
    border-radius: 33px;
    background-color: #d9d9d9;
    border: none;
    outline: none;
    padding: 0 15px;
    line-height: 30px;
    font-size: 16px;
}
.x-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.party-icons{
    display: flex;
}
.icon-sc:before{
    content: "";
    background: url("../images/sprite.png") 0 0;
    width: 17px;
    height: 15px;
}
.icon-sc, .icon-pl, .icon-plx{
    align-items: flex-start;
    height: 15px;
    font-size: 12px;
    color: #999;
}
.icon-plx:before{
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.icon-plx:before{
    background: url("../images/sprite.png") 0 -100px;
}
.icon-zz{
    align-items: flex-start;
    height: 15px;
    font-size: 12px;
    color: #999;
}
.icon-zz:before{
    content: "";
    background: url("../images/sprite.png") 0 -20px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.subitem:hover .icon-zz,
.subitem.active .icon-zz{
    background: url("../images/sprite.png") no-repeat -20px -20px;
}
.subitem:hover .icon-sc,
.subitem.active .icon-sc{
    background: url("../images/sprite.png") no-repeat -20px -0;
}
.submitestimate{
    width: 100%;
    height: 100px;
    font-size: .28rem;
    border: none;
    background-color: transparent;
    padding: 0;
    color: #666;
}
.submitestimate::placeholder{
    font-size: 14px;
    color: #999;
    padding-left: 20px;
}
b{font-size: .32rem; color: #000}
.mui-popover.mui-popover-action{
    left: 0;
}
.g9{
    color: #999;
}
/*2018-06-05*/
.huifu-a{
    margin-top: 10px;
    text-indent: 2em;
    color: #999;
    font-size: .7rem;
    line-height: 1.4;
}
.huifu-a span{
    color: #666;
}
/*20181101 swipper*/
.swiper-container {
    width: 100%;
}
.swiper-container img {
    display: block;
    width: 100%;
    height: 8rem
}
.swiper-zz{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(0,0,0,.45);
    z-index: 9
}
.swiper-zz p{
    width: 85%;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
}
.swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
/*hyxx.html*/
.sjlb-v2-ul li{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.sjlb-v2-ul li:last-child{
    border-bottom: none;
}
.hylb-v2-ul li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.hylb-v2-ul li a{
    display: flex;
    width: 75%;
}
.hylb-v2-ul li .Imagebox, .sjlb-v2-ul li .Imagebox{
    width: 18%;
}
.sjlb-v2-ul li .Imagebox{
    position: relative;
}
.sjlb-v2-ul li .Imagebox .rz{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("../images/rz.png") no-repeat;
    background-size: contain;
}
.hylb-v2-ul li .Imagebox p{
    font-size: 14px;
}
.hylb-v2-ul li .vip, .sjlb-v2-ul li .vip{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-top: -5px;
    margin-right: 5px;
    background: url("../images/VIP.png") no-repeat;
    background-size: contain;
}
.hylb-v2-ul li .Imagebox img, .sjlb-v2-ul li .Imagebox img{
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.sjlb-v2-ul li .Imagebox img{
    border-radius: 6px;
}
.hylb-v2-ul li .divcon1{
    width: 80%;
}
.sjlb-v2-ul li .divcon1{
    width: 50%;
}
.hylb-v2-ul li .othercon, .sjlb-v2-ul li .othercon{
    width: 92%;
}
.othercUl{
    margin-top: 10px;
}
.othercUl a{
    width: 100%;
}
.hylb-v2-ul li .divcon1{
    margin-left: 20px;
}
.sjlb-v2-ul li .divcon2{
    width: 32%;
}
.hylb-v2-ul li .divcon2{
    width: 25%
}
.hylb-v2-ul li .addr, .sjlb-v2-ul li .addr{
    font-size: .75rem;
    line-height: 20px;
    color: #333;
    font-style: normal;
}
.hylb-v2-ul li p, .sjlb-v2-ul li p{
    font-size: .7rem;
    color: #666;
    line-height: 20px;
}
.hylb-v2-ul li p.txt, .sjlb-v2-ul li p.txt{
    color: #444;
}
.sjlb-v2-ul li .txt1{
    color: orange;
}
.sjlb-v2-ul li .txt2{
    color: #999;
}
.hylb-v2-ul li time, .sjlb-v2-ul li time{
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    text-align: right;
}
.tel-icon{
    display: block;
    width: 24px;
    height: 24px;
    margin: 20px auto 0 auto;
    background: url("../images/tel_icon.png") no-repeat;
    background-size: contain;
}
/*user.html*/
.user-bg{
    background-color: #fff;
    padding: .75rem;
    margin: .75rem;
}
.user-a1, .u-txt1, .u-txt3, .order-ul, .qj-type, .weui-cell-a{
    display: flex;
}
.user-a1{
    align-items: center;
}
.user-a2{
    padding: .75rem;
    margin: .75rem;
    background-color: #fff;
}
.user-a3{
    padding: 0 .75rem;
    margin: 0 .75rem 1.5rem .75rem;
    background-color: #fff;
}
.rz-bg, .bzj-bg{
    margin-top: .75rem;
    font-size: 13px;
}
.bzj-bg{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.bzj-bg a{
    padding-right: 20px;
}
.rz-bg a{
    position: relative;
    display: block;
    width: 100%;
}
.bzj-bg a{
    color: #333;
}
.rz-bg a{
    color: #ff9900;
}
.rz-bg a:after, .bzj-bg:after{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    content: "";
    width: 7px;
    height: 12px;
    background: url("../images/arrow_right.png") no-repeat;
    background-size: contain;
}
.user-a4{
    padding: .75rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.user-a1 .Image-box{
    position: relative;
    width: 4rem;
    height: 4rem;
}
.user-a1 .Image-box .user-txt{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.45);
    border-radius: 0 0 6px 6px;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.user-a1 .Image-box img{
    width: 4rem;
    height: 4rem;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}
.user-a1 .oth-con{
    padding-left: .75rem;
    width: 20rem;
}
.u-txt1, .order-ul{
    font-size: .75rem;
    justify-content: space-between;
}
.u-name{
    color: #333;
}
.u-rztxt{
    color: #ff9900;
    font-size: .7rem;
}
em{
    font-style: normal;
}
.u-rztxt1{
    color: #999;
    font-size: .7rem;
}
.u-rztxt1.active{
    color: #0b6cbd;
}
.u-txt2, .u-txt3, .rz-btn-v1{
    margin-top: .5rem;
}
.u-txt2, .u-txt3{
    line-height: 1.2;
    font-size: .7rem;
    color: #999;
}
.u-txt3 em{
    font-style: normal;
}
.u-txt4{
    margin-top: .5rem;
    line-height: 1.2;
    font-size: .7rem;
    color: #444;
}
.rz-btn-v1{
    display: inline-block;
    padding: .25rem .5rem;
    border-radius: 6px;
    font-size: .75rem;
    color: #fb851d;
    border: 1px solid #fb851d
}
.tit-first{
    font-size: .8rem;
    color: #333;
    font-weight: normal;
}
.order-ul li img{
    height: 1.3rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.order-ul li{
    margin-top: .75rem;
    text-align: center;
}
.order-ul li a{
    display: block;
}
.order-ul li p{
    line-height: 1.6;
    color: #666;
}
.user-oth-ul li{
    font-size: .75rem;
    padding: .75rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.user-oth-ul li:last-child{
    border-bottom: none;
}
.user-oth-ul li a{
    position: relative;
    display: flex;
    align-items: center;
    color: #333;
}
.user-oth-ul li .arrow-right{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 7px;
    height: 12px;
    background: url("../images/arrow_right.png") no-repeat;
    background-size: contain;
}
.user-oth-ul li img{
    width: 1.3rem;
    height: 1.3rem;
}
.user-oth-ul li span{
    padding-left: .75rem;
}
.tx-cell {
    background-color: #fff;
}
.tx-box {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}
.tx-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}
.edit-tx-btn {
    font-size: 14px;
    color: #999;
    background-color: transparent;
}
.edit-tx-box{
    position: relative;
}
.edit-tx-box .iptfile{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1
}
.weui-cells{
    font-size: .75rem;
}
.edit-ziliao .weui-input{
    text-align: right;
    color: #333;
}
.qj-type{
    justify-content: flex-end
}
.qj-type, .weui-cell-a{
    align-items: center;
}
.weui-cell-a {
    padding: 0 10px;
    position: relative;
    color: #333;
}
.qj-radio{
    width: 1rem;
    height: 1rem;
    border: 1px solid #999;
    margin-right: 5px;
    border-radius: 6px;
}
[class*=" weui-icon-"], [class^=weui-icon-]{
    vertical-align: top
}
.user-a4 h1{
    font-size: .8rem;
    color: #333;
    font-weight: normal;
}
.imgbox-fv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem;
}
.sl-img{
    position: relative;
    width: 5rem;
    height: 5rem;
}
.sl-card{
    position: relative;
    width: 7rem;
    height: 4.9rem;
}
.sl-yyzz{
    position: relative;
    width: 4.9rem;
    height: 7rem;
}
.sl-img img, .sl-card img, .sl-yyzz img{
    width: 100%;
    height: inherit;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}
.sl-tag{
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    rotation: 180deg;
    background: url("../images/sl.png") no-repeat;
    background-size: contain;
}
.sl-upload{
    position: relative;
    width: 5rem;
    height: 5rem;
}
.sl-upload-card{
    position: relative;
    width: 7rem;
    height: 4.9rem;
}
.sl-upload-yyzz{
    position: relative;
    width: 4.9rem;
    height: 7rem;
}
.iptfile-box{
    position: relative;
    width: 100%;
    height: inherit;
    border-radius: 6px;
}
.iptfile{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    opacity: 0;
    z-index: 1;
}
.iptfile-upload{
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    border-radius: 6px;
    background-color: #f0f0f0;
    z-index: 0;
}
.iptfile-upload .divx{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.iptfile-upload img{
    width: 2rem;
    height: 2rem;
}
.iptfile-upload p{
    font-size: .8rem;
    color: #666;
    line-height: 1.8;
}
.rz-c-ul .weui-label, .rz-c-ul .weui-cell__bd{
    font-size: .7rem;
}
.gg-btn{
    position: absolute;
    right: 35%;
    background-color: #ff9900;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: .6rem;
}
/*huiyuan*/
.user-a5{
    padding: .75rem;
    margin: .75rem;
    background: -webkit-linear-gradient(left top, orange, #0b6cbd); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, orange, #0b6cbd); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, orange, #0b6cbd); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, orange, #0b6cbd); /* 标准的语法（必须放在最后） */
}
.huiyuan-tit{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.huiyuan-subcon{
    text-align: center;
    color: #f0f0f0;
    font-size: 15px;
    line-height: 30px;
}
.huiyuan-ul{
    margin-top: 10px;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.huiyuan-ul .huiyuan-li{
    width: 50%;
    text-align: center;
}
.huiyuan-ul .huiyuan-li.on .disc{
    background-color: orange;
}
.huiyuan-ul .per-line1{
    position: absolute;
    left: 25%;
    right: 25%;
    top: 6px;
    width: 50%;
    height: 2px;
    background-color: #fff;
}
.huiyuan-ul .per-line2{
    position: absolute;
    left: 25%;
    right: 25%;
    top: 6px;
    width: 50%;
    height: 2px;
    background-color: orange;
}
.huiyuan-ul .disc{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
}
.huiyuan-ul .hy-type{
    margin-top: 5px;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}
.huiyuan-ul .hy-sm{
    font-size: 13px;
    color: #f0f0f0;
    line-height: 30px;
}
.user-a6{
    margin: .75rem;
}
.hytq-ul li{
    font-size: 15px;
    color: #444;
}
.hytq-tit{
    font-size: 17px;
    color: #333;
    line-height: 30px;
}
/*jifen*/
.jf-flex{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.JF-ul li{
    background-color: #fff;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    align-items: center;
    line-height: 20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.JF-ul li time{
    font-size: 12px;
    color: #999;
}
.JF-ul li .jf{
    font-size: .8rem;
    color: #cc0000;
}
/*order-ul*/
.order-ul1 li{
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
}
.flex-xv{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-ul1 li .divv1{
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.order-ul1 li .addr{
    font-size: 15px;
    line-height: 20px;
    color: #333;
    font-style: normal;
}
.order-ul1 li time{
    font-size: 13px;
    color: #999;
}
.order-ul1 li .txt{
    margin-top: 10px;
    color: #333;
}
.order-ul1 li .txt1{
    margin-top: 10px;
    color: #333;
    text-indent: 35px;
    font-size: .28rem;
}
.order-ul1 li p{
    font-size: 14px;
    text-indent: 10px;
    margin-bottom: 10px;
}
.order-ul1 li .Image-box, .order-ul1 li .Image-box1,.order-ul1 li .Image-box2{
    display: flex;
    align-items: center;
}
.order-ul1 li .Image-box{
    font-size: .7rem;
}
.order-ul1 li .pj-me{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.order-ul1 li .pj-me p{
    margin-bottom: 0;
    width: 89%;
    text-indent: 0;
}
.order-ul1 li .Image-box2{
    justify-content: center;
    flex-direction: column;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 12px;
    background-color: orange;
}
.order-ul1 li .Image-box img{
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}
.order-ul1 li .Image-box1{
    font-size: .7rem;
}
.order-ul1 li .Image-box1 img{
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.order-ul1 li .tel-icon{
    margin-top: 0;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}
.order-ul1 li .yszt-txt{
    color: #0b6cbd;
    font-size: 16px;
}
.order-ul1 li .yszt-txt1{
    color: #999;
    font-size: 16px;
}
.order-xq-x, .order-xq-y{
    background-color: #fff;
    padding: .75rem;
    border-radius: 6px;
}
.order-xq-m{
    margin-top: .5rem;
    background-color: #fff;
    padding: 0 .75rem .5rem .75rem;
    border-radius: 6px;
}
.order-xq-x p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .75rem;
    color: #444;
    line-height: 20px;
}
.order-xq-x .start{
    margin-bottom: 10px;
}
.order-xq-x .start-icon, .order-xq-x .end-icon, .order-xq-x .time-icon{
    display: block;
    font-style: normal;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: .6rem;
}
.order-xq-x .start-icon{
    background-color: orange;
}
.order-xq-x .end-icon{
    background-color: #0b6cbd;
}
.order-xq-x .time{
    color: #999;
    margin-bottom: 10px;
}
.order-xq-x .time-icon{
    background: url("../images/time.png");
    background-size: contain;
}
.order-xq-x span{
    display: block;
    width: 90%;
}
.order-xq-y .yf-tit, .order-xq-y .ydzt-tit{
    position: relative;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    color: #333;
}
.order-xq-y .ydzt-tit{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b6cbd;
}
.order-xq-y .ydzt-tit:before{
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url("../images/wl_zt.png") no-repeat;
    background-size: contain;
}
.order-xq-y .yf-tit{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.order-xq-y .yf-tit:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    margin-left: -50%;
    height: 1px;
    background-color: #dcdcdc;
}
.order-xq-y .yf-tit span{
    color: orange;
}
.order-xq-y .divv-a{
    display: flex;
    align-items: center;
}
.order-xq-y .divv-a img{
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}
.order-xq-y .divv-a-p{
    line-height: 20px;
    font-size: 15px;
    color: #333;
    margin-left: 10px;
}
.order-xq-y .tel-icon{
    width: 40px;
    height: 40px;
    margin: 0;
}
.order-xq-y .txt{
    font-size: 14px;
    line-height: 20px;
}
.order-xq-y .txt1{
    font-size: 14px;
    line-height: 20px;
    color: orange;
}
.order-xq-y .yf-tit1{
    font-size: 17px;
    font-weight: normal;
    color: #333;
    padding-bottom: 10px;
}
.order-xq-z, .order-xq-zw{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.order-xq-z{
    margin: .75rem;
}
.order-xq-zw{
    margin-top: .75rem;
    color: #333;
    font-size: .7rem;
}
.order-xq-z .btn1, .order-xq-z .btn2, .order-xq-z .btn3, .order-xq-zw .btn3{
    display: block;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
}
.order-xq-zw .btn3{
    background-color: #0b6cbd;
    border: 1px solid #dcdcdc;
}
.order-xq-z .btn1{
    background-color: orange;
}
.order-xq-z .btn2{
    background-color: #0b6cbd;
}
.order-xq-z .btn3{
    border: 1px solid #dcdcdc;
    color: #333;
}
.order-xq-w{
    display: flex;
    justify-content: space-around;
    margin: .75rem;
}
.order-xq-w a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #999;
    text-align: center;
    font-size: 13px;
}
.order-xq-w a.on{
    background-color: orange;
}
.order-xq-w a .hp, .order-xq-w a .cp{
    width: 30px;
    height: 30px;
}
.order-xq-w a .hp{
    background: url("../images/h_hp.png") no-repeat;
    background-size: contain;
}
.order-xq-w a .cp{
    background: url("../images/h_cp.png") no-repeat;
    background-size: contain;
}
.order-xq-w a.on .hp{
    background: url("../images/w_hp.png") no-repeat;
    background-size: contain;
}
.order-xq-w a p{
    color: #666;
}
.order-xq-w a.on p{
    color: #fff;
}
.zw-txt{
    text-align: center;
    color: #999;
    line-height: 40px;
}
.map{
    max-height: 200px;
    width: 100%;
}
.map img{
    width: 100%;
    height: 200px;
}
.ck_grhy{
    width: 100%;
    display: table;
}
.ck_grhy li{
    display: table-cell;
    text-align: center;
    width: 50%
}
.ck_grhy li h3{
    font-size: .75rem;
    color: #333
}
.ck_grhy li p{
    font-size: .7rem;
    line-height: 30px;
    color: #666
}
.grhy-ul{
    overflow: hidden;
}
.grhy-ul li{
    border-bottom: 1px solid #f0f0f0;
    padding: .75rem 0
}
.grhy-ul li a{
    display: block;
}
.grhy-ul li .grhy-a{
    position: relative;
    height: 2rem;
    overflow: hidden;
}
.grhy-ul li .grhy-a h5{
    position: absolute;
    left: : 0;
    display: inline-block;
    width: 80%;
    font-size: .75rem;
    line-height: 2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grhy-ul li .grhy-a time{
    display: inline-block;
    position: absolute;
    right: 0;
    line-height: 2rem;
    font-size: .7rem;
    color: #999
}
.grhy-ul li .grhy-b{
    line-height: 1.6;
    font-size: .75rem;
    color: #666
}
.xtxx-icon{
    position: absolute;
    top: .7rem;
    right: .5rem;
    background: url(../images/xx@3x.png) no-repeat;
    background-size: contain;
    width: 1.0rem;
    height: 1.0rem;
}
.indexUi{
    margin: 0;
}
.indexUiUl{
    width: 100%;
    padding-top: 15px;
    background-color: #fff;
    overflow: hidden;
}
.indexUiUl li{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 15px;
}
.indexUiUl li img{
    width: 40px;
    height: 40px;
}
.indexUiUl li p{
    font-size: 15px;
    line-height: 30px;
    color: #333;
}
.ckdt{
    margin-left: 10px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ff9900;
    color: #ff9900;
    font-size: 13px;
    border-radius: 5px;
}
.fhsm-txt{
    height: 400px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    line-height: 20px;
    color: #666;
}
.fhdUl .addr{
    margin-top: 15px;
    font-size: 16px;
}
.fhdUl p{
    padding: 10px 0;
    text-align: right;
    color: #999;
}
.fhdUl .datea{
    line-height: 30px;
    font-size: 14px;
}
.sjjj-con{
    border-top: 1px solid #ededed;
    padding: 20px 0;
}
.sjjj-con li{
    border-right: 1px solid #ededed;
}
.bj-con{
    font-size: 14px;
    padding: 20px 0;
}
.bj-con1{
    font-size: 14px;
    padding-bottom: 20px;
}
.jyfBtn{
    display: block;
    margin: 20px auto;
    width: 120px;
    background-color: #0b6cbd;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
}
.yf-txt{
    height: 44px;
    border-bottom: 1px solid #ededed;
    margin: 15px;
    font-size: 14px;
}
.yf-txt .ipttxt{
    width: 90%;
    height: 40px;
    outline: none;
    border: none;
    font-size: 15px;
}
.wechat{
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("../images/wechat.png") no-repeat;
    background-size: contain;
}
.bank{
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("../images/bank.png") no-repeat;
    background-size: contain;
}
.bxUl{
    margin-bottom: 15px;
}
.bxUl li{
    border-bottom: 1px solid #ddd;
}
.bxUl li .bxtxt{
    width: 70%;
    padding: 0 15px 15px 15px;
    font-size: 13px;
}
.pl-foot{
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    border-top: 1px solid #ddd;
    box-shadow: 0 -1px 4px 0 rgba(0,0,0,.4);
    background-color: #eee;
}
.pl-foot .pltxt{
    position: absolute;
    width: 70%;
    top: 7px;
    left: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
    color: #999;
    background-color: #fff;
}
.pl-foot .plicon{
    position: absolute;
    width: 15%;
    top: 7px;
    text-align: center;
    right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #ff9900;
}
.pl-foot .plicon:before{
    content: "";
    position: absolute;
    left: -10px;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url("../images/pl.png") no-repeat;
    background-size: contain;
}
.fhbtn, .qdbtn{ font-size: 15px; line-height: 44px;}
.fhbtn{
    position: absolute;
    left: 10px;
}
.qdbtn{
    position: absolute;
    right: 10px;
    color: #0b6cbd;
}
.txt-h{
    width: 96%;
    margin: 15px auto;
}
.txt-h textarea{
    background-color: #fff;
    width: 100%;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    outline: none;
    resize: none;
}
.bzjsm{
    padding: 15px;
    background-color: #fff;
    font-size: 15px;
    line-height: 30px;
}
/*2018-12-21*/
.fabuBtn{
    display: block;
    position: fixed;
    left: 50%;
    margin-left: -60px;
    top: 315px;
    width: 120px;
    background-color: #ff9900;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
}
.fullh{
    height: 44px;
}
.weui-tabbar{
    position: fixed;
    background-color: #fff;
    box-shadow: -1px -2px 20px 0 rgba(0,0,0,.15);
}
.weui-tabbar__item, .weui-tabbar__label{
    color: #444;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{
    color: #0b6cbd;
}
.weui-tabbar__icon {
    display: inline-block;
    width: 28px;
    height: 28px;
}
.icon_nav1 {
    background: url(../images/icon_nav1.png) no-repeat;
    background-size: contain;
}
.icon_nav2 {
    background: url(../images/icon_nav2.png) no-repeat;
    background-size: contain;
}
.icon_nav3 {
    background: url(../images/icon_nav3.png) no-repeat;
    background-size: contain;
}
.icon_nav4 {
    background: url(../images/icon_nav4.png) no-repeat;
    background-size: contain;
}
.icon_nav5 {
    background: url(../images/fb1.png) no-repeat;
    background-size: contain;
}
.weui-tabbar__item.weui-bar__item--on .icon_nav1 {
    background: url(../images/icon_nav01.png) no-repeat;
    background-size: contain;
}
.weui-tabbar__item.weui-bar__item--on .icon_nav2 {
    background: url(../images/icon_nav02.png) no-repeat;
    background-size: contain;
}
.weui-tabbar__item.weui-bar__item--on .icon_nav3 {
    background: url(../images/icon_nav03.png) no-repeat;
    background-size: contain;
}
.weui-tabbar__item.weui-bar__item--on .icon_nav4 {
    background: url(../images/icon_nav04.png) no-repeat;
    background-size: contain;
}
.weui-tabbar__item.weui-bar__item--on .icon_nav5 {
    background: url(../images/fb01.png) no-repeat;
    background-size: contain;
}
.container {
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    display: none;
    overflow-x: hidden
}

.container .city-list,.container .province-list,.container .area-list {
    width: 100%;
    overflow-x: hidden
}

.container .city {
    overflow-x: hidden;
    padding: .42667rem;
    background-color: #ffffff;
    margin-top: 1.45067rem
}

.container .city p {
    font-size: 14px;
    color: #333;
    width: 95%;
    height: 2.13333rem;
    line-height: 2.13333rem;
    border-bottom: 1px solid #e8ecf1;
    cursor: pointer
}

.container .city p.co_current {
    color: #f23030
}

.screen_wi_loc {
    display: block;
    width: 14.4rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f8f8f8
}

.screen_wi_loc .suce_ok {
    font-size: 0.59733rem
}

.screen_wi_loc .content .search {
    width: 10.64533rem;
    margin-left: -1.38667rem
}
.classreturn {
    width: 16rem;
    height: 1.87733rem;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dedede;
    position: relative;
    text-align: center;
    line-height: 1.87733rem
}

.classreturn .content .return {
    position: absolute;
    left: .42667rem
}

.classreturn .content .return a {
    overflow: hidden;
    display: block
}

.classreturn .content .return a img {
    width: .46933rem;
    height: .78933rem
}

.classreturn .content .search {
    font-size: 15px
}

.classreturn .content .search .sear-input {
    width: 12.544rem;
    height: 1.23733rem
}

.classreturn .content .search .sear-input a {
    display: block
}

.classreturn .content .search .sear-input input {
    border: 0;
    width: 100%;
    height: 1.23733rem;
    color: #666666;
    outline: none;
    padding: 0 .21333rem;
    font-size: .59733rem;
    display: inherit
}

.classreturn .content .menu {
    position: absolute;
    right: .42667rem
}

.classreturn .content .menu a {
    display: block
}

.classreturn .content .menu img {
    width: .85333rem
}
/*2018-06-01The development of Party members*/

.mh-list ul {
    list-style-type: none;
    padding-left: 120px;
    padding-right: 20px;
    overflow: hidden;
    margin-left: 20px;
}
.mh-list li {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    color: #333;
}
.mh-list li h5 {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mh-list li p {
    margin: 0;
    color: #cc0000;
}
.mh-list li.active h5, .mh-list li.active p, .mh-list li.active .mh-icon-new {
    color: #999;
}
.mh-list li .before {
    position: absolute;
    left: -14px;
    top: 20px;
    height: 100%;
    width: 0;
    border-left: 2px solid #ddd;
}
.mh-list li .after {
    position: absolute;
    left: -18px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.mh-list li.first .after {
    background: #e8e8e8;
    border: 2px solid #1978be;
}
.mh-icon-new {
    position: absolute;
    left: -20px;
    top: 15px;
    margin-left: -100px;
    margin-top: -9px;
    font-size: 16px;
    color: #333;
}
/*20190917*/
.yu-e{
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
}
.yu-e p{
    color: #333;
    font-size: 15px;
}
.yu-e h1{
    font-size: 26px;
    color: #ff9900;
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}
.btns-flex{
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.btns-flex a{
    display: inline-block;
    width: 50%;
    font-size: 14px;
    color: #0b6cbd;
}
.account-tit{
    padding: 10px;
    line-height: 30px;
    font-size: 15px;
    color: #0b6cbd;
    font-weight: normal;
}
.accountUl{
    background-color: #fff;
    padding: 0 10px;
}
.accountUl li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}
.accountUl li:last-child{
    border-bottom: none;
}
.accountUl li .bianhao h3{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.accountUl li .bianhao p{
    color: #666;
    line-height: 30px;
    font-size: 14px;
}
.accountUl li .jine{
    font-size: 16px;
    color: #ff9900;
}