/* 全局样式 */
* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li,
p,
br {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-family: "微软雅黑", "Microsoft YaHei", Tahoma, Verdana, Arial;
    border: 0;
    font-size: .26rem;
}

button {
    cursor: pointer;
}

::placeholder {
    color: #999;
}

html,
body {
    position: relative;
}

body {
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "微软雅黑", "Microsoft YaHei", Tahoma, Verdana, Arial;
    font-size: .24rem;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    zoom: 1;
}

.tips{
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    z-index: 41;
}
.tips-inner{
    position: absolute;
    width: 60%;
    left: 50%;
    top: 30%;
    /* border: solid .02rem #eee; */
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tips-body {
    background-color: rgba(0, 0, 0, 0.44);
    border-radius: .4rem;
    font-size: .3rem;
    padding: .06rem 0;
    margin: 0.3rem 0.4rem;
    max-height: 5rem;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
    font-size: 0.26rem;
    line-height: 180%;
    color: #fff;
    word-break: break-all;
    text-align: center;
}

.pop {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    display: none;
}

.pop-inner {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 30%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pop-inner-head {
    text-align: center;
    margin: 0;
    padding: 0 0.2rem;
    border-bottom: 1px solid #0195ff;
    line-height: 0.8rem;
    font-size: 0.32rem;
    color: #0195ff;
}

.pop-inner-body {
    margin: 0.3rem 0.4rem;
    max-height: 5rem;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
    font-size: 0.26rem;
    line-height: 180%;
    color: #666;
    word-break: break-all;
    text-align: center;
}

.pop-inner-foot {
    text-align: center;
    padding: 0.3rem 0.4rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-inner-foot>button {
    display: inline-block;
    line-height: 0.7rem;
    font-size: 0.3rem;
    width: 50%;
    background: #0195ff;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

.pop-inner-foot>button:nth-child(2) {
    margin-left: 0.2rem;
}

/* .pop-inner-foot>button.grey {
    background-color: #bababa;
} */
.kddh {
    margin-top: .2rem;
    font-size: .32rem;
    /* color: #5d5d5d; */
}

.tips {
    /* font-size: .46rem; */
    color: #8f8f8f;
    display: none;
}
.txt{
    font-size: .36rem;
}




.box_message {
    position: relative;
    width: 100%;
    color: #333;
    margin: 0 auto;
    font-size: 0.28rem;
    margin-left: -.3rem;
}

.box_message p {
    text-align: left;
    margin-bottom: .2rem;
}

.box_message input {
    display: inline-block;
    border: .02rem solid #dbdbdb;
    width: 4.5rem;
    height: .76rem;
    padding-left: .1rem;
    color: #333;
    box-sizing: border-box;
    border-radius: .38rem;
}

.box_message input::-webkit-input-placeholder {
    color: #999;
}

.box_message_btn {
    position: absolute;
    top: 4%;
    right: 2%;
    display: inline-block;
    /*width: 2.1rem;!**!*/
    height: 0.68rem;
    line-height: 0.68rem;
    color: #333;
    vertical-align: middle;
    font-size: 0.28rem;
    white-space: nowrap;
}

.box_btn {
    display: block;
    width: 6.45rem;
    height: 0.9rem;
    font-size: 0.3rem;
    background: -webkit-linear-gradient(top, #fed65d, #fead13);
    border-radius: 0.2rem;
    margin: 0.3rem auto;
    letter-spacing: 0.03rem;
    color: #fff;
    line-height: 0.9rem;
}