@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 0.26rem;
    line-height: 1.7;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
}

img {
    border: 0;
    vertical-align: bottom;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
    border: none;
    font: inherit;
}

[type="search"]::-webkit-search-decoration {
    display: none;
}

input::-webkit-search-cancel-button {
    display: none;
}


h3 {
    font-size: 0.26rem;
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

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

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

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.column {
    flex-direction: column;
}

.flexcenter {
    display: flex;
    justify-content: center;
}

.mid {
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.mar_t10 {
    margin-top: 0.1rem;
}

.mar_t20 {
    margin-top: 0.2rem;
}

.mar_t30 {
    margin-top: 0.3rem;
}

.mar_t40 {
    margin-top: 0.4rem;
}

.mar_r10 {
    margin-right: 0.1rem;
}

.mar_r20 {
    margin-right: 0.2rem;
}

.pad20 {
    padding: 0.2rem 0;
}

.bor_b {
    border-bottom: solid 1px #e4e4e4;
}

.bor_b15 {
    border-bottom: solid 1px #f4f4f4;
}

.f48 {
    font-size: 0.48rem;
}

.f36 {
    font-size: 0.36rem;
}

.f32 {
    font-size: 0.32rem;
}

.f30 {
    font-size: 0.3rem;
}

.f28 {
    font-size: 0.28rem;
}

.f24 {
    font-size: 0.24rem;
}

.bgg {
    background: #f5f5f5;
}

.bgw {
    background: #fff;
}

.radius20 {
    border-radius: 0.2rem;
}

.radius10 {
    border-radius: 0.1rem;
}

.gray6 {
    color: #666;
}

.gray8 {
    color: #888;
}

.gray9 {
    color: #999;
}

.white {
    color: #fff;
}

.hide {
    display: none;
}

.wrap_box {
    color: #333;
}

.content {
    padding: 0 0.24rem;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.hidden {
    overflow: hidden;
}

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

/*header*/
.form_list {
    margin-bottom: 0.3rem;
}

.form_txt {
    background: #eee;
    padding: 0.2rem 0.3rem;
    border-radius: 0.2rem;
}

.input,
.select {
    background: none;
    border: none;
}

.yzm {
    width: 2rem;
    background: green;
    color: #fff;
    line-height: 0.5rem;
    border-radius: 0.1rem;
    border: none;
}

/*选择地区*/
.express-area {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.express-area a {
    display: block;
}

.express-area dl {
    position: relative;
    color: #4d525d;
}

.express-area dl dt {
    position: absolute;
    top: 0;
    left: 0;
}

.express-area dl dd {
    text-align: justify;
}

/*选择地区弹层*/
.express-area-box {
    position: absolute;
    bottom: -100%;
    left: 50%;
    z-index: 15;
    width: 320px;
    margin-left: -160px;
    background-color: #fff;
    border-radius: 6px 6px 0;
    color: #4d525d;
    position: fixed;
    left: 0px;
    width: 100%;
    margin-left: 0px;
}

.express-area-box header {
    position: relative;
    border-radius: 6px 6px 0;
    border-bottom: 1px solid #e2e2e2;
}

.express-area-box header h3 {
    text-align: center;
    padding: 0.3rem 0;
}

.express-area-box header .back,
.express-area-box header .close {
    position: absolute;
    top: 0;
}

.express-area-box header .back {
    display: none;
    left: 0;
}

.express-area-box header .close {
    right: 0;
}

.express-area-box article {
    height: 200px;
    overflow-y: scroll;
}

.area-list li {
    text-align: justify;
    padding: 0 15px;
}

@media (min-width: 721px) and (max-width: 1300px) {
    .express-area-box article {
        height: 120px;
    }
}

@media (max-width: 720px) {
    .express-area-box {
        position: fixed;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}

/*遮罩层*/
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/*
 * 修改
                     	作者：1037022907@qq.com
                     	时间：2018-08-30
                     	描述：

* */
.selet-area-wrap {
    display: -webkit-box;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    background: #F1F1F1;
}

.selet-area-wrap p {
    -webkit-box-flex: 1;
    text-align: center;
    width: 100%;
}

.selet-area-wrap span {
    display: inline-block;
    text-align: center;
    padding-left: 0;
    position: relative;
    width: auto;
}

.selet-area-wrap span.current {
    color: #449FFF;
}

.selet-area-wrap span.current:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #449fff;
    top: 44px;
}

.hot-city {
    padding: 0 15px;
}

.hot-city p {
    color: #bbb;
}

.hot-city ul {
    padding: 0 15px;
}

.hot-city li {
    display: inline-block;
    width: 17.7%;
    text-align: center;
    margin: 0% 3%;
    /*line-height: 20px;
      height: 20px;*/
}

.button {
    height: 1rem;
    background: green;
    color: #fff;
    margin: 0.3rem 0;
    border-radius: 0.2rem;
}
