*{
    margin: 0;
    padding: 0;
    list-style: none;
}
input,textarea,select,a:focus {
         outline: none;
}
textarea{
    padding-top: 0.1rem;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.box .title{
    width: 100%;
    height: 0.85rem;
    font-size: 0.36rem;
    color: #333333;
    text-align: center;
    line-height: 0.85rem;
}
.box .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/banner.png") no-repeat center center / 100% 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.content .letter{
    width: 100%;
    height: 4.83rem;
    background: #ffffff;
    border-radius: 0.2rem;
    margin-top: 3.17rem;
    overflow: hidden;
    padding: 0 0.21rem;
    box-sizing: border-box;
}
.letter .let-title{
    width: 100%;
    height: 0.42rem;
    font-size: 0.3rem;
    color: #333333;
    text-align: center;
    line-height: 0.42rem;
    margin-top: 0.34rem;
}
.letter p{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.1rem;
}
.letter .le-text{
    text-indent:2em;
	text-indent:2em;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.1rem;
}
.letter .le-last{
    text-align: right;
}
.four-title .tit-on{
    color: #666666;
}
.five-title .tit-on{
    color: #666666;
}
.six-title .tit-on{
    color: #666666;
}

.content .from{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin-top: 0.2rem;
    border-radius: 0.2rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.66rem;
}
.from .from-one{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.from-one .one-title{
    width: 100%;
    height: 1.05rem;
    border-bottom: 0.01rem solid #f2f2f2;
    font-size: 0.28rem;
    color: #333333;
    line-height: 1.05rem;
    display: flex;
}
.one-title .tit-le{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #ff3930;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.36rem;
    margin-top: 0.35rem;
    margin-right: 0.1rem;
}
.one-title span{
    color: #ff3930;
}
.from-one .one-li{
    width: 100%;
    height: 1.7rem;
    overflow: hidden;
}
.one-li .one-top{
    width: 100%;
    height: 0.34rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.36rem;
}
.one-top span{
    color: #666666;
}

.one-li .one-input{
    width: 100%;
    height: 0.8rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #dddddd;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding-left: 0.1rem;
    overflow: hidden;
}
.one-input input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}


.from .from-two{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.5rem;
}
.from-two .two-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.36rem;
    display: flex;
    margin-top: 0.1rem;
}
.two-title .tit-le{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #ff3930;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.36rem;
    margin-right: 0.1rem;
}
.two-title .tit-ri{
    width: 5.6rem;
    height: auto;
}
.two-title span{
    color: #ff3930;
}
.two-title .tit-on{
    color: #666666;
}

.from-two .two-input{
    width: 100%;
    height: 1.6rem;
    border-radius: 0.2rem;
    border: 0.01rem solid #dddddd;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 0.3rem;
}
.two-input textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 0.1rem;
    box-sizing: border-box;
}
.from .from-four{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.5rem;
}
.from-four .four-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.36rem;
    display: flex;
    margin-top: 0.1rem;
}
.four-title .tit-le{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #ff3930;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.36rem;
    margin-right: 0.1rem;
}
.four-title .tit-ri{
    width: 5.6rem;
    height: auto;
}
.four-title input{
    display: inline-block;
    width: 1.1rem;
    height: 0.3rem;
    border: none;
    border-bottom: 0.01rem solid #333333;
    text-align: center;
    color: #ff3930;
}
.four-title span{
    color: #ff3930;
}
.from-four .four-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.4rem;
}
.four-box .four-ul{
    width: 100%;
    height: 5.88rem;
    margin-bottom: 0.3rem;
}
.four-ul .four-li{
    width: 2.13rem;
    height: 1.95rem;
    border: 0.01rem solid #dddddd;
    float: left;
	box-sizing: border-box;
}
.four-li.active{
    border: 0.01rem solid #ff3930;
	box-sizing: border-box;
}

.four-li img{
    display: block;
    width: 2.07rem;
    height: 1.89rem;
    margin: 0.01rem;
    display: none;
}

.four-img.active{
    display: block;
}

.four-img1.active{
    display: block;
}


.four-box .four-gloss{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    margin-bottom: 0.3rem;
}
.four-gloss.active{
    display: block;
}
.four-gloss .glo-title{
    width: 100%;
    height: 0.32rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.32rem;
    margin-top: 0.07rem;
}
.four-gloss p{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.32rem;
}
.four-gloss .glo-claim{
    width: 100%;
    height: 2.25rem;
    margin-top: 0.2rem;
    overflow: hidden;
}
.glo-claim .cla-title{
    width: 100%;
    height: 0.45rem;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.45rem;
}
.glo-claim .cla-input{
    width: 100%;
    height: 1.6rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #dddddd;
    margin-top: 0.2rem;
    overflow: hidden;
    box-sizing: border-box;
}
.cla-input textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 0.1rem;
    box-sizing: border-box;
}




.from .from-five{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.from-five .five-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.36rem;
    display: flex;
    margin-top: 0.1rem;
}
.five-title .tit-le{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #ff3930;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.36rem;
    margin-right: 0.1rem;
}
.five-title .tit-ri{
    width: 5.6rem;
    height: auto;
}
.five-title input{
    display: inline-block;
    width: 1.1rem;
    height: 0.3rem;
    border: none;
    border-bottom: 0.01rem solid #333333;
    text-align: center;
    color: #ff3930;
}
.five-title span{
    color: #ff3930;
}

.from-five .five-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.4rem;
}
.five-box .five-ul{
    width: 100%;
    height: 5.55rem;
    margin-bottom: 0.3rem;
}
.five-ul .five-li{
    width: 1.6rem;
    height: 1.85rem;
    border: 0.01rem solid #dddddd;
    float: left;
	box-sizing: border-box;
}
.five-li.active{
    border: 0.01rem solid #ff3930;
	box-sizing: border-box;
}

.five-li img{
    display: block;
    width: 1.54rem;
    height: 1.79rem;
    margin: 0.01rem;
    display: none;
}

.five-img.active{
    display: block;
}

.five-img1.active{
    display: block;
}
.five-box .five-gloss{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    margin-bottom: 0.3rem;
}
.five-gloss.active{
    display: block;
}
.five-gloss .glo-title{
    width: 100%;
    height: 0.32rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.32rem;
    margin-top: 0.07rem;
}
.five-gloss p{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.32rem;
}
.five-gloss .glo-claim{
    width: 100%;
    height: 2.25rem;
    margin-top: 0.2rem;
    overflow: hidden;
}
.glo-claim .cla-title{
    width: 100%;
    height: 0.45rem;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.45rem;
}
.glo-claim .cla-input{
    width: 100%;
    height: 1.6rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #dddddd;
    margin-top: 0.2rem;
    overflow: hidden;
    box-sizing: border-box;
}
.cla-input textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 0.1rem;
    box-sizing: border-box;
}



.from .from-six{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.from-six .six-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.36rem;
    display: flex;
    margin-top: 0.1rem;
}
.six-title .tit-le{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #ff3930;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.36rem;
    margin-right: 0.1rem;
}
.six-title .tit-ri{
    width: 5.6rem;
    height: auto;
}
.six-title input{
    display: inline-block;
    width: 1.1rem;
    height: 0.3rem;
    border: none;
    border-bottom: 0.01rem solid #333333;
    text-align: center;
    color: #ff3930;
}
.six-title span{
    color: #ff3930;
}

.from-six .six-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.4rem;
}
.six-box .six-top{
    width: 100%;
    height: 0.55rem;
    display: flex;
}
.six-top .six-le{
    width: 3.2rem;
    height: 0.55rem;
    border: 0.01rem solid #dddddd;
    font-size: 0.28rem;
    color: #ff3930;
    text-align: center;
    line-height: 0.55rem;
}
.six-le.active{
    background: #ff5622;
    color: #ffffff;
    border: 0.01rem solid #ff3930;
}

.six-box .six-ul{
    width: 100%;
    height: 3.35rem;
}
.six-ul .six-li{
    width: 3.2rem;
    height: 3.35rem;
    border: 0.01rem solid #dddddd;
    float: left;
}
.six-li.active{
    border: 0.01rem solid #ff3930;
}

.six-li img{
    display: block;
    width: 3.18rem;
    height: 3.33rem;
    margin: 0.01rem;
    display: none;
}

.six-img.active{
    display: block;
}

.six-img1.active{
    display: block;
}
.six-box .six-gloss{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
    display: none;
}
.six-gloss.active{
    display: block;
}
.six-gloss .glo-title{
    width: 100%;
    height: 0.32rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.32rem;
    margin-top: 0.07rem;
}
.six-gloss p{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.32rem;
}



.from .from-seven{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
}

.from-seven .sev-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.36rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.1rem;
}
.sev-title .tit-le{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #ff3930;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.36rem;
    margin-right: 0.1rem;
}
.sev-title p{
    display: block;
    width: 5.95rem;
}
.from-seven .sev-input{
    width: 100%;
    height: 1.6rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #dddddd;
    margin-top: 0.2rem;
    box-sizing: border-box;
	overflow:hidden
}
.sev-input textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 0.1rem;
    box-sizing: border-box;
}

.from .from-eight{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
}

.from-eight .eight-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.36rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.1rem;
}
.eight-title .tit-le{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #ff3930;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.36rem;
    margin-right: 0.1rem;
}
.eight-title p{
    display: block;
    width: 5.95rem;
}
.from-eight .eight-input{
    width: 100%;
    height: 1.6rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
}
.eight-input textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 0.1rem;
    box-sizing: border-box;
}

.eight-input:nth-last-child(1){
    border-radius: 0;
    border: none;
}
.eight-input .eig-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.eig-box .eig-a{
    width: 1.6rem;
    height: 1.6rem;
    border: 0.01rem solid #dddddd;
    font-size: 0.3rem;
    text-align: center;
    line-height: 1.6rem;
    box-sizing: border-box;
    position: relative;
}
.eig-a img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.eig-a input{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.eig-a .dow{
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    border-radius: 50%;
}
.dow img{
    display: block;
    width: 100%;
    height: 100%;
}

.eight .eight-boxs{
    width: 100%;
    height: 1.7rem;
    overflow: hidden;
}
.eight-boxs .eight-top{
    width: 100%;
    height: 0.34rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.36rem;
}
.eight-top span{
    color: #666666;
}

.eight-boxs .eig-input{
    width: 100%;
    height: 0.8rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #dddddd;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding-left: 0.1rem;
    overflow: hidden;
}
.eig-input input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.from .from-btn{
    width: 100%;
    height: 0.8rem;
    background: #ff432b;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
}
