* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}

body {
    width: 100%;
    height: 100%;

    overflow: hidden;
    font-family: "MicrosoftYaHei", "PingFangSC,宋体,Arial,sans-serif";
}
.clearfix:after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.container {
    width: 100%;
    height: 100vh;
    background-color: #F3F3F3;
    background-size: cover;
    border-top: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #F0F0F0;
}

.banner2 {
    width: 100%;
    height: 100px;
    background-color: #141A88;
    z-index: 1000;
    color: #fff;
}

.abs {
    position: absolute;
}

.logo2 {
    width: 163px;
    height: 51px;
    background: url('../img/logo.png') no-repeat;
    background-size: 100% 100%;
    top: 25px;
    left: 50px;
}

.btns-use {
    font-size: 16px;
    top: 0;
    left: 366px;
    line-height: 125px;
    cursor: pointer;
    /* color: #fff; */
}

.btns-use span:nth-child(2),
.btns-use span:nth-child(3),
.btns-use span:nth-child(4),
.btns-use span:nth-child(5) {
    margin-left: 45px;
}

a {
    color: #fff;
    text-decoration: none;
}

.open-log {
    position: relative;

}

.hot-dot {
    position: absolute;
    top: 40px;
    right: -5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red;
}

.hot-dot2 {
    top: 2px;
}

.new-list2 {
    display: none;
    position: absolute;
    width: 190px;
    height: 94px;
    background-color: rgba(13, 13, 13, .7);
    color: #888888;
    line-height: 34px;
    padding: 10px 10px 10px 24px;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    /* border: 1px solid #e4e4e4; */
    border-radius: 5px;
}

.triangle-box {
    position: absolute;
    width: 100%;
    height: 16px;
    top: -16px;

}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border: 7.5px solid;

    top: 1px;
    left: -14px;
    border-color: transparent transparent rgba(13, 13, 13, .7);
}

.open-log2 {
    font-size: 14px;
}

.open-log3 {
    font-size: 14px;
    display: block;
}

.open-loglist {
    font-size: 14px;
}

.open-log:hover .new-list {
    display: block !important;
}

.open-log:hover .new-list2 {
    display: block !important;
}

.open-log:hover .new-list div:hover {

    color: #FFF;
}

.open-log:hover .new-list a:hover {

    color: #FFF;
}

.open-log:hover .new-list2 div:hover {

    color: #FFF;
}

.open-log:hover .new-list2 a:hover {

    color: #FFF;
}

.open-log:hover .new-list a {

    color: #888888;
}

.open-log:hover .new-list2 a {

    color: #888888;
}

.commit-box {

    width: 1200px;

    margin: auto;


}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.abs {
    position: absolute;
}

.left-box {
    position: relative;
    line-height: 100px;
    cursor: pointer;
}

.commit-pic {
    vertical-align: middle;
}

/* 第一页 */
.first-page {
    width: 100%;
    height: 520px;
    margin-top: 100px;
    background-color: #fff;
}

.first-content {
    position: relative;

}

.icon-1 {
    top: 0;
    right: -14px;

}
.icon-2 {
    top: 335px;
    left: 0;

}
.icon-3 {
    top: 335px;
    left: 170px;

}
.icon-4 {
    top: 335px;
    left: 333px;

}
.icon-1 {
    top: 0;
    right: -14px;

}

.first-content .text1 {
    top: 147px;
    left: 0;
    font-size: 50px;
    color: #141a88;
    font-weight: bold;
}

.first-content .text2 {
 
    top: 220px;
    left: 0;
    font-size: 18px;
    color: #222222;
}
.first-content .text3 {
 
    top: 250px;
    left: 0;
    font-size: 18px;
    color: #222222;
}

.first-content .iosbtn {
    bottom: 270px;
    left: 0;
    cursor: pointer;
}

.first-content .android {
    bottom: 270px;
    left: 154px;
    cursor: pointer;
}

/* 第二页 */
.two-page {
    position: relative;
    width: 100%;
    min-width: 1440px;
    height: 683px;
 
}
.bg2{
    width: 1920px;
    height:683px ;
    left: 50%;
    top: 50%;
    margin-left: -960px;
    margin-top: -341.5px;
}
.two-content {
    position: relative;
    height: 100%;
}

.two-content .text1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    top:50%;
    left: 0;
    margin-top: -40px;
 
}
.iocn-comit{
    top: 50%;
    margin-top: -86px;
}
.icon-5{
    right: 0;
}



.mt5 {
    margin-top: 5px;
}

.mt50 {
    margin-top: 50px;
}

.three-page {
    width: 100%;
  
}

.three-content {

}


.three-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 150px;
}

.three-box .li {
    width: 260px;
    height: 400px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 6px;
}

.three-box .li .text1 {
    font-size: 30px;
    text-align: left;
    margin-top: 30px;
}

.three-box .li .text2 {
    font-size: 16px;
    text-align: left;

    color: #fff;
}

.mt30 {
    margin-top: 30px;
}

.four-page {
    width: 100%;
    height: 900px;
    background-color: #fff;
}

.four-content {
    padding-top: 150px;
    box-sizing: border-box;
}

.four-content .text1 {
    font-size: 60px;
    color: #191919;
    font-weight: bold;
    text-align: center;
}

.ul-pic {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mr22 {
    /* margin-right: 21px; */
}

.four-content .btn-box {
    text-align: center;
    margin-top: 73px;
}

.four-content .btn-box .android {
    margin-right: 8px;
}

.five-page {
    width: 100%;
    height: 400px;
    margin-top: 63px;
    background-color: #565EEC;
}

.five-content {
    padding-top: 100px;
    box-sizing: border-box;
}

.five-content .text1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.five-content .partner {
    margin-top: 108px;
}

.six-page {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #2D2D2D;
}

.six-content {
    display: flex;
    flex-direction: row;
    padding-top: 126px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
}
.fl{
    float: left;
    margin-right: 10px;
}
.text-box{
    text-align: center;
    width: 128px;
}
.mt10{
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 23px;
}

.six-content .btn-box {
    margin-top: 20px;
}

.ml10 {
    margin-left: 8px;
}

.fw {
    font-weight: bold;
    margin-bottom: 30px;
}

.ml180 {
    margin-left: 210px;
}

.mt4 {
    margin-top: 2px;
}

.mt7 {
    margin-top: 7px;
}

.wei-xin{
    box-sizing: border-box;
    padding-top: 123px;
    margin-left: 36px;
}

.new-height {
    display: none;
    position: absolute;
    width: 120px;
    height: 50px;
    background-color: rgba(13, 13, 13, .7);
    color: #888888;
    line-height: 30px;
    padding: 10px;
    top: 70px;
    left: 0;
    border-radius: 5px;
    box-sizing: border-box;
}

.triangle-box {
    position: absolute;
    width: 100%;
    height: 16px;
    top: -16px;

}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border: 7.5px solid;
    top: 1px;
    left: -6px;
    border-color: transparent transparent rgba(13, 13, 13, .7);
}

a {
    text-decoration: none;
    color: #fff;
}

.right-meun:hover .new-height {
    display: block;
}

/* 日志 */
.mask-log {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8)
}

.up-log {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.up-log .titlelog {
    position: relative;
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.up-log .close-log {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.log-content {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.log-content a {
    text-decoration: none;
    color: #141a88;
}

.log-content .lists {
    width: 500px;
    padding-top: 37px;
    margin-left: 173px;
    border-left: 1px solid #ddd;
}

.log-content .lists .list {
    border-top: 1px solid #eee;
    position: relative;
    padding-left: 30px;
    padding-bottom: 75px;
}

.log-content .lists .list .dot {
    position: absolute;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
    background-color: #141a88;
    border-radius: 50%;
    z-index: 1;
}

.log-content .lists .list .date {
    position: absolute;
    left: -153px;
    top: -13px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.log-content .lists .list .title {
    position: absolute;
    left: 0;
    top: -13px;
    display: block;
    padding-right: 20px;

    height: 25px;
    line-height: 25px;
    background: #fff;
    font-size: 14px;
    color: #666;
    text-indent: 30px;
    font-size: 16px;
    color: #333;
}

.log-content .lists .list .dl-content dl {
    overflow: hidden;
    padding-top: 20px;
}

.log-content .lists .list .dl-content dl dt {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.log-content .lists .list .dl-content dl dd {
    font-size: 12px;
    color: #999;
    line-height: 25px;
    margin-left: 12px;
}

.up-log .btn-log {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #4364e5;
}

/* 关于 */
.mask-log2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 200px 0 50px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8)
}

.up-log2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 600px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.up-log2 .titlelog {
    position: relative;
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.up-log2 .close-log2 {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.log-content2 {

    margin: auto;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.log-content2 .map-box {
    width: 887px;
    height: 695px;
    margin: auto;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    box-sizing: border-box;
    padding-top: 30px;
    color: #333333;
    text-align: center;
    background: url('../img/page-1/map.png') no-repeat;
    background-size: 100% 100%;
}

.log-content2 .up-content {
    width: 696px;
    margin: auto;
    font-weight: 400;
    font-style: normal;
    color: #666666;
    line-height: 22px;
    font-size: 12px;
}

.log-content2 .up-content .line-da {
    width: 696px;
    margin-top: 26px;
    margin-bottom: 34px;
    border-bottom: 1px dashed #666666;
}

.log-content2 .up-content .half {
    display: inline-block;
    width: 49.5%;
}

.log-content2 .up-content .company {
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #333333;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 45px;
}

.log-content2 .up-content .company2 {
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #333333;
    text-align: center;
    margin-top: 35px;

}

.log-content2 .up-content .center-text {
    text-align: center;
    margin-bottom: 24px;
}

.log-content2 .up-content .new-text {
    display: inline-block;
    width: 281px;
    margin-left: 40px;
}

.log-content2 .up-content .next-h {
    font-weight: 700;
    font-size: 32px;
    margin-top: 35px;
    text-align: center;
    color: #333333;
}

.log-content2 .up-content .btn-contact {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    cursor: pointer;
    background-color: #0099ff;
}

.up-log2 .btn-log {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #4364e5;
}

.textcener {
    text-align: center;

}

.fw700 {
    font-weight: 700;
}

.fz20 {
    font-size: 20px;
}

.mt30 {
    margin-top: 30px;
    color: #000;

}

.article-box {
    /* display: inline-block; */
    /* margin: auto; */
    margin-top: 100px;
    text-align: left;
    padding: 0 210px
}

.article-box .top-title {
    width: 100%;
    margin: auto;
    text-align: left;
    padding-top: 20px;
}

.img-box {
    position: relative;
    width: 1202px;
  
    margin: auto;
}

.up-mask {
    width: 100%;
}

.colose-box {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: -50px;
}

.close-log2 {
    position: absolute;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}


.btn-make {
    position: absolute;
    width: 391px;
    height: 50px;
    bottom: 80px;

    left: 408px;
    cursor: pointer;
}

.btn-make a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.copyright{
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 10px;
}
.pic2{
    width: 373px;
    margin-top: -28px;
    cursor: pointer;
}