@charset "utf-8";
/* CSS Document */

* {
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: Microsoft Yahei;
    letter-spacing: 0;
    height: 100%;
    width: 100%;
    color: #333;
    min-width: 404px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    letter-spacing: 0;
}

input, li, p, ul {
    margin: 0;
    padding: 0
}

li, ul {
    list-style: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.clear {
    clear: both;
}

.main {
    max-width: 430px;
    margin: auto;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goods {
    width: 100%;
    margin-top: 30px;
}

.goodsCon {
    padding: .625rem 0;
}

.goodsType span {
    display: inline-block;
    padding: .3125rem .9375rem;
    background: #e94a43;
    color: #fff9fd;
    font-weight: 700;
    border-radius: 0 0 .9375rem;
}

.goodsList {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    flex-direction: row;
    margin: .625rem 1% 0;
}

.goodsList .goods1, .goodsList .goods2 {
    width: 100%;
}

.goods_slide {
    margin-bottom: 10px;
}

.contact {
    position: fixed;
    top: 40%;
    right: 0;
    font-size: 14px;
    z-index: 10;
    display: none;
}

.contactMobile, .contactWx {
    padding: 6px 10px;
    background: #005dc7;
    color: #FFFFFF;
    margin: 30px auto;
    border-radius: 10px;
}

.contactMobile a {
    color: #FFFFFF;
}


.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}

.maskMain {
    width: 100%;
    max-width: 430px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.maskContent {
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
}

.maskClos {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
}

.maskClos span {
    display: block;
    font-size: 20px;
    background: #FFFFFF;
    padding: 0 5px;
    border-radius: 50%;

}

.shade {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: calc(100vh);
    display: flex;
    justify-content: center;
    align-items: center;
    filter: alpha(opacity=60);
    z-Index: 9999;
    display: none;
}

.shadePage {
    width: 24rem;
    position: relative;
    text-align: center;
    /*padding: 5rem 0;*/
}

@media (max-width: 480px) {
    .shadePage {
        width: 90%;
    }
}

.shadePageClose {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}

.shadePageClose span {
    color: #FFFFFF;
    display: block;
    font-size: 30px;
}

.singIn{
    background: url('../image/background.jpg') no-repeat center center / cover;
}

.singHeader {
    width: 90%;
    padding: 2rem 5%;
}

.singHeaderT {
}

.singHeaderN {
    font-size: 2rem;
    font-weight: bold;
}

.singMain {
    width: 96%;
    padding: 1rem 2%;
}

.singMainN {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.singMainN span {
    font-weight: bold;
    color: #000000;
    font-size: 1.4rem;
}

.singMainN button {
    background: #e93323;
    border: none;
    border-radius: 0.4rem;
    padding: 0.4rem 0.8rem;
    color: #ffffff;
    font-size: 1rem;
}

.singMainD {
    width: 100%;
    padding: 1.2rem 0;
}

.singMainD ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.singMainD ul li {
    width: calc(100% / 7 - 0.26rem);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    margin: 0.4rem 0.13rem;
    background: #f3f7f6;
    border-radius: 0.8rem;
    font-size: 0.8rem;
}

.singMainD ul .singStatus2 {
    background: #e93323;
    color: #ffffff;
}

.singMainD ul .singStatus1 {
    background: #fbf6f0;
}

.singMainD ul li span, .singMainD ul li p {
    padding: 0.2rem 0;
}

.singMainD ul li .singDate {
    font-weight: 800;
    font-size: 1rem;
}

.singMainD .singMainDateM {
    display: none;
}

.singMainD .singMainDMore {
    padding: 0.8rem 0;
    text-align: center;
}

.rule {
    width: 90%;
    padding: 1rem 5%;
}

.rule .ruleTitle {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}


.singInContact {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 14px;
    z-index: 10;
    display: none;
}

.singInContact .contactMobile, .singInContact .contactWx {
    padding: 6px 10px;
    background: #e93323;
    color: #FFFFFF;
    margin: 30px auto;
    border-radius: 10px;
}

.contactMobile a {
    color: #FFFFFF;
}