* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    max-width: 100%; 
    /*width: 100%;*/
    display: block;
    margin: auto auto;
}
.center{
    text-align: center;
    margin: auto auto;
}
.container {
    width: 100%;
    min-width: auto !important;
    font-family: 微软雅黑;
    position: relative;
    overflow: hidden;
}
.main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.header {
    width: 100%;
    height: 0.88rem;
    position: relative;
    background: #FFFFFF;
}

.header-text-one {
    width: 100%;
    text-align: center;
    height: 0.88rem;
    line-height: 0.88rem;
    color: #010000;
    font-size: 0.36rem;
    background: #FFFFFF;
}

.header-img-one {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    left: 0.57rem;
    top: 0.2rem;
}

.header-img-two {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    right: 0.57rem;
    top: 0.2rem;
}

.footer {
    width: 100%;
    height: 1.03rem;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ffffff;
    border-top: 1px solid #6d6b6b;
    z-index: 11;
}

.footer ul {
    list-style: none;
    overflow: hidden;

}

.footer ul li {
    width: 20%;
    height: 1.03rem;
    padding-top: 0.12rem;
}

.footer ul li img {
    width: 0.41rem;
    height: 0.38rem;
    display: block;
    margin: 0 auto;
}

.footer-text-one {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    height: 0.4rem;
    line-height: 0.4rem;
}

.header-back {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    font-size: 0.36rem;
    color: #000000;
    position: relative;
    background: #FFFFFF;
}

.header-back-img-one {
    position: absolute;
    left: 0.24rem;
    height: 0.49rem;
    width: 0.49rem;
    top: 0.195rem;

}

.mask {
    width: 100%;
    height: 100%;
    position: fixed !important;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 11;
}

.modal-designer {
    position: fixed;
    width: 5.94rem;
    height: 8.57rem;
    background: url("../img/modal-design-1.png") no-repeat;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -2.97rem;
    top: 50%;
    margin-top: -4.285rem;
    z-index: 12;
    padding-top: 3.35rem;
}

.modal-free-visit {
    background: url("../img/modal-free-visiting.png") no-repeat;
    background-size: 100% 100%;

}
.modal-free-design-team{
    background: url("../img/free-design-team.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 3.7rem;
}

.modal-free-gz {
    background: url("../img/modal-gz-1.png") no-repeat;
    background-size: 100% 100%;
}

.input {
    width: 5.13rem;
    height: 0.8rem;
    background: #FFFFFF;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 0.18rem;
    text-indent: 0.2rem;
}

.modal-designer-text-one {
    width: 3.8rem;
    margin: 0 auto;
    height: 0.68rem;
    line-height: 0.68rem;
    padding-top: 0.175rem;
}

.modal-designer-text-one img {
    width: 0.33rem;
    height: 0.33rem;
}

.modal-designer-text-one span {
    font-size: 0.24rem;
    display: inline-block;
    height: 0.33rem;
    line-height: 0.33rem;
    color: #FFFFFF;
}

.modal-btn {
    width: 3.32rem;
    height: 0.8rem;
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 0.34rem;
    background: #d91616;
    font-weight: bold;
    border-radius: 0.4rem;
    border: none;

}

.modal-success {
    position: fixed;
    width: 5.94rem;
    height: 2.7rem;
    /*height: 6.9rem;*/
    /*background: url("../img/modal-success-1.png") no-repeat;*/
    background: url("../img/bgsub.png") no-repeat;
    background-size: 100% 100%;
    left: 35%;
    top: 40%;
    /*margin-left: -2.97rem;*/
    /*margin-top: -3.45rem;*/
    z-index: 13;
    /*padding-top: 5.48rem;*/
}

#modalSuccessBtn {
    position: absolute;
    right: -10px;
    top: -5px;
    width: 0.5rem;
}

.menu {
    width: 0;
    position: fixed;
    height: 100%;
    left: 0;
    background: #FFFFFF;
    z-index: 12;
    top: 0;
    overflow: scroll;
}
.menu ul{
    list-style: none;

}
.menu-img-wraper-one {
    text-align: right;
    height: 1rem;
    line-height: 1rem;
}

.menu-img-one {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.2rem;
}
.menu li{
    height: 0.85rem;
    line-height: 0.85rem;
}
.menu a {
    height: 0.85rem;
    line-height: 0.85rem;
    padding-left: 0.3rem;
    font-size: 0.28rem;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    color: #333333;
}

.menu-text-one {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.125rem;
    border: 1px solid #e8e8e8;
    margin-top: 0.3rem;
    margin-right: 0.2rem;
}

.menu-active {
    background: #000000;
    color: #d60000;
}

.menu-active .menu-text-one {
    border: none;
    background: #d60000;
}

.menu-active .menu-text-two {
    color: #d60000;

}

.menu-animate {
    animation: animateOne 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation: animateOne 0.5s;
    -o-animation: animateOne 0.5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;

}

.menu-animate-one {
    animation: animateTwo 0.5s;
    -webkit-animation: animateTwo 0.5s;
    -o-animation: animateTwo 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
.close-img{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    z-index: 12;
}

.hidden {
    display: none;
}
.second-menu-wraper{
    background: #333333;
}
.second-menu-wraper a{

    padding-left: 0.8rem;
    color: #FFFFFF;
    border-bottom: solid 1px #222222;
}
.second-menu-wraper a p{
    color: #FFFFFF;
}
.menu-text-three{
    overflow: hidden;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
.menu-text-three .menu-text-two{
    font-size: 0.28rem;
}
.menu-text-four{
    font-size: 0.28rem;
}
.menu-active .menu-text-four{
    color: #d60000;
}
@keyframes animateOne {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }

}

@-webkit-keyframes animateOne {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@-o-keyframes animateOne {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@keyframes animateTwo {
    from {
        width: 5rem;
    }
    to {
        width: 0;
    }

}

@-webkit-keyframes animateTwo {
    from {
        width: 5rem;
    }
    to {
        width: 0;
    }
}

@-o-keyframes animateTwo {
    from {
        width: 5rem;
    }
    to {
        width: 0;
    }
}
.footer a{
    color: #333333;
    text-decoration: none;
}
.footer-text-one{
    color: #333333;
}