@font-face {
    font-family: "CenturyGothic";
    src: url(../font/Monotype-CenturyGothic.min.ttf);
}


.tips{
	position: fixed;
	background: rgba(0,0,0,0.6);
	top: 50%;
	color: white;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	width: 200px;
	padding: 20px;
	border-radius: 20px;
	font-size: 13px;
	display: none;
	z-index: 9999999999999;
}

.social-share-icon{
	background-color: #007AFF;
	border: 0px !important;
}

.social-share-icon{
	margin-right: 32px !important;
}

.social-share-icon:last-child{
	margin-right: 0px !important;
}

.social-share-icon:hover{
	background-color: #007AFF !important;
	border: 0px !important;
}

.shareBox{
	position: absolute;
	display: none;
}

.shareList{
	background: #000000;
	width: 281px;
	border-radius: 10px;
	height: 88px;
	position: relative;
}

.social-share-cs{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	z-index: 9999999999;
	transform: translate(-50%,-50%);
}



.likeShare{
	display: flex;
	float: right;
	margin-top: 19px;
}

.like{
	vertical-align: middle;
	font-size:  18px;
	border-radius: 50%;
	cursor:pointer;
	color: black;
	margin-right: 24px;
	position: relative;
	z-index: 9999999;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.share{
	vertical-align: middle;
	font-size: 18px;
	border-radius: 50%;
	cursor:pointer;
	color: black;
	position: relative;
	z-index: 9999999;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.hideOver{
	overflow: hidden;
}



.like_yes{
	color: #0080F6;
}


.share_yes{
	color: #0080F6;
}


.share .icon{
	background-color: #000000;
	padding: 15px;
	background-image: url(../static/img/icon_share_v2@2x.png);
	background-position: center 40%;
	background-size: 70%;
	background-repeat:no-repeat;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.2s ease;
	overflow: hidden;
}



.like .icon{
	overflow: hidden;
	background-color: #000000;
	padding: 15px;
	color: #000000;
	background-image: url(../static/img/icon_like.png);
	background-position: center center;
	background-size: 70%;
	background-repeat:no-repeat;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.2s ease;
}


.share_yes .icon{
	background-color:#0080F6;
	color: #0080F6;
	/* padding: 15px; */
	/* background-image: url(../static/img/icon_share_v2@2x.png);
	background-position: center center;
	background-size: 70%;
	background-repeat:no-repeat;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle; */
}

.like_yes .icon{
	background-color:#0080F6;
	color: #0080F6;
	/* padding: 15px; */
	transform: rotate(340deg);
	/* background-image: url(../static/img/icon_like.png); */
	/* background-position: center center;
	background-size: 70%;
	background-repeat:no-repeat;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle; */
}



.introduce{
	width: 1365px;
	margin: auto;
}


.wechat-qrcode{
	z-index: 999999999999999 !important;
}


.swiperBox{
    display: flex;
    width: 1360px;
    margin: auto;
}

.btn_box{
    z-index: 9999999;
    position: relative;
    width: 40px;
}

.btn_box img{
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%,-50%);
}



.player img{
   width:80px;
   height:80px;
}

.videoTitle{
    width: 100%;
	height: 28px;
	line-height: 28px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
}

.swiper-container{
    width: 1140px;
    margin: 16px 0 16px 0;
}

.swiper-slide{
    margin: 5px 0;
    cursor: pointer;
    height: 108px !important;
    background-color: #2c2c2c;
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
	box-sizing:border-box;
	border: 2px solid black;
}

#swiper-yes{
	box-sizing:border-box;
    border: 2px solid #0771D1;
}

#whole h1{
    color: white;
    text-align: center;
    margin: 26px auto 24px auto;
    width: 1360px;
    font-size: 40px;
	letter-spacing:1px;
}


#whole{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height:100vh;
}

.logo{
    padding: 16px 0 0 40px;
}

.logo img{
    height: 38px;
}

.triangle{
	width:0;
	height:0;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-bottom:15px solid black;
	position: relative;
	left: 235px;
}


.social-share-icon::before{
	color: white;
}


.introductionCopy{
	width: 1092px;
	margin: auto;
	margin-top: 74px;
}

.introductionCopy img{
	width: 100%;
}

.introductionCopy h2{
	font-size:36px;
	line-height: 54px
}

.introductionCopy h3{
	font-size:24px;
	line-height: 54px;
}

.introductionCopy p{
	font-size:21px;
	line-height:32px;
}



@media screen and (min-width:1366px) {
	.body-wrapper{
	    width: 1365px !important;
	    height: 625px;
	    margin: auto;
	    overflow: hidden;
	    position: relative;
	    background-color: #2c2c2c;
	    box-shadow: 2px 2px 10px 0px 
	    rgba(0, 0, 0, 0.5);
	}
	
	.introduce{
		width: 1365px;
		margin: auto;
	}
	
	
	.triangle{
		width:0;
		height:0;
		border-right:8px solid transparent;
		border-left:8px solid transparent;
		border-bottom:15px solid black;
		position: relative;
		left: 210px;
	}
	
}


@media screen and (max-width:1365px) {
	
	
	
	
	.player img{
	   width:60px;
	   height:60px;
	}
	
    .videoTitle{
        width: 100%;
        height: 20px;
        background-color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        position: absolute;
        bottom: 0px;
        cursor: pointer;
		line-height: 20px;
    }

    .swiperBox{
        display: flex;
        width: 95%;
        margin: auto;
    }

    
    .btn_box{
       display: none;
    }

    .swiper-container{
        width: 100%;
        margin: 8px 0 8px 0;
    }

    .swiper-slide{
        margin: 5px 0;
        cursor: pointer;
        height: 80px !important;
        background-color: #2c2c2c;
        border-radius: 5px;
        background-color: rgb(0, 0, 0);
        background-repeat: no-repeat;
        background-position: center center; 
        background-size: cover;
        border-radius: 5px;
    }

    #swiper-yes{
		box-sizing:border-box;
        border: 3px solid #0771D1;
    }

    #whole h1{
        color: white;
        font-size: 28px;
        text-align: center;
        margin: 20px auto 16px auto;
        width: 95%;
		letter-spacing:1px;
    }
    
    
    #whole{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
          min-height:100vh;
    }

	.logo img{
		width: 80%;
		height: auto;
		margin: auto;
		display: block;
	}
	
	.logo{
		width: 80%;
		padding: 9px 0;
		margin: auto;
	}
	
    .body-wrapper{
        width: 95% !important; 
        height: 426px;
        margin: auto;
        overflow: hidden;
        position: relative;
        background-color: #2c2c2c;
        box-shadow: 2px 2px 10px 0px 
        rgba(0, 0, 0, 0.5);
    }
	
	.introductionCopy{
		width: 95%;
	}
	
	
	.introduce{
		width: 95% !important;
		margin: auto;
	}
	
	.triangle{
		width:0;
		height:0;
		border-right:8px solid transparent;
		border-left:8px solid transparent;
		border-bottom:15px solid black;
		position: relative;
		left: 210px;
	}
	
	.logo img{
	    height: auto;
		margin: auto;
		display: block;
	}
	
	.logo{
		width: 60%;
		padding: 9px 0;
		margin: auto;
	}
	
	
}

@media screen and (max-width:550px) {
	.introductionCopy img{
		width: 100%;
	}
	
	.logo img{
		width: 90%;
	    height: auto;
		margin: auto;
		display: block;
	}
	
	.logo{
		width: 90%;
		padding: 9px 0;
		margin: auto;
	}
	
	.introductionCopy h2{
		font-size:21px;
		line-height: 31px
	}
	
	.introductionCopy h3{
		font-size:16px;
		line-height: 24px;
	}
	
	.introductionCopy p{
		font-size:16px;
		line-height: 24px;
	}
	
	.shareList{
		background: #000000;
		width: 241px;
		border-radius: 10px;
		height: 58px;
		position: relative;
	}
	
	
	.social-share-icon{
		background-color: #007AFF;
		border: 0px !important;
	}
	
	.social-share-icon{
		margin-right: 22px !important;
		transform: scale(0.8);
	}
	
	.social-share-icon:last-child{
		margin-right: 0px !important;
		transform: scale(0.8);
	}
	
	.social-share-icon:hover{
		background-color: #007AFF !important;
		border: 0px !important;
	}
	
	.triangle{
		width:0;
		height:0;
		border-right:8px solid transparent;
		border-left:8px solid transparent;
		border-bottom:15px solid black;
		position: relative;
		left: 233px;
	}
	
	.introductionCopy{
		width: 90%;
		text-align: center;
		margin-top: 41px;
	}
	
	.introduce{
		width: 90% !important;
		margin: auto;
	}
	
	
	#whole h1{
	    color: white;
		letter-spacing:1px;
	    font-size: 21px;
	    text-align: center;
	    margin: 10px auto 16px auto;
	    width: 90%;
	}
	
	.swiperBox{
	    display: flex;
	    width: 90%;
	    margin: auto;
	}
	
	.body-wrapper{
	    width: 90% !important; 
	    height: 426px !important;
	    margin: auto;
	    overflow: hidden;
	    position: relative;
	    background-color: #2c2c2c;
	    box-shadow: 2px 2px 10px 0px 
	    rgba(0, 0, 0, 0.5);
	}
	
	.player img{
	   width:47px;
	   height:47px;
	}
	
	.swiper-slide{
	    margin: 5px 0;
	    cursor: pointer;
	    height: 60px !important;
	    background-color: #2c2c2c;
	    border-radius: 5px;
	    background-color: rgb(0, 0, 0);
	    background-repeat: no-repeat;
	    background-position: center center; 
	    background-size: cover;
	    border-radius: 5px;
	}
	
	.videoTitle{
	    width: 100%;
	    height: 16px;
		border-radius:0 0 5px 5px;
	    background-color: rgba(0, 0, 0, 0.6);
	    font-size: 13px;
	    color: #ffffff;
	    text-align: center;
	    position: absolute;
	    bottom: 0px;
	    cursor: pointer;
		line-height: 16px;
	}
	
	.like{
		vertical-align: middle;
		font-size:  10px;
		border-radius: 50%;
		cursor:pointer;
		color: black;
		margin-right: 24px;
		position: relative;
		z-index: 9999999;
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
	}
	
	.share{
		vertical-align: middle;
		font-size: 10px;
		border-radius: 50%;
		cursor:pointer;
		color: black;
		position: relative;
		z-index: 9999999;
		-webkit-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		user-select:none;
	}
	
	
	.like_yes{
		color: #0080F6;
	}
	
	
	.share_yes{
		color: #0080F6;
	}
	
	
	.share .icon{
		background-color: #000000;
		padding: 12.5px;
		background-image: url(../static/img/icon_share_v2@2x.png);
		background-position: center 30%;
		background-size: 70%;
		background-repeat:no-repeat;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		transition: all 0.2s ease;
	}
	
	
	
	.like .icon{
		background-color: #000000;
		padding: 12.5px;
		color: #000000;
		background-image: url(../static/img/icon_like.png);
		background-position: center center;
		background-size: 80%;
		background-repeat:no-repeat;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		transition: all 0.2s ease;
	}
	
	
	.share_yes .icon{
		background-color:#0080F6;
		color: #0080F6;
		/* padding: 15px; */
		/* background-image: url(../static/img/icon_share_v2@2x.png);
		background-position: center center;
		background-size: 70%;
		background-repeat:no-repeat;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle; */
	}
	
	.like_yes .icon{
		background-color:#0080F6;
		color: #0080F6;
		/* padding: 15px; */
		transform: rotate(340deg);
		/* background-image: url(../static/img/icon_like.png); */
		/* background-position: center center;
		background-size: 70%;
		background-repeat:no-repeat;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle; */
	}
	
	
	.likeShare{
		margin-top: 6px;
	}
	
}


.isFullSc{
	width: 100% !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	height: 100vh !important;
	margin:0 !important;
	z-index: 9999999999999;
}





* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    word-wrap: break-word;
}


.player{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 9999999;
}



#backgroundMap{
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 99999;
}

@media screen and (max-width: 700px) {
    .backgroundMap_mb img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
    }

    .backgroundMap_pc{
        display: none;
    }
}

@media screen and (min-width: 699px) {
    .backgroundMap_pc img{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
    }
    .backgroundMap_mb{
        display: none;
    }
}


html,
body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 100px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
}

input,
textarea,
button,
body {
    font-family: 'CenturyGothic', 'å¾®è½¯é›…é»‘', 'PingFang SC', 'Lantinghei SC', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'san';
}

p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    list-style: none;
}

img {
    font-size: 16px;
}

br {
    font-size: 0;
    vertical-align: middle;
}

.image-wide {
    width: 100%;
    vertical-align: middle;
}

.image-heigh {
    height: 100%;
    vertical-align: middle;
}

.image-hide {
    display: none;
}

.body-wrapper {
    position: relative;
}

.image-hide {
    display: none;
}

#hide-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

#hide-video .hide-video-close {
    position: absolute;
    top: 0.2rem;
    right: -0.6rem;
    width: 0.4rem;
    height: 0.4rem;
}

.hide-video-close .video-close {
    width: 0.38rem;
    height: 0.38rem;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    border: hidden;
    font-size: 0.32rem;
    line-height: 0.36rem;
    cursor: pointer;
}

.hide-video-close .video-close:hover {
    color: #dfc3ad;
}

.hide-video .video-box {
    position: absolute;
    top: 5%;
    left: 12%;
    width: 76%;
    height: 90%;
    background-color: #fff;
}

.hide-video .video-box>div {
    width: 100%;
    height: 100%;
}

.displayNone {
    display: none;
}

.zh .displayNone {
    display: none;
}

.font-family-normal {
    font-family: "å¾®è½¯é›…é»‘";
}

.font-family-century {
    font-family: 'CenturyGothic';
    letter-spacing: 0;
}

.font-weight-bold {
    font-weight: bold;
}

.background-black {
    background-color: #000;
}


/*css 3 animition*/

.image-scale-1 {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.image-scale-08 {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.scale-biger-1 {
    overflow: hidden;
}

.scale-biger-1:hover .image-scale-1 {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.scale-biger-08:hover .image-scale-08 {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.scale-biger-08:hover .image-scale-1 {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.transition-all-easeinout-1 {
    transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

@media only screen and (max-width: 1900px) {
    html {
        font-size: 100px;
    }
}

@media only screen and (max-width: 1820px) {
    html {
        font-size: 96px;
    }
}

@media only screen and (max-width: 1720px) {
    html {
        font-size: 92px;
    }
}

@media only screen and (max-width: 1630px) {
    html {
        font-size: 88px;
    }
}

@media only screen and (max-width: 1550px) {
    html {
        font-size: 83px;
    }
}

@media only screen and (max-width: 1360px) {
    html {
        font-size: 78px;
    }
}

@media only screen and (max-width: 1220px) {
    html {
        font-size: 64px;
    }
}

@media only screen and (max-width: 1152px) {
    html {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1040px) {
    html {
        font-size: 56px;
    }
}

@media only screen and (max-width: 960px) {
    html {
        font-size: 51px;
    }
}