<style>* {
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

.fbox {
    width: 100%;
    max-width: 640px;
    margin: auto;
    text-align: center;
    letter-spacing: 2px;
}

h2 {
    color: rgb(228, 98, 45);
    font-family: "Microsoft YaHei", simsun, Verdana, Geneva, sans-serif;
    letter-spacing: normal;
    text-align: center;
    font-size: 28px;
}

.subheard {
    background: rgb(251, 135, 11);
    padding: 4px 30px;
    color: white;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
}

.repeat {
    border-style: dotted;
    border-width: 0.125rem;
    border-color: rgb(80, 227, 194);
    border-radius: 0rem;
    text-shadow: none;
    padding: 15px 0;
    font-size: 20px;
}

.wx1 {
    padding: 5px 35px;
    margin: 20px;
    font-size: 20px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    background: #f33531;
    display: inline-block;
}

.wx2 {
    padding: 5px 35px;
    margin: 20px;
    font-size: 20px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    background: #f33531;
    display: inline-block;
}

.ewm1>img {
    width: 70%;
}

.bottom {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background: #d20f17;
    color: white;
    margin-top: 100px;
}

.zhen {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999999999;
}

.tck {
    padding: 20px 0;
    width: 350px;
    height: 413px;
    background: white;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    border-radius: 20px;
    text-align: center;
}

#gx {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999999999;
}

.zhe {
    width: 340px;
    height: 460px;
    background: white;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    border-radius: 20px;
    text-align: center;
}

.yes {
    padding: 13px 50px;
    font-size: 18px;
    color: white;
    margin: 20px 0;
    border-radius: 5px;
    background: #1aad19;
    display: inline-block;
}

.tp2_>img {
    width: 100%;
}

.zhen2 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999999999;
}

.tck2 {
    padding: 20px 0;
    width: 350px;
    height: 413px;
    background: white;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    border-radius: 20px;
    text-align: center;
}

.yes2 {
    padding: 13px 50px;
    font-size: 18px;
    color: white;
    margin: 20px 0;
    border-radius: 5px;
    background: #1aad19;
    display: inline-block;
}