/*ͨ通用细节样式*/

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
}

.elastic_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.elastic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.elastic_hw {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.light_bg {
    background: #fff !important;
}
.maina-color {
    color: #0091e9 !important;
}

.mainb-color {
    color: #ff6600 !important;
}

.mainc-color {
    color: #666 !important;
}

.gray {
    color: #999 !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.fize16 {
    font-size: 16px;
}

.fize14 {
    font-size: 14px;
}

.fize12 {
    font-size: 12px;
}

.fize10 {
    font-size: 10px;
}

.p0 {
    padding: 0px;
}

.p10 {
    padding: 10px;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p015 {
    padding: 0px 15px !important;
}

.p13 {
    padding: 13px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.text-indent28 {
    text-indent: 28px;
}

.light_bg {
    background-color: #fff;
}

/*微信样式*/

.page,
body {
    background-color: #f5f5f5;
}

.page.js_show {
    padding-top: 44px;
    height: 100%;
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color: #999;
}

/*架子样式*/

.toolbar-title-ios {
    font-weight: normal;
}

.toolbar-ios ion-title {
    padding-top: 20px;
    font-size: 18px;
}

ion-navbar.toolbar-ios {
    min-height: 64px;
}

ion-footer .toolbar-ios {
    min-height: 49px;
}

.header-ios .toolbar-background-ios,
.footer-ios .toolbar-background-ios {
    border: 0px;
}

.tabs-ios .tabbar {
    border-top: 0.55px solid rgba(0, 0, 0, 0.1);
}

.toolbar-ios ion-title {
    padding-left: 44px;
    padding-right: 44px;
}

.has-refresher > .scroll-content {
    border-top: 0px;
}

.tabs-ios .tab-button-icon {
    margin-top: 2px;
}

.tabs-ios .tab-button-text {
    margin-bottom: 2px;
}

.weui-check__label:active,
a.weui-media-box:active {
    background-color: transparent;
}

ion-footer.footer-ios ion-toolbar .toolbar-background-ios {
    background-color: transparent;
}

.searchbar-ios {
    padding-right: 20px;
    padding-left: 0px;
}

.searchbar-ios .searchbar-input {
    height: 2.6rem;
}

.searchbar-ios .searchbar-search-icon {
    top: 10px;
}

.toolbar .searchbar-ios .searchbar-input {
    background-color: #f7f7f7;
}

input.searchbar-input:-moz-placeholder {
    color: #999 !important;
}

input.searchbar-input::-moz-placeholder {
    color: #999 !important;
}

input.searchbar-input:-ms-input-placeholder {
    color: #999 !important;
}

input.searchbar-input::-webkit-input-placeholder {
    color: #999 !important;
}

/*通用样式*/

body {
    color: #333;
    font-size: 14px;
    font-family: microsoft yahei, Arial, 'microsoft yahei';
    line-height: inherit !important;
    position: relative;
    overflow: auto;
    font-weight: normal;
}

label,
input,
select,
textarea {
    line-height: normal;
    outline: none;
    -webkit-appearance: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
    margin: 0px;
    padding: 0px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    border: none;
    outline: none;
}

a img {
    border: 0;
}

img {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #666;
}

.item-block {
    min-height: 45px;
}

.item-ios {
    font-size: 17px;
}

.item-ios.item-block .item-inner {
    border: 0px;
}

.alert-ios .alert-radio-label {
    font-size: 16px;
}

.select-ios {
    padding-right: 0px;
}

.select-ios .select-icon {
    width: 15px;
}

.select-ios .select-icon .select-icon-inner {
    width: 8px;
    height: 8px;
    border-top: 2px solid #c8c8cd;
    border-right: 2px solid #c8c8cd;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    border-left: 0px;
}

.alert-ios [aria-checked='true'] .alert-radio-label,
.alert-ios [aria-checked='true'] .alert-radio-inner {
    color: #f4b921;
    border-color: #f4b921;
}

.alert-ios .alert-button {
    color: #f4b921;
}

.item-ios,
.list-ios ion-item-sliding {
    padding: 0px;
    background-color: transparent;
}

.item-ios.item-block .item-inner {
    padding: 0px;
}

.list-ios,
.label-ios {
    margin: 0px;
}

.list-ios ion-item-options,
.list-ios > .item-block:last-child,
.list-ios > .item-wrapper:last-child .item-block,
.list-ios > .item-block:last-child,
.list-ios > .item-wrapper:last-child .item-block {
    border: 1px;
}

/*头部样式*/

.weui-tabbar {
    background-color: #fff;
}

.header_search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    right: auto;
    left: auto;
    position: static;
}

.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 10px;
    background: rgba(246, 246, 246, 1);
    box-sizing: border-box;
    width: 100%;
    height: 32px;
}

.search span {
    font-size: 12px;
    font-weight: normal;
    margin-left: 4px;
}

.search input {
    border: 0px;
    background-color: transparent;
    outline: none;
    height: 28px;
    padding-left: 8px;
    min-width: 0;
    width: 100%;
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.search input:-moz-placeholder {
    color: #999;
}

.search input::-moz-placeholder {
    color: #999;
}

.search input:-ms-input-placeholder {
    color: #999;
}

.search input::-webkit-input-placeholder {
    color: #999;
}

.weui-icon-search {
    color: #999;
}

.search_inset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 6px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

.header_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 160px;
    margin: 7px auto;
}

.header_tab li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
}

.header_tab li.active {
    background-color: #fff;
    color: #f4b921;
}

.header_tab li:not(:first-child) {
    border-left: 0px;
}

.header_tab li:first-child {
    border-radius: 5px 0px 0px 5px;
}

.header_tab li:last-child {
    border-radius: 0px 5px 5px 0px;
}

.header_imgicon {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.header_img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

/*订单切换*/

.weui-navbar {
    background-color: #fff;
}

.weui-navbar li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 16px;
    z-index: 9999;
    height: 44px;
    line-height: 44px;
}

.weui-navbar li span {
    padding: 10px 0px;
}

.weui-navbar li.active span {
    border-bottom: 2px solid #f4b921;
    color: #f4b921;
}

.weui-cell_access:active {
    background: transparent;
}

/*多种分类导航*/

.lateral {
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: chained;
    -webkit-transform: translateZ(0);
}

.lateral::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.lateral span.active {
    color: #f4b921;
    border-bottom: 2px solid #f4b921;
}

.lateral span {
    padding: 12px 0px 13px;
    display: block;
    height: 44px;
}

.lateral em {
    width: 30px;
    height: 4px;
    border-radius: 10px;
    display: block;
    background-color: #f4b921;
    margin: auto;
}

.lateral li {
    width: auto;
}

/*论坛样式*/

.forum {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 10px 10px;
}

.forum_hd {
    font-size: 10px;
    color: #999;
    margin-bottom: 6px;
}

.forum_hd img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 100px;
}

.forum_hd h4 {
    font-size: 14px;
    color: #333;
}

.forum_img {
    margin-bottom: 10px;
}

.forum_md {
    font-size: 14px;
    margin-bottom: 6px;
}

.forum_img li {
    text-align: center;
    margin-right: 3px;
}

.forum_img li:last-child {
    margin-right: 0px;
}

.forum_num {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 2px 8px;
    border-radius: 35px;
}

.forum_bd li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.forum_bd li img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.forum_imgbox {
    margin-bottom: 0px;
}

.forum_imgbox li {
    width: 33%;
    margin-bottom: 3px;
    padding-right: 3px;
}

/*����*/

.comment {
    padding: 15px;
    background-color: #fff;
}

.comment .title {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.comment_hd {
    font-size: 10px;
    color: #999;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.comment_hd:last-child {
    margin-bottom: 0px;
}

.comment_hd img.comment_head {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 100px;
}

.comment_hd h4 {
    font-size: 14px;
    color: #666;
}

.comment_info .comment_info_con {
    color: #333;
    font-size: 14px;
    text-align: justify;
    padding: 5px 0px;
}

.comment_info_bd img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.comment_info_bd span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0px;
    color: #666;
}

.comment_info .comment_info_bd span:last-child {
    margin-right: 0px;
}

.comment_info .forum_img {
    padding-left: 0px;
    padding-right: 0px;
}

.comment_name {
    color: #245688;
}

.comment_hf_list {
    margin-bottom: 10px;
}

.comment_hf_list .comment_hf_text {
    font-size: 14px;
    color: #333;
}

.comment_hf_list:last-child {
    margin-bottom: 0px;
}

.comment_hf {
    background-color: #f9f9f9;
    padding: 10px;
    margin-top: 10px;
}

.comment_hf_name {
    color: #666;
    font-size: 14px;
}

.comment_hf_name img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 100%;
}

.comment_hf_name em {
    margin-left: 5px;
    margin-right: 5px;
    color: #626160;
    font-size: 14px;
}

.comment_hf_name em:first-child {
    margin-left: 0px;
}

.comment_hf_more {
    display: block;
    text-align: center;
}

.comment_hf_more span {
    display: inline-block;
    vertical-align: middle;
}

.comment_hf_more img {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.comment_info_bd span.active_num {
    color: #f30;
}

/*按钮样式*/

.weui-btn_primary {
    background-color: #0091e9;
    color: #fff;
    border-radius: 50px;
    /* box-shadow: 0px 0px 10px #f4b921; */
}

.weui-btn_primary:not(.weui-btn_disabled):active {
    color: rgba(255, 255, 255, 0.6);
    background-color: #0091e9;
}

.weui-btn {
    line-height: 48px;
    font-size: 16px;
}

.weui-btn:after {
    border: 0px;
}

.weui-btn-area {
    margin: 30px 20px;
}

.weui-textarea {
    background-color: transparent;
}

/**/

.xview_num {
    max-width: 100px;
    margin: 9px auto;
    border: 1px solid #e5e5e5;
    height: 30px;
}

.xview_num span {
    text-align: center;
    height: 28px;
    line-height: 26px;
    color: #666;
    font-size: 16px;
    width: 28px;
    display: inline-block;
    background-color: #f5f5f5;
}

.xview_num input {
    max-width: 30px;
    text-align: center;
}

/*订单按钮*/

.button_btn {
    padding: 0px 16px;
    color: #fff;
    background-color: #fe7938;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.button_btn:last-child {
    background-color: #fb0d3f;
}

.border_button {
    border: 1px solid #f4b921;
    padding: 5px 15px;
    color: #f4b921;
    border-radius: 50px;
}

.border_button_gray {
    border: 1px solid #3695d7;
    padding: 5px 15px;
    color: #3695d7;
    border-radius: 50px;
}

/*订单详情底部圆角按钮*/

.order_operation {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
    padding: 10px 0px;
    background-color: #fff;
}

.order_operation span {
    border: 1px solid #999;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 35px;
    color: #666;
    font-size: 14px;
}

.order_operation span.button_main {
    border: 1px solid #f4b921;
    color: #f4b921;
}

/*上传照片*/

.weui-uploader__input-box:before,
.weui-uploader__input-box:after {
    display: none;
}

.weui-uploader__input-box {
    text-align: center;
}

.weui-uploader__input-box p {
    font-size: 12px;
    color: #999;
}

.weui-uploader__files {
    width: 100%;
}

.weui-uploader__file,
.weui-uploader__input-box {
    width: 22%;
    position: relative;
}

.weui-uploader__input-box {
    text-align: center;
    border: 1px dashed #c0c0cf;
    border-radius: 4px;
}

.weui-loadmore {
    margin-bottom: 0px;
    width: 50%;
}

.weui-loadmore_line {
    margin-top: 25px;
}

.weui-loadmore_line .weui-loadmore__tips {
    background-color: #f7f7f7;
}

/* .weui-icon-checked {
    width: 28px;
    height: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    line-height: 28px;
    display: block;
    text-align: center;
}

.weui-cells_radio .weui-check:checked+.weui-icon-checked:before {
    width: 27px;
    height: 27px;
    border-radius: 100px;
    background-color: #f4b921;
    color: #fff;
    margin-left: 0px;
} */

.weui-cells {
    margin-top: 10px;
    font-size: 15px;
}

/*第三方登录样式*/

.party_login_bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
}

.party_login {
    text-align: center;
    padding: 20px 0px;
}

.party_login .party_login_text {
    padding: 0px 10px;
}

.party_login .party_login_line {
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    flex-grow: 1;
}

.party_login_mode li {
    width: 33.33%;
    text-align: center;
}

.party_login_mode li img {
    width: 50px;
    margin: auto;
}

/*嵌入式样式*/

.school_yx {
    padding: 10px;
}

.school_yx li {
    width: 33.33%;
    padding: 10px 10px 0px 0px;
}

.school_yx li:nth-child(3n + 2) {
}

.school_yx li span {
    background-color: #fff;
    border: 1px solid #ececec;
    display: block;
}

.slide-mask {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 44px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}

aside.slide-wrapper {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 44px;
    width: 40%;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

aside.slide-wrapper.moved {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.xjl_zcc {
    background-color: #fff;
    padding-bottom: 15px;
    border-radius: 0 0 10px 10px;
    padding: 15px 20px;
}

.xjl_zcc span {
    padding: 6px 0;
    text-align: center;
    display: block;
}

.xjl_zcc a {
    color: #333;
    display: block;
    font-size: 16px;
    padding: 5px 0px;
    border-radius: 50px;
}

.xjl_zcc a.active {
    /* background-color: #245688; */
    color: #fff;
    background-image: linear-gradient(to right, #00b094, #00ada8);
}

.xjl_zcc a:last-child {
    border-bottom: 0px;
}

.xjl_zcc a span {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    color: #898a8b;
}

.contact_about {
    background-color: #fff;
    padding: 15px;
}

.ntitle {
    font-size: 16px;
    padding: 10px 15px;
}

.video_list li {
    background-color: #f7f7f7;
    margin: 0px 15px 15px;
}

.video_list li h2 {
    font-size: 16px;
    padding: 15px 15px 10px 15px;
}

/* .video_list li p {
    padding: 0px 0x 0px
} */

.video_list li p img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.video_list li p span {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 12px;
}

.icon_news {
    width: 22px;
    position: absolute;
    right: 10px;
    top: 4px;
}

.news_list a {
    padding: 15px 0;
}
/* 
.news_list a p span.news_top {
    width: 18px
} */

.news_top {
    font-size: 12px;
    color: #fff;
    border-radius: 0 5px 0 5px;
    background: #fa5555;
    padding: 0px 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.news_list a p.text_news {
    vertical-align: middle;
    position: relative;
    padding-right: 34px;
}

.news_list a p b {
    width: 4px;
    height: 4px;
    margin: 0px 8px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    background-color: #666;
    border-radius: 10px;
}

.news_list a .time {
    font-size: 12px;
    color: #999;
}

.news_xq {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.news_xq_list {
    background-color: #f9f9f9;
    padding: 10px;
    margin-top: 20px;
}

.news_xq_list li {
    padding-bottom: 10px;
}

.news_xq_list li:last-child {
    padding-bottom: 0px;
}

.news_xq_time {
    margin-bottom: 10px;
}

.news_xq_time img {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
}

.news_xq_time span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}

.search-bar {
    padding: 10px 15px;
}

.search-bar input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border-radius: 4px;
    padding: 4px 10px;
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
}

.search-bar-btn {
    background-color: #0091e9;
    border-radius: 4px;
    display: block;
    padding: 4px 15px;
    color: #fff;
}

.quetion_about {
    background-color: #fff;
    padding: 0px 15px;
}

.quetion_ul li {
    padding: 15px 20px 15px 0px;
    font-size: 16px;
    font-weight: bold;
}
.quetion_ul li a {
    position: relative;
}
.quetion_ul li.active a::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -14px;
    background: #0091e9;
    width: 30px;
    height: 4px;
    border-radius: 10px;
}
.quetion_ul li.active {
    color: #0091e9;
}

.quetion_ul_bt {
    background-color: #fff;
    padding: 0px 15px;
}

.quetion_ul_bt em {
    padding-left: 10px;
}

.quetion_ul_bt img {
    width: 14px;
}

.quetion_list li .icon_img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 2px;
}

.quetion_list li h2 {
    font-size: 16px;
    margin-bottom: 8px;
}

.quetion_list li p {
    font-size: 14px;
    color: #333;
}

.quetion_list li span {
    vertical-align: middle;
    overflow: hidden;
}

.quetion_list li {
    padding: 15px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}

.flex-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.contact_user {
    padding: 15px;
}

.bmgl_bg {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 80px;
}

.bmgl_bg h2 {
    margin-bottom: 5px;
    font-size: 16px;
}

.bmgl_bg p {
    margin-bottom: 5px;
    line-height: 24px;
}

.bmgl_bg h4 {
    padding: 20px 0px;
}

.user_img {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: -60px auto 0px;
}

.login_bg {
    background-image: url(../images/login_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.login_cont {
    padding: 60px 40px 0px;
}

.login_bt {
    color: #fff;
}

.login_bt a {
    color: #fff;
    padding: 0px 10px;
}

.user_bg {
    background-image: linear-gradient(to right, #00b094, #00ada8);
    padding: 30px 40px 30px;
    text-align: center;
}

.usera_img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    margin: 0px auto 10px;
}

.user_bg h2.name {
    font-size: 15px;
    color: #fff;
}

.user_bg h2.name span {
    margin: 0px 0px 0px 10px;
    font-size: 14px;
    color: #fff;
}
.weui-cell{
padding: 15px;

}
.user_bmbtn {
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    background-image: -webkit-linear-gradient(left, #3894ea, #1d66be);
    background-image: linear-gradient(left, #3894ea, #1d66be);
    color: #00aea6;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 10px;
    background: #fff;
}

.user_list {
    background-color: #fff;
    border-radius: 10px;
    margin: -40px 10px 0;
    box-shadow: 0 0 5px #e5e5e5;
    position: relative;
}
.user_list li:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0px 0;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #999;
}
.user_list li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding: 20px 15px 20px 0;
    margin-left: 15px;
    position: relative;
}
.user_list li p{
    font-size: 16px;
}
.user_list li a {
    display: flex;
    align-items: center;
}
.user_list li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.ksbm_ul li {
    width: 50%;
    text-align: center;
    padding: 40px 0px;
}

.ksbm_ul li img {
    width: 40px;
    margin: 0 auto 10px;
}

.txzp {
    padding-bottom: 20px;
}

.txzp li {
    padding-bottom: 0px;
    width: auto;
    padding: 10px 20px;
}

.txzp p {
    margin-top: 20px;
}

.btn_bc {
    background-color: #0091e9;
    display: block;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    color: #fff;
}

.txzp li input {
    border: 1px solid #ececec;
    border-radius: 50px;
    height: 42px;
    line-height: 42px;
    padding: 0px 20px;
}

.tx_img {
    width: 30px;
    border-radius: 100px;
}

.dian {
    width: 5px;
    height: 5px;
    background-color: #f30;
    border-radius: 10px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.tdxx_tite {
    background-color: #fff;
    padding: 15px 15px;
    text-align: center;
}

.tdxx_tite img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.tdxx_tite span {
    display: inline-block;
    vertical-align: middle;
}

.td_img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 10px;
}

.tdxx p {
    margin-bottom: 5px;
}

.tdxx span {
    margin-left: 10px;
}

.tdxx_bt li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    border-top: 1px solid #ececec;
    padding-top: 5px;
    position: relative;
}

.tdxx_bt li:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    height: 18px;
    background-color: #ececec;
    top: 12px;
}

.tdxx_bt li:last-child:after {
    width: 0px;
}

.tdxx_bt li img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.tdxx_bt li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.dyxx_caozuo li.border_button {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.border_button_bule {
    border: 1px solid #4db4bd;
    color: #4db4bd;
}

.wlxx {
    padding: 40px 10px;
}

.wlxx p {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 180px;
}

.wlxx .bmgl_bg {
    margin-top: 20px;
}

.wlzt {
    padding: 15px 0px;
}

.wlzt li {
    padding-bottom: 15px;
}

.wlzt li .time_wl {
    width: 70px;
    color: #999;
    border-right: 1px solid #ececec;
}

.dian_wl {
    width: 10px;
    height: 10px;
    background-color: #c0bfcf;
    margin-right: 15px;
    border-radius: 10px;
    margin-left: -5px;
}

.weui-agree__checkbox:checked:before {
    color: #fff;
    font-size: 18px;
    background-color: #4697ce;
    border: 1px solid #4697ce;
    width: 22px;
    height: 22px;
    border-radius: 3px;
}

.weui-agree__checkbox {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    top: 0px;
}

.weui-agree__text {
    display: inline-block;
    vertical-align: middle;
}

.uploaderInput_tx {
    background-color: #44a3dd;
    width: 77px;
    height: 77px;
    line-height: 77px;
    border-radius: 100px;
    color: #fff !important;
}

.weui-cells_radio .weui-check:checked + .weui-icon-checked:before {
    color: #31b2eb;
}

.fr {
    float: right;
    margin-top: 3px;
}

.titl p {
    padding: 10px 15px 0px;
}

.titl .weui-cell:before {
    border: 0px;
}

.share-box {
    background: #fff;
}

.share-box h2 {
    font-size: 16px;
    text-align: center;
    padding: 20px;
}

// 分享
.share-img {
    width: 20px;
}

.share-ul {
    margin-bottom: 20px;
}

.share-ul li p {
    text-align: center;
    margin-top: 10px;
}

.share-ul li img {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.share-btn {
    color: #333;
    text-align: center;
    padding: 15px;
    font-size: 15px;
    border-top: 1px solid #e5e5e5;
}

.share-top {
    top: 0 !important;
}

/*首页*/

.tg_icon {
    width: 80px;
    margin-left: -10px;
    margin-right: 10px;
}

.index_news {
    margin: -46px 15px 15px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 10px 0px 0px;
}

.index_news_ul img {
    width: 50px;
    margin: 0px auto 5px;
}

.index_news_ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 15px 0px;
}

.index_news .dian {
    background-color: #1b1b33;
}

.idnex_tite {
    text-align: left;
    margin-top: 15px;
    padding: 25px 15px 15px;
    display: flex;
    align-items: center;
}

.idnex_tite h2 {
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
}

.idnex_tite p {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
}

.t_line {
    width: 100px;
    margin: 3px auto;
}

.index-cup {
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 15px;
}

.dsjc li {
    width: 180px;
    background-color: #f7f7f7;
    margin-right: 15px;
    margin-top: 5px;
    text-align: center;
    line-height: 24px;
    color: #95a8be;
    border-radius: 6px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.dsjc li:first-child {
    margin-left: 10px;
}

.dsjc li h2 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.dsjc .tb_img {
    width: 50px;
    margin: 15px auto 10px;
    position: relative;
}

.jc_icon {
    position: absolute;
    right: 0px;
    width: 80px;
    bottom: 0px;
    border-radius: 0px 0px 8px 0px;
}

.index_video li {
    padding: 10px 15px 0px 0px;
    width: 50%;
}

.index_video li h2 {
    margin-top: 8px;
    color: #333;
    height: 40px;
}

.index_video li:last-child {
    padding-left: 0px;
}

.ckxq_btn {
    border: 1px solid #0091e9;
    color: #0091e9;
    padding: 5px 10px;
    margin: auto;
    border-radius: 30px;
    width: 100px;
    display: block;
    text-align: center;
}
.related_units {
    padding: 0 15px;
}
.related_units li {
    margin-bottom: 15px;
    background: #f7f7f7;
    padding-bottom: 10px;
}

.related_units li h2 {
    background-color: #00db7a;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.related_units li:nth-child(2) h2 {
    background-color: #00b40e;
}

.related_units li:nth-child(3) h2 {
    background-color: #2ca7e2;
}

.related_units li:nth-child(4) h2 {
    background-color: #013f89;
}

.related_units li em.dian {
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #666;
    margin-right: 5px;
}

.related_units li p {
    padding: 0px 15px 0;
    line-height: 32px;
}

.cjwt .quetion_list {
    position: relative;
}

.cjwt .quetion_list:last-child span.cjwt_line {
    display: none;
}

.cjwt .quetion_list li {
    border: 0px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin: 0px 15px 15px;
}

.cjwt_dian {
    width: 10px;
    height: 10px;
    background-color: #e9edf0;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 10px;
}

.cjwt_line {
    width: 1px;
    background-color: #e5e5e5;
    display: block;
    height: 140px;
    position: absolute;
    left: 15px;
    top: 20px;
}

.ccbm_icon {
    margin-top: -20px;
    position: relative;
    z-index: 9999;
}

.ccbm_icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
}

.cslc_tanktitle {
    margin-bottom: 10px;
}

.cslc_tanktitle img {
    width: 60px;
}

.cslc_tanktit {
    text-align: left;
    padding: 20px;
    line-height: 28px;
}

.cslc_tanktit .dian {
    background-color: #999;
}

.weixin_notice {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    background-size: 100% auto;
    z-index: 10;
}

.houj_box {
    padding: 15px 0 20px;
    display: -webkit-box;
    display: flex;
}

.houj_zp {
    flex: 1;
    -webkit-box-flex: 1;
}

.houj_box p {
    font-size: 16px;
    margin-left: 15px;
}

.houj_dax {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.houj_box h4 {
    text-align: right;
    display: inline-block;
    color: #b3b3b3;
    margin-right: 15px;
}

.houj_jx {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    bottom: 39%;
    width: 91%;
    padding: 3px 15px;
}

.houj_sp {
    position: relative;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 15px;
}

.houj_sp img {
    height: 120px;
    object-fit: cover;
}

.houj_nr {
    padding-right: 15px;
}

.houj_sp p {
    font-size: 14px;
    padding-top: 10px;
}

.houj_sp h4 {
    font-size: 12px;
    padding-top: 5px;
    color: #666;
}

.houj_dz img {
    width: 20px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}

.houj_dz {
    padding-top: 10px;
}

.houj_pj {
    /* display: -webkit-box;
    display: flex;
    align-items: center; */
}

.houj_pj span {
    color: #999;
    font-size: 12px;
}

.huigu_box {
    padding-top: 10px;
}

.houj_dz h4 {
    text-align: right;
    display: inline-block;
    color: #b3b3b3;
}

.houj_ms img {
    width: 35%;
    overflow: hidden;
    margin-right: 10px;
    flex: 1;
    -webkit-box-flex: 1;
    height: 80px;
    object-fit: cover;
    margin-top: 10px;
}

.houj_ms {
    padding: 10px 15px;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    align-items: flex-start;
}

.houj_bt {
    width: 60%;
}

.houj_bt p {
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}

.houj_bt h4 {
    font-size: 14px;
    color: #666;
}
.xuhao_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}
.xuhao{
    background: #0091e9;
    padding: 0 9px;
    border-radius: 0 6px;
    color: #fff;
}
