* {
    margin: 0;
    padding: 0;
    font-size: 0
}

html{
    touch-action:none;
    touch-action:pan-y;
}

.index {
    width: 100%;
    height: 100%;
    background: white;
}

.mx {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; /*列  垂直方向*/
}

/**通用样式**/
.full-parent-auto {
    width: 100%;
}

.full-parent {
    width: 100%;
    height: 100%;
}

.center-x {
    margin: 0 auto;
}

.center {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 0;
}


.dboy {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;
    background: white;
}

.dboy .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    display: block;
    vertical-align: center;
}

.bgx {
    position: absolute;
    width: 100%;
    z-index: -2;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    display: block;
    vertical-align: center;
}

.cx {
    position: absolute;
    z-index: 1;
}

.logo {
    margin-top: 15px;
    height: 71px;
    margin-left: 9.5px;

    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.logo-img {
    height: 39.5px;
    width: auto;
}

.logo-tt {
    margin-left: 10px;
    width: 120px;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.logo-tt p {
    width: 120px;
    height: 17px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
    margin-top: 2px;
}

.logo-tt label {
    width: 120px;
    height: 12px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 12px;
    opacity: 0.7;
    margin-top: 9px;
}

.row {
    width: 94%;
    height: 96px;
    list-style: none;
    margin: 0 auto;
    margin-top: 16px;
    border-radius: 9px;

    -moz-box-shadow: 0px 0px 15px 15px #F0F3F5;
    -webkit-box-shadow: 0px 0px 15px 15px #F0F3F5;
    box-shadow: 0px 0px 15px 15px #F0F3F5;
}

.row img {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-top: 21.5px;
}

.row .lis {
    float: right;
    width: 25%;
    height: 100%;
    background: rgba(74, 168, 255, 1);
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.row .linl {
    float: right;
    width: 25%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 9px 0px 0px 9px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.row .liss {
    float: right;
    width: 25%;
    height: 100%;
    background: rgba(74, 168, 255, 1);
    border-radius: 9px 0px 0px 9px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.row .lin {
    float: right;
    width: 25%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.row .line {
    float: right;
    width: 25%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 9px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.row .lines {
    float: right;
    width: 25%;
    height: 100%;
    background: rgba(74, 168, 255, 1);
    border-radius: 0px 9px 9px 0px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
}

.ma {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 27px;
    text-decoration: none;
    cursor: pointer;
}

.row .lis .ma  {
    color: rgba(255, 255, 255, 1);
}
.row .lines .ma  {
    color: rgba(255, 255, 255, 1);
}
.row .liss .ma  {
    color: rgba(255, 255, 255, 1);
}


.bot {
    position: absolute;
    left: 50%;
    bottom: 30px;
    height: auto;
    width: 1182px;
    transform: translate(-50%, 0%);
}

.b2 {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.b2t0 {
    width: 100%;
    height: 41px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 53px;
    text-align: center;
}

.b2t1 {
    width: 100%;
    height: 21px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
    margin-top: 9px;
}

.b2t2 {
    width: 100%;
    height: 22px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
    margin-top: 43px;
}

.b2tt {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-top: 33px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;

    justify-content: space-around;
}

.b2ttt {
    width: 33%;
    height: 100%;
    text-align: center;
}

.b2ttt img {
    width: auto;
    height: 86.5px;
}

.b2ttt label {
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 53px;
    display: block;
}

.b3t0 {
    width: 100%;
    height: 21px;
    font-size: 21px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 53px;
    margin-top: 28px;
}


.b3tt {
    width: 100%;
    height: 100%;
    margin-top: 35px;
    display: flex;
    flex-direction: column;


}

.b3ttt {
    width: 100%;
    height: 300px;
    text-align: center;
}

.b3ttt label {
    width: 100%;
    height: 21px;
    font-size: 21px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    display: block;
    margin-top: 15px;
}

.b3ttt p {
    width: 176px;
    height: 88px;
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    opacity: 0.8;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.b3ttt img {
    height: 151px;
    width: auto;
}


/**B4*/

.b4tt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.b4ttt {
    width: 100%;

}

/**B5*/

.b5ttt {
    float: left;
    height: 100%;
    text-align: left;
}

/**B7*/
.b7tt {
    position: absolute;
    width: 336.5px;
    height: 208px;
    margin: 0 auto;

    margin-top: 50px;

    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(131, 195, 250, 1);
    border-radius: 12px;

    left: 50%;
    transform: translateX(-50%);
}
.b7ttx {
    position: absolute;
    width: 336.5px;
    height: 208px;

    margin-top: 59px;
    margin-left: 9px;

    background:linear-gradient(-87deg,rgba(140,212,255,1),rgba(250,170,255,1));
    opacity:0.3;
    border-radius:12px;

    left: 50%;
    transform: translateX(-50%);
}

.b7ttt {
    float: left;
    width: 41.5%;
    height: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.b7xxx {
    width: 100%;
    height: 24px;
    font-size: 24px;
    font-weight: bolder;
    color: rgba(186, 209, 255, 1);
    border-radius: 4px;

    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.b7tttt {
    float: left;
    background-repeat: no-repeat;
    width: 126px;
    text-align: center;

    display: flex;
    flex-direction: column;

    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
}


.b7ttt .zbtn {
    float: top;
    width: 126px;
    height: 58px;
    background: linear-gradient(0deg, rgba(0, 63, 222, 1), rgba(40, 162, 255, 1));
    border-radius: 5px;

    margin-top: 11px;

}

.zbtn div {
    width: 80%;
    height: 58px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.zbtn label {
    width: 80px;
    height: 45px;
    font-size: 7px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 45px;
    display: block;


    position: relative;
    top: 50%;
    transform: translateY( -50%);
    text-align: center;
}

.zbtn img {
    width: 21px;
    height: 19px;

    position: relative;
    top: 50%;
    transform: translateY( -50%);
}


.b7tttt .img1 {
    float: top;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.img2 {
    width: 129px;
    height: 98px;

    margin-top: 74px;
    margin-bottom: 10px;
}


.b7tttt p {
    float: top;
    width: 180px;
    height: 16px;
    font-size: 8px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 16px;
    margin: 0 auto;
    margin-top: 10px;
}

/*.b7tttt div {*/
/*    width: 143px;*/
/*    height: 134px;*/
/*    background: rgba(255, 255, 255, 1);*/
/*    border: 1px solid rgba(131, 195, 250, 1);*/
/*    border-radius: 16px;*/
/*    margin: 0 auto;*/
/*    margin-top: 54px;*/
/*    margin-bottom: 10px;*/
/*}*/


/**point */


.point {
    width: 100%;
    height: 260px;
    text-align: left;
    position: relative;
}

.point_item {
    position: absolute;
    left: 32px;
    top: 43px;
    right: 0;
    bottom: 0;

    text-align: left;
}

.point img {
    height: 41px;
    width: auto;
}


.point .c42 {
    width: 63.5px;
    height: 35px;
    position: relative;
}

.c42 {
    margin-top: 10px;
}

.c42 span {
    width: 127px;
    height: 52px;
    font-size: 52px;
    letter-spacing: 2px;
    font-family: Arial Black;
    font-weight: 400;
    font-style: italic;
    color: rgba(39, 30, 30, 1);
    line-height: 52px;
    opacity: 0.1;
    z-index: -1;

}

.c42 label {
    width: 127px;
    height: 19px;
    letter-spacing: 2px;
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(39, 30, 30, 1);
    line-height: 43px;
    left: -2px;
    bottom: 0;
    position: absolute;
}

.c43 {
    margin-top: 30px;
}

.c43 label {
    height: 24px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 26px;
    display: block;
}

.c43 p {
    height: 104px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 26px;
    display: block;

}

/**

footer
 */

.footer {
    width: 200px;
    height: 50px;
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 20px;
    text-align: center;
    z-index: 2;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-100px;
    margin-top:-50px;
}

/**
tools
 */

.tools {
    width: 120px;
    height: 202px;
    position: fixed;
    right: 0;
    top: 495px;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;

    z-index: 3;
}

.tools div:last-child {
    width: 120px;
    height: 100px;
    background: rgba(0, 85, 255, 1);
    border-radius: 0px 2px 10px 10px;
    text-align: center;
    margin-top: 2px;
}

.tools div:first-child {
    width: 120px;
    height: 100px;
    background: rgba(0, 85, 255, 1);
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.tools img {
    margin: 0 auto;
    margin-top: 15px;
}

.tools label {
    display: block;

    height: 18px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 49px;
}

.index-li {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 152px;
    transform: translate(-50%, 0%);
    height: 3.5px;


    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.index-lines {
    background: rgba(206, 228, 243, 1);
}

.index-line {
    background: rgba(206, 228, 243, 1);
    opacity: 0.4;
}


.index-lines, .index-line {
    width: 63.5px;
    height: 3.5px;
}


.desc {
    width: 80%;
    height: 60px;
    font-size: 10px;
    color: rgba(51, 51, 51, 1);
    line-height: 14px;
    text-align: center;

    margin: 0 auto;
    margin-top: 90px;
}

#cnzz_stat_icon_1278662762 {
    position: fixed;
    bottom: -20px;
    display: none;
}


.pcx{
    width: 197px;
    height: 165px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 2;
}
.pcx p{
    width:197px;
    height:40px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
    display: block;
    margin-top: 19px;
}

.footbtn{
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0px;
    background: white;
    z-index: 2;
}
.footbtn .xbtn{
    width: 75%;
    height:51px;
    background:linear-gradient(0deg,rgba(0,63,222,1),rgba(40,162,255,1));
    border-radius:52px;
    margin: 0 auto;
    margin-top: 4.5px;


    font-size:15px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:51px;

    text-align: center;
}

.btx{
    width: 200px;
    height: 70px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 35px;
    position: absolute;
    margin-top: 80px;
    margin-left: 30px;
}

.btx label {
    font-size: 12px;
    display: block;
    margin-bottom: -10px;
}


.ba{
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 75px;
    font-size: 5px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153,153,153,1);
    text-align: center;

    margin: 0 auto;

    text-decoration: none;
    z-index: 3;
}