body {
    background: #939597;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: .9rem;
    padding: 0 .3rem;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: #fff;
}

.logo {
    display: block;
    width: 2rem;
    /*height: .55rem;*/
}

.menu {
    display: block;
    width: .35rem;
    height: .3rem;
}

.kv-con {
    width: 100%;
    height: calc(100vh - .85rem);
    /* height: 14.49rem; */
    margin-top: 0.85rem;
    padding-top: .8rem;
    position: relative;
    box-sizing: border-box;
    background: url('../../img/mobile/bg.png') no-repeat;
    background-size: 100% 100%;
}

.logo-text {
    display: block;
    width: 5.77rem;
    height: 4.16rem;
    margin: 0 auto;
    margin-right: 1.15rem;
}

.index-rules-box {
    min-height: 7.74rem;
    /* height: 12.05rem; */
    background: url('../../img/mobile/000.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 1.65rem;
}

.jion-text-img {
    width: 5.4rem;
    height: 1.61rem;
    display: block;
    margin: 0 auto;
}

.jion-text {
    margin-top: .4rem;
    font-size: .3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: .4rem;
}

.car-name {
    font-size: .24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: .3rem;
}

.car {
    display: block;
    margin: 20px auto 0;
    width: 4.04rem;
    height: 1.83rem;
}

.car-box {
    margin-top: .4rem;
}

.rules-btn {
    display: block;
    width: 2.98rem;
    height: .7rem;
    margin: .4rem auto 0;
    background: #F5DF4D;
}

.index-code {
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
}

.code-text {
    display: block;
    width: 6.05rem;
    height: .97rem;
    margin: .35rem auto 0;
}

.title1 {
    display: block;
    width: 6.12rem;
    height: 1.54rem;
    margin: .65rem auto 0;
}

.s-wrap {
    width: 100%;
    height: 24.03rem;
    box-sizing: border-box;
    background: url('../../img/mobile/bg02.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.title2 {
    width: 4.92rem;
    font-size: .3rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    line-height: .38rem;
    margin: 0.2rem auto;
}

.title3 {
    margin: .4rem auto 0;
    font-size: .24rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    line-height: .38rem;
}

.swiper-con {
    padding: 0.1rem .75rem;
    box-sizing: border-box;
    position: relative;
}

.swiper-container {
    height: 9.2rem;
    padding-top: 1.1rem;
    box-sizing: border-box;
}

.msg-box {
    display: flex;
    flex-wrap: wrap;
}

.one-box {
    width: 2.66rem;
    height: 3.29rem;
    padding: 0 .12rem;
    margin-right: .64rem;
    margin-bottom: .95rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0.16rem 0.35rem 0px rgba(0, 0, 0, 0.27);
}

.msg-box .one-box:nth-child(2n) {
    margin-right: 0;
}

.swiper-scrollbar {
    background: #6E6E6E !important;
}

.swiper-scrollbar-drag {
    background: #F5DF4D !important;
}

.tx {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    position: relative;
    margin: -0.6rem auto 0;
}

.input-con {
    display: flex;
    margin-top: .28rem;
    align-items: center;
    justify-content: center;
}

.input {
    display: block;
    width: 3.95rem;
    height: .7rem;
    margin-right: .1rem;
    padding-left: .15rem;
    font-size: .24rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #666666;
    background: #fff;
}

.watch-btn {
    display: block;
    width: 2.35rem;
    height: .7rem;
}

.leave-word-con {
    margin-top: 1.4rem;
}

.leave-word-title {
    display: block;
    width: 4rem;
    height: .88rem;
    margin: 0 auto;
}

.leave-word-box {
    margin-top: .38rem;
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    height: 1.8rem;
    overflow:hidden;

}

.one-word-box {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 .25rem 0 .2rem;
    box-sizing: border-box;
    margin-bottom: .45rem;
}

.one-word-tx {
    display: block;
    width: .66rem;
    height: .66rem;
    margin-right: .15rem;
    border-radius: 50%;
}

.word-msg {
    /* width: 2.5rem; */
    font-size: .18rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: .23rem;
}

.textarea {
    margin: .8rem auto 0;
    width: 6.4rem;
    height: 1.7rem;
    background: #fff;
    position: relative;
}

.textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: .15rem;
    font-size: .24rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #666666;
    line-height: .5rem;
    box-sizing: border-box;
    background: #fff;
}

.num-box {
    position: absolute;
    right: .15rem;
    bottom: .15rem;
    font-size: .2rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #CCCCCC;
}

.title4 {
    font-size: .28rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    line-height: .5rem;
    margin-top: .8rem;
}

.submit-btn {
    display: block;
    width: 2.8rem;
    height: 1.15rem;
    margin: 0 auto;
}

.phone-number {
    font-size: .35rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: .29rem;
    text-align: center;
    margin-top: .35rem;
    font-weight: bold;
}

.sort-number {
    font-size: .23rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #F5DF4D;
    line-height: .29rem;
    text-align: center;
    margin-top: .24rem;
    font-weight: bold;
}

.a-title {
    font-size: .23rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #fff;
    line-height: .29rem;
    text-align: center;
    margin-top: .5rem;
}

.box-info {
    font-size: .23rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #F5DF4D;
    text-align: center;
    line-height: .43rem;
    min-height: .43rem;
    margin-top: .12rem;
    background: #82868A;
    border: 1px solid #F5DF4D;
    font-weight: bold;
}



.news-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.news-wrap .save{
    position: absolute;
    height: 1rem;
    top: 10.1rem;
    margin: 0 auto;
    left: 2rem;

}


.news-img-box{
    /* padding: 25px 20px; */
    text-align: center;
    width: 6.5rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    /* background: #939597 */
    transform: translate(-50%,-50%) scale(0.95);
    box-shadow: 18px 30px 16px 0px rgba(51, 51, 51, 0.1);
}
.news-img{
    display: block;
    width: 100%;
    height: 100%;
}

img {
    display: block;
}


/*  菜单 */

.menu-box{
    display: none;
    position: absolute;
    width: 100vw;
    background: rgba(96, 152, 228,0.85);
    z-index: 99;
    top: 100%;
    left: 0;
}

.menu-item{
    display: block;
    font-size: .24rem;
    height: 0.6rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: .6rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255,0.45);

}
.menu-item:last-child{
    border: none;
}
.menu-item.active span{
    /* display: block; */
    padding: 0.1rem 5px;
    width: auto;
    color: #FFFFFF;
    border-bottom: 2px solid #F5DF4D;
}


/* swiper-btn */
.around-btn{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9;
}
/*.swiper-button-next, .swiper-button-prev{*/
/*    display: block;*/
/*    width: 0.4rem;*/
/*    height: 0.8rem;*/
/*}*/


