html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}
@font-face {
    font-family: 'fonts';
    src: url('../fonts/No-move-1.woff');
}
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: .24rem;
}

.container {
    position: relative;
    width: 7.5rem;
    margin: 0 auto;
    background: url('../../image/communitity-bg.jpg') no-repeat;
    background-size: 100%;
}

.main {
    text-align: center;
}
.main h1{
    font-size: .6rem;
    font-family: 'fonts';

}
.main-title img {
    height: .3rem;
    margin-top: .3rem;
}

.info {
    width: 5rem;
    height: 2rem;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
    border-top: 1px solid #fff;
    padding-top: .2rem;
}

.info p {
    margin-top: .1rem;
}

.blue {
    color: #4fd2d3;
}

.gf-text p {
    padding: .3rem;
}

.more-btn {
    width: 7.5rem;
    text-align: center;
}

.more-btn img {
    width: 3.6rem;
    height: 1rem;
    margin-top: .3rem;
}

.contact img {
    width: 3.43rem;
    height: .99rem;
    margin-top: .3rem;
}

.box2 img {
    width: 3.58rem;
    height: 1.03rem;
    margin: .3rem auto;
}
.box2 {
    width: 7rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    text-align: center;
    padding: .3rem 0;
    font-family: 'fonts';
    font-size: .28rem;
}

.form-btns div {
    width: 6.6rem;
    height: 1.05rem;
    line-height: 1.05rem;
    font-size: .3rem;
    background-color: #fff;
    border: 1px solid #5F67EC;
    color: #5F67EC;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    margin: .3rem auto;
    font-size: .36rem;
    font-family: 'fonts';
}
input {
    height: .84rem;
    margin: .2rem 0;
}

input,
textarea {
    width: 6.03rem;
    border: 1px solid #5F67EC;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.select {
    /* background: -webkit-linear-gradient(#54d4d4, #8eefda); */
    /* background: -o-linear-gradient(#54d4d4, #8eefda); */
    /* background: -moz-linear-gradient(#54d4d4, #8eefda); */
    /* background: linear-gradient(#54d4d4, #8eefda); */
	background: -webkit-linear-gradient(#5F67EC, #8747FF);
    background: -o-linear-gradient(#5F67EC, #8747FF);
    background: -moz-linear-gradient(#5F67EC, #8747FF);
    background: linear-gradient(#5F67EC, #8747FF);
    color: #fff !important;
    border: 1px solid #fff !important;
}
.footer {
    width: 7.5rem;
    height: 2.92rem;
    margin-top: .5rem;
	
    font-size: 'fonts';
    background: -webkit-linear-gradient(#222222, #333333);
    background: -o-linear-gradient(#222222, #333333);
    background: -moz-linear-gradient(#222222, #333333);
    background: linear-gradient(#222222, #333333);
}

.up {
    width: 6rem;
    height: 1.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
}

.up img {
    height: .58rem;
}

.down p {
    font-size: .16rem;
    color: #fff;
    text-align: center;
    margin-top: .4rem;
}

.top {
    width: 7.5rem;
    height: 1.25rem;
    position: fixed;
    top: 0;
    z-index: 99;
    padding: .2rem;
}

.main {
    padding-top: 4rem;
    height: 20.9rem;
}

.main img {
    width: 3.4rem;
    height: 1rem;
}

.main h1 {
    color: #fff;
}

.main p {
    color: #fff;
    margin: .3rem;
}

.act {
    border-right: 3px solid #ff7c7b;
    color: #ff7c7b !important;
}

.top img {
    height: .77rem;
    vertical-align: middle;
}

.menu-icon {
    height: .5rem !important;
    margin-left: 4.5rem;
}

.header-info {
    width: 7.5rem;
    position: absolute;
    top: 9rem;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.header-info p {
    margin-top: .2rem;
}

.header-info img {
    width: 2.95rem;
    margin-top: .5rem;
}

.menu-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    font-family: 'fonts';

    /* background: rgba(0, 0, 0, .8); */
}

.menu-list {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    float: right;
    color: #878380;
}

.menu-list li {
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: .36rem;
}

.close {
    font-size: .8rem !important;
    width: 1.35rem;
    height: 1.35rem;
    background: url('image/menu_1.png');
    background-size: 100% 100%;
    margin-left: 2.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.35rem;
}

li a {
    color: #8c8c8c;
}

.active a {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #5F67EC;
}