@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;

}

body {
    margin: 0;
    padding: 0;
    
    margin: 0 auto;
    font-size: 12px;
    font-family: "Microsoft Yahei", sans-serif;
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input,
textarea {
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    background-color: transparent;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    font-size: inherit;
}

h5,
h6 {
    font-size: inherit;
}

form,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

input {
    background: none;
    outline: none;
    border: none;
}

img {
    border: 0;
    /* max-width: 100%; */
    height: auto;
}

a,
button {
    color: #000;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*添加在浮动层的父元素上*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.public-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.section{
    flex: 1;
    overflow-y: scroll;
}

.container {
    margin: 0 auto;
    width: 94%;
}

.containers {
    margin: 0 auto;
    width: 90%;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_c {
    display: flex;
    justify-content: space-around;
}

.flex_d {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex_e {
    display: flex;
    align-items: center;
}

.font_8 {
    font-size: 0.8rem;
}

.shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}


/* 媒体查询 字号 分为20份 */
/* @media screen and (min-width:480px){
    html{
        font-size:24px;
    }
}
@media screen and (max-width:414px){
    html{
        font-size:20.7px;
    }
}
@media screen and (max-width:375px){
    html{
        font-size:18.75px;
    }
}
@media screen and (max-width:360px){
    html{
        font-size:18px;
    }
}
@media screen and (max-width:320px){
    html{
        font-size:16px;
    }
}
@media screen and(min-width: 750px)and(max-width: 799px){
    html{
        font-size: 30.72px;
    }
} */

/**/
.common {
    margin-bottom: 1rem;
}

.nowrap {
    white-space: nowrap;
    /* white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 2rem; */
}

.gray_a {
    background-color: #f8f8f8;
}

.gray_b {
    background-color: #fefefe;
}

.mengc {
    display: none;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: #000;
    opacity: 0.7;
}

.anchorBL {
    display: none;
}

/*头部*/
.head {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.header {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    background: linear-gradient(270deg, #fa9997 0%, #ff4240 100%);
    color: #fff;
}

.header_but {
    position: absolute;
    top: 0.75rem;
    left: 5%;
    display: block;
    width: 0.57rem;
    height: 1rem;
    background: url('../images/back.png') no-repeat;
    background-size: 100% 100%;
}

.header_search {
    width: 92%;
    height: 3.5rem;
    line-height: 2.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    background: linear-gradient(270deg, #fa9997 0%, #ff4240 100%);
    color: #fff;
    padding: 0 4%;
}

.head_search_but {
    width: 0.57rem;
    height: 1rem;
    background: url('../images/back.png') no-repeat;
    background-size: 100% 100%;
}

.head_search_but_white {
    width: 0.57rem;
    height: 1rem;
    background: url('../images/back_white.png') no-repeat;
    background-size: 100% 100%;
}

.per_main_search {
    width: 73%;

    font-size: 0.75rem;
    line-height: 1.7rem;
    padding-left: 2.2rem;
    background: #fff url('../images/glass.png') no-repeat 6% 50%;
    background-size: 0.8rem 0.8rem;
    border-radius: 8rem;

}

.header_btn {
    color: #CD0100;
    font-size: 0.7rem;
}

/* .head a{
   position: absolute;
   display: block;
   height: 2rem;
   left: 0.5rem;
   padding: 0.2rem 0.5rem 0;
}
.back{
    height: 1rem;
} */
/*尾部*/
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.3rem 0 0.4rem;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    z-index: 999;
}

.footer a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer a p {
    font-size: 0.6rem;
    color: #A0A0A0;
}

.footer a .footer_select {
    color: #ff4240;
}

.footer img {
    width: 1rem;
    margin: 0.2rem 0;
}

/*公共*/
.gray {
    background: #F2F3F5;
}

.white {
    background: #fff;
}

.civil_no {
    color: #A0A0A0;
    text-align-last: center;
    font-size: 0.7rem;
    padding: 0.8rem 0;
}

.swiper-slide img {
    width: 100%;
}

.no_activity {
    text-align: center;
    font-size: 0.75rem;
    color: #A0A0A0;
}

.no_activity img {
    height: 3.5rem;
    margin: 10rem 0 0.5rem;
}

.login_btn {
    display: block;
    width: 100%;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    color: #fff;
    background-color: #CB0100;
    border-radius: 6px;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    margin-top: 2.4rem;
}

.wenming-nav {
    white-space: nowrap;
    background-color: #fa9896;
    overflow-x: scroll;
    padding: .3rem 0 .3rem .7rem;
}

.wenming-nav::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.wenming-nav a {
    color: #fff;
    padding: .28rem .5rem;
    display: inline-block;
    font-size: .68rem;
}

.wenming-nav .on {
    border: 1px solid #fff;
    border-radius: .8rem;
}
.yinpin{
    width: 3.2rem;
    height: .9rem;
    background: url('../images/yinpin.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-weight: 100;
    color: #fff;
    font-size: .66rem;
    margin-left: .5rem;
}
.yinpin span{
    margin-left: .5rem;
}
.play{
    width: 1.2rem;
    height: .9rem;
    background: url('../images/play4.gif') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-weight: 100;
    color: #fff;
    font-size: .66rem;
    margin-left: .5rem;
}
.play span{
    margin-left: .5rem;
    opacity:0;
}
.canjia-btn {
    width: 3.6rem;
    height: 1.2rem;
    background: url('../images/canjia.png') no-repeat;
    background-size: 100% 100%;
    color: #fff !important;
    text-align: center;
    line-height: 1.2rem;
}
.anchorBL img{
    display: none !important;
}