﻿body {
    background: #fff;
    color: #333
}

.btn {
    width: 7.053333rem;
    height: 1.493333rem;
    margin: 0 auto;
    font-size: .48rem;
    line-height: 1.306667rem;
    background: url(../images/btn-bg.png) no-repeat left top;
    background-size: 100% 100%
}

.yellow {
    color: #fdc425
}

.tf {
    text-align: left
}

.title {
    font-size: .64rem
}

.note {
    font-size: .346667rem
}

.bg-lazy {
    background-size: 100%;
    background-repeat: no-repeat
}

.tc1-container {
    width: 100%;
    min-height: 17.786667rem;
    background: url(../images/first-tc-bg.jpg) no-repeat left top;
    background-size: 100%
}

.tc1-container .tc1-wrapper {
    padding-top: .666667rem
}

.tc1-container .tc1-wrapper .tc1-title {
    color: #806d67;
    font-size: .533333rem
}

.tc1-container .tc1-wrapper .tc1-title .line {
    background: #806d67;
    width: 1.253333rem;
    height: 1px;
    display: inline-block;
    margin: 0 .4rem .133333rem
}

.tc1-container .tc1-wrapper .tc1-desc {
    width: 7.693333rem;
    margin: 1.333333rem auto 0
}

.tc1-container .tc1-wrapper .tit-0311 {
    width: 8.52rem
}

.tc1-container .tc1-wrapper .tc1-note {
    font-size: .426667rem;
    color: #605c53;
    margin-top: 2.133333rem
}

.tc1-container .tc1-wrapper .tc1-note i {
    display: inline-block;
    width: .413333rem;
    height: .413333rem;
    background: url(../images/first-tc-icon.png) no-repeat left top;
    background-size: 100% 100%;
    position: relative;
    top: .04rem
}

.tc1-container .tc1-wrapper .tc1-closed {
    font-size: .32rem;
    color: #605c53;
    margin: .32rem 0
}

.tc1-container .tc1-wrapper .tc1-closed .time {
    font-size: .373333rem;
    color: #806d67;
    display: inline-block;
    padding: 0 .133333rem;
    font-weight: 700
}

.tc1-container .tc1-wrapper .btn {
    margin-top: .32rem
}

.tc-wechat {
    width: 9.733333rem;
    height: 1.533333rem;
    background: #fff;
    position: fixed;
    top: .16rem;
    z-index: 211;
    font-size: .306667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 .133333rem;
    border-radius: .106667rem;
    -webkit-box-shadow: 0 1px .266667rem 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px .266667rem 0 rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-4rem);
    -ms-transform: translateY(-4rem);
    transform: translateY(-4rem)
}

.tc-wechat .we-left {
    position: relative;
    width: .986667rem
}

.tc-wechat .we-left img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.tc-wechat .we-left span {
    width: .333333rem;
    height: .333333rem;
    line-height: .333333rem;
    display: block;
    background: #e42f1c;
    border-radius: 50%;
    position: absolute;
    right: -.08rem;
    top: .133333rem
}

.tc-wechat .we-right {
    width: 8rem;
    padding-top: .266667rem;
    text-align: left
}

.tc-wechat .we-right .we-top {
    color: #a3a2a2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: .426667rem
}

.tc-wechat .we-right .we-top span {
    color: #e42f1c
}

.tc-wechat .we-right .we-info {
    margin-top: .16rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tc-wechat-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tc-test {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 216;
    display: none
}

.tc-test .tc-test-container {
    width: 9.066667rem;
    height: 90%;
    overflow-y: scroll;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: .133333rem
}

.tc-test .tc-test-container .title {
    background: #4650ad;
    font-size: .48rem;
    height: 1.6rem;
    line-height: 1.733333rem;
    border-radius: .133333rem .133333rem 0 0
}

.tc-test .tc-test-container .title .tc-close {
    width: .493333rem;
    height: .493333rem;
    background: url(../images/tc-close.png);
    background-size: 100%;
    position: absolute;
    top: .16rem;
    right: .16rem
}

.tc-test .tc-test-container .test-list-wrap {
    padding-left: .133333rem;
    font-size: .266667rem;
    margin-top: .093333rem
}

.tc-test .tc-test-container .test-list-wrap .test-list {
    margin-top: .293333rem
}

.tc-test .tc-test-container .test-list-wrap .test-list p {
    text-align: left;
    padding-left: .4rem
}

.tc-test .tc-test-container .test-list-wrap .test-list .choose-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: .16rem;
    padding: 0 .266667rem
}

.tc-test .tc-test-container .test-list-wrap .test-list .choose-wrap .choose-list {
    width: 1.866667rem;
    height: .533333rem;
    line-height: .533333rem;
    background: #f4f4f4;
    border-radius: .053333rem
}

.tc-test .tc-test-container .test-list-wrap .test-list .choose-wrap .choosed {
    background: #5963b0;
    color: #fff
}

.tc-test .tc-test-container .test-list-wrap .test-list .choose-wrap .big-list {
    width: 3.866667rem
}

.tc-test .tc-test-container .test-list-wrap .test-list .choose-wrap input {
    width: 2.533333rem;
    height: .533333rem;
    border: 0;
    background: #f4f4f4
}

.tc-test .tc-test-container .test-list-wrap .test-list .list-form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: .4rem
}

.tc-test .tc-test-container .form-wrap {
    background: #f0f4ff;
    border-radius: 0 0 .133333rem .133333rem;
    margin-top: .32rem;
    font-size: .346667rem
}

.tc-test .tc-test-container .form-wrap input {
    width: 7.6rem;
    padding-left: .44rem;
    height: .986667rem;
    background: #f5f5f5;
    border: 1px solid #5c5b5c;
    border-radius: .106667rem;
    margin: .24rem 0
}

.tc-test .tc-test-container .form-wrap input::-webkit-input-placeholder {
    color: #a3a39d
}

.tc-test .tc-test-container .form-wrap .free_table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tc-test .tc-test-container .form-wrap .free_table select {
    height: .986667rem;
    border: 1px solid #5c5b5c;
    border-radius: .106667rem;
    background: #f5f5f5;
    width: 3.92rem;
    padding-left: .4rem;
    margin: .266667rem .133333rem 0
}

.tc-test .tc-test-container .form-wrap .free_tablep {
    text-align: left;
    padding-left: .533333rem;
    padding-top: .266667rem
}

.tc-test .tc-test-container .form-wrap .tc-test-btn {
    width: 8.253333rem;
    height: 1.226667rem;
    background: url(../images/tc-test-btn.png);
    background-size: 100% 100%;
    font-size: .346667rem;
    color: #fff;
    line-height: 1.066667rem
}

.section-no {
    overflow: hidden;
    width: 100%;
}

.section-no .no-wrapper {
    position: relative;
    /* padding-top: 2.346667rem */
}

.section-no .no-wrapper .header {
    background: #323232;
    height: 1.04rem;
    line-height: 1.04rem;
    font-size: .426667rem;
    position: fixed;
    top: 0;
    z-index: 209;
    width: 100%
}

.section-no .no-wrapper .header img {
    width: 2.426667rem
}

.section-no .no-wrapper .header span {
    color: #fdc124
}

.section-no .no-wrapper .guild {
    width: 100%;
    height: 1.306667rem;
    line-height: 1.306667rem;
    font-size: .346667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 .053333rem .133333rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .053333rem .133333rem 0 rgba(0, 0, 0, .2);
    background: #fff;
    z-index: 200
}

.section-no .no-wrapper .guild .guild-left {
    width: 1.6rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdbf3e), color-stop(50%, #fdbd21), to(#ff972f));
    background: -webkit-linear-gradient(top, #fdbf3e 0%, #fdbd21 50%, #ff972f 100%);
    background: -o-linear-gradient(top, #fdbf3e 0%, #fdbd21 50%, #ff972f 100%);
    background: linear-gradient(to bottom, #fdbf3e 0%, #fdbd21 50%, #ff972f 100%)
}

.section-no .no-wrapper .guild .guild-right {
    width: 100%;
}

.section-no .no-wrapper .guild .guild-right .guild-right-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

/* .section-no .no-wrapper .guild .guild-right .guild-right-flex .guild-list:after {
    content: '';
    display: inline-block;
    height: .373333rem;
    width: 1px;
    background: #333;
    position: relative;
    top: .053333rem;
    left: .346667rem
} */

.section-no .no-wrapper .guild .guild-right .guild-right-flex .list-last:after {
    width: 0
}

.section-no .no-wrapper .y-guild {
    position: absolute;
    top: 1.04rem
}

.section-no .no-wrapper .n-guild {
    position: fixed;
    bottom: 0
}

.section-no .no-wrapper .banner img{
        display: block;
    width: 100%;
}

.section-no .no-wrapper .banner .year-box {
    padding-right: 1.6rem;
    padding-top: .266667rem;
    text-align: right;
    font-size: .48rem;
    color: #ffd934;
    letter-spacing: .053333rem
}

.section-no .no-wrapper .banner .img-box {
    text-align: right;
    padding-top: .293333rem;
    padding-right: .266667rem
}

.section-no .no-wrapper .banner .img-box img {
    width: 5.6rem
}

.section-no .no-wrapper .banner .banner-btn {
    width: 3.88rem;
    height: 1.026667rem;
    font-size: .346667rem;
    line-height: .933333rem;
    background: url(../images/banner-btn-bg.png) no-repeat left top;
    background-size: 100% 100%;
    text-align: left;
    padding-left: .4rem;
    margin-top: .533333rem;
    margin-left: 4.986667rem
}

.section-no .no-wrapper .banner .note {
    text-align: left;
    margin-top: .133333rem;
    padding-left: 5.386667rem;
    font-size: .293333rem
}

.section-no .no-wrapper .banner .banner-list-wrap {
    position: absolute;
    bottom: .106667rem;
    font-size: .293333rem;
    width: 100%;
    height: 1.12rem;
    line-height: 1.12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.section-no .no-wrapper .banner .banner-list-wrap .banner-list {
    width: 25%
}

.section-no .no-wrapper .banner .banner-list-wrap .banner-list i {
    display: inline-block;
    position: relative;
    margin-right: .133333rem
}

.section-no .no-wrapper .banner .banner-list-wrap .banner-list .icon1 {
    width: .4rem;
    height: .453333rem;
    background: url(../images/banner-icon-1.png) no-repeat left top;
    background-size: 100% 100%;
    margin-bottom: -.093333rem
}

.section-no .no-wrapper .banner .banner-list-wrap .banner-list .icon2 {
    width: .426667rem;
    height: .426667rem;
    background: url(../images/banner-icon-2.png) no-repeat left top;
    background-size: 100% 100%;
    margin-bottom: -.12rem
}

.section-no .no-wrapper .banner .banner-list-wrap .banner-list .icon3 {
    width: .533333rem;
    height: .413333rem;
    background: url(../images/banner-icon-3.png) no-repeat left top;
    background-size: 100% 100%;
    margin-bottom: -.066667rem
}

.section-no .no-wrapper .banner .banner-list-wrap .banner-list .icon4 {
    width: .413333rem;
    height: .44rem;
    background: url(../images/banner-icon-4.png) no-repeat left top;
    background-size: 100% 100%;
    margin-bottom: -.12rem
}

.section-no .no-wrapper .banner .banner-list-wrap .banner-list:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: .573333rem;
    background: #91772c;
    position: relative;
    left: .32rem;
    top: .186667rem
}

.section-no .no-wrapper .banner .banner-list-wrap .list-first {
    color: #f3611d
}

.section-no .no-wrapper .banner .banner-list-wrap .list-last:after {
    width: 0
}

.section-no .no-wrapper .part2 {
    padding-top: .4rem;
    padding-bottom: .746667rem;
    position: relative;
    margin-bottom: 35px;
}

.section-no .no-wrapper .part2 .p2-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .48rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-no .no-wrapper .part2 .p2-title .p2-tit-left {
    width: 1.666667rem;
    height: 1.48rem;
    padding-top: .2rem;
    background: url(../images/p2-tit-bg.png) no-repeat left top;
    background-size: 100% 100%
}

.section-no .no-wrapper .part2 .p2-title .p2-tit-right {
    padding-top: .16rem
}

.section-no .no-wrapper .part2 .p2-title .p2-tit-right .p1 {
    font-size: .346667rem;
    text-align: left;
    padding-left: .213333rem
}

.section-no .no-wrapper .part2 .p2-title .p2-tit-right .p2 {
    height: .986667rem;
    line-height: .986667rem;
    background: #e9e9e9;
    margin-top: .053333rem;
    padding: 0 .213333rem
}

.section-no .no-wrapper .part2 .p2-title .p2-tit-right .p2 span {
    color: #5f70ec
}

.section-no .no-wrapper .part2 .p2-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 .4rem;
    margin: .266667rem 0 .533333rem
}

.section-no .no-wrapper .part2 .p2-content .p2-cont-list {
    width: 2rem;
    margin-top: .266667rem
}

.section-no .no-wrapper .part2 .p2-content .p2-cont-list img {
    width: 1.68rem
}

.section-no .no-wrapper .part2 .p2-content .p2-cont-list p {
    font-size: .346667rem
}

.section-no .no-wrapper .part2 .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.733333rem
}

.section-no .no-wrapper .part3 {
    width: 100%;
    height: 15.04rem
}

.section-no .no-wrapper .part3 .p3-tit {
    padding-top: 1.733333rem;
    font-size: .64rem
}

.section-no .no-wrapper .part3 .p3-tit .note {
    font-size: .346667rem;
    margin: .133333rem 0
}

.section-no .no-wrapper .part3 .p3-content {
    font-size: .346667rem;
    width: 9.173333rem
}

.section-no .no-wrapper .part3 .p3-content .cont-tit {
    font-size: .373333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.48rem;
    color: #5c585c;
    background: #e9e7e7;
    -webkit-box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, .2);
    z-index: 2;
    position: relative
}

.section-no .no-wrapper .part3 .p3-content .cont-tit .cont-choose {
    width: 50%;
    position: relative
}

.section-no .no-wrapper .part3 .p3-content .cont-tit .cont-choose span {
    position: relative;
    top: .386667rem;
    left: .28rem;
    text-align: left;
    display: inline-block
}

.section-no .no-wrapper .part3 .p3-content .cont-tit .cont-choose span:before {
    content: '';
    display: inline-block;
    width: .76rem;
    height: .826667rem;
    background: url(../images/p3-icon-1.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: -.906667rem;
    top: .053333rem
}

.section-no .no-wrapper .part3 .p3-content .cont-tit .choosed.cont-tit-left {
    width: 4.813333rem;
    height: 1.88rem;
    background: url(../images/p3-choose-left.png) no-repeat left top;
    background-size: 100% 100%;
    top: -.013333rem;
    left: -.106667rem
}

.section-no .no-wrapper .part3 .p3-content .cont-tit .choosed.cont-tit-right {
    width: 4.973333rem;
    height: 1.88rem;
    background: url(../images/p3-choose-right.png) no-repeat left top;
    background-size: 100% 100%;
    top: -.013333rem;
    left: .16rem
}

.section-no .no-wrapper .part3 .p3-content .question-box {
    background: #fff;
    padding-top: .666667rem;
    padding-bottom: .666667rem
}

.section-no .no-wrapper .part3 .p3-content .question-box .note {
    color: #5c585c;
    margin-bottom: .133333rem
}

.section-no .no-wrapper .part3 .p3-content .question-box .note span {
    color: #fff;
    background: #5564e2;
    font-size: .4rem;
    display: inline-block;
    padding: 0 .066667rem
}

.section-no .no-wrapper .part3 .p3-content .question-box .note:before, .section-no .no-wrapper .part3 .p3-content .question-box .note:after {
    content: '';
    display: inline-block;
    width: 1.066667rem;
    height: 1px;
    background: #d3d2d3;
    margin: 0 .266667rem .08rem
}

.section-no .no-wrapper .part3 .p3-content .question-box .question-wrap {
    height: 6.826667rem;
    overflow: scroll
}

.section-no .no-wrapper .part3 .p3-content .question-box .question-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .16rem 1.12rem 0 .8rem
}

.section-no .no-wrapper .part3 .p3-content .question-box .question-list .list-left img {
    width: .8rem;
    border-radius: 50%
}

.section-no .no-wrapper .part3 .p3-content .question-box .question-list .list-right {
    text-align: left;
    padding-left: .36rem;
    padding-top: .133333rem
}

.section-no .no-wrapper .part3 .p3-content .question-box .question-list .list-right .date {
    color: #b3b3b3;
    font-size: .226667rem;
    margin-left: .266667rem
}

.section-no .no-wrapper .part3 .p3-content .question-box .question-list .list-right .list-desc {
    margin-top: .133333rem
}

.section-no .no-wrapper .part3 .p3-content .p3-btn {
    font-size: .373333rem;
    width: 100%;
    height: 1.173333rem;
    line-height: 1.173333rem;
    background: #fdc425;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-no .no-wrapper .part3 .p3-content .p3-btn .btn-list {
    width: 50%
}

.section-no .no-wrapper .part3 .p3-content .p3-btn .btn-list:first-child:after {
    content: '';
    width: 1px;
    height: .76rem;
    background: #666;
    display: inline-block;
    position: relative;
    top: .213333rem;
    left: 1.266667rem
}

.section-no .no-wrapper .part3-foot {
    width: 100%;
    height: 3.426667rem;
    padding-top: .933333rem
}

.section-no .no-wrapper .part3-foot p {
    font-size: .773333rem;
    padding-left: 5.12rem
}

.section-no .no-wrapper .part3-foot .p2 {
    color: #fdc425
}

.section-no .no-wrapper .part3-foot .p2 span {
    display: inline-block;
    border-bottom: .053333rem solid #fff;
    padding-bottom: .053333rem
}

.section-no .no-wrapper .part4 {
    width: 100%;
    height: 20.88rem;
    position: relative
}

.section-no .no-wrapper .part4 .content {
    width: 7.52rem;
    height: 12.4rem;
    overflow: scroll;
    position: absolute;
    left: 1.213333rem;
    top: 3.733333rem;
    -webkit-transform: rotateZ(-.3deg);
    -ms-transform: rotate(-.3deg);
    transform: rotateZ(-.3deg)
}

.section-no .no-wrapper .part4 .content .notice {
    position: absolute;
    width: 100%;
    height: 4rem;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .5));
    background: linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .5))
}

.section-no .no-wrapper .part4 .content .notice img {
    width: 2.2rem;
    position: absolute;
    bottom: .266667rem;
    left: 0;
    right: 0;
    margin: auto
}

.section-no .no-wrapper .part4 .btn {
    position: absolute;
    bottom: .4rem;
    left: 0;
    right: 0;
    margin: auto
}

.section-no .no-wrapper .part5 {
    padding-top: .4rem;
    padding-bottom: .4rem
}

.section-no .no-wrapper .part5 .p5-title {
    font-size: .64rem
}

.section-no .no-wrapper .part5 .desc-tit {
    font-size: .346667rem;
    width: 2.026667rem;
    height: .506667rem;
    line-height: .506667rem;
    border: 1px solid #fff;
    border-radius: .253333rem;
    margin-top: .266667rem
}

.section-no .no-wrapper .part5 .p1 {
    font-size: .293333rem;
    line-height: .533333rem;
    margin-top: .2rem
}

.section-no .no-wrapper .part5 .p1 .yellow {
    font-size: .346667rem;
    font-weight: 700
}

.section-no .no-wrapper .part5 .btn {
    margin-top: .4rem
}

.section-no .no-wrapper .part5 .note1 {
    font-size: .266667rem;
    color: #fff
}

.section-no .no-wrapper .part5 .content {
    width: 9.173333rem;
    margin-top: .4rem;
    padding-top: .266667rem;
    padding-bottom: .266667rem;
    background: #fff;
    -webkit-box-shadow: 0 2px .266667rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px .266667rem 0 rgba(0, 0, 0, .2)
}

.section-no .no-wrapper .part5 .content .cont-desc {
    width: 8.586667rem;
    height: 2.133333rem;
    padding-top: .066667rem
}

.section-no .no-wrapper .part5 .content .cont-desc .p1 {
    margin-top: .066667rem
}

.section-no .no-wrapper .part5 .content .cont-tit {
    width: 8.733333rem;
    height: 5.24rem;
    margin: .266667rem auto 0;
    position: relative
}

.section-no .no-wrapper .part5 .content .cont-tit p {
    font-size: .373333rem;
    font-weight: 700;
    padding-top: .186667rem
}

.section-no .no-wrapper .part5 .content .cont-tit p span {
    color: #5f70ec
}

.section-no .no-wrapper .part5 .content .cont-tit .note {
    position: absolute;
    left: .533333rem;
    bottom: .133333rem;
    font-size: .24rem
}

.section-no .no-wrapper .part5 .content .cont-tit .note i {
    display: inline-block;
    width: .226667rem;
    height: .226667rem;
    background: #5159b4;
    margin-bottom: -.026667rem;
    margin-right: .093333rem
}

.section-no .no-wrapper .part6 .part-top {
    padding-left: .88rem;
    height: 5.093333rem
}

.section-no .no-wrapper .part6 .part-top .p1 {
    font-size: .506667rem;
    padding-top: .4rem
}

.section-no .no-wrapper .part6 .part-top .p1 span {
    color: #5159b4
}

.section-no .no-wrapper .part6 .part-top .p2 {
    font-size: .346667rem;
    line-height: .533333rem;
    margin: .266667rem 0 .133333rem;
    border-top: 1px solid #756579;
    border-bottom: 1px solid #756579;
    padding: .133333rem 0;
    display: inline-block
}

.section-no .no-wrapper .part6 .part-top .p2 span {
    font-size: .426667rem;
    color: #e41818;
    font-weight: 700
}

.section-no .no-wrapper .part6 .part-top .p3 {
    font-size: .426667rem;
    color: #5159b4
}

.section-no .no-wrapper .part6 .part-top .p3 span {
    color: #e41818
}

.section-no .no-wrapper .part6 .part-under {
    margin-top: .613333rem;
    height: 20.066667rem
}

.section-no .no-wrapper .part6 .part-under .form-container {
    width: 9.173333rem
}

.section-no .no-wrapper .part6 .part-under .form-container .form-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: .706667rem;
    line-height: .706667rem;
    background: #5159b4;
    font-size: .32rem;
    padding: 0 .266667rem
}

.section-no .no-wrapper .part6 .part-under .form-container .form-title .p2 {
    font-size: .24rem
}

.section-no .no-wrapper .part6 .part-under .form-container .form-list li {
    height: .533333rem;
    line-height: .533333rem;
    background: #f5f5f5;
    font-size: .293333rem;
    position: relative;
    padding: 0 .133333rem
}

.section-no .no-wrapper .part6 .part-under .form-container .form-list li .list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-no .no-wrapper .part6 .part-under .form-container .form-list li .list-wrap .list-left {
    width: 28%;
    border-right: 1px dashed #fff
}

.section-no .no-wrapper .part6 .part-under .form-container .form-list li .list-wrap .list-right {
    width: 72%
}

.section-no .no-wrapper .part6 .part-under .form-container .form-list li .list-wrap.noticed {
    height: .426667rem;
    background: #5159b4;
    color: #fff;
    line-height: .426667rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8.906667rem
}

.section-no .no-wrapper .part6 .part-under .form-container .form-list .list-first {
    background: #f2c81c
}

.section-no .no-wrapper .part6 .part-under .form-container .form-list li:nth-child(2n) {
    background: #e4e4e4
}

.section-no .no-wrapper .part6 .part-under .title {
    font-size: .506667rem;
    margin: .533333rem 0 .266667rem
}

.section-no .no-wrapper .part6 .part-under .desc-container {
    width: 9.173333rem;
    background: #fff;
    padding: .533333rem 0 .133333rem;
    -webkit-box-shadow: 0 .066667rem .133333rem .04rem rgba(0, 0, 0, .2);
    box-shadow: 0 .066667rem .133333rem .04rem rgba(0, 0, 0, .2)
}

.section-no .no-wrapper .part6 .part-under .desc-container .tf {
    padding-left: .586667rem
}

.section-no .no-wrapper .part6 .part-under .desc-container .p1 {
    font-size: .373333rem
}

.section-no .no-wrapper .part6 .part-under .desc-container .note {
    font-size: .24rem;
    color: #666
}

.section-no .no-wrapper .part6 .part-under .desc-container img {
    width: 8.506667rem
}

.section-no .no-wrapper .part6 .part-under .desc-container .p3 {
    margin-top: .266667rem;
    margin-bottom: .266667rem;
    font-size: .293333rem
}

.section-no .no-wrapper .part6 .part-under .desc-container .p3 span {
    font-weight: 700;
    color: #5159b4;
    font-size: .373333rem
}

.section-no .no-wrapper .part7 {
    padding: .4rem 0
}

.section-no .no-wrapper .part7 .test-container {
    width: 9.173333rem;
    border-radius: .106667rem;
    padding-bottom: .266667rem;
    -webkit-box-shadow: 0 0 .4rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 .4rem 0 rgba(0, 0, 0, .2)
}

.section-no .no-wrapper .part7 .test-container .title {
    font-size: .586667rem;
    height: 1.746667rem;
    padding-top: .133333rem;
    text-shadow: 0 .053333rem .053333rem rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 .04rem .133333rem 0 rgba(0, 0, 0, .3);
    box-shadow: 0 .04rem .133333rem 0 rgba(0, 0, 0, .3)
}

.section-no .no-wrapper .part7 .test-container .question-wrap .list {
    margin-top: .533333rem;
    padding-left: .533333rem;
    padding-right: .533333rem
}

.section-no .no-wrapper .part7 .test-container .question-wrap .list p {
    font-size: .346667rem;
    text-align: left
}

.section-no .no-wrapper .part7 .test-container .question-wrap .list .choose-wrap {
    font-size: .293333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-no .no-wrapper .part7 .test-container .question-wrap .list .choose-wrap .choose-list {
    margin-top: .266667rem;
    width: 1.68rem;
    height: .8rem;
    line-height: .8rem;
    border: 1px solid #bbb;
    border-radius: .106667rem
}

.section-no .no-wrapper .part7 .test-container .question-wrap .list .choose-wrap .bigger {
    width: 2.266667rem
}

.section-no .no-wrapper .part7 .test-container .question-wrap .list .choose-wrap .max {
    width: 2.8rem
}

.section-no .no-wrapper .part7 .test-container .question-wrap .list .choose-wrap .choosed {
    color: #fff;
    background: #5963b0;
    border-color: #5963b0
}

.section-no .no-wrapper .part7 .test-container .form-wrap {
    margin-top: .266667rem
}

.section-no .no-wrapper .part7 .test-container .form-wrap input {
    width: 7.6rem;
    height: .986667rem;
    padding-left: .4rem;
    font-size: .346667rem;
    background: #f5f5f5;
    border: 1px solid #5c5b5c;
    border-radius: .106667rem;
    margin-top: .266667rem
}

.section-no .no-wrapper .part7 .test-container .form-wrap input::-webkit-input-placeholder {
    color: #a3a39d
}

.section-no .no-wrapper .part7 .test-container .form-wrap .free_table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-no .no-wrapper .part7 .test-container .form-wrap .free_table select {
    height: .986667rem;
    font-size: .346667rem;
    border: 1px solid #5c5b5c;
    border-radius: .106667rem;
    background: #f5f5f5;
    width: 3.906667rem;
    padding-left: .4rem;
    margin: 0 .133333rem
}

.section-no .no-wrapper .part7 .test-container .form-wrap p {
    font-size: .373333rem;
    text-align: left;
    padding-left: .533333rem;
    margin: .533333rem 0 .266667rem
}

.section-no .no-wrapper .part7 .test-container .form-wrap .name-wrap {
    position: relative
}

.section-no .no-wrapper .part7 .test-container .form-wrap .name-wrap select {
    position: absolute;
    right: .586667rem;
    bottom: 1px;
    width: 2.4rem;
    height: .986667rem;
    border: 0;
    border-left: 1px solid #5c5b5c;
    font-size: .426667rem;
    color: #fff;
    border-radius: 0 .106667rem .106667rem 0;
    padding-left: .533333rem;
    background: url(../images/p7-icon.png) no-repeat left center, #5963b0;
    background-size: .32rem .28rem;
    background-position-x: 1.6rem
}

.section-no .no-wrapper .part7 .test-container .form-wrap .btn {
    width: 8.253333rem;
    height: 1.226667rem;
    background: url(../images/p7-btn.png) no-repeat left center;
    background-size: 100% 100%;
    font-size: .373333rem;
    color: #fff;
    line-height: .986667rem;
    margin-top: .333333rem
}

.section-no .no-wrapper .part7 .test-container .form-wrap .note {
    font-size: .32rem;
    color: #787980
}

.section-no .no-wrapper .part7 .test-container .gd-wrap {
    font-size: .293333rem;
    color: #787980;
    width: 8.266667rem;
    height: 2.36rem;
    padding-top: .533333rem
}

.section-no .no-wrapper .part7 .test-container .gd-wrap .gd-inner {
    height: 1.706667rem;
    overflow: hidden
}

.section-no .no-wrapper .part7 .test-container .gd-wrap .gd-inner .list {
    padding: 0 .266667rem
}

.section-no .no-wrapper .part7 .test-container .gd-wrap .gd-inner .list .list-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: .56rem;
    line-height: .56rem
}

.section-no .no-wrapper .part7 .test-container .gd-wrap .gd-inner .list .list-cont .status {
    color: #f88d8d
}

.section-no .no-wrapper .part7 .test-container .gd-wrap .gd-inner .list .list-line {
    width: 5.973333rem;
    height: 1px;
    background: #d8d4d4;
    margin: 0 auto
}

.section-no .no-wrapper .part8 {
    height: 27.733333rem;
    position: relative
}

.section-no .no-wrapper .part8 .part-top {
    width: 7.066667rem;
    padding-top: .8rem
}

.section-no .no-wrapper .part8 .part-top .p1 {
    font-size: .453333rem;
    color: #fff169;
    text-shadow: 0 2px .133333rem #a513e3, 2px 0 .133333rem #a513e3, -.026667rem 0 .133333rem #a513e3, 0 -.026667rem .133333rem #a513e3
}

.section-no .no-wrapper .part8 .part-top .p2 {
    font-size: .693333rem;
    color: #fff;
    text-shadow: 0 2px .133333rem #4f61e1, 2px 0 .133333rem #4f61e1, -.026667rem 0 .133333rem #4f61e1, 0 -.026667rem .133333rem #4f61e1
}

.section-no .no-wrapper .part8 a {
    display: block;
    position: absolute;
    right: 0;
    top: .733333rem;
    background-image: url(../images/p8-gif.png);
    width: 3.293333rem;
    height: 1.773333rem;
    background-size: 100% 100%
}

.section-no .no-wrapper .part8 a img {
    width: 1.013333rem;
    position: absolute;
    left: .32rem;
    top: .453333rem;
    -webkit-animation: side2-num 2s linear infinite;
    animation: side2-num 2s linear infinite
}

.section-no .no-wrapper .part8 .title {
    font-size: .64rem;
    margin-top: 1.133333rem
}

.section-no .no-wrapper .part8 .title span {
    color: #5f70ec
}

.section-no .no-wrapper .part8 .note {
    font-size: .346667rem;
    margin-top: .133333rem
}

.section-no .no-wrapper .part8 .content {
    width: 7.466667rem;
    height: 12.626667rem;
    overflow: scroll;
    position: absolute;
    left: 1.16rem;
    top: 9.733333rem
}

.section-no .no-wrapper .part8 .content .notice {
    position: absolute;
    width: 100%;
    height: 4rem;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .2)), to(rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .5));
    background: -o-linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .5));
    background: linear-gradient(rgba(255, 255, 255, .2), rgba(0, 0, 0, .5))
}

.section-no .no-wrapper .part8 .content .notice img {
    width: 2.2rem;
    position: absolute;
    bottom: .266667rem;
    left: 0;
    right: 0;
    margin: auto
}

.section-no .no-wrapper .part8 .btn {
    position: absolute;
    bottom: .586667rem;
    left: 0;
    right: 0;
    margin: auto
}

.section-no .no-wrapper .part9 {
    height: 12.826667rem
}

.section-no .no-wrapper .part9 .desc {
    padding-top: .426667rem
}

.section-no .no-wrapper .part9 .desc .p1 {
    color: #fff;
    font-size: .32rem;
    line-height: .56rem
}

.section-no .no-wrapper .part9 .desc .p1 span {
    font-size: .56rem
}

.section-no .no-wrapper .part9 .desc .p2 {
    font-size: .586667rem;
    margin-bottom: .133333rem
}

.section-no .no-wrapper .part9 .cont {
    width: 9.76rem;
    height: 8.266667rem;
    margin-top: .266667rem
}

.section-no .no-wrapper .part9 .cont .last-time {
    font-size: 0;
    padding-top: .733333rem
}

.section-no .no-wrapper .part9 .cont .last-time span {
    font-size: .613333rem
}

.section-no .no-wrapper .part9 .cont .last-time .date {
    display: inline-block;
    width: .8rem;
    height: 1.04rem;
    line-height: 1.04rem;
    border-radius: .053333rem;
    background: #fff;
    color: #5963b0;
    margin: 0 .04rem
}

.section-no .no-wrapper .part9 .cont .last-time .big-left {
    margin-left: .266667rem
}

.section-no .no-wrapper .part9 .cont p {
    font-size: .533333rem;
    margin: .533333rem 0
}

.section-no .no-wrapper .part9 .cont input {
    width: 8.213333rem;
    height: .986667rem;
    border: 1px solid #bfbfbf;
    background: #fff;
    font-size: .4rem;
    border-radius: .106667rem;
    text-align: center;
    margin-bottom: .32rem
}

.section-no .no-wrapper .part9 .cont input::-webkit-input-placeholder {
    color: #b7b2b2
}

.section-no .no-wrapper .part9 .cont .btn {
    width: 8.4rem;
    height: 1.186667rem;
    font-size: .4rem;
    line-height: 1.013333rem
}

.section-no .no-wrapper .part10 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7.2rem, #5158b0), color-stop(7.2rem, #fff), to(#fff));
    background: -webkit-linear-gradient(top, #5158b0 7.2rem, #fff 7.2rem, #fff 100%);
    background: -o-linear-gradient(top, #5158b0 7.2rem, #fff 7.2rem, #fff 100%);
    background: linear-gradient(to bottom, #5158b0 7.2rem, #fff 7.2rem, #fff 100%);
    padding-bottom: .266667rem
}

.section-no .no-wrapper .part10 .title {
    font-size: .64rem;
    padding: .266667rem 0
}

.section-no .no-wrapper .part10 .title em {
    font-size: .8rem
}

.section-no .no-wrapper .part10 .img-box img {
    width: 9.346667rem
}

.section-no .no-wrapper .part10 .list-container {
    width: 9.173333rem;
    margin: .266667rem auto;
    padding-top: .266667rem;
    padding-bottom: .266667rem;
    background: #ededf1;
    border-radius: .106667rem;
    -webkit-box-shadow: 0 .053333rem .266667rem 0 rgba(0, 0, 0, .3);
    box-shadow: 0 .053333rem .266667rem 0 rgba(0, 0, 0, .3)
}

.section-no .no-wrapper .part10 .list-container .list {
    width: 8.586667rem;
    height: 1.746667rem;
    margin: 0 auto;
    text-align: left
}

.section-no .no-wrapper .part10 .list-container .list div {
    display: inline-block
}

.section-no .no-wrapper .part10 .list-container .list .list-left {
    color: #fff;
    font-size: .586667rem;
    width: 1.133333rem;
    text-align: center;
    padding-top: .266667rem;
    font-weight: 700
}

.section-no .no-wrapper .part10 .list-container .list .list-right {
    font-size: .32rem;
    padding-left: .133333rem
}

.section-no .no-wrapper .part11 {
    height: 7.24rem
}

.section-no .no-wrapper .part11 .title {
    font-size: .64rem;
    padding-top: .346667rem;
    color: #333333;
}

.section-no .no-wrapper .part11 .note {
    font-size: .32rem;
    color: #fff;
    margin-top: .08rem;
    background-color: #fdc425;
    width: 50%;
    margin: 0 auto;
}

.section-no .no-wrapper .part11 .position-box {
    font-size: .373333rem
}

.section-no .no-wrapper .part11 .position-box .abcss1 {
    background: #fdc425;
    color: #4b4146
}

.section-no .no-wrapper .part11 .position-box .abcss2 {
    background: #3c4395;
    color: #fff
}

.section-no .no-wrapper .part11 .position-box .abcss3 {
    background: #fff
}

.section-no .no-wrapper .part11 .position-box .ab-1 {
    width: 1.12rem;
    height: .56rem;
    line-height: .56rem;
    left: 2.533333rem;
    top: 2.8rem
}

.section-no .no-wrapper .part11 .position-box .ab-2 {
    width: 1.813333rem;
    height: .866667rem;
    line-height: .866667rem;
    border: 1px solid #909093;
    left: 1.146667rem;
    top: 3.866667rem
}

.section-no .no-wrapper .part11 .position-box .ab-3 {
    width: 1.413333rem;
    height: .56rem;
    line-height: .56rem;
    left: .88rem;
    top: 5.333333rem
}

.section-no .no-wrapper .part11 .position-box .ab-4 {
    width: 1.866667rem;
    height: .56rem;
    line-height: .56rem;
    left: 6.133333rem;
    top: 3.026667rem
}

.section-no .no-wrapper .part11 .position-box .ab-5 {
    top: 4.133333rem;
    left: 7.293333rem;
    width: 1.866667rem;
    height: .56rem;
    line-height: .56rem
}

.section-no .no-wrapper .part11 .position-box .ab-6 {
    width: 3.04rem;
    height: 1.04rem;
    line-height: .52rem;
    left: 6.16rem;
    top: 5.173333rem
}

.section-no .no-wrapper .part12 {
    width: 100%;
    height: 5.666667rem
}

.section-no .no-wrapper .part12 img {
    width: 100%
}

.section-no .no-wrapper .part12 .swiper-button {
    width: .8rem;
    height: .693333rem;
    outline: 0
}

.section-no .no-wrapper .part13 {
    height: 9.506667rem
}

.section-no .no-wrapper .part13 .title {
    font-size: .64rem;
    padding-top: .4rem
}

.section-no .no-wrapper .part13 .part13-swiper {
    height: 5.333333rem;
    padding-top: .133333rem
}

.section-no .no-wrapper .part13 .part13-swiper .swiper-button {
    width: .8rem;
    height: .693333rem;
    outline: 0
}

.section-no .no-wrapper .part13 .part13-swiper .swiper-inner {
    display: inline-block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.section-no .no-wrapper .part13 .part13-swiper .hideInner {
    opacity: 0
}

.section-no .no-wrapper .part13 .part13-swiper img {
    width: 3.4rem
}

.section-no .no-wrapper .part13 .part13-swiper p {
    font-size: .426667rem;
    color: #fff;
    font-weight: 400;
    opacity: .5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.section-no .no-wrapper .part13 .part13-swiper .hideP {
    font-weight: 700;
    opacity: 1
}

.section-no .no-wrapper .part13 .btn {
    margin-top: .133333rem
}

.section-no .no-wrapper .part14 {
    padding-top: .4rem;
    padding-bottom: .266667rem
}

.section-no .no-wrapper .part14 .title {
    font-size: .64rem
}

.section-no .no-wrapper .part14 .title span {
    color: #5f70ec
}

.section-no .no-wrapper .part14 .note {
    font-size: .346667rem;
    line-height: .533333rem
}

.section-no .no-wrapper .part14 .map-box {
    width: 9.466667rem;
    margin: .133333rem auto;
    padding-bottom: .266667rem
}

.section-no .no-wrapper .part14 .map-box .map-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: .4rem
}

.section-no .no-wrapper .part14 .map-box .map-tit .logo-bg {
    width: 1.706667rem;
    height: 1.613333rem;
    position: relative;
    top: -.066667rem
}

.section-no .no-wrapper .part14 .map-box .map-tit .desc {
    padding-top: .333333rem
}

.section-no .no-wrapper .part14 .map-box .map-tit .desc .p1 {
    font-size: .346667rem
}

.section-no .no-wrapper .part14 .map-box .map-tit .desc .p2 {
    font-size: .533333rem;
    font-weight: 700
}

.section-no .no-wrapper .part14 .map-box .map-tit .desc-2 {
    width: 2rem;
    height: 1.093333rem;
    border-radius: .546667rem 0 0 .546667rem;
    position: relative;
    top: .333333rem;
    background: -webkit-gradient(linear, left top, right top, from(#df3834), to(#f85a35));
    background: -webkit-linear-gradient(left, #df3834, #f85a35);
    background: -o-linear-gradient(left, #df3834, #f85a35);
    background: linear-gradient(to right, #df3834, #f85a35);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-no .no-wrapper .part14 .map-box .map-tit .desc-2 .d1 {
    font-size: .266667rem;
    padding-left: .133333rem;
    width: .4rem;
    padding-top: .2rem
}

.section-no .no-wrapper .part14 .map-box .map-tit .desc-2 .d2 {
    font-size: .533333rem;
    font-weight: 700;
    padding-top: .2rem
}

.section-no .no-wrapper .part14 .map-box .map-tit .yuan-box {
    width: .133333rem;
    padding-top: .493333rem
}

.section-no .no-wrapper .part14 .map-box .map-tit .yuan-box .yuan {
    width: .133333rem;
    height: .133333rem;
    border-radius: 50%;
    background: #9e9eeb;
    margin: .066667rem 0
}

.section-no .no-wrapper .part14 .map-box .map-select select {
    padding-left: .4rem;
    width: 4.266667rem;
    height: .8rem;
    font-size: .32rem;
    border-radius: .053333rem;
    background: url(../images/p14-icon.png) no-repeat right center, #fff;
    background-position-x: 3.466667rem;
    background-size: .493333rem .493333rem
}

.section-no .no-wrapper .part14 .map-box .map-wrapper {
    width: 8.933333rem;
    height: 4.84rem;
    margin-top: .4rem;
    position: relative
}

.section-no .no-wrapper .part14 .map-box .schoolMap {
    width: 8.133333rem;
    height: 4rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section-no .no-wrapper .part14 .btn {
    margin-top: .266667rem;
    font-size: .386667rem
}

.section-no .no-wrapper .part15 {
    background: #525ed3;
    padding-top: .266667rem;
    padding-bottom: .666667rem
}

.section-no .no-wrapper .part15 .cont-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: .266667rem
}

.section-no .no-wrapper .part15 .cont-list .list {
    position: relative;
    width: 2.986667rem;
    margin-top: .173333rem
}

.section-no .no-wrapper .part15 .cont-list .list img {
    width: 100%
}

.section-no .no-wrapper .part15 .cont-list .list p {
    font-size: .346667rem;
    line-height: .506667rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.section-no .no-wrapper .part15 .cont-list .list .mid {
    bottom: 1.2rem
}

.section-no .no-wrapper .part15 .cont-list .list .mid span {
    font-size: .693333rem
}

.section-no .no-wrapper .part16 {
    padding-top: .266667rem;
}

.section-no .no-wrapper .part16 .note {
    line-height: .666667rem
}

.section-no .no-wrapper .part16 .title {
    margin-top: .186667rem
}

.section-no .no-wrapper .part16 .cont-wrap {
    width: 8.733333rem;
    height: 3.733333rem;
    margin: .4rem auto;
    position: relative;
    letter-spacing: .053333rem
}

.section-no .no-wrapper .part16 .cont-wrap img {
    width: 100%
}

.section-no .no-wrapper .part16 .cont-wrap .cont-left {
    position: absolute;
    left: .773333rem;
    bottom: .346667rem;
    font-size: .266667rem
}

.section-no .no-wrapper .part16 .cont-wrap .cont-left span {
    font-size: .32rem
}

.section-no .no-wrapper .part16 .cont-wrap .cont-right {
    position: absolute;
    right: .4rem;
    bottom: .346667rem;
    font-size: .32rem
}

.section-no .no-wrapper .part16 .cont-wrap .cont-right span {
    font-size: .373333rem
}

.section-no .no-wrapper .part16 select, .section-no .no-wrapper .part16 input {
    width: 8.706667rem;
    height: 1.2rem;
    font-size: .453333rem;
    border-radius: .106667rem;
    border: 1px solid #d8d2d2;
    margin-bottom: .293333rem;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center
}

.section-no .no-wrapper .part16 select {
    background: url(../images/p16-icon.png) no-repeat right center, #edeef3;
    background-position-x: 8rem;
    background-size: .533333rem .533333rem
}

.section-no .no-wrapper .part16 input::-webkit-input-placeholder {
    color: #d8d2d2
}

.section-no .no-wrapper .part16 .p16-btn {
    width: 8.933333rem;
    height: 1.413333rem;
    margin: 0 auto;
    font-size: .48rem;
    line-height: 1.173333rem;
    background: url(../images/p16-btn.png) no-repeat left top;
    background-size: 100% 100%
}

.section-no .no-wrapper .fixed-img {
    position: fixed;
    left: .213333rem;
    width: 1.12rem;
    bottom: 40%;
    height: 4rem;
    z-index: 7
}

.section-no .no-wrapper .fixed-img .fixed-img-1 {
    width: 100%;
    height: 3.493333rem;
    background: url(../images/fixed-img-1.png) no-repeat left top;
    background-size: 100% 100%
}

.section-no .no-wrapper .fixed-img .fixed-img-2 {
    font-size: .24rem;
    width: 1.12rem;
    height: .453333rem;
    color: #000;
    padding: .666667rem 0 0;
    background: url(../images/fixed-img-2.png) no-repeat left top;
    background-size: 100% 100%;
    margin-top: .266667rem
}


.amap-logo {
    display: none
}

.amap-copyright {
    display: none!important
}

@media screen and (max-width:4.266667rem) {
    header .header-logo {
        margin-left: .066667rem
    }
}

#cnzz_stat_icon_1274557887 {
    display: none
}

.amap-info-content.amap-info-outer>p:nth-child(3), .amap-info-content.amap-info-outer>br:nth-child(4), .amap-info-content.amap-info-outer>p:nth-child(5) {
    display: none
}

.amap-info-close {
    right: .053333rem!important
}

.amap-info div:last-child {
    display: none!important
}

.amap-drags {
    position: absolute;
    top: -.266667rem
}

/* 头部和导航样式 */
.header1 {
    border-bottom: 1px solid #e1e1e1;
    line-height: 46px;
    padding: 3.75px 0;
}
.wrap {
    width: 100%;
}
.header_l {
    width: 150px;
    height: 40px;
}
.fl {
    float: left;
}
.header_r {
    width: 151.75px;
    height: 22px;
    margin-top: 8px;
}
.fr {
    float: right;
}
.padding {
    padding-left: 6px;
    padding-right: 6px;
}
.clearfix {
    *zoom: 1;
}
.h_nav {
    line-height: 38px;
    background-color: #f4f4f4;
    margin-bottom: 0;
}
.h_nav li {
    float: left;
    width: 25%;
    list-style-type: none;
}
.h_nav li a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #000000;
}
.map-box img{
    width: 100%;
    height: 100%;
}
body{
    font: 20px 'Microsoft YaHei','HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', 'sans-serif',\5b8b\4f53;
}
.newwapschoolimg{
    width: 100%;
}

/* 底部导航栏 */
.foot{
    width: 100%;
    height: 1.066667rem;
    background: #04559c;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.foot ul li {
    width: 25%;
    line-height: 1.066667rem;
    text-align: center;
    color: #fff;
    font-size: .426667rem;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.foot ul li a {
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    list-style-type: none;
}
/* 底部导航 */
.footnav {
    width: 100%;
    max-width: 640px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
.footimg {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.footnav ul {
    position: absolute;
    padding: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.footnav ul li {
    float: left;
    text-align: center;
}
.footnav .nav01 {
    width: 21%;
}
.footnav .nav02 {
    width: 41%;
}
.footnav .nav03 {
    width: 38%;
}
.footnav ul li:last-child {
    margin: 0;
}
.footnav ul li a {
    display: block;
    height: 60px;
}
.footnav ul li span {
    display: none;
    width: 100%;
    color: #fff;
    text-align: center;
}