* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    font-size: 16px;
    color: #818181;
    height: 100%;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

button {
    border: none;
    background: none;
    outline: none;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #252525;
}

.header {
    background: #64cc1f;
    padding: 0.6rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.header .logo {
    width: 40%;
    display: inline-block;
    margin-left: 1rem;
    position: relative;
    top: 3px;
}

.header .operate {
    display: inline-block;
    font-size: 0.7rem;
    float: right;
    margin-right: 1rem;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    top: 7px;
}

.open {
    display: block;
}

.close {
    display: none;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 10;
}

.mask .container {
    width: 80%;
    height: 50%;
    position: relative;
    top: 25%;
    left: 10%;
}

.mask .container .closeBtn {
    text-align: right;
}

.mask .container .closeBtn img {
    width: 2rem;
    height: 2rem;
}

.mask .container .circle-logo {
    width: 6rem;
    height: 6rem;
    display: block;
    margin: 0 auto;
}

.mask .container .wechat-search {
    margin-top: 2rem;
    width: 100%;
}

.banner {
    width: 100%;
    background: url('https://alioss.ifeixiu.com/feixiu/home/WechatMobile/banner.png') no-repeat;
    background-size: 100%;
    margin-top: 4.6rem;
    position: relative;
}

.banner img {
    width: 100%;
    position: relative;
    z-index: -1;
}

.banner .banner-btn {
    width: 30%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    color: #ffffff;
    background-color: #64cc1f;
    font-size: 1rem;
    position: absolute;
    left: 35%;
    bottom: 2rem;
}

.title {
    color: #6fb640;
    font-size: 1.3rem;
    text-align: center;
}

.subTitle {
    color: #999;
    font-size: 0.8rem;
    text-align: center;
}

.box {
    display: flex;
    width: 100%;
}

.box .item {
    text-align: center;
}

.box .item img {
    width: 3rem;
}

.box .item .msgTitle {
    font-size: 1rem;
    color: #313135;
    margin-bottom: 0.2rem;
}

.box .item .msgContent {
    font-size: 0.8rem;
    color: #666;
}

.advantages {
    padding: 1rem 0 1.5rem 0;
}

.advantages .box {
    margin-top: 20px;
}

.advantages .box .item {
    width: 50%;
}

.slatform {
    background: #f5f6f8;
    padding: 1.5rem 0 2rem 0;
}

.slatform .subTitle {
    margin-bottom: 1rem;
}

.slatform .box {
    text-align: center;
    display: block;
}

.slatform .box .item {
    display: inline-block;
    box-sizing: border-box;
    width: 30%;
    background: #FFFFFF;
    margin: 6px 1px 0 0;
    padding: 0.8rem 0.5rem;
}

.slatform .box .item:first-child {
    margin-left: 1px;
}

.slatform .box .item .itemTitle {
    font-size: 0.8rem;
    text-align: left;
    color: #313135;
}

.slatform .box .item .line {
    width: 1rem;
    height: 4px;
    background: #42b860;
    margin: 0.8rem 0;
}

.slatform .box .item .itemMsg {
    text-align: left;
    color: #313135;
    font-size: 1.4rem;
    line-height: 2rem;
}

.spu {
    padding: 1rem 0 1.5rem 0;
}

.spu .box .item {
    width: 22%;
    text-align: center;
    margin: 1rem 5.6% 0;
}

.spu .box .item img {
    width: 40%;
}

.spu .box .item .msg {
    font-size: 0.8rem;
    color: #313135;
}

.spu .box .item .msg .serviceDetail {
    font-size: 0.6rem;
    border: 1px solid #64cc1f;
    color: #64cc1f;
    margin: 5px 20px 0;
    padding: 2px 0;
}

.process {
    background: #f5f6f8;
    padding: 1rem 0 1.5rem 0;
}

.process .box .item {
    width: 23%;
    text-align: center;
    margin: 1rem 1.6% 0 0;
}

.process .box .item:first-child {
    margin-left: 1.6%;
}

.process .box .item img {
    width: 40%;
}

.process .box .item .msgTitle {
    font-size: 0.8rem;
    margin-top: 0.2rem;
    color: #313135;
}

.process .box .item .msgContent {
    font-size: 0.6rem;
}

.profile {
    padding: 1rem 0 1.5rem 0;
    position: relative;
}

.profile img {
    position: absolute;
    width: 25%;
    left: 3%;
    top: 3.5rem;
}

.profile .container {
    margin-left: 15%;
    margin-right: 5%;
    padding: 1rem 1rem 1rem 15%;
    box-shadow: 0 0 10px #dddddd;
}

.profile .container .title, .profile .container .subTitle {
    text-align: left;
}

.profile .container .msg {
    margin-top: 10px;
    color: #313135;
    font-size: 0.9rem;
    line-height: 1.4rem;
    text-align: justify;
}

.bottom {
    background: #000000;
    padding: 1rem 0 4rem 0;
}

.bottom .box .item {
    width: 50%;
    text-align: left;
    margin: 0 0 1rem 1rem;
    color: #FFFFFF;
}

.bottom .box .item .itemTitle {
    font-size: 1rem;
}

.bottom .box .item .line {
    width: 1rem;
    height: 2px;
    background: #FFFFFF;
    margin: 0.6rem 0;
}

.bottom .box .item .itemMsg {
    font-size: 0.7rem;
}

.go-from {
    display: block;
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    width: 80%;
    margin: 1rem auto;
    line-height: 2.5rem;
    border: 1px solid #FFFFFF;
}

.download {
    display: block;
    color: #ffff00;
    font-size: 1rem;
    text-align: center;
    width: 80%;
    margin: 1rem auto 3rem;
    line-height: 2.5rem;
    border: 1px solid #ffff00;
}

.bottom .msg {
    color: #FFFFFF;
    font-size: 0.6rem;
    text-align: center;
}

.hide {
    visibility: hidden;
    height: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    text-align: center;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
}

.footer-phone, .footer-service{
    display: inline-block;
    font-size: 1rem;
    width: 30%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #ffffff;
    background-color: #64cc1f;
    border: 1px solid #64cc1f;
    border-radius: 5px;
}

.footer-phone {
    background-color: #ffffff;
    color: #64cc1f;
    margin-right: 15%;
}

.hide {
    visibility: hidden;
    height: 0;
}

.serviceSpu {
    position: fixed;
    z-index: 6;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, .8);
}

.serviceSpu .spuMsg {
    width: 50%;
    height: 100%;
    overflow-y: auto;
    margin: 35% auto 0;
}

.serviceSpu .spuMsg img {
    width: 100%;
    display: block;
}

.serviceSpu .spuMsg .repairBox {
    background-color: #ffffff;
    position: relative;
    top: -20px;
    text-align: center;
}

.serviceSpu .spuMsg .repairBox .repairNow {
    font-size: 0.8rem;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    color: #64cc1f;
}

.icon-x {
    background-image: url("https://alioss.ifeixiu.com/feixiu/home/home/index.png");
    background-position: -1140px -605px;
    width: 34px;
    height: 34px;
}

.serviceSpu .icon-x {
    position: absolute;
    top: 15%;
    right: 15%;
}