*,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

html {
    overflow-x: hidden;
    height: 100%;
    min-width: 320px;
    font-size: 50px;
}

body {
    background: #f5f5f5;
    color: #000;
    font-size: 0.3em;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    line-height: 1;
}

.select select:focus,
.stepper .btn,
.stepper input,
a,
a:active,
a:hover,
button:focus,
input.input-weak:focus {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

em,
i {
    font-style: normal;
}

li,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: #323232;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

select,
textarea {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

img {
    vertical-align: top;
    margin-top: -1px;
}

input:focus,
select:focus {
    outline: none;
}


/*去掉苹果input样式*/

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea,
input {
    -webkit-appearance: none!important;
}

.more-ico {
    position: relative;
}

.more-ico::before {
    position: absolute;
    top: 40%;
    right: 0;
    display: block;
    margin-top: 0.02rem;
    width: 0.4em;
    height: 0.4em;
    border-bottom: 0.02rem solid #909092;
    border-left: 0.02rem solid #909092;
    content: "";
    transform: translateY(-50%) scaleY(1.2) rotateZ(-135deg);
}


/*去掉记住密码input样式*/

input:-webkit-autofill {
    -webkit-text-fill-color: #222 !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #222;
}

input:focus {
    outline: none;
}

.none {
    display: none;
}

.fixed .search {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #fff;
    border-radius: 0.24rem;
    padding: 0.24rem 0 0 0.24rem;
    margin-top: -0.3rem;
    z-index: 2;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.fixed .search .search-ipt-65 {
    position: relative;
    width: 63%;
    margin-right: 0.24rem;
}

.fixed .search .search-ipt-65 .san::after {
    position: absolute;
    right: 0.2rem;
    top: 0.15rem;
    transform: rotate(180deg);
}

.fixed .search .search-ipt-65::before {
    content: "";
    display: inline-block;
    background: url(../img/date_ico3.png) no-repeat;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100%;
    position: absolute;
    left: 0.24rem;
    top: 0.15rem;
    z-index: 2;
}

.fixed .search .search-ipt-30 {
    width: 30%;
    margin-right: 0.24rem;
}

.fixed .search .search-ipt-100 {
    width: 100%;
    margin-right: 0.24rem;
}

.fixed .search .search-ipt-100 span {
    width: 1rem;
    color: #606266;
    font-size: 0.26rem;
    margin-left: 0.28rem;
}

.fixed .search .search-btn {
    background: #f5f5f5;
    border-radius: 0.32rem;
    padding-left: 0.65rem;
    color: #919398;
}

.fixed .search .search-ico {
    position: relative;
}

.fixed .search .search-ico::after {
    position: absolute;
    left: 0.24rem;
    top: 0.15rem;
    content: "";
    display: inline-block;
    background: url(../img/search.png) no-repeat;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100%;
}


/*搜索*/

.search-ipt-65 .el-input__inner {
    border-radius: 0.34rem!important;
    padding-left: 0.6rem;
}

.search-ipt-100 .is-active .el-input__inner,
.search-ipt-65 .is-active .el-input__inner,
.search-ipt-30 .is-active .el-input__inner {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0.34rem 0.34rem 0 0!important;
}

.search-ipt-100 .el-input__inner {
    height: 33px;
    line-height: 33px;
}

.search-ipt-100 .is-active::before,
.search-ipt-65 .is-active::before,
.search-ipt-30 .is-active::before {
    content: "";
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    height: 0.25rem;
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    right: 0;
}


/* .search-ipt-65 .is-active::before {
  background: url(../../assets/images/san2.png) no-repeat;
} */

.search-ipt-30 .is-active::after {
    transform: rotate(0deg);
}

.search-ipt-100 .el-input__inner,
.search-ipt-30 .el-input__inner {
    background: #f5f5f5;
    border-radius: 0.34rem!important;
    border: 1px solid #f5f5f5;
}

.search-ipt-100 .el-form-item__content {
    display: flex;
}

.search-dep-con span.el-radio__input {
    float: right;
    display: none;
}

.search-dep-con span.is-checked {
    display: block;
    position: relative;
    top: 0.2rem;
}

.search-dep-con .el-radio__input.is-checked .el-radio__inner {
    background: none;
    border: none;
}

.search-dep-con .el-radio__input.is-checked .el-radio__inner::after {
    content: "";
    display: inline-block;
    background: url(../img/right.png) no-repeat;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 100%;
}

.search-ico .el-input__inner {
    padding-left: 0.6rem;
}

.el-collapse .el-icon-arrow-up:before,
.san::after {
    content: ""!important;
    display: inline-block;
    background: url(../img/san.png) no-repeat;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100%;
    position: absolute;
    top: 0.15rem;
    right: 0.2rem;
    transform: rotate(180deg);
}

.el-collapse .el-icon-arrow-right:before {
    content: ""!important;
    display: inline-block;
    background: url(../img/san.png) no-repeat;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100%;
    position: relative;
    top: 0.05rem;
    transform: rotate(-90deg);
}

.el-collapse-item__arrow {
    transform: rotate(-90deg);
}

.drawer-search .el-drawer__header,
.drawer-lexicon .el-drawer__header {
    display: none;
}

.drawer-search .el-drawer.rtl {
    background: #f6f6f6 !important;
    width: 80% !important;
    border-radius: 0.24rem 0 0 0.24rem;
    overflow-y: auto;
}

.drawer-search .search-date-btn {
    position: fixed;
    left: 20%;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 0.2rem 0.32rem 0.4rem;
    border-top: 1px solid #dcdcdc;
    z-index: 3;
}

.drawer-search .el-drawer__body,
.drawer-lexicon .el-drawer__body {
    padding-bottom: 1.4rem;
}

.drawer-search .drawer-box {
    background: #fff;
    border-radius: 0.24rem;
    padding: 0 0.32rem 0.32rem;
    margin-bottom: 0.24rem;
}

.drawer-search .drawer-box h3 {
    font-size: 0.28rem;
    color: #303133;
    margin: 0 0 0.08rem;
    padding-top: 0.32rem;
}

.drawer-search .drawer-box .drawer-date {
    display: flex;
    align-items: center;
}

.drawer-search .drawer-box .drawer-date em {
    margin: 0 0.1rem;
}

.el-date-editor .el-input__inner {
    height: .64rem;
    line-height: .64rem;
}

.el-icon-date:before {
    position: relative;
    top: -.03rem;
}

.pt65 {
    padding-top: 0.65rem!important;
}

.drawer-box .el-input__inner {
    background: #f5f5f5;
    border-radius: 0.34rem;
    border: 1px solid #f5f5f5;
    margin-top: 0.16rem;
}

.drawer-box .el-date-editor .el-input {
    width: 95%;
}

.drawer-box .el-date-editor .el-input__inner {
    text-align: center;
}

.drawer-box .el-date-editor .el-input__prefix,
.drawer-box .el-date-editor .el-input__suffix {
    top: 0.1rem;
}

.drawer-box .el-checkbox-group {
    margin-top: 0.08rem;
}

.drawer-box .el-radio-group,
.search-dep-con .el-radio-group {
    width: 100%;
}

.drawer-box .el-checkbox-group .el-checkbox-button,
.drawer-box .el-radio-group .el-radio-button {
    width: 31%;
    margin: 0.16rem 3% 0 0;
}

.drawer-box .el-checkbox-group .el-checkbox-button:nth-child(3n),
.drawer-box .el-radio-group .el-radio-button:nth-child(3n) {
    margin-right: 0;
}

.search-date-con .el-radio-group {
    width: 100%;
}

.search-date-con .el-radio-group .el-radio-button {
    width: 48%;
    margin: 0.16rem 3% 0 0;
}

.search-date-con .el-radio-group .el-radio-button:nth-child(2n) {
    width: 49%;
    margin-right: 0;
}

.drawer-box .el-checkbox-group .el-checkbox-button__inner,
.el-radio-group .el-radio-button__inner {
    background: #f5f5f5!important;
    width: 100%;
    border-radius: 0.34rem !important;
    border: none;
    font-size: 0.24rem;
    color: #919398;
    border: 1px solid #f5f5f5 !important;
}

.search-date .el-radio-group .el-radio-button__inner {
    background: #fff!important;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner,
.el-radio-group .el-radio-button.is-active .el-radio-button__inner {
    background: #fff!important;
    border: 1px solid #0db4aa!important;
    color: #303133!important;
    box-shadow: initial!important;
}

.el-icon-circle-close {
    display: none!important;
}

.search-date-box .el-input__inner {
    border-radius: 0.34rem;
    color: #606266;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border: none;
}

.search-date-bg {
    position: fixed;
    top: 2rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 20;
}

.search-date-con {
    position: fixed;
    top: 1.9rem;
    left: 0;
    right: 0;
    z-index: 21;
    padding: 0.24rem 0.24rem 0.32rem;
    background: #f5f5f5;
    border-radius: 0 0 0.24rem 0.24rem;
}

.search-date-con h3 {
    font-size: 0.28rem;
    color: #303133;
}

.search-date-con .el-radio-group .el-radio-button {
    margin-top: 0.24rem;
}

.search-date-con .search-date-box {
    display: flex;
    align-items: center;
    margin-top: 0.48rem;
}

.search-date-con .search-date-box em {
    margin: 0 0.1rem;
    color: #919398;
}

.search-date-btn {
    display: flex;
    margin-top: 0.64rem;
}

.search-date-btn .el-button {
    width: 100%;
    color: #606266;
    font-size: 0.3rem;
    border-radius: 0.34rem;
}

.search-date-btn .el-button--primary {
    color: #fff;
    margin-left: 0.35rem;
    background: linear-gradient(to right, #ffab48, #ff6c00);
    border: 1px solid #e69335;
}

.orange-btn {
    color: #fff;
    background: linear-gradient(90deg, #FFAB48 0%, #FF6C00 100%);
    text-align: center;
    height: .72rem;
    line-height: .72rem;
    border-radius: .4rem;
    margin: .6rem 0 .2rem;
}

:focus {
    outline: 0;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox
}

.flexbox-h {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
    -webkit-appearance: none;
}


/*菜单*/

.header {
    background: #0DB4AA linear-gradient(to bottom, #0DB4AA, #77DBD5);
    height: 1.2rem;
    line-height: .9rem;
    display: flex;
    justify-content: center;
    font-size: 0.34rem;
    color: #fff;
    padding: 0 1.2rem;
}

.header i {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    text-align: center;
}

.header i:before {
    font-size: 0.48rem;
}


/*登录*/

.login-container .el-form-item__content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.login-container .el-form-item__content i {
    font-size: 0.38rem;
    color: #fff;
    position: absolute;
    left: 0.1rem;
    color: #eee;
}

.login-container .el-input--small .el-input__inner {
    height: 0.85rem !important;
    line-height: 0.85rem !important;
    color: #222;
}

.login-container .el-input__inner {
    width: 90%;
    margin: 0 0.55rem;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 0.3rem;
}

.login-container .el-form-item__error {
    padding: 0.2rem 0 0 0.85rem;
    font-size: 0.24rem;
}

.login .register {
    text-align: right;
    margin-top: 0.3rem;
}

.login .register a {
    color: #666;
    font-size: 0.28rem;
}

.login .el-icon-view:before {
    position: absolute;
    right: 0.5rem;
    top: 0.15rem;
}

.el-loading-mask {
    padding: calc(50vh) 0;
}

.no {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 30%;
}

.no img {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 100%;
    display: block;
}

.no span {
    width: 100%;
    color: #606266;
    font-size: .28rem;
}

.trips {
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-top {
    position: fixed;
    bottom: 10%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.96rem;
    height: 0.96rem;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7ed;
    border-radius: 100%;
    z-index: 10;
}

.scroll-top img {
    width: 0.48rem;
    height: 0.48rem;
    background-size: 100%;
}

.btn-flex {
    display: flex;
    margin-top: .6rem;
}

.btn-flex span:last-child {
    margin-left: .14rem
}

.btn-cancel {
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    background: #f5f5f5;
    border-radius: .08rem;
    display: inline-block;
    width: 100%;
    font-size: .3rem;
    color: #606266;
}

.btn-blue {
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    background: #0DB4AA;
    border-radius: .08rem;
    display: inline-block;
    width: 100%;
    font-size: .3rem;
    color: #fff;
}

@media screen and (min-width: 600px) {
    /* html {
        font-size: 45px !important;
    } */
}

@media screen and (min-width: 1200px) {
    html {
        max-width: 750px;
        margin: 0 auto;
    }
}