.wrap {
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    /*height: 3rem;*/
}

.banner img {
    width: 100%;
    /*height: 100%;*/
}

.header_info {
    width: 100%;
    height: 1.21rem;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.info_pic {
    position: absolute;
    top: -0.4rem;
    left: 0.36rem;
    width: 1.6rem;
    height: 1.6rem;
}

.info_pic img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.info_text {
    width: 5.17rem;
    height: 1.2rem;
    margin-left: 2.33rem;
}

.info_text h2 {
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.4rem;
    font-weight: 600;
    color: rgb(40, 40, 40);
    padding-top: 0.15rem;
}
.weixin-tip{
        display: none; 
        position: fixed; 
        left:0; 
        top:0; 
        bottom:0; 
        background: rgba(0,0,0,0.8); 
        filter:alpha(opacity=80);  
        height: 100%; 
        color: #fff;
        width: 100%; 
        z-index: 100;
}
.weixin-tip p{
        text-align: center; 
        margin-top: 10%; 
        padding:0 5%;
}
.weixin-tip img{
        max-width: 100%; 
        height: auto;
}
.info_text ul {
    width: auto;
    height: 0.3rem;
    line-height: 0.3rem;
    display: flex;
    font-size: 0.22rem;
    color: rgb(154, 154, 154);
    margin-top: 0.1rem;
}
.info_text ul li {
    margin-right: 0.4rem;
}

.info_text ul li img {
    height: 0.19rem;
}

.header_remarks {
    width: 6.9rem;
    height: 1.34rem;
    box-sizing: border-box;
    margin: 0 0.3rem;
    border-bottom: 1px rgb(228, 228, 228) solid;
    display: flex;
    justify-content: space-between;
}

.remarks_rating {
    margin-top: 0.2rem;
    width: 2.52rem;
    height: 0.84rem;
}

.remarks_rating h3 {
    width: 3rem;
    height: 0.56rem;
    line-height: 0.56rem;
}

.remarks_rating h3 span {
    font-size: 0.5rem;
    font-weight: bold;
    color: #989898;
}

.remarks_rating h3 img {
    height: 0.28rem;
    margin-bottom: .05rem;
    margin-left: .2rem;
}

.remarks_rating p, .remarks_info p {
    width: 100%;
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.26rem;
    color: #bebebe;
}

.remarks_info {
    margin-top: 0.2rem;
    width: 1.88rem;
    height: 0.84rem;
    display: flex;
    justify-content: space-between;
}

.remarks_info h3 {
    height: 0.56rem;
    font-weight: bold;
    font-size: 0.4rem;
    line-height: 0.56rem;
    color: #989898;
}

.remarks_info h3 span {
    font-size: 0.27rem;
}

.introduce {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0.2rem 0.3rem;
    font-size: 0.31rem;
    line-height: 0.45rem;
    color: #7a7a7a;
}

.btn_group {
    width: 100%;
    height: 3.9rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 0.61rem;
}

.btn_item {
    width: 100%;
    height: 1rem;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-around;
}

.btn_item button {
    width: 100%;
    height: 1rem;
    border-radius: 1rem;
    border: none;
    outline: none;
    text-align: center;
    font-size: 0.32rem;
    box-sizing: border-box;
    line-height: 1rem;
}

.btn_item button a {
    color: #fff;
    font-size: 0.32rem;
}
.btn_group.btn_group2{
    height: 1.5rem;
}
.btn_group.btn_group2 .btn_item:nth-of-type(1) button {
    background: rgb(51, 135, 255);
    color: #fff;
    border: none;
    line-height: 1rem;
}

.btn_group .btn_item:nth-of-type(1) button {
    background: #fff;
    border: 1px #e2e2e2 solid;
    line-height: 0.96rem;
}

.btn_group .btn_item:nth-of-type(2) {
    line-height: 0.6rem;
}

.btn_item span, .btn_item a {
    font-size: 0.28rem;
    color: rgb(51, 135, 255);
}

.swiper-container {
    box-sizing: border-box;
    padding: 0.2rem 0;
    width: 100%;
    height: 3rem;
    background: rgb(240, 240, 240);
    margin-bottom: 0.36rem;
}

img.swiper-slide {
    width: 4.62rem;
    height: 2.61rem;
}

.install {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    /* visibility: hidden; */
    display: none;
}

.install_title {
    width: 100%;
    height: 0.8rem;
    position: absolute;
    top: 25%;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px #ddd solid;
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
    line-height: 0.8rem;
    z-index: 1000;
}

.wrapper {
    width: 100%;
    height: 70%;
    position: relative;
    top: 30%;
    left: 0;
    overflow: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0.385rem;
}

.content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.content li {
    margin-top: 0.1rem;
    height: auto;
}
.content li p {
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    padding: 0.2rem 0;
    color: #000;
}
.content li p span{
	color: #fa3c02;
}

.content li img.img_01 {
    width: 6.73rem;
    height: 2.41rem;
}

.content li img.img_02 {
    width: 6.73rem;
    height: 2.8rem;
}

.content li:nth-last-of-type(1) {
    margin-bottom: 10px;
}

.ios_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    text-align: center;
    display: none;
    z-index: 1000;
}

.ios_mask img {
    position: absolute;
    top: 7.8rem;
    left: 1.1rem;
    width: 5.28rem;
    height: 1.31rem;
    transform-origin: center 0.9rem;
    animation: iosWobble 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -moz-animation: iosWobble 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -webkit-animation: iosWobble 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.ios_mask button {
    width: 5.8rem;
    height: 0.94rem;
    font-weight: bold;
    border: 1px #fff solid;
    border-radius: 0.94rem;
    text-align: center;
    background: #ffffff;
    line-height: 0.94rem;
    font-size: 0.37rem;
    color: #007aff;
    box-shadow: 0px 0px 7px 2px #007fff;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (device-height: 736px) {
    .ios_mask img {
        top: 7rem;
    }

    .ios_mask button {
        bottom: 0.6rem;
    }
}

@media screen and (device-height: 667px) {
    .ios_mask img {
        top: 7rem;
    }

    .ios_mask button {
        bottom: 0.6rem;
    }
}

@keyframes iosWobble {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(5deg);
    }
    20% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(-5deg);
    }
    80% {
        transform: rotate(-10deg);
    }
    90% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.kf_link img{
	width: 5vw;
	margin-right: 1vw;
}
.btn_item button a.gohome{
	color: rgb(51, 135, 255);
}
.iconDown{
	margin-right: 0.1rem;
    width: 0.5rem;
    position: absolute;
    left: 0rem;
    top: -0.1rem;
}
.introduce h3{
	color: #000;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
}
.introduce p{
	font-weight: normal;
	color: #444;
	font-size: 0.3rem;
}
.introduce p span{
	color: #378bff;
}
.iosMask a{
    position: relative;
    padding-left: 0.6rem;
}
.hide{
	display: none;
}

#open_safari {
    position: fixed;
    background: rgba(0,0,0,.7);
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
#open_safari p{
	font-size: 14px;
    line-height: 20px;
}
#open_safari img{
	width: 100%;
}
#open_safari .w640 {
    padding: 30px;
}
.ios_show, .and_show {
    display: none;
}
.w640 {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}
#open_safari a#copyBtn {
    max-width: 30vw;
    display: block;
    margin: 10px auto;
}
#open_safari .safari_info {
    max-width: 70vw;
    margin: 20px auto;
}

#weixin-tip p{
	font-size: 14px;
    line-height: 20px;
}
#weixin-tip img{
	width: 100%;
}
#weixin-tip .w640 {
    padding: 30px;
}

#wxdk{width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0,0,0,.7);display: none}
#wxdk img{max-width: 100%;}
#wxdk .inner{max-width: 640px;margin: 0 auto;height: 100vh;display: flex;flex-direction: column;justify-content: center}
#wxdk .inner dl{max-width: 500px;width: 70vw;margin: 0 auto;background: #fff;border-radius: 6px;overflow: hidden;}
#wxdk .inner dl dd{line-height: 48px;text-align: center;font-size: 16px;color:#090;border-top: #eee 1px solid;}