:root {
    /* 文字色彩 */
    --colorTextContent: #333333;
    --colorTestSupport: #666666;
    --colorTextLgiht: #999999;
    --colorBorderBasic: #cccccc;
    --colorBorderInput: #dcdcdc;
    --colorBackgroundInput: #fafafa;
    --colorBackgroundLight: #f7f7f7;
    /* 主色 */
    --colorRed: #b0393d;
    --colorOrange: #eb973e;
    --colorBlue: #00558e;
    --colorDeepBlue: #2b5883;
    --colorLightBlue: #4e91d2;
    --colorYellow: #d6b158;
    --colorWhite: #fff;
    --colorPink: #cd6d6d;
    --colorGreen: #48a195;
    --colorDarkGreen: #69958f;
    /* 字体 */
    --titleMain: .9rem;
    --textMain: .85rem;
    --titlePart: .8rem;
    --textPart: .75rem;
    --textContentBig: .7rem;
    --textContentMiddle: .65rem;
    --textContentSmall: .6rem;
}

* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    color: var(--colorLightBlue);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

header {
    padding: 2% 2% 0 2%;
}

input {
    border: none;
    outline: none;
}

button {
    outline: none;
    border: none;
}

header img {
    width: 45%;
}

body {
    font-size: var(--textPart);
    /* background: #eef2f5; */
    background-attachment: fixed;
    background-size: 100%;
}

i {
    position: relative;
    display: inline-block;
}

p {
    margin: 0;
    color: var(--colorTextContent);
}

.clearFix:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

#app {
    position: relative;
    bottom: 0;
    min-height: 100vh;
    /* padding-bottom: 9rem; */
    box-sizing: border-box;
}

#app .banner {
    width: 100%;
    font-size: 0;
    background-color: var(--colorBlue);
}

#app .banner img {
    width: 100%;
}

#app .center {
    width: auto;
    position: relative;
    padding: .5rem 1rem;
    padding-bottom: 1rem;
    margin: 0 .5rem;
    border-radius: .25rem;
    background: var(--colorWhite);
    overflow: hidden;
}

#app .van-picker {
    position: fixed;
    border-radius: .15rem .15rem 0 0;
    z-index: 3000;
    left: 0;
    bottom: 0;
    right: 0;
}

#app .footer_depart {
    /* position: absolute;
    bottom: 7rem; */
    width: 100%;
    height: 1.8rem;
    text-align: center;
    font-size: var(--textContentSmall);
    padding: .3rem 0;
}

#app .footer_depart p {
    color: var(--colorTextLgiht);
}

#app .van-tab--active {
    color: var(--colorBlue);
}

#app .van-picker__frame,
.van-picker__loading .van-loading {
    width: 80%;
    margin: 0 10% !important;
    border-top: 1px solid var(--colorBorderBasic);
    border-bottom: 1px solid var(--colorBorderBasic) !important;
}

#app .loading {
    text-align: center;
}

#app .loading span {
    display: block;
    margin: .3rem auto;
}

#app .loading .van-popup--center {
    padding: 1rem;
    border-radius: .2rem;
}

#app .nores .van-popup--center {
    border-radius: .2rem;
    font-size: var(--textContentBig);
}

#app .nores .van-popup--center img {
    display: block;
    width: 75%;
    height: 75%;
    margin: 2rem auto;
}

#app .nores .van-popup--center p {
    margin: 1.5rem 0px;
    text-align: center;
}

.van-picker__cancel,
.van-picker__confirm {
    height: 44px;
    line-height: 44px;
    outline: none;
    border: 0;
    background: #fff;
}

#app .maowen {
    position: relative;
    padding: 1rem 1.5rem;
    background: #f7faff;
    font-size: var(--textContentBig);
}

#app .maowen p {
    color: var(--colorBlue);
    text-align: justify;
}

#app .maowen .icon_maowen1,
#app .maowen .icon_maowen2 {
    position: absolute;
    width: .5rem;
    height: .5rem;
}

#app .maowen .icon_maowen1 {
    left: .5rem;
    top: .5rem;
    background: url(../images/icon_maowen1.png) no-repeat center;
    background-size: 100% 100%;
}

#app .maowen .icon_maowen2 {
    right: .5rem;
    bottom: .5rem;
    background: url(../images/icon_maowen2.png) no-repeat center;
    background-size: 100% 100%;
}

#app .kuihuama {
    padding: 1rem 0;
    text-align: center;
}

#app .kuihuama img {
    width: 60%;
    height: auto;
}

#app .kuihuama p {
    margin: .3rem auto;
    text-align: center;
    color: #333;
    font-size: var(--titlePart);
}

[v-cloak] {
    display: none;
}

/* 重点医疗防控物资样式 */

#app .van-ellipsis {
    font-size: var(--textMain);
}

#app .van-picker__cancel {
    opacity: 0;
}

#app .van-tabs__line {
    width: 2rem !important;
    background-color: var(--colorBlue)
}

#app .mTitle,
#app .mInput,
#app .mTitle,
#app .mBtn,
#app .mCall,
#app .mquestion {
    border-bottom: 1px solid var(--colorBorderBasic);
    padding: .5rem;
}

#app .mBtn {
    border-bottom: none;
}

#app .mBtn button {
    width: 100%;
    line-height: 2rem;
    color: #fff;
    background: var(--colorBlue);
    text-align: center;
    border-radius: .2rem;
}


#app .noMore {
    text-align: center;
    font-size: var(--textContentBig);
    color: var(--colorTextLgiht);
}

#app .van-picker__title {
    color: var(--colorBlue);
}

#app .van-picker__title p {
    line-height: 22px;
    font-size: 16px;
    font-weight: 900;
}

#app .van-picker__title p.area_subtitle {
    line-height: 18px;
    font-size: 12px;
}

[v-cloak] {
    display: none;
}

#app .content_header {
    padding: .5rem;
    background: #fff;
}

#app .search {
    position: relative;
    overflow: hidden;
    margin-top: .75rem;
}

#app .search input {
    width: 100%;
    line-height: 1.8rem;
    border-radius: .9rem;
    background: #f6f6f6;
    text-indent: 1.7rem;
    font-size: .65rem;
}

#app .search .icon_search {
    position: absolute;
    top: .6rem;
    left: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/icon_20.png) no-repeat center center;
    background-size: 100% 100%;
}

#app .search_btn {
    position: absolute;
    right: 0;
    top:0;
    line-height: 1.8rem;
    margin-right: .2rem;
    color: var(--colorBlue);
}

#app .wenjuan {
    width: 100%;
    height: 3rem;
    margin-top: .5rem;
    background: url(../images/wenjuan.png) no-repeat center center;
    background-size: 100% 100%;
}

#app .tab {
    position: relative;
    overflow: hidden;
    border-radius: .15rem;
    border: 1px solid var(--colorBlue);
    margin-top: .5rem;
    font-size: 0;
}

#app .tab_item {
    position: relative;
    display: inline-block;
    width: 50%;
    line-height: 1.5rem;
    text-align: center;
    color: var(--colorBlue);
    font-size: .75rem;
}

#app .tab_active {
    background: var(--colorBlue);
    color: #fff;
}

#app .tab_content {
    padding: .5rem;
}

pre {
    display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    text-align: justify;
}

em {
    font-style: normal;
    color: var(--colorRed)
}

#app .item_title {
    color: var(--colorTextContent);
    font-size: var(--titleMain);
    font-weight: 700;
    line-height: 2rem;
}

#app .category_label {
    float: left;
    position: relative;
    display: inline-block;
    line-height: var(--textContentBig);
    padding: .25rem;
    margin: .5rem 0;
    margin-right: .5rem;
    border: 1px solid var(--colorBlue);
    border-radius: .1rem;
    color: var(--colorBlue);
    font-size: var(--textContentBig);
}

#app .subitem {
    line-height: 1rem;
    padding: .5rem 0;
    font-size: var(--textContentBig);
    color: var(--colorTextLgiht);
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

#app .subitem:last-child {
    border-bottom: none;
}

#app .noborder {
    border-bottom: none;
}

#app .si_title {
    float: left;
    width: 4.5em;
    min-height: 1rem;
    margin-right: 15px;
}

#app .si_data {
    float: left;
    width: 65%;
}

#app .si_datahandle {
    color: var(--colorBlue);
}

#app .margin_bottom {
    height: .5rem;
    background: #f5f5f5;
}

#app [class*=van-hairline] {
    border-radius: .1rem;
    margin-top: .5rem;
    border-bottom: none;
}

#app [class*=van-hairline]:first-child {
    margin-top: 0;
}

#app .bottom_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem;
    background: #fff;
}

#app .bottom_btn button {
    line-height: 2.5rem;
    background: var(--colorBlue);
    color: #fff;
}

#app .banner_check {
    width: 100%;
    font-size: 0;
}

#app .banner_check img {
    width: 100%;
}

#app .check_content {
    padding: .5rem;
    border-radius: .1rem;
    margin: .75rem .5rem;
    background: #fff;
}

#app .check_item {
    padding: .25rem 0;
}

#app .ci_title {
    color: #333333;
    line-height: 1rem;
    font-size: .7rem;
}

#app .ci_input {
    width: 60%;
    color: #333333;
    line-height: 1.6rem;
    font-size: .7rem;
}

#app .getCode {
    float: right;
    font-size: .7rem;
    line-height: 1.6rem;
    color: var(--colorBlue);
}

#app .resetCode {
    color: #666666;
}

#app .submit_itemWrap {
    padding: .5rem;
    margin: .75rem .5rem;
    background: #fff;
}

#app .submit_item {
    padding: .5rem 0;
    border-bottom: 1px solid #E7E7E7;
    line-height: 1rem;
    color: #333;
    font-size: var(--textContentBig);
}

#app .submit_item:last-child {
    border-bottom: none;
}

#app .submit_item_details {
    overflow: hidden;
}

#app .submit_item_input {
    width: 100%;
}

#app .submit_item_btn {
    float: right;
    color: var(--colorBlue);
}

#app .submit_item_textarea {
    width: 100%;
    height: 5rem;
    resize: none;
    border: none;
}

#app .input_counter {
    float: right;
}

#app .submit_item_details font {
    color: var(--colorBlue);
}

#app .picker_item {
    position: fixed;
    border-radius: .15rem .15rem 0 0;
    z-index: 3000;
    left: 0rem;
    bottom: 0;
    right: 0rem;
    background: #fff;
}

#app .picker_itemtitle {
    line-height: 1rem;
    padding: .75rem .5rem;
    border-bottom: 1px solid #E7E7E7;
    font-size: .9rem;
    font-weight: 900;
}

#app .picker_itemlist {
    padding: .5rem;
    overflow: hidden;
}

#app .source_type_item {
    line-height: 2rem;
    border: 1px solid #E7E7E7;
    border-radius: .25rem;
    margin: .5rem 0;
    color: #999999;
    text-align: center;
}

#app .company_property_item {
    float: left;
    width: 31%;
    line-height: 2rem;
    border: 1px solid #E7E7E7;
    border-radius: .25rem;
    margin: .5rem 0;
    margin-right: 3%;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
}

#app .company_property_item:last-child {
    margin-right: 0;
}

#app .source_category_item {
    float: left;
    width: 47%;
    line-height: 2rem;
    border: 1px solid #E7E7E7;
    border-radius: .25rem;
    margin: .5rem 0;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
}

#app .source_category_item:nth-child(odd) {
    margin-right: 5%;
}

#app .selected {
    color: var(--colorBlue);
    border-color: var(--colorBlue);
}

#app .alert_item {
    position: fixed;
    border-radius: .15rem;
    z-index: 3000;
    top: 40%;
    left: 15%;
    right: 15%;
    background: #fff;
    text-align: center;
}

#app .alert_title {
    line-height: 2rem;
    padding: .5rem 0;
    border-bottom: 1px solid #E7E7E7;
    font-size: .8rem;
}

#app .alert_content {
    padding: .75rem .5rem;
}

#app .submit_confirm {
    overflow: hidden;
}

#app .confirm_item {
    float: left;
    width: 50%;
    line-height: 2rem;
    border: 1px solid var(--colorBlue);
    box-sizing: border-box;
}

#app .confirm_item.cancel {
    color: #fff;
    background: var(--colorBlue);
    border-radius: .15rem 0 0 .15rem;
}

#app .confirm_item.submit {
    color: var(--colorBlue);
    background: #fff;
    border-radius: 0 .15rem .15rem 0;
}

#app .success_btn {
    width: 100%;
    line-height: 2rem;
    background: var(--colorBlue);
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: .2rem;
}

#app .icon_success {
    position: relative;
    display: inline-block;
    top: .5rem;
    width: 2rem;
    height: 2rem;
    background: url(../images/icon_success.png) no-repeat center center;
    background-size: 100% 100%;
}

.van-dialog__message {
    font-size: .8rem;
}

#app .icon_search {
    width: .5rem;
    height: .5rem;
    margin-right: .5rem;
    background: url(../images/icon_search.png) no-repeat center center;
    background-size: 100% 100%;
}

#app .bottom_btn button.ex_btn {
    margin-top: .5rem;
    background: #fff;
    color: var(--colorBlue);
    border: 1px solid var(--colorBlue);
    box-sizing: border-box;
}

#app .btn_cuohe {
    width: 100%;
    line-height: 2rem;
    color: #333;
    background: #fff;
    text-align: center;
    border-radius: .2rem;
    background: var(--colorBlue);
    color: #fff;
}
#app .van-picker__frame, .van-picker__loading .van-loading {
    border-top: 1px solid #333333 !important;
    border-bottom: 1px solid #333333 !important;
}