/*图1*/
.w1-font{
    position: absolute;
    top: 36%;
    left: 19%;
}
.w1-font-1{
    color: #240695;
    font-size: 6.5rem;
}
.w1-font-2{
    color: #9B9ED7;
    font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .w1-font-1{
        color: #240695;
        font-size: 3rem;
    }
    .w1-font-2{
        color: #9B9ED7;
        font-size: 1rem;
    }
}
/*图2 图6*/
.right-font-phone {
    display: none;
}
.right-font-phone-y {
    display: none;
}
.right-font{
    position: absolute;
    top: 38%;
    right: 22%;
}
.right-font-y{
    position: absolute;
    top: 30%;
    right: 18%;
}
.right-font-1{
    color: #E96C0C;
    font-size: 3rem;
}
.right-font-2{
    color: #333333;
    font-size: 2.5rem;
    line-height: 4rem;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .right-font{
        position: absolute;
        top: 38%;
        right: 20%;
    }
    .right-font-y{
        position: absolute;
        top: 38%;
        right: 16%;
    }
    .right-font-1{
        color: #E96C0C;
        font-size: 2.3rem;
    }
    .right-font-2{
        color: #333333;
        font-size: 1.8rem;
        line-height: 3rem;
    }
}
/*图3 图5*/
.left-font-phone {
    display: none;
}
.left-font-phone-y {
    display: none;
}
.left-font{
    text-align: right;
    position: absolute;
    top: 38%;
    left: 20%;
}
.left-font-y{
    text-align: right;
    position: absolute;
    top: 38%;
    left: 25%;
}
.left-font-1{
    color: #E96C0C;
    font-size: 3rem;
}
.left-font-2{
    color: #333333;
    font-size: 2.5rem;
    line-height: 4rem;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .left-font{
        position: absolute;
        top: 38%;
        left: 16%;
    }
    .left-font-y{
        position: absolute;
        top: 38%;
        left: 23%;
    }
    .left-font-1{
        color: #E96C0C;
        font-size: 2.3rem;
    }
    .left-font-2{
        color: #333333;
        font-size: 1.8rem;
        line-height: 3rem;
    }
}
/*图四*/
.center-font-phone {
    display: none;
}
.center-font{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 13%;
}
.center-font-1{
    color: #E96C0C;
    font-size: 3rem;
}
.center-font-2{
    color: #333333;
    font-size: 2.5rem;
    line-height: 4rem;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .center-font-1{
        color: #E96C0C;
        font-size: 2.3rem;
    }
    .center-font-2{
        color: #333333;
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .center-font{
        left: 28%;
    }
}
/*
@media screen and (max-width: 767px) {
    .w1-font{
        text-align: center;
        top: 14%;
        left: 16%;
    }
    .w1-font-1{
        font-size: 3.5rem;
        color: #FFFFFF;
    }
    .w1-font-2{
        font-size: 2rem;
    }
    .right-font {
        display: none;
    }
    .right-font-y {
        display: none;
    }
    .center-font {
        display: none;
    }
    .right-font-phone {
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 14%;
        left: 14%;
        color: #FFFFFF;
    }
    .right-font-phone-y {
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 14%;
        left: 9%;
        color: #FFFFFF;
    }
    .right-font-phone-1 {
        font-size: 3rem;
    }
    .right-font-phone-2 {
        font-size: 1.8rem;
    }
    .left-font{
        display: none;
    }
    .left-font-y{
        display: none;
    }
    .left-font-phone {
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 14%;
        left: 11%;
        color: #FFFFFF;
    }
    .left-font-phone-y {
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 14%;
        left: 17%;
        color: #FFFFFF;
    }
    .left-font-phone-1 {
        font-size: 3rem;
    }
    .left-font-phone-2 {
        font-size: 1.8rem;
    }
    .center-font-phone {
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 14%;
        left: 9%;
        color: #FFFFFF;
    }
    .center-font-phone-1 {
        font-size: 3rem;
    }
    .center-font-phone-2 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 380px) {
    .w1-font{
        left: 12%;
    }
    .right-font-phone {
        left: 12%;
    }
    .right-font-phone-y {
        left: 4%;
    }
    .left-font-phone {
        left: 6%;
    }
    .center-font-phone {
        left: 3%;
    }
    .left-font-phone-y {
        left: 12%;
    }
}
@media screen and (max-width: 320px) {
    .w1-font{
        left: 9%;
    }
    .right-font-phone {
        left: 5%;
    }
    .right-font-phone-y {
        left: 1%;
    }
    .left-font-phone {
        left: 1%;
    }
    .left-font-phone-y {
        left: 7%;
    }
    .center-font-phone {
        left: 1%;
    }
}
*/
.container{
    width: 1200px!important;
}
@media only screen and (max-width: 767px) {
    .container{
        width: 100%!important;
    }
}
.top-btn {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
    width: 100%;
}
.btn-fold {
    vertical-align: top;
    width: 20%;
    display: inline-block
}
.btn-fold .un-fold {
    display: none;
    margin-left: 4px;
}
.btn-fold .is-fold {
    background: white;
    margin-top: 3%;
    width: 33%;
    display: block;
}
