
html {
    background: #f5f5f5;
    font-family: "微软雅黑";
    font-size: 16px;
}
.header-top div> li {
    cursor: pointer;
}
li {
    list-style: none;
}

.content {
    background: #FFFFFF;
    min-height: 550px;
}
.contentTop {
    display: flex;
    width: 100%;
}
.contentTopLeft {}
.contentTopRight {
    display: inline-block;
}
.containerWrap{
    width:960px;
    margin:0 auto;
    background:#fff;
    z-index: 100;
}

.header {
    overflow: hidden;
    height: 100px;
    background: #fff;
    border-bottom: 1px dashed #dedede;
    margin-bottom: 20px;
}

.logo {
    float: left;
    padding: 7px 0 0 30px;
}

.navList {
    float: right;
    padding-right: 30px;
}

.navList ul {
    margin: 0;
}

.severHot {
    text-align: right;
    font-size: 14px;
    color: #999;
    padding: 16px 15px 5px 15px;
}

.navList li {
    display: inline-block;
}

.navList li a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding: 0 15px 5px;
    cursor: pointer;
    border: 2px solid #fff;
}

.navList li a:hover {
    color: #006acc;
    text-decoration: none;
}

.navList li.selected {}

.navList li.selected a {
    font-weight: bold;
    color: #006acc;
    border-bottom: 2px solid #006acc;
}

.navList li.selected a:hover {
    color: #006acc;
}

.footer {
    background: #273037;
    padding: 10px;
}

.footer p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
    font-family: "Microsoft YaHei"
}

.vertical-bar {
    display: inline-block;
    width: 1px;
    margin: 0 12px;
    height: 16px;
    background: #E6E6E6;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.line-bar {
    display: inline-block;
    width: 64px;
    height: 1px;
    background: #E6E6E6;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}


html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: Helvetica, Arial;
    word-break: break-all;
}

html,
body {
    height: 100%;
    overflow: hidden;
}

.font-yahei {
    font-family: "微软雅黑";
}

body>.main {
    overflow-y: auto;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}

ul,
ol {
    list-style: none
}

a img {
    border: none;
}

a,
a:link {
    text-decoration: none;
    color: #333
}

.overflow_elsp{
    overflow: hidden;
    text-overflow: ellipsis;
    /*弹性伸缩盒子模型显示*/
    display: -webkit-box;
    /*限制在一个块元素显示的文本的行数*/
    -webkit-line-clamp: 1;
    /*设置或检索伸缩盒子对象的子元素的排列方式*/
    -webkit-box-orient: vertical;
    font-size: 22px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

button {
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0 none;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}

button::-moz-focus-inner {
    padding: 0
}

textarea,
input {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0px;
}

input[type=number] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    margin-bottom: 0px;
}

input[type=search] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    margin-bottom: 0px;
}

input[type=text] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    margin-bottom: 0px;
    box-shadow: none !important;
}

input[type=tel] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    margin-bottom: 0px;
}

input[type=button] {
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 0px;
}

input[type=password] {
    -webkit-text-security: disc;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    margin-bottom: 0px;
    box-shadow: none !important;
}

input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
}

textarea:focus,
input:focus,
button:focus {
    outline: none
}

body {
    word-wrap: break-word;
    font-size: 14px;
    /* color: #000; */
    line-height: 1.5;
    font-family: Helvetica
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
}

[v-cloak] {
    opacity: 0 !important;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

.inline_div {
    display: inline-block;
}

.block {
    display: block !important;
}

/*全局CSS*/
.hide {
    display: none;
}

.show {
    display: block;
}

.bgimg_mid {
    background-position: center;
    background-repeat: no-repeat;
}

.overflow_auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.overflow_hide {
    overflow: hidden;
}

/*flex布局*/
.flex_dom {
    display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
}

.flex_column {
    display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.flex_1 {
    flex: 1;
    -webkit-flex: 1;
    display: block;
    min-width: 0;
}

.flex_2 {
    flex: 2;
    -webkit-flex: 2;
    display: block;
    min-width: 0;
}

.flex_3 {
    flex: 3;
    -webkit-flex: 3;
    display: block;
    min-width: 0;
}

.flex_4 {
    flex: 4;
    -webkit-flex: 4;
    display: block;
    min-width: 0;
}

.flex_5 {
    flex: 5;
    -webkit-flex: 5;
    display: block;
    min-width: 0;
}

.flex_item_between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex_item_around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flex_item_mid {
    align-items: center;
    -webkit-align-items: center;
}

.flex_item_stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
}

.flex_item_center {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex_wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

/*三角*/
.sanjiao-top {
    display: inline-block;
    border-bottom: 8px solid #000;
    border-bottom-color: initial;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.sanjiao-bottom {
    display: inline-block;
    border-top: 8px solid #000;
    border-top-color: initial;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.sanjiao-left {
    display: inline-block;
    border-right: 8px solid #000;
    border-right-color: initial;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.sanjiao-right {
    display: inline-block;
    border-left: 8px solid #000;
    border-left-color: initial;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

/*字体和背景颜色库*/
.bg-fff {
    background-color: #fff !important
}

.bg-f1 {
    background-color: #f1f1f1 !important
}

.bg-f7 {
    background-color: #F7F7F7 !important
}

.bg-000 {
    background-color: #000000 !important
}

.bg-333 {
    background-color: #333333 !important
}

.bg-ddd {
    background-color: #DDDDDD !important
}

.bg-666 {
    background-color: #666666 !important
}

.bg-999 {
    background-color: #999999 !important
}

.bg-eee {
    background-color: #EEEEEE !important
}

.bg-f5 {
    background-color: #f5f5f5
}

.bg-red {
    background-color: #FF0000 !important
}

.bg-orange {
    background-color: #ffa127 !important
}

.bg-yellow {
    background-color: #f5bc24 !important
}

.bg-green {
    background-color: #008000 !important;
}

.bg-lightgreen {
    background-color: #90EE90 !important;
}

.bg-blue {
    background-color: #0a669b !important;
}

.bg-purple {
    background-color: #800080 !important;
}

.bg-mengban {
    background-color: rgba(68, 68, 68, 0.6);
}
.bg-D0000F {
    background-color: #D0000F;
}
.bg-f5f5f5 {
    background-color: #f5f5f5;
}

/**********阴影色***********/
.shadow_fff {
    box-shadow: 0px 2px 3px #fff;
}

.shadow_f1 {
    box-shadow: 0px 2px 3px #f1f1f1;
}

.shadow_f7 {
    box-shadow: 0px 2px 3px #f7f7f7;
}

.shadow_000 {
    box-shadow: 0px 2px 3px #000;
}

.shadow_333 {
    box-shadow: 0px 2px 3px #333;
}

.shadow_ddd {
    box-shadow: 0px 0px 5px #ddd;
}

.shadow_666 {
    box-shadow: 0px 2px 3px #666;
}

.shadow_999 {
    box-shadow: 0px 2px 3px #999;
}

.shadow_red {
    box-shadow: 0px 2px 3px #FF0000;
}

.shadow_orange {
    box-shadow: 0px 2px 3px #f8b03f;
}

.shadow_yellow {
    box-shadow: 0px 2px 3px #f5bc24;
}

.shadow_green {
    box-shadow: 0px 2px 3px #008000;
}

.shadow_lightgreen {
    box-shadow: 0px 2px 3px #90EE90;
}

.shadow_purple {
    box-shadow: 0px 2px 3px #800080;
}

.shadow_orange {
    box-shadow: 0px 2px 3px #f8b03f;
}


/*字体样式库*/
.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.font-w5 {
    font-weight: 500;
}

.font-w6 {
    font-weight: bold;
}

.color-ccc {
    color: #ccc !important
}

.color-eee {
    color: #eee !important
}

.color-fff {
    color: #fff !important
}

.color-000 {
    color: #000 !important
}

.color-333 {
    color: #333 !important
}

.color-555 {
    color: #555 !important
}

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

.color-999 {
    color: #999 !important
}

.color-parent {
    color: inherit !important
}


.color-red {
    color: #f35e57 !important
}

.color-orange {
    color: #ffa127 !important
}

.color-yellow {
    color: #f5bc24 !important;
}

.color-green {
    color: #32c52a !important;
}

.color-lightgreen {
    color: #90EE90 !important;
}

.color-blue {
    color: #3569c5 !important;
}

.color-gray {
    color: #999999 !important;
}


.font0 {
    font-size: 0px !important;
}

.font0>* {
    font-size: initial;
    display: inline-block;
}

.font10 {
    font-size: 10px !important;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font24 {
    font-size: 24px !important;
}

.font26 {
    font-size: 26px !important;
}

.font30 {
    font-size: 30px !important;
}

.font32 {
    font-size: 32px !important;
}

.font34 {
    font-size: 34px !important;
}

.font36 {
    font-size: 36px !important;
}

.font38 {
    font-size: 38px !important;
}

.font40 {
    font-size: 40px !important;
}

.font42 {
    font-size: 42px !important;
}

.font44 {
    font-size: 44px !important;
}

/*rem*/
.font14r {
    font-size: .14rem !important;
}

.font15r {
    font-size: .15rem !important;
}

.font16r {
    font-size: .16rem !important;
}

.font18r {
    font-size: .18rem !important;
}

.font20r {
    font-size: .2rem !important;
}

.font22r {
    font-size: .22rem !important;
}

.font24r {
    font-size: .24rem !important;
}

.font25r {
    font-size: .25rem !important;
}

.font26r {
    font-size: .26rem !important;
}

.font28r {
    font-size: .28rem !important;
}

.font30r {
    font-size: .3rem !important;
}

.font32r {
    font-size: .32rem !important;
}

.font34r {
    font-size: .34rem !important;
}

.font36r {
    font-size: .36rem !important;
}

.font38r {
    font-size: .38rem !important;
}

.font40r {
    font-size: .40rem !important;
}

.font42r {
    font-size: .42rem !important;
}

.font44r {
    font-size: .44rem !important;
}

/*margin,padding 相关*/
.m-b-no {
    margin-bottom: 0 !important;
}

.m-t-no {
    margin-top: 0 !important;
}

.m-l-no {
    margin-left: 0 !important;
}

.m-r-no {
    margin-right: 0 !important;
}

.marg0 {
    margin: 0 !important;
}

.marg5 {
    margin: 5px !important;
}

.marg10 {
    margin: 10px !important;
}

.marg15 {
    margin: 15px !important;
}

.marg20 {
    margin: 20px !important;
}

.marg25 {
    margin: 25px !important;
}

.marg30 {
    margin: 30px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-v-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.m-v-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-v-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-v-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-v-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.m-v-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.m_both5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.m_both10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.m_both15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.m_both20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.m_both25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.m_both30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.m-l-5r {
    margin-left: 0.05rem !important;
}

.m-l-10r {
    margin-left: .1rem !important;
}

.m-l-15r {
    margin-left: .15rem !important;
}

.m-l-20r {
    margin-left: .20rem !important;
}

.m-l-25r {
    margin-left: .25rem !important;
}

.m-l-30r {
    margin-left: .30rem !important;
}

.m-r-5r {
    margin-right: .05rem !important;
}

.m-r-10r {
    margin-right: .10rem !important;
}

.m-r-15r {
    margin-right: .15rem !important;
}

.m-r-20r {
    margin-right: .20rem !important;
}

.m-r-25r {
    margin-right: .25rem !important;
}

.m-r-30r {
    margin-right: .30rem !important;
}

.m-t-5r {
    margin-top: .05rem !important;
}

.m-t-10r {
    margin-top: .10rem !important;
}

.m-t-15r {
    margin-top: .15rem !important;
}

.m-t-20r {
    margin-top: .20rem !important;
}

.m-t-25r {
    margin-top: .25rem !important;
}

.m-t-30r {
    margin-top: .30rem !important;
}

.m-t-35r {
    margin-top: .35rem !important;
}

.m-t-40r {
    margin-top: .40rem !important;
}

.m-t-45r {
    margin-top: .45rem !important;
}

.m-t-50r {
    margin-top: .50rem !important;
}

.m-t-60r {
    margin-top: .60rem !important;
}

.m-t-70r {
    margin-top: .70rem !important;
}

.m-t-80r {
    margin-top: .80rem !important;
}

.m-t-90r {
    margin-top: .90rem !important;
}

.m-b-5r {
    margin-bottom: .05rem !important;
}

.m-b-10r {
    margin-bottom: .10rem !important;
}

.m-b-15r {
    margin-bottom: .15rem !important;
}

.m-b-20r {
    margin-bottom: .20rem !important;
}

.m-b-25r {
    margin-bottom: .25rem !important;
}

.m-b-30r {
    margin-bottom: .30rem !important;
}

.m-b-35r {
    margin-bottom: .35rem !important;
}

.m-b-40r {
    margin-bottom: .40rem !important;
}

.m-b-45r {
    margin-bottom: .45rem !important;
}

.m-v-5r {
    margin-top: .05rem !important;
    margin-bottom: .05rem !important;
}

.m-v-10r {
    margin-top: .10rem !important;
    margin-bottom: .10rem !important;
}

.m-v-15r {
    margin-top: .15rem !important;
    margin-bottom: .15rem !important;
}

.m-v-20r {
    margin-top: .20rem !important;
    margin-bottom: .20rem !important;
}

.m-v-25r {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.m-v-30r {
    margin-top: .30rem !important;
    margin-bottom: .30rem !important;
}

.m_both02r {
    margin-left: .2rem !important;
    margin-right: .2rem !important;
}

.m_both5r {
    margin-left: .05rem !important;
    margin-right: .05rem !important;
}

.m_both10r {
    margin-left: .10rem !important;
    margin-right: .10rem !important;
}

.m_both15r {
    margin-left: .15rem !important;
    margin-right: .15rem !important;
}

.m_both20r {
    margin-left: .20rem !important;
    margin-right: .20rem !important;
}

.m_both25r {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.m_both30r {
    margin-left: .30rem !important;
    margin-right: .30rem !important;
}

/*rem margin*/
.mb01 {
    margin-bottom: .1rem;
}

.mb015 {
    margin-bottom: .15rem;
}

.mb02 {
    margin-bottom: .2rem;
}

.mb03 {
    margin-bottom: .3rem;
}

.mb04 {
    margin-bottom: .4rem;
}

.mb05 {
    margin-bottom: .5rem;
}

.ml01 {
    margin-left: .1rem;
}

.ml02 {
    margin-left: .2rem;
}

.ml03 {
    margin-left: .3rem;
}

.mr01 {
    margin-right: .1rem;
}

.mr02 {
    margin-right: .2rem;
}

.mr03 {
    margin-right: .3rem;
}

.mt01 {
    margin-top: .1rem;
}

.mt02 {
    margin-top: .2rem;
}

.mt03 {
    margin-top: .3rem;
}

.mt04 {
    margin-top: .4rem;
}

.p-l-no {
    padding-left: 0 !important;
}

.p-r-no {
    padding-right: 0 !important;
}

.p-t-no {
    padding-top: 0 !important;
}

.p-b-no {
    padding-bottom: 0 !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.p-t-full {
    padding-top: 100% !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

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

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.min_hgt02r {
    min-height: 0.2rem;
}

.min_hgt03r {
    min-height: 0.3rem;
}

.min_hgt04r {
    min-height: 0.4rem;
}

.min_hgt05r {
    min-height: 0.5rem;
}

.min_hgt06r {
    min-height: 0.6rem;
}

.min_hgt07r {
    min-height: 0.7rem;
}

.min_hgt08r {
    min-height: 0.8rem;
}

.min_hgt09r {
    min-height: 0.9rem;
}

.min_hgt10r {
    min-height: 1rem;
}

.min_hgt20r {
    min-height: 2rem;
}

.min_hgt30r {
    min-height: 3rem;
}

.min_hgt40r {
    min-height: 4rem;
}

.min_hgt50r {
    min-height: 5rem;
}

.min_hgt60r {
    min-height: 6rem;
}

.min_hgt70r {
    min-height: 7rem;
}

.min_hgt80r {
    min-height: 8rem;
}

.min_hgt90r {
    min-height: 9rem;
}

.min_hgt100r {
    min-height: 10rem;
}

.max_hgt20 {
    max-height: 20px;
}

.max_hgt25 {
    max-height: 25px;
}

.max_hgt30 {
    max-height: 30px;
}

.max_hgt35 {
    max-height: 35px;
}

.max_hgt40 {
    max-height: 40px;
}

.max_hgt50 {
    max-height: 50px;
}

.max_hgt100 {
    max-height: 100px;
}

.max_hgt02r {
    max-height: 0.2rem;
}

.max_hgt03r {
    max-height: 0.3rem;
}

.max_hgt04r {
    max-height: 0.4rem;
}

.max_hgt05r {
    max-height: 0.5rem;
}

.max_hgt06r {
    max-height: 0.6rem;
}

.max_hgt07r {
    max-height: 0.7rem;
}

.max_hgt08r {
    max-height: 0.8rem;
}

.max_hgt09r {
    max-height: 0.9rem;
}

.max_hgt10r {
    max-height: 1rem;
}

.max_hgt20r {
    max-height: 2rem;
}

.max_hgt30r {
    max-height: 3rem;
}

.max_hgt40r {
    max-height: 4rem;
}

.max_hgt50r {
    max-height: 5rem;
}

.max_hgt60r {
    max-height: 6rem;
}

.max_hgt70r {
    max-height: 7rem;
}

.max_hgt80r {
    max-height: 8rem;
}

.max_hgt90r {
    max-height: 9rem;
}

.max_hgt100r {
    max-height: 10rem;
}
 /* 弹出层*/

.dialog {border-radius:0;border:0 solid #ebebeb;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,0.3);}
.dialog .dialog-head {font-size:18px;border-bottom:0;background:#FFF;color:#383838;}
.dialog .dialog-head .close {float:right;line-height:24px}
.dialog .dialog-body{padding:10px 40px 40px 40px;}
.dialog-body h3 {font-size:24px;font-weight:600;color:#333;margin-bottom:10px}
.dialog-body .form-group {padding-bottom:20px}
.dialog-body .input{height:48px;line-height:24px;padding:0 12px;border:1px solid #ebebeb;width:100%;display:block;border-radius:0px;-webkit-appearance:none;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;background:transparent;}
.dialog-body .textarea {padding:10px 12px;line-height:24px;width:100%;background:transparent;border:1px solid #ebebeb;}
.dialog-body .label {padding-bottom:10px;display:block;line-height:24px;}
.dialog-body .label label {font-weight:400;}
.dialog-body select {padding:0 30px 0 8px;color:#ADADAD;border-radius:0px;width: 100%; height:48px;line-height:48px;border:solid 1px #ebebeb;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/select-down.png) no-repeat right 50%;}
.dialog-body .form-tips .dialog-body .input-help ul {border:solid 0px #ebebeb;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.dialog-body .input::-webkit-input-placeholder, .dialog-body .textarea::-webkit-input-placeholder {color: #6E6E6E;}
.dialog-body .input:-moz-placeholder, .dialog-body .textarea:-moz-placeholder {color: #6E6E6E;}
.dialog-body .input::-moz-placeholder, .dialog-body .textarea::-moz-placeholder {color: #6E6E6E;}
.dialog-body .input:-ms-input-placeholder, .dialog-body .textarea:-ms-input-placeholder {color: #6E6E6E;} 
.dialog-body .input-group .addon {background-color:#fff;border:0px solid #EBEBEB;border-radius:0px;line-height:1;padding:0;text-align:center}
.dialog-body .input-group .addon img{max-height:50px}
 /* 弹出层 end*/