﻿/* @font-face {
 font-family: 'cmsicon';
 /* project id 296545
 src: url('//at.alicdn.com/t/font_296545_5qx17kim2cx.eot');
 src: url('//at.alicdn.com/t/font_296545_5qx17kim2cx.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_296545_5qx17kim2cx.woff2') format('woff2'), url('//at.alicdn.com/t/font_296545_5qx17kim2cx.woff') format('woff'), url('//at.alicdn.com/t/font_296545_5qx17kim2cx.ttf') format('truetype'), url('//at.alicdn.com/t/font_296545_5qx17kim2cx.svg#cmsicon') format('svg');
}*/
.transition-on {
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

* {
    box-sizing: border-box;
}

input {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    color: #000000;
}

html {
    background: #ffffff;
}

body {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.gkml-select-container {
    width: 96%;
    /*  margin: 10px auto 17px auto;*/
}

.gkml-select {
    width: 100%;
}

.gkml-select .gkml-select_value,
.gkml-select .gkml-select_option-item {
    width: 100%;
    height: 1.02666rem;
    border-radius: 5px;
    background-color: #2d66a3;
    padding: 0 0 0 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.gkml-select .gkml-select_value .icon,
.gkml-select .gkml-select_option-item .icon {
    width: 1.02666rem;
    height: 1.02666rem;
    line-height: 1.02666rem;
    font-size: 0.5rem;
    text-align: center;
}

.gkml-select .gkml-select_value .icon {
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #5296C9;
}

.gkml-select .gkml-select_option {
    margin-top: 16px;
    /*background-color: #DFE9F1;*/
    border-radius: 5px;
    position: relative;
    display: none;
}

.gkml-select .gkml-select_option:after {
    content: '\e6af';
    font-family: cmsicon;
    position: absolute;
    top: -0.27333rem;
    color: #DFE9F1;
    right: 0.4rem;
    font-size: 0.4rem;
}

.gkml-select .gkml-select_option-item {
    border-radius: 0;
    background-color: transparent;
}

.gkml-select .gkml-select_option-item.gkml-last:before {
    display: none;
}

.gkml-select .gkml-select_option-item:before {
    content: '';
    position: absolute;
    left: 0.4rem;
    right: 0.4rem;
    bottom: 0;
    height: 1px;
    background-color: #fff;
}

.gkml-select .gkml-select_option-item.selected .text,
.gkml-select .gkml-select_option-item.selected .icon {
    color: #5292C6;
}

.gkml-select .gkml-select_option-item.selected .text {
    color: #5292C6;
    background-image: url(files1.png);
}

.gkml-select .text {
    text-align: center;
    padding-left: 0.58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.02666rem;
    font-size: 0.4rem;
    color: #FFFFFF;
    line-height: 1.02666rem;
    /*background-image: url(files.png);*/
    background-repeat: no-repeat;
    background-position: left center;
}

.gkml-list-container {
    position: relative;
    border-top: 4px solid #2e6da1;
    min-height: 8.2rem;
    margin: 10px 0 0 0;
    background-color: #F4F4F4;
}

.gkml-list-container .gkml-list {
    width: 96%;
    margin: 10px auto 0 auto;
}

.gkml-list-container .gkml-list .gkml-list-item {
    background-color: #fff;
    padding: 0.44rem 0.22rem;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
}

.gkml-list-container .gkml-list .gkml-list-item em {
    font-style: normal;
    color: #f94646;
}

.gkml-list-container .gkml-list .gkml-list-item:last-child {
    margin-bottom: 0;
}

.gkml-list-container .gkml-list .gkml-list-item .title {
    padding-left: 0.4rem;
    padding-bottom: 0.32rem;
    font-size: 0.42rem;
    line-height: 0.64rem;
    font-weight: 400;
    border-bottom: 1px dotted #5296C9;
    position: relative;
}

.gkml-list-container .gkml-list .gkml-list-item .title:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #2e6da1;
    position: absolute;
    left: 0.15rem;
    top: 0.22rem;
}

.gkml-list-container .gkml-list .gkml-list-item .msg {
    padding-left: 0.4rem;
    padding-top: 0.32rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #4E4E4E;
}

.loading {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    right: 0;
    z-index: 100;
}

.loading-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('loading.gif') no-repeat;
    background-size: 60px 60px;
}

.page {
    width: 100%;
    height: 0.9375rem;
    clear: both;
    position: relative;
    margin: 0 auto;
    background-color: #F4F4F4;
    box-sizing: border-box;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.page.new-height {
    height: 1.9375rem;
}

.page > span {
    height: 0.9375rem;
    line-height: 0.9375rem;
    color: #5296C9;
    text-decoration: none;
}

.page > span.disabled {
    color: #999;
    cursor: not-allowed;
}

.page label,
.page select {
    color: #5296C9;
    float: left;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 0.9375rem;
    line-height: 0.9375rem;
    position: relative;
    z-index: 1;
    font-size: 0.375rem;
    box-sizing: border-box;
    padding-left: 0.15625rem;
    min-width: 1px;
    padding-right: 0.46875rem;
}

.page label::before {
    display: none;
}

.page label:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0.21rem;
    top: 0.36375rem;
    border-top: 7px solid #5296C9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.page select {
    width: auto;
    min-width: 1px;
    padding: 0;
    float: none;
}

.content-container {
    background-color: #fff;
    width: 96%;
    margin: 10px auto;
    border: 1px solid #ddd;
    border-top: 4px solid #2e6da1;
}

.content-container .title {
    margin-top: 20px;
    font-size: 0.48rem;
    text-align: center;
    color: #2d66a5;
    margin-bottom: 20px;
}

.content-container .classify {
    position: relative;
    padding: 0.42666667rem 0.3333rem 0.64rem 0.3333rem;
    border-bottom: 1px dotted #5296C9;
}

.content-container .classify .row {
    margin-bottom: 5px;
}

.content-container .classify .row:last-child {
    margin-bottom: 0;
}

.content-container .classify .col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.content-container .classify .col label,
.content-container .classify .col span {
    line-height: 0.64rem;
    color: #2E2E2E;
    font-size: 0.37333rem;
}

.content-container .classify .col label {
    font-weight: bold;
    text-align: right;
    width: 2.2rem;
    padding-right: 0.2rem;
}

.content-container .classify .col span {
    flex: 1;
    color: #2E2E2E;
}

.content-container .content {
    padding: 0.42666667rem 0.3333rem 0.64rem 0.3333rem;
    width: 100%;
    overflow: hidden;
    font-size: 0.37333rem;
}

.content-container .content .article-content {
    width: 100%;
    line-height: 0.6rem;
    overflow: auto;
}

.content-container .content img {
    text-align: center;
    margin: 10px auto;
    display: block;
    max-width: 100%;
}

.tab-module {
    width: 96%;
    margin: 0 auto 30px auto;
}

.tab-module .tab-view-warp {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 10px;
}

.tab-module .tab-view-warp .tab-view {
    float: left;
    width: 100%;
    display: none;
    min-height: 2rem;
}

.tab-module .tab-view-warp .tab-view.show {
    display: block;
}

.tab-module .tab-view-warp .tab-view ul {
    box-sizing: border-box;
}

.tab-module .tab-view-warp .tab-view ul li {
    box-sizing: border-box;
    line-height: 1rem;
    height: 1rem;
    width: 100%;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-module .tab-view-warp .tab-view ul li > span {
    font-size: 0.32rem;
    width: 70%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-module .tab-view-warp .tab-view ul li > span.date {
    color: #888;
    float: right;
    flex: 1;
    text-align: right;
}

.tab-module .tab-bar {
    height: 1rem;
    line-height: 1rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-bottom: 2px solid #ddd;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.tab-module .tab-bar > div {
    box-sizing: border-box;
    margin-right: 20px;
    height: 1rem;
    text-align: center;
    cursor: pointer;
    font-size: 0.32rem;
}

.tab-module .tab-bar > div.selected {
    color: #2f6ea2;
    border-bottom: 2px solid #2f6ea2;
}

.image-mask {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3.44rem;
}

.bd_weixin_popup {
    box-sizing: content-box;
}

table {
    margin: 0 auto;
}

.router {
    font-family: cmsicon;
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #5296C9;
    color: #fff;
    padding-left: 0.26666667rem;
    padding-right: 0.26666667rem;
    padding-top: 0.13333333rem;
    padding-bottom: 0.13333333rem;
    font-size: 0.4rem;
    min-height: 0.86666667rem;
    height: auto;
    box-sizing: border-box;
}

.router .pos {
    margin-right: 0.13333333rem;
    margin-top: 1px;
}

.router .right-icon {
    margin-top: 3px;
    font-size: 0.34666667rem;
    margin-left: 0.13333333rem;
    margin-right: 0.06666667rem;
}

.router a {
    text-decoration: none;
    color: #fff;
}

.date-row {
    font-size: 0.37333333rem;
    text-align: center;
    color: #8e8e8e;
    margin-bottom: 20px;
}

/*# sourceMappingURL=mobile.css.map */
