* {
    margin: 0;
    padding: 0; 
    outline: 0;
}

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

li {
    list-style: none;
}

html {
    font-size: 1px;
}

body {
    font-size: 14rem;
    max-width: 640px;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

img {
/*    display: block;    图片不居中*/
    width: 100%;
}

.container {
    position: relative;
}

.container .num {
    vertical-align: middle;
    position: absolute;
    top: 53%;
    left: 34.5%;
    width: 30%;
    height: 11%;
    font-size: 0;
    text-align: center;
    color: #fff;
}

.container .num span {
    font-size: 24px;
    font-size: 7.5vw;
    display: inline-block;
    width: 33.3%;
    height: 100%;
    line-height: 1.4;
}

.container .active-form {
    width: 100%;
    background-color: #0692cd;
}

.container .form-mox {
    margin: 0 15px;
}

.container .form-element {
    position: relative;
    width: 100%;
    padding-bottom: 14px;
    vertical-align: middle;
}

.container .form-element.last {
    padding-bottom: 50px;
}

input[type="text"],
input[type="tel"],
input[type="button"] {
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-appearance: none;
    outline: 0;
    -moz-border-radius: 0;
    border-radius: 2px;
    font-size: 16px;
    line-height: 18px;
}

.container .read {
    color: #006e7b;
    line-height: 14px;
}

.container .read a {
    text-decoration: underline;
}

#zxdCheck {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color: #fff;
    border: none;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.content {
    display: none;
}

.click-make {
    color: #666;
    background: #ffd800;
    font-size: 18px;
    font-weight: bold;
}

.fixed {
    position: fixed;
    width: 70px;
    right: 0;
    bottom: 70px;
    display: none;
    z-index: 10;
}

.no-checked {
    background-color: #ccc;
    color: #fff;
}

.finger {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 60%;
    background: url(http://static.to8to.com/wap/static/images/mfsj/finger.png) no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        -moz-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        -moz-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

a {
    border: none;
    outline: none;
}

.load {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.load img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.g-msg {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 5;
}

.g-msg .msg {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    height: 40px;
    margin-left: 10px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: none;
}

.g-msg .msg img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.g-msg .msg span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
}

.icon-play {
    position: absolute;
    top: 100px;
    left: 100px;
}

.icon-play .circle {
    position: absolute;
    width: 55px;
    height: 55px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

.icon-play .arrow {
    position: absolute;
    width: 0;
    height: 0;
    top: 17px;
    left: 22px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #818181;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.icon-play > div:nth-child(2) {
    -webkit-animation-delay: -1.4s;
    -moz-animation-delay: -1.4s;
    animation-delay: -1.4s;
}

.icon-play > div:nth-child(3) {
    -webkit-animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.icon-play > div {
    background-color: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 55px;
    height: 55px;
    -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
    -moz-animation: ball-scale-multiple 3s 0s linear infinite;
    animation: ball-scale-multiple 3s 0s linear infinite;
}

.page2 {
    background-color: #fff;
}

.page2 .fs-1 {
    width: 40%;
    margin: 0 auto;
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.page2 .fs-2 {
    position: relative;
    top: -9px;
    float: left;
    width: 40%;
    margin: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.page2 .fs-3 {
    position: relative;
    top: -9px;
    float: left;
    width: 40%;
    margin: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.play1 {
    top: 20%;
    left: 35%;
}

.play2 {
    top: 62%;
    left: 53%;
}

.dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, .3);
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.dot > div {
    background-color: #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    -moz-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

.dot1 {
    top: 70%;
    left: 20%;
}

.dot2 {
    top: 60%;
    left: 90%;
}

.dot3 {
    top: 76%;
    left: 73%;
}

.dot1 p {
    position: absolute;
    width: 200px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    padding: 5px 0 5px 10px;
    left: -50px;
    margin-top: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

.dot1 p:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -16px;
    left: 52px;
    border: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, .6);
}

.dot2 p {
    position: absolute;
    width: 200px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    padding: 5px 0 5px 10px;
    top: -41px;
    left: -215px;
    margin-top: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dot2 p:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 33px;
    left: 200px;
    border: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, .6);
}

.dot3 p {
    position: absolute;
    width: 200px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    padding: 5px 0 5px 10px;
    top: -10px;
    left: -214px;
    margin-top: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

.dot3 p:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 2px;
    left: 200px;
    border: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, .6);
}

.swiper-container {
    padding: 21px 0;
	background-color:#FFF;
}

.swiper-slide {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px;
    width: 33%;
}

.swiper-slide div {
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.swiper-slide-active div {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    border: 1px solid #F5D600;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
    padding-bottom: 97.5%;
}

.designer-info img {
    display: none;
}

.city:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 15px;
    right: 5px;
    border: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, .6);
}

.designer {
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	background-size: 100%;
	padding-bottom: 100%;
}
.gif1 {
    position: absolute;
    top: 14%;
    left: 8%;
    width: 70%;
}
.gif11{
    width: 70%;
}
.gif21{
    width: 70%;
}
.gif2 {
    position: absolute;
    top: 55%;
    left: 23%;
    width: 70%;
}
.house1 {
    position: absolute;
    top: 33%;
    left: 48%;
    width: 52%;
}
.house2 {
    position: absolute;
    top: 76%;
    left: 0%;
    width: 68%;
}
