/* 页面初始化样式 */

* {
    padding: 0;
    margin: 0;
}


/* 版心宽度 */

.w {
    width: 1200px;
    margin: 0 auto;
}


/* 公共部分样式 */

body {
    background-color: #F5F5F5;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.topBg {
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, #A1D4F1 0%, rgba(255, 252, 252, 0) 100%);
    position: fixed;
    top: 48px;
    left: 0;
    z-index: -1;
}

.header {
    width: 100%;
    height: 48px;
    background: #333;
    z-index: 99;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.header .top {
    height: 48px;
    display: flex;
    justify-content: space-between;
}

.header .top .logo {
    width: 120px;
    height: 56px;
    background: #F8F9FD;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 5px 15px 5px 10px;
}

.header .top .logo img {
    width: 100%;
    height: 100%;
}

.header .top .nav ul {
    display: flex;
    align-items: center;
    height: 48px;
}

.header .top .nav ul li {
    margin-left: 48px;
}

.header .top .nav ul li a {
    font-weight: 400;
    line-height: 24px;
    color: #FEFEFE;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
}

.header .top .nav ul li.active a {
    color: #F7B500;
}

.footer {
    width: 100%;
    min-height: 40px;
    background: #333;
    padding: 20px 0;
}

.footer .line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer p,
.footer span,
.footer a {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 21px;
    margin: 0 10px;
}

.footer a:hover {
    color: #1F8AFF;
}


/* index.html css */

.main .index {
    margin-top: 41px;
    /* margin-bottom: 64px; */
}

.main .index .banner {
    width: 100%;
    height: 339px;
    background-color: #fff;
    display: flex;
}

.main .index .banner .image {
    width: 599px;
    height: 339px;
}

.main .index .banner .image img {
    width: 100%;
    height: 100%;
}

.main .index .banner .text {
    flex: 1;
    padding: 24px;
    position: relative;
}

.main .index .banner .text h1 {
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.main .index .banner .text .line {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 24px;
    background: #ECECEC;
}

.main .index .banner .text p {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #656767;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.main .index .banner .text span {
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 18px;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.main .index .listBox {
    width: 100%;
    margin-top: 38px;
}

.main .index .listBox .list {
    width: 100%;
    height: 160px;
    background: #FEFEFE;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    display: flex;
    box-sizing: border-box;
    padding: 20px 24px;
}

.main .index .listBox .list .left {
    width: 212px;
    height: 120px;
}

.main .index .listBox .list .left img {
    width: 100%;
    height: 100%;
}

.main .index .listBox .list .right {
    flex: 1;
    margin-left: 26px;
    position: relative;
}

.main .index .listBox .list .right h1 {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.main .index .listBox .list .right p {
    margin-top: 10px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #656767;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main .index .listBox .list .right span {
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* information.html css */

.main .index .listBox .list .right .payBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 32px;
    background: #1F8AFF;
    border-radius: 5px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FEFEFE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main .holdBox {
    width: 100%;
    height: 48px;
}

.mask {
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask .confirm {
    width: 540px;
    height: 540px;
    background: #FEFEFE;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
}

.mask .confirm .close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

.mask .confirm h1 {
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #656767;
    line-height: 27px;
    text-align: center;
    margin-top: 40px;
}

.mask .confirm .close img {
    width: 100%;
    height: 100%;
}

.mask .confirm .erCode {
    width: 160px;
    height: 160px;
    border-radius: 5px;
    border: 6px solid #FA6400;
    margin: 24px auto;
}

.mask .confirm .erCode img {
    width: 100%;
    height: 100%;
}

.mask .confirm h3 {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #656767;
    line-height: 21px;
    text-align: center;
}

.mask .confirm .payBox {
    margin-top: 32px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.mask .confirm .payBox .alpay,
.mask .confirm .payBox .wepay {
    display: flex;
    align-items: center;
    margin: 0 20px;
    cursor: pointer;
}

.mask .confirm .payBox .alpay img,
.mask .confirm .payBox .wepay img {
    margin-left: 16px;
    height: 40px;
}

.mask .confirm .payBox .alpay input[type="radio"],
.mask .confirm .payBox .wepay input[type="radio"] {
    width: 16px;
    height: 16px;
}

.mask .confirm p {
    margin-top: 24px;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 18px;
    text-align: center;
}


/* about.html css */

.main .about {
    display: flex;
    margin-top: 134px;
}

.main .about .left {
    width: 50%;
    height: 235px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 49px 107px 49px 91px;
    display: flex;
    justify-content: center;
}

.main .about .left img {
    width: 90%;
    height: 100%;
}

.main .about .hold {
    width: 48px;
}

.main .about .right {
    width: 50%;
}

.main .about .right h1 {
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}

.main .about .right p {
    margin-top: 24px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #656767;
    line-height: 21px;
}

.main .about .right span {
    display: block;
    margin-top: 60px;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #656767;
    line-height: 21px;
}

.about.footer {
    position: fixed;
    bottom: 0;
    left: 0;
}


/* 媒体查询控制版心宽度 */

@media screen and (width: 1366px) {
    .w {
        width: 912px;
    }
}

@media screen and (width: 1280px) {
    .w {
        width: 912px;
    }
}

@media screen and (width: 1024px) {
    .w {
        width: 912px;
    }
}

@media screen and (width: 375px) {
    .w {
        width: 375px;
    }
}