@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
p,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

input,
select,
form,
textarea,
button {
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
    appearance: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

/* *{font:normal 10px/100% "Helvetica Neue",Helvetica,Arial,sans-serif;} */
li {
    list-style-type: none;
}

html {
    font-size: 625%;
}

.down_cont input::-webkit-input-placeholder,
.down_cont textarea::-webkit-input-placeholder {
    color: #aaa;
    font-size: .14rem;
}

input,
textarea {
    color: #222;
}

.dropdwon {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 101;
}

.display_none {
    display: none;
}

.dropdwon .down_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 0 .16rem;
    width: calc(100% - .32rem);
    z-index: 10;
}

.dropdwon .other_box {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
}

.dropdwon .down_cont .title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
}

.dropdwon .down_cont .title>span {
    height: .46rem;
    line-height: .46rem;
    font-size: .16rem;
    color: #222;
}

.dropdwon .down_cont .title .cacel {
    color: #666;
}

.dropdwon .down_cont .title .finsih {
    color: #81B1FF;
}

.dropdwon .down_cont .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .2rem;
}

.dropdwon .down_cont .display_none {
    display: none;
}

.dropdwon .down_cont .content>span {
    font-size: .16rem;
    color: #222;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: .03rem;
    height: 32px;
    width: 30%;
    text-align: center;
    line-height: .34rem;
    display: inline-block;
    margin-top: .1rem;
}

.dropdwon .down_cont .content>span.active {
    color: #81B1FF;
    border: .01rem solid #81B1FF;
}

.tool_tip {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    margin: auto;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 1.5;
    font-size: .15rem;
    border-radius: .18rem;
    text-align: center;
    width: 80%;
    max-width: 2.2rem;
    border-radius: .05rem;
    padding: 0 .1rem;
    height: 1rem;
    line-height: 1rem;
    display: none;
}

.ban {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    display: none;
}

.ban-h {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.ban-h img {
    width: 100%;
    max-width: 100px;
}

.ban-h>span {
    display: block;
    font-size: 28px;
    color: #000000;
}

.ban-h p {
    font-size: 22px;
    color: #545454;
    margin-top: 30px;
    line-height: 36px;
    text-align: left;
    text-indent: 2em;
}
.ban-h p:nth-of-type(2) {
    margin-top: 4px;
}

.ban-h button {
    width: 200px;
    height: 50px;
    background-color: #24aab6;
    font-size: 24px;
    color: #ffffff;
    border-radius: 50px;
    margin-top: 60px;
}