body{
    background: #EFF3F5;
}
/* HEADER */
#hd_header{
    height: 70px;
    background: #fff;
}
#hd_header .inner_wrapper{
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
#hd_header .inner_wrapper .slogan{
    font-size: 25px;
    letter-spacing: 3px;
    color: #333333;
    cursor: pointer;
    margin-right: 135px;
}
#hd_header .inner_wrapper .nav-wrap{
    flex-grow: 2;
}
#hd_header .inner_wrapper .nav-wrap li{
    display: inline-flex;
    font-size: 14px;
    color: #545454;
    letter-spacing: 3px;
}
#hd_header .inner_wrapper .nav-wrap li a:hover{
    color: #20A0FF!important;
    transition: .3s;
}
#hd_header .inner_wrapper .nav-wrap li a{
    padding: 16px;
}
#hd_header .inner_wrapper .login-btn-wrapper{
    letter-spacing: 3px;
}
#hd_header .inner_wrapper .login-btn-wrapper a{
    color: #20A0FF;
}
/* HEADER */

/* CAROUSEL */
.carousel-wrapper{
    height: 490px;
    margin: 0 auto;
    width: 1180px;
    margin-top: 20px;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper-wrapper img{
    width: 100%;
    height: 100%;
}
/* CAROUSEL */

/* DATA */
.hd-data-wrap{
    height: 160px;
    margin: 0 auto;
    width: 1180px;
    display: flex;
    justify-content: center;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: contain;
}
.hd-data-wrap li{
    flex: 1;
    align-items: center;
    justify-content: center;
    align-content: center;
    display: flex;
}
.hd-data-wrap li .data-top{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.hd-data-wrap li .data-top .left{
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.hd-data-wrap li .data-top .left .icon{
    font-size: 48px;
}
.hd-data-wrap li .data-top .right{
}
.hd-data-wrap li .data-top .right .top{
    font-size: 14px;
    color: #545454;
    letter-spacing: 3px;
}
.hd-data-wrap li .data-top .right .bottom{
    font-size: 20px;
    color: #20A0FF;
    letter-spacing: 3px;
    margin-top: 5px;
}
/* DATA */

/* WEIXIN */
.weixin-third-wrap{
    height: 694px;
    padding: 80px 0;
    background: #fff;
    margin: 0 auto;
    width: 1180px;
    position: relative;
}
.app-list-wrap{
    display: flex;
    margin-bottom: 60px;
}
.app-list-wrap .item-wrap{
    height: 274px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    transition: 0.3s;
}
.app-list-wrap .item-wrap .hover-wrap{
    position: absolute;
    top: 90px;
    background: #fff;
    height: 150px;
    width: 345px;
    display: none;
}
.app-list-wrap .item-wrap .hover-wrap p {
    padding: 10px 40px;
    letter-spacing: 3px;
    line-height: 1.8;
    color: #333333;
}
.read-more{
    text-align: right;
}

.read-more a{
    color: #20A0FF;
    margin-top: 40px;
    display: block;
}
.app-list-wrap .item-wrap:hover .hover-wrap{
    display: block;
    transition: all .3s ease-in-out;
}
.app-list-wrap .item-wrap:hover .title{
    color: #545454;
}
.app-list-wrap .item-wrap:hover .item-gird{
    transform: translateY(-10%);
    transition: all .3s ease-in-out;
}
.app-list-wrap .item-wrap .gird-1{
    width: 346px;
    height: 100%;
    margin-left: 40px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.app-list-wrap .item-wrap .gird-2{
    width: 346px;
    height: 100%;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.app-list-wrap .item-wrap .gird-3{
    width: 346px;
    height: 100%;
    margin-right: 40px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.app-list-wrap .item-wrap .title{
    margin-top: 40px;
    text-align: center;
    color: #20A0FF;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.app-list-wrap .item-wrap ul{
    text-align: center;
}
.app-desc{
    display: inline-flex;
    margin-bottom: 30px;
    width: 110px;
}
.app-desc:nth-of-type(2n+1) {
    margin-right: 40px;
}
.app-desc img{
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.app-desc p{
    height: 24px;
    line-height: 24px;
}
.btn-wrap{
    text-align: center;
}
/* WEIXIN */

/* SUPPORT */
.support-wrap{
    height: 698px;
    margin: 0 auto;
    width: 1180px;
    background: #F9F9F9;
    padding: 80px 0;
}
.support-inner{
    display: flex;
}
.support-inner .left{
    flex: 1;
    height: 305px;
}
.support-inner .left img{
    width: 464px;
    height: 282px;
    display: block;
    margin: 0 auto;
}
.support-inner .left p{
    font-size: 14px;
    color: #333333;
    letter-spacing: 3px;
    text-align: center;
    opacity: 0.5;
}
.support-inner .right{
    flex: 1;
    height: 305px;
}
.support-inner .right-wrapper{
    width: 400px;
    margin: 0 auto;
    margin-top: 152px;
    transform: translateY(-50%);
    /* justify-content: center; */
    /* align-items: center;  */
}
.support-inner .right li{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.support-inner .right li .icon-wrap{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
}
.icon-yellow{
    color: #F7CE68;
}
.icon-blue{
    color: #00C6FB;
}
.icon-pink{
    color: #FE5196;
}
.support-inner .right li .icon-wrap i{
    font-size: 30px;
}
.support-inner .right li:nth-of-type(2n+1) {
    margin-right: 40px;
}
.support-inner .right li .icon-name{
    font-size: 14px;
    color: #545454;
    letter-spacing: 3px;
    width: 90px;
}
.support-wrap .btn-wrap{
    margin-top: 52px;
}
/* SUPPORT */

/* TRADE */
.trade-wrap{
    height: 1018px;
    margin: 0 auto;
    width: 1180px;
    background: #fff;
    padding: 80px 0;
}
.steps-wrapper{
    width: 650px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trade-wrap .btn-wrap{
    margin-top: 80px;
}
.step-name{
    width: 100px;
    text-align: right;
    color: #545454;
    font-size: 20px;
    letter-spacing: 3px;
}
.step-dot{
    width: 80px;
    text-align: center;
}
.start-dot{
    margin: 0 auto;
    width: 13px;
    height: 13px;
    background: #9B7EE2;
    border-radius: 50%;
    position: relative;
}
.end-dot{
    margin: 0 auto;
    width: 13px;
    height: 13px;
    background: #9B7EE2;
    border-radius: 50%;
    position: relative;
}
.step-time{
    color: #20A0FF;
    margin-bottom: 10px;
}
.center-dot{
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background: #9B7EE2;
    border-radius: 50%;
    position: relative;
}
.center-dot::after{
    content: '';
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    top: -49px;
    height: 108px;
    width: 1px;
    background: #9B7EE2;
}
.end-dot::before{
    content: '';
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    top: -47px;
    height: 50px;
    width: 1px;
    background: #9B7EE2;
}
.start-dot::after{
    content: '';
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    top: 0;
    height: 50px;
    width: 1px;
    background: #9B7EE2;
}
.step-desc{
    width: 380px;
}
/* TRADE */

/* SLOGAN */
.slogan-wrap{
    height: 334px;
    margin: 0 auto;
    width: 1180px;
    background: #fff;
    padding: 80px 0;
}
.slogan-wrap p{
    text-align: center;
    font-size: 30px;
    color: rgba(51, 51, 51, 0.65);
}
.slogan-wrap .btn-wrap{
    margin-top: 80px;
}
/* SLOGAN */

/* FOOTER */
#footer{
    height: 300px;
    margin: 0 auto;
    width: 1180px;
    background: #333333;
    padding: 80px 0;
}
#footer .out-link{
    text-align: center;
    margin-bottom: 40px;
}
#footer .out-link a{
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
    letter-spacing: 3px;
}
#footer .out-link a:last-child{
    padding-right: 0;
}
.copy-right{
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.copy-right:last-child{
    margin-bottom: 0;
}
/* FOOTER */


/* TOOLS */
.tools-wrap{
    position: fixed;
    bottom: 50px;
    width: 68px;
    transition: .3s;
    /* display: none; */
}
.tools-wrap ul{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.tools-wrap ul li{
    width: 48px;
    height: 44px;
    margin-bottom: 6px;
    background: #D6E0E4;
    text-align: center;
    cursor: pointer;
}
.tools-wrap ul li i{
    font-size: 22px;
    color: #fff;
    line-height: 44px;
}
.tools-wrap ul li:first-child{
    padding-top: 3px;
}
.tools-wrap ul li a{
    color: #fff;
    font-size: 13px;
}
.tools-wrap ul li:last-child{
    margin-bottom: 0;
}
.model-pop{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 99999;
    display: none;
}
.model-pop .model-alert{
    position: absolute;
    width: 360px;
    padding: 30px 0;
    text-align: center;
    background: #fff;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #E4E7ED;
    border-radius: 4px;
}
.model-pop .title{
    position: relative;
    color: #545454;
}
.model-pop .close{
    position: absolute;
    right: 0;
    top: -35px;
    width: 45px;
    height: 45px;
    font-size: 22px;
    color: #999;
    line-height: 45px;
    cursor: pointer;
}
.model-pop .model-alert img{
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.phone-num{
    color: #333333;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 3px;
}
/* TOOLS */
/* COMMON */
.hd-title{
    font-size: 40px;
    color: #333333;
    letter-spacing: 3px;
    text-align: center;
}
.hd-desc{
    font-size: 16px;
    color: #333333;
    text-align: center;
    opacity:  0.65;
    margin-top: 10px;
    margin-bottom: 60px;
}
.hd-btn{
    width: 235px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    background: #20A0FF;
    display: block;
    border-radius: 4px;
    margin: 0 auto;
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fr, .il .fr {
    float: right;
}
.fc, .il .fc {
    float: none;
    clear: both;
}
/* COMMON */

/* 登录注册 */

.login {
	cursor: pointer;
	-webkit-user-select: none;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	font-weight: 600
}

.login:active {
	background-color: #515151;
	border-radius: 3px;
	color: #fff
}

.login-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,.7);
	left: 0;
	top: 0;
	display: none
}

.login-pop .login-box {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 15px 25px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-transition: all .25s;
	min-width: 360px;
	min-height: 200px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-shadow: 0 1px #ddd;
	font-size: 0
}

.login-pop .login-box i {
	font-size: 18px;
	cursor: pointer
}

.login-pop .login-box .login-title p {
	font-size: 22px;
	display: inline-block
}

.login-pop .login-box .login-title span {
	font-size: 12px;
	line-height: 22px
}

.login-pop .login-box .login-title span a {
	color: #20a0ff;
	text-decoration: underline
}

.login-pop .login-box .login-title span:active {
	color: inherit
}

.login-pop .login-box .login-input {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 0
}

.login-pop .login-box .login-input span {
	color: #aaa;
	position: absolute;
	text-align: center;
	width: 30px
}

.login-pop .login-box .login-input input {
	border: 0;
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	font-family: Helvetica;
	vertical-align: text-bottom;
	padding-left: 45px;
	padding-right: 30px;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}

.login-pop .login-box .login-input .icon-right {
	right: 0;
	top: 9px;
	width: 30px;
	cursor: pointer;
	display: none
}

.login-pop .login-box .login-input .user,.login-pop .login-box .login-input .password,.verify {
	position: relative;
	border-bottom: 2px solid transparent;
}

.login-pop .login-box .auto-login {
	font-size: 12px;
	padding: 10px 8px;
}

#autologin{
    display: inline-block;
    vertical-align: bottom;
}
.login-pop .login-box .auto-login label {
	vertical-align: text-top
}

.login-pop .login-box .auto-login a {
	color: #3e8aeb;
	padding-top: 3px;
}

.login-pop .login-box .btn {
	font-size: 16px;
	background-color: #3e8aeb;
	color: #fff;
	width: 100%;
	box-shadow: none;
	height: 50px;
	border-radius: 1px;
	border: 0
}

.login-pop .login-box .btn:active {
	background-color: #1864c7
}

.Qcode {
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: transparent;
	border-radius: 3px;
	-webkit-transition: all .25s;
	width: 160px;
	height: 160px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none
}

.Qcode img {
	width: 100%;
	height: 100%;
	display: none
}

.Qcode i {
	cursor: pointer
}
.logo-t span {
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    display: inline-block;
    margin-left: 12px;
}

.login {
    font-size: 17px;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    font-weight: 600;
}

.login:active {
    background-color: #515151;
    border-radius: 3px;
    color: #fff;
}

.login-pop,.reset_psd_warp {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0px;
    top: 0px;
    display: none;
}

.login-pop .login-box,.check_phone_box,.reset_psd_box {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.25s;
    width: 360px;
    min-height: 200px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 1px #ddd;
    font-size: 0;
}

.login-pop .login-box{
    width: 480px;
}

.login-pop .login-box #wxLogin{
    position: relative;
}

.login-pop .login-box .login-tip{
    position: absolute;
    background: url(__PUBLIC__/Home/User/login/img/login_tip.png);
    width: 270px;
    height: 523px;
    left: -300px;
    top: 35%;
    background-size:270px 523px;
    background-repeat:no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.login-pop .login-box i {
    font-size: 18px;
    cursor: pointer;
}

.login-pop .login-box .login-title{
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.login-pop .login-box .login-title li{
    width: 40%;
    /* margin: 0 5% -1px; */
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.login-pop .login-box .login-title li:first-child{
    margin-right: 20px;
}

.login-pop .login-box .login-title .active{
    border-bottom: 2px solid #46acf4;
}

.login-pop .login-box .login-body{
    width: 350px;
    margin: 10px auto;
    display: none;
}

.login-pop .login-box #wxhandLogin{
    width: 280px;
}

.login-pop .login-box #wxLogin{
    display: block;
}

.login-pop .login-box .login-body .qr-code{
    width: 217px;
    height: 217px;
    margin:20px auto;
    border:1px solid #ccc;
    font-size: 12px;
    text-align: center;
}

.login-pop .login-box .login-body .qr-code a{
    color: #46acf4;
    line-height: 200px;
}

.login-pop .login-box .login-body .qr-code img{
    width: 100%;
    height: 100%;
}

.login-pop .login-box .login-body .qr-tip{
    color: #afafaf;
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
}

.login-pop .login-box .login-input {
    font-size: 16px;
    border-bottom: 0px;
    padding: 10px 0px 0px;
}

.login-pop .login-box .login-input span {
    color: #aaaaaa;
    position: absolute;
    text-align: center;
    width: 40px;
    line-height: 40px;
}

/*.login-pop .login-box .login-input input {
    border: none;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    font-family: 'Helvetica';
    vertical-align: text-bottom;
    padding-left: 45px;
    padding-right: 30px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}*/

.login-pop .login-box .login-input .icon-right {
    right: 0px;
    top: 9px;
    width: 30px;
    cursor: pointer;
    display: none;
}

.login-pop .login-box .login-input .user{
    padding: 0px;
    margin: 8px;
    margin-top: 16px;
    position: relative;
    border-bottom: 2px solid transparent;
}

.login-pop .login-box .login-input .password{
    margin: 8px;
    position: relative;
    border-bottom: 2px solid transparent;
    margin-bottom: 32px;
}

.login-pop .login-box .reg-tag{
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 13px auto;
}
.login-pop .login-box .reg-tag a{
    color: #46acf4;
}

.login-pop .login-box .btn,.reset_psd_warp button {
    font-size: 16px;
    background-color: #3e8aeb;
    color: #fff;
    width: 100%;
    box-shadow: none;
    height: 50px;
    border-radius: 1px;
    border: none;
}

.login-pop .login-box .btn-login{
    height: 35px;
    margin:5px auto;
    margin-left: 8px;
    margin-right: 8px;
    width: 264px;
}

.login-pop .login-box .btn:active {
    background-color: #1864c7;
}

.close-login ,.close-box{
    display: block;
    width: 50px;
    height: 30px;
    text-align: right;
    color: #aaa;
    float: right;
    font-size: 24px;
    cursor: pointer;
    margin-bottom:-20px;
}
/*.reset_psd_warp{display: block;}*/
.check_phone_box,.reset_psd_box{display: none}
/*.reset_psd_box{display: block;}*/
.check_phone_box,.reset_psd_box{
    text-align: center;
    font-size: 20px;
}
.check_phone_box h3,.reset_psd_box h3{
    margin-bottom: 20px;
}
.check_phone_box input,.reset_psd_box input,.login-pop .login-box .login-input input{
    width: 100%;
    height: 40px;
    border:1px solid #adadad;
    margin-bottom: 15px;
    text-indent: 10px;
    font-size: 15px;
    background: none;
    padding-left: 40px;
}
.login-pop .login-box .login-input input{
    margin-bottom: 0;
}
.reset_psd_verify_txt{
    flex: 1;
}

.reset_psd_verify{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.reset_psd_verify_btn{
    width: 32% !important;
    height: 40px !important;
    cursor: pointer;
}
.close-box{
    position: absolute;
    top: 0;
    right: 5px;
}

/* MAP */

.map-wrap {
    margin: 0 auto;
    width: 1180px;
    height: 960px;
    border: 1px solid transparent;
    background-image: url(http://cdn.wxhand.com/hand/index/background.png);
    background-repeat: repeat;
    transform: translateZ(0);
  }
  .map-wrap .map {
    position: relative;
    margin: 20px auto;
    width: 73.39%;
    height: 0;
    padding-bottom: 56.1%;
    overflow: visible;
    background-image: url(http://cdn.wxhand.com/hand/index/map.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .map-wrap .point {
    position: absolute;
    background-color: #fff;
    border-radius: 100px;
    width: 8px;
    height: 8px;
    overflow: visible;
    opacity: 0;
  }
  .map-wrap .point.xinjiang {
    left: 21.25%;
    top: 28.85%;
  }
  .map-wrap .point.shandong {
    left: 68.2%;
    top: 43.6%;
  }
  .map-wrap .point.shenyang {
    left: 79.5%;
    top: 37.1%;
  }
  .map-wrap .point.nanjing {
    left: 73.2%;
    top: 59.7%;
  }
  .map-wrap .point.nanchang {
    left: 68.2%;
    top: 69.5%;
  }
  .map-wrap .point.guangzhou {
    left: 63.2%;
    top: 84%;
  }
  .map-wrap .point.chongqing {
    left: 48.3%;
    top: 62.9%;
  }
  .map-wrap .map-title{
      font-size: 40px;
      text-align: center;
      color: #fff;
      letter-spacing: 3px;
      margin: 60px 0 60px 0;
  }
  .map-wrap .flag {
    width: 24px;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(http://cdn.wxhand.com/hand/index/flag.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
  }
  .map-wrap .line {
    position: absolute;
    background: #fff;
  }
  .map-wrap .end-point {
    transform: translateX(-50%);
  }
  .map-wrap .school-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px;
    white-space: nowrap;
  }
  .map-wrap .school-wrap .logo {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: top;
    margin-right: 10px;
    background-position: 50;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .map-wrap .school-wrap .detail {
    display: inline-block;
    vertical-align: top;
  }
  .map-wrap .school-wrap .detail .name {
    display: block;
    font-size: 14px;
    color: #20a0ff;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .map-wrap .school-wrap .detail .school {
    display: block;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 20px;
  }
  .map-wrap .line-top {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 0;
  }
  .map-wrap .line-top > .line-left,
  .map-wrap .line-top > .line-right {
    top: 0;
  }
  .map-wrap .line-top > .end-point {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .map-wrap .line-top > .end-point .school-wrap {
    transform: translate(-50%, -100%);
  }
  .map-wrap .line-bottom {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 0;
  }
  .map-wrap .line-bottom > .line-left,
  .map-wrap .line-bottom > .line-right {
    top: auto;
    transform: translateY(0%);
    bottom: 0;
  }
  .map-wrap .line-bottom > .end-point {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
  }
  .map-wrap .line-bottom > .end-point .school-wrap {
    transform: translate(-50%, 0);
  }
  .map-wrap .line-left {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
  }
  .map-wrap .line-left > .line-bottom,
  .map-wrap .line-left > .line-top {
    left: 0;
  }
  .map-wrap .line-left > .end-point {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .map-wrap .line-left > .end-point .school-wrap {
    transform: translate(-100%, -50%);
  }
  .map-wrap .line-right {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
  }
  .map-wrap.line-right > .line-bottom,
  .line-right > .line-top {
    left: 100%;
  }
  .map-wrap .line-right > .end-point {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .map-wrap .line-right > .end-point .school-wrap {
    transform: translate(0, -50%);
  }

/* MAP */
#MEIQIA-INVITE {
    position: fixed;
    right: 60px;
    bottom: 0;
    z-index: 2147483647;
    /* display: none; */
    width: 340px;
    height: 130px;
    margin-bottom: 64px;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .16);
    text-align: left;
    color: #000;
    line-height: 1.428571429;
    background-color: #fff;
}
#MEIQIA-INVITE #MEIQIA-INVITE-CLOSE {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-position: 0 -260px;
    background-image: url(https://static.meiqia.com/dist/images/icon-mq@2x.png?v=slktr2n1k4l8r529) !important;
    background-size: 40px auto !important;
    background-repeat: no-repeat !important;
}
#MEIQIA-INVITE #MEIQIA-INVITE-INSIDE {
    width: 300px;
    height: 44px;
    margin: 46px 20px 0;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    color: #000;
    /* word-break: break-all; */
}
#MEIQIA-INVITE a {
    color: #20a0ff;
}