* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    border: none;
    display: block;
}

body {
    background: #fff;
    padding-bottom: 50px;
    max-width: 750px;
    margin: auto;
    position: relative;
	color: #fff;
    font-family: "Microsoft YaHei"
}

body, dl, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    margin: auto;
    padding: 0
}

.container {
    max-width: 750px;
    margin: 0 auto;
	width:100%;
	position: relative;
}

.container, .main_background {
    position: relative;
	/* max-height:33rem; */
}

.main_background {
    z-index: 0
}

.main_background > img {
    max-width: 750px;
}

.img-main {
    width: 100%;
    height: auto;
    display: block;
}

.footer_fixed {
    width: 101%;
    min-height: 1.4rem;
    background: rgba(255, 255, 255, 0.77);
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
	z-index:999;
}

.banner {
    position: relative;
}

.img_icon {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    top: 0.22rem;
    left: 0.28rem;
    overflow: hidden;
}

.img_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .describe_in_word {
    padding: 0.20rem 0 0 1.5rem;
    color: #333;
}
a {
    text-decoration: none;
}

.label_one {
    font-size: 0.30rem;
    font-family: "微软雅黑";
    font-weight: bold;
}

.label_two {
    font-size: 0.16rem;
    padding-top: 0.01rem;
    font-family: "微软雅黑";
    font-weight: bold;
	max-width:95%;
}

.gfb {
    float: left;
	font-size: 0.18rem;
    border: 1px solid #ed0000;
    color: #ed0000;
    padding: 0.03rem 0.08rem;
	margin: 1px 2px;
}

.lzb {
    float: left;
	font-size: 0.18rem;
    border: 1px solid #DC9245;
    color: #DC9245;
    padding: 0.03rem 0.08rem;
    position: relative;
    margin: 1px 2px;
}

.czq {
    float: left;
	font-size: 0.18rem;
    border: 1px solid #60B551;
    color: #60B551;
    padding: 0.03rem 0.08rem;
    position: relative;
    margin: 1px 2px;
}
::-webkit-scrollbar {
    width: 16px;
    height: 10px;
}
.label_three {
    font-size: 0.18rem;
    padding-top: 0.03rem;
    font-family: "微软雅黑";
    font-weight: bold;
}

.banner .log_in {
    display: block;
    width: 2.1rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #43c117;
    color: #000;
    text-align: center;
    font-size: 0.42rem;
    border-radius: 0.08rem;
    position: absolute;
    top: 0.33rem;
    right: 0.2rem;
}


.customer_btn {
	position: absolute;
    top: 1.1rem;
    right: -0.9rem;
    max-width: 1.8rem;
    width: 100%;
    height: 0.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	
}

.customer_btn a {
    display: block
}

.customer_btn a.btn-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
