@charset "utf-8";

/* CSS Document */
/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1110px;
	margin: 0 auto;
	font-size: 14px;
	font-family: Microsoft YaHei, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Source Han Sans CN, sans-serif;
	text-align: justify;
	color: #101010;
	background-color: #fff;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #101010;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #b41720;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}


.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}

.line30 {
	height: 34px;
	width: 100%;
	clear: both;
}

.line8 {
	font-size: 1px;
	height: 8px;
	width: 100%;
	clear: both;
}

.line15 {
	font-size: 1px;
	height: 16px;
	width: 100%;
	clear: both;
}


.lines1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lines2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.lines3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}

.hanggao {
	clear: both;
	height: 26px;
	width: 100%;
}


/* 公共样式 */
.video {
    position: relative;
    width: 190px;
    height: 410px;
    margin: 40px auto 0
}

.video .xgplayer {
    background: #fff
}

.video:after,.video video {
    width: 100%;
    height: 100%
}

.swiper-wrapper img {
    width: 100%;
}

.video:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    background-color: #fff;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    background: url(../images/phone.png) no-repeat 50%;
    background-size: contain;
    z-index: 9999;
    pointer-events: none
}

.video .slide{
    width: 100%;
    height: 100%;
    position: relative;
}

.pc {
    height: 100vh;
}

.pc-main {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.pc-main .video {
    width: 311px;
    height: 673px;
    margin: 0
}

.pc-main .video .xgplayer-enter {
    background: #fff
}

.swiper-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0.1rem;
    left: 0;
    width: 100%;
    height: 0.12rem;
    font-size: 0;
    margin-top: 0.3rem;
}

.swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 10px;
    background: #ef8e77;
    margin: 0 2px;
    opacity: .2;
    transition: 300ms;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.12rem;
    background: #ef8e77;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    text-align: center;
    font-size: 18px;
    display: block;
}

@media (max-height: 860px) {
    .pc-main .video {
        width:33vh;
        height: 70vh
    }
}

.pc-right {
    margin-left: 205px
}

@media (max-height: 860px) {
    .pc-right {
        -webkit-transform:scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

.pc-right-logo {
    display: block;
    margin: 0 auto;
    height: 75px;
}

.pc-right-name {
    font-weight: 600;
    margin-left: 20px;
    font-size: 50px;
    line-height: 75px;
    color: #ef8f77;
}

.pc-right-qrcode {
    display: block;
    margin: 70px auto 0;
    width: 220px;
    height: 285px;
}

.pc-right-btn {
    margin: 70px auto 0
}

.pc-right-btn-ios {
    background: url(../images/ios.png) no-repeat 50%;
    background-size: contain
}

.pc-right-btn-android,.pc-right-btn-ios {
    display: inline-block;
    width: 270px;
    height: 75px
}

.pc-right-btn-android {
    margin-left: 26px;
    background: url(../images/android.png) no-repeat 50%;
    background-size: contain
}

.pc-footer {
    margin-top: -70px;
    padding: 15px 0;
    background: #ececec;
    text-align: center;
    color: #a3a3a3;
    font-size: 12px;
    line-height: 20px
}

.pc-footer a {
    color: #a3a3a3;
    margin: 0 10px
}

.pc-footer p {
    margin: 0 auto;
}

.img{
    max-width: 100%;
}


/* 下载样式2 */
.header {
    width: 100%;
    height: 576px;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%; 
    position: relative;
}
.ptc {
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.logo {
    width: 204px;
    height: 60px;
    background: url(../images/logo.png) no-repeat center;
    position: relative;
    background-size: 80%;
}
.wz {
    top: 100px;
    height: 385px;
    color: #3e4652;
    position: relative;
    text-align: left;
}
.wz h2 {
    margin-bottom: 20px;
    font-size: 54px;
    font-weight: 400;
    font-family: SYSTBD;
}
.wz p {
    font-size: 24px;
    line-height: 36px;
}
.wz .wzlink{
    background-color: #464d5c;
    width: 140px;
    height: 42px;
    line-height: 42px;
    display: flex;
    border-radius: 2px;
    margin-top: 20px;
    align-items: center;
    box-sizing: border-box;
    padding-left: 14px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    float: left;
    margin-right: 20px;
}
.wz a img {
    width: 22px;
    display: block;
    margin-right: 10px;
}
.wz a:hover {
    background-color: #ff8871;
}
.rimg {
    width: 650px;
    height: 500px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.rimg  img {
    display: block;
    width: 100%;
    height: 100%;
}
.ms {
    width: 700px;
    text-align: center;
    color: #3e4652;
    margin: 60px auto 40px;
    font-size: 18px;
    text-shadow: 0 1px #fff;
    line-height: 1.8;
    position: relative;
    font-weight: 300;
}
.ms::before {
    content: url(../images/dh.png);
    width: 52px;
    height: 44px;
    position: absolute;
    overflow: hidden;
    left: -100px;
    top: 20px;
}
.ms::after {
    background-image: url(../images/dh.png);
    width: 52px;
    height: 44px;
    position: absolute;
    overflow: hidden;
    content: '';
    right: -100px;
    top: 20px;
    background-position: -52px 0;
}
.footer {
    font-size: 16px;
    position: fixed;
    bottom: 0;
    line-height: 56px;
    text-align: center;
    width: 100%;

}