* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input,
button {
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
    outline: none;
    -webkit-appearance: none;
    overflow: hidden;
}

body {
    font-size: 14px;
    font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb",
        "microsoft yahei ui", "microsoft yahei", "Helvetica Neue", Tahoma, Arial,
        simsun, sans-serif;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
}

img {
    display: block;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #000;
    text-decoration: none;
}

/**/
.clear {
    clear: both;
    overflow: hidden;
}

.fullImg {
    width: 100%;
}

.fixed {
    position: fixed;
}

.black {
    background: rgb(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.toastText {

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.toastText p {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
    font-size: 30px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.toastText span {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    margin: 0 10%;
}

.loading {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loading section {
    align-items: center;
    display: flex;
    height: 100%;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.loader-20 {
    width: 30px;
    height: 30px;
    border: 3px dashed #0468ce;
    -webkit-animation: stars-rotate-reverse 2s linear both infinite;
    animation: stars-rotate-reverse 2s linear both infinite;
}

.loader-20 .css-diamond {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-color: transparent transparent #fff transparent;
}

.loader-20 .css-diamond:after {
    border-color: lightgrey transparent transparent transparent;
}

.css-diamond {
    border-style: solid;
    border-color: transparent transparent #ce93d8 transparent;
    border-width: 0 25px 25px 25px;
    height: 0;
    width: 50px;
    position: relative;
    margin: 20px 0 50px 0;
}

.css-diamond:after {
    content: "";
    position: absolute;
    top: 25px;
    left: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ce93d8 transparent transparent transparent;
    border-width: 70px 50px 0 50px;
}

@-webkit-keyframes stars-rotate-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes stars-rotate-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.must {
    color: #FF2C2C;
}

.toastBox {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.toastAlert {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0.4rem 0 0.15rem;
    width: 75%;
}

.toastAlert .tit1 {
    color: #000B25;
    font-size: 0.15rem;
    font-weight: normal;
    padding: 0 0.2rem;
}

.toastAlert .msg {
    padding: 0.15rem 0.1rem 0.3rem;
    color: #666666;
    font-size: 0.12rem;
}

.toastBtn {
    /* border-top: 1px solid rgba(223, 223, 223, 0.7); */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;

}

.toastBtn p {
    padding: 0.04rem 0.25rem 0.05rem;
    border-radius: 100px;

}

.toastBtn .cancel {
    /* border-right: 1px solid rgba(223, 223, 223, 0.7); */
    color: #999999;
    border: 1px solid #999;
    margin-right: 0.3rem;
}

.toastBtn .ok {
    color: #fff;
    background: #1D53FF;
    border: 1px solid #1D53FF;
}

.toastBox1 .toastAlert {
    padding-top: 0.3rem;
    padding-bottom: 0;
}

.toastBox1 .tit1 {
    text-align: left;
}

.toastBox1 .msg {
    padding: 0.12rem 0;
}

.toastBox1 .toastBtn {
    border-top: 1px solid #F4F4F4;
}

.toastBox1 .toastBtn p {
    flex: 1;
    border: none;
    background: none;
    color: #000B25;
    padding: 0.13rem 0 0.15rem;
    border-radius: 0;
    font-size: 0.14rem;
}

.toastBox1 .toastBtn .cancel {
    border-right: 1px solid #F4F4F4;
}

.bottom_dakai1 {
    width: 135px;
    text-align: center;
    background: #336BF6;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}

.bottom_dakai1 img {
    width: 22px;
    margin-right: 5px;
}

.toastlanuch {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.7);
    z-index: 10;
    position: fixed;
}

.toastlanuch .con {
    box-shadow: 0 0 2px #999;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    max-width: 300px;
    margin: 0;
    top: 45%;
    z-index: 2000;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: hidden;
    position: absolute;
    /* border:1px solid #000; */
    padding: 0;
}

.toastlanuch .con .toastMsg {
    color: #999;
    font-size: 15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toastlanuch p {
    display: flex;
    border-top: 1px solid #d5d5d6;
}

.toastlanuch .toastBtn {
    color: #5f646e;
    font-size: 16px;
    flex: 1;
    padding: 10px 0;
    border-right: 1px solid #d5d5d6;
}

.toastlanuch .queren {
    color: #3cc51f;
    border-right: none;
}