body {
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-size: 0.67rem;
    color: #000;
    position: relative;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    text-align: center;
}

dt {
    font-size: 0.76rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(38, 38, 38, 1);
    line-height: 1.43rem;
}

#section1, #section2, #section3, #section4, #section5, #section6 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section1 .head1, #section1 .head2, .div2 {
    position: absolute;
    /*left: 50%;*/

    /*transform: translate(-50%,-50%);//会影响top值*/
    z-index: 200;

}

.head1 {
    bottom: 0.95rem;
}

#section1 dt.asc {
    font-size: 0.48rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 0.95rem;
    position: relative;
}

.text1 {
    letter-spacing: 1.43rem;
}

.head2 {
    top: 3.05rem;
    font-size: 1.19rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 0.67rem;
}

.head2 span {
    font-size: 2.14rem;
    font-weight: 600;
}

@keyframes righteaseinAnimate {
    0% {
        transform: translateY(9.52rem);
        opacity: 0;
    }
    10% {
        transform: translateY(9.52rem);
        opacity: 0;
    }
    30% {
        transform: translateY(9.52rem);
        opacity: 0;
    }
    50% {
        transform: translateY(9.52rem);
        opacity: 0.3;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.head2 dt {
    /*animation: righteaseinAnimate 1s ease 1;*/
}

.head2 dt:first-child {
    font-size: 1.48rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 2.14rem;
    /*animation: righteaseinAnimate 1s ease 1;*/

}

.head2 dt:nth-child(2) {
    font-size: 0.76rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 1.90rem;
    /*animation: righteaseinAnimate 1.5s ease 1;*/
}

.head2 dt:nth-child(3) {
    /*animation: righteaseinAnimate 1.8s ease 1;*/
}

.head2 dt:nth-child(3) ruby {
    padding: 0.10rem 0.38rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.43rem;
    font-size: 0.71rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 2.62rem;
}

.head2 dt:nth-child(3) ruby:nth-child(2) {
    margin: 0 0.48rem;
}

.div2 article {
    color: #fff;
    text-align: left;
}

.div2 {
    animation: righteaseinAnimate 1s ease 1;
    width: 28.57rem;
    font-size: 1.10rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding: 0.48rem;

}

.div2 article:first-child {
    line-height: 1.90rem;
}

.div2 article:first-child p {
    height: 1px;
    background: #959595;
    width: 100%;
    margin-bottom: 1.05rem;
}

.div2 article:nth-child(2) p {
    font-size: 0.62rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(170, 170, 170, 1);
    text-align: left;
}

#section3 {
    width: 100%;
}

#section3 .div2 article {
    color: #262626;
}

#section3 ul {
    width: 26.19rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 0.71rem 0;
}

#section3 ul p {
    font-size: 0.43rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(27, 27, 27, 1);
    line-height: 1.2rem;
    margin: 0;
}

#section3 ul li {
    margin-top: 0.67rem;
    flex: 1;
}

#section3 ul li img {
    width: 7.05rem;
    height: 4.67rem;
}

.row {
    margin-bottom: 0.95rem;
}

.row img:first-child {
    margin-right: 2.14rem;
}

.zlhz {
    font-size: 0.71rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(38, 38, 38, 1);
    line-height: 2.38rem;
    margin-top: 2.29rem;
}

.row-column {
    margin-top: 2.90rem;
    display: flex;
    flex-direction: column;
}

.ull {
    list-style: none;
    flex: 1;
    display: flex;
    font-size: 0.43rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 11px;
    position: absolute;
    z-index: 300;
}

.ull li span:nth-child(2) {
    width: 2.14rem;
    display: inline-block;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
}

ul li {
    list-style: none;
    transition: all .5s;
}

ul li:hover {
    cursor: pointer;
    transform: scale(1.1);

}

.ull li span:first-child {
    background: #fff;
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 0.76rem;
}

#section7 {
    margin-top: 2.48rem;
    font-size: 0.86rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(38, 38, 38, 1);
    line-height: 1.14rem;
}

#section7 .phonetext {
    font-size: 0.76rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(38, 38, 38, 1);
    line-height: 1.00rem;
    margin-top: 0.86rem;
    margin-bottom: 1.71rem;
}

.rowjm {
    font-size: 0.48rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
    line-height: 1.90rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line {
    height: 1px;
    background: #A0A0A0;
    width: 4.76rem;
}

.form {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
    line-height: 1.90rem;

}

.form input {
    text-align: left;
}

.form input:focus {
    border: none;
}

input:focus {
    outline: none;
    border-color: #FFCC00;
    box-shadow: 0 0 0.48rem #FFCC00;
}

.form input {
    width: 19.05rem;
    height: 2.10rem;
    border: 1px solid rgba(160, 160, 160, 1);
    text-align: left;
    padding-left: 1.43rem;
    margin-left: 0.95rem;
}

.form .phone {
    margin-top: 0.95rem;
    margin-bottom: 0.95rem;
}

.name {
    background: url("images/tu7xingming@2x.png") no-repeat 0.48rem;
    background-size: 0.52rem 0.62rem;
}

.phone {
    background: url("images/tu7shouji@2x.png") no-repeat 0.48rem;
    background-size: 0.38rem 0.71rem;
}

.city {
    background: url("images/tu7chengshi@2x.png") no-repeat 0.48rem;
    background-size: 0.57rem 0.67rem;
}

.submit.disable {
    cursor: not-allowed;
    background: #dddddd;
    border: 1px solid #ccc;
    color: #999;
}
#section3.section3{
    height: 36rem;
}

.submit {
    width: 10.81rem;
    line-height: 1.62rem;
    color: #000;
    background: #FFF100;
    border: 1px solid #FFCC00;
    border-radius: 0.95rem;
    margin-top: 1.57rem;
    margin-bottom: 1.71rem;
    cursor: pointer;
}

.tip1, .tip2, .tip3 {
    display: none;
}

#myAlert, #myAlert2 {
    display: none;
}

@keyframes right {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    10% {
        transform: translateX(50px);
        opacity: 0;
    }
    30% {
        transform: translateX(50px);
        opacity: 0;
    }
    50% {
        transform: translateX(50px);
        opacity: 0.3;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
#myAlert, #myAlert2 {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: right 1.5s ease 1;
}
    .imgys{
        width: 11.19rem;
    }
    .imgcj{
        width: 23.95rem;
        margin: 1.71rem 0 2.24rem 0;
    }
.section30{
    height: 30rem;
}
#section4>img{
    height: 25rem;
}
#section6>img{
    height: 17.35rem;
}
