.layui-layer {
    border-radius: 18px;
}
.layui-layer-title {
    display: none;
}
.layui-layer-content iframe{
    height: 100% !important;
    overflow: hidden !important;
}
.layui-layer-content {
    overflow: hidden !important;
}
.layui-layer-content::-webkit-scrollbar, .layui-layer-content iframe::-webkit-scrollbar {
    display: none !important;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer
}

p{
    margin: 0;
}

html {
    height: 100%;
	font-size: 16px;
	line-height: 1.15;
	margin-top: 0 !important;
}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 679px;
}

.part2_con{
    height: 100%;
    padding: 50px 30px; 
    font-family: Arial;
    margin: auto;
}

/*one*/

.one{
    height: 320px;
}

.left{
    height: 100%;
    margin: auto;
    padding:20px;  
    font-family: Arial;
    padding: 0 20px;
}

.one header{
    width: 100%;
    margin: auto;
    padding:20px;  
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}


.one .left p{
    font-size: 1rem;
    width: 300px;
    font-family: PingFang SC, PingFang SC-500;
    font-weight: normal;
    text-align: left;
    color: #666666;
    margin-top: 20px;
}

.one .left h1{
    width: 300px;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: PingFang SC, PingFang SC-500;
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin-top: 0;
}

.one .left h2{
    font-size: 1.5rem;
    font-family: PingFang SC, PingFang SC-500;
    text-align: left;
    color: #000000;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 0px;
}

.one header .login{
    width: 70px;
    height: 40px;
    border-radius: 50px;
    font-size: 1rem;
    font-family: PingFang SC, PingFang SC-500;
    color: #00C0A2;
    border: 0;
    line-height: 40px;
}

.one header .login:hover{
    color: #80dacc;
}


.one header button:last-child{
    width: 100px;
    height: 40px;
    background: #00C0A2;
    border-radius: 50px;
    font-size: 1rem;
    font-family: PingFang SC, PingFang SC-500;
    color: #ffffff;
    border: 0;
}

.one header button:last-child:hover{
    background: #80dacc;
}


.one header img {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: none;
    margin-right: 10px;
}

.one .logo{
    display: flex;
    align-items: center;
    font-size: 1rem;
}


.one .left button{
    width: 150px;
    height: 50px;
    background: #2793ff;
    border-radius: 50px;
    font-size: 1rem;
    font-family: PingFang SC, PingFang SC-500;
    color: #ffffff;
    margin-top: 20px;
    border: 0;
}

.one .left button:hover{
    background-color: #7db5ee
}


.two{
    height: 112.25rem;
    background: #f2f4f9;
}

.two .content{
    margin-top: 30px;
}

.two .content h2{
    font-size: 1.5rem;
    font-family: PingFang SC, PingFang SC-600;
    font-weight: bold;
    color: #000000;
}

.two .content p{
    font-size: 1rem;
    font-family: PingFang SC, PingFang SC-500;
    margin-top: 20px;
    color: #666666;
}

.two button{
    width: 150px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 50px;
    font-size: 1rem;
    font-family: PingFang SC, PingFang SC-500;
    color: #000000;
    margin-top: 40px;
    background: #f2f4f9;
}

.two .special{
    margin-bottom: 100px;
}

.two .content button:hover{
    width: 150px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 50px;
    font-size: 1rem;
    background: #000;
    font-family: PingFang SC, PingFang SC-500;
    color: #ffffff;
    margin-top: 40px;
}

.two img{
    width: 100%;
    height: 300px;
    margin-left: 0;
}



.three{
    height: 148rem;
    background:  #f2f4f9;
}

.three h2{
    font-size: 1.8rem;
    font-family: PingFang SC, PingFang SC-500;
    display: flex;
    justify-content: center;
    color: #000000;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}


.three .threeCenter .content{
    width: 270px;
    height: 520px;
    padding: 15px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 8px rgba(25,65,106,0.05);
}

.three .threeCenter .content img{
    width: 94px;
}

.three .threeCenter .content p{
    padding-left: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: PingFang SC, PingFang SC-600;
    color: #000000;
    margin: 25px 0;
}

.three .threeCenter .content .list{
    padding-left: 25px; 
    padding-right: 10px;
}

.three .threeCenter .content ul{
    /* list-style:disc; */
    font-size: .875rem;
    color: #444444;
}

.three .threeCenter .content ul li{
    list-style:disc;
    margin-bottom: 10px;

}

.three .threeCenter .content ul li::marker{
    color: #2793ff;
}

.four{
    background-size:cover !important;
    padding-bottom: 45% !important;
}

.four .center{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.four .center h2{
    width: 100%;
    font-size: 1.5rem;
    padding: 0 30px;
}

.four .center button{
    width: 150px;
    height: 50px;
    background: #2793ff;
    border-radius: 50px;
    font-size: 1rem;
    font-family: PingFang SC, PingFang SC-500;
    color: #ffffff;
    margin-top: 20px;
    border: 0;
}

.four .center button:hover{
    background-color: #7db5ee
}

/*seven*/
.seven{
    display: flex;
    flex-wrap: wrap;
}

.seven .part6_one img{
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
}

.seven .part_one_info{
    display: flex;
    flex-direction: column;
    margin: 5%;
    line-height: 43px;
}

.seven .c9{
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    line-height: 40px;
    margin-right: 10px;
}

.seven .info{
    display: flex;
}
.seven .info:last-child{
    display: block;
}



.part6_two{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.seven .part6_two_titl{
    font-size: 1.875rem;
    font-weight: 600;
}

.seven .part6_two_text{
    color: #191919;
    line-height: 31px;
    margin: 20px 0;
    font-size: 1rem;
}

.seven input{
    width: 80%;
    height: auto;
    background: #FAFAFA;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    margin: 5px auto;
    line-height: 31px;
    text-indent: 2rem;
}

.seven textarea{
    width: 80%;
    height: 200px;
    margin: auto;
    background: #FAFAFA;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    line-height: 31px;
    text-indent: 2rem;
    margin: 5px auto;
    font-family: PingFang SC, PingFang SC-500;
}

.seven .part6_btn{
    width: 60%;
    height: auto;
    background: #2793FF;
    border-radius: 23px;
    border: transparent;
    line-height: 45px;
    margin: 30px auto;
    text-align: center;
    cursor: pointer;
    color: #ffff;
}

.seven .part6_btn:hover{
    background-color: #7db5ee
}

.seven span{
    display: block;
    color: #999;
}
.seven .part2_con{
    padding-bottom: 0;
}
    /*eigth*/
    .eigth{
        display: none;
        width: 100%;
    }
    .mob_eigth{
        display: block;
        background-color: #202d42;
        margin: 0;
    }
    .mob_eigth  ul img{
        width: 32px;
        height: 32px;
    }
    .mob_eigth #title img {
        right: 0;
        top: 0;
        position: absolute;
        color: #fff;
        width: 14px;
        height: 14px;
        /* transform: rotate(-180deg);
        transition: transform .3 ease-out,top .3s ease-out; */
    }
    .mob_eigth .max{
        width: 85%;
        margin: 0 auto;
        padding: 15px 0;
        display: block;
        font-family: PingFang SC, PingFang SC-400;
        font-weight: normal;
        text-align: left;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
    }
    .mob_eigth ul{
        display: none;
        margin-bottom:0;
    }
    .mob_eigth .max li{
        padding-left: 10px;
        height: 42px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: .875rem;
    }
    .mob_eigth .max li a{
        text-decoration: none;
        color: #ffff;
    }
    .mob_eigth .max #title{
        position: relative;
        font-size: 16px;
        font-family: PingFang SC, PingFang SC-500;
        text-align: left;
        color: #ffffff;
    }
    .mob_nine{
        text-align: center;
        padding: 30px 20px;
        color: #fff;
        background-color: #202d42;
        font-size: .75rem;
        margin-top: 0;
    }
    .mob_nine img{
        width: 25px;
        height: 25px;
        display: inline-block;
        border: none;
        vertical-align: middle;
    }
    .mob_nine a{
        color: #fff;
        font-size: .75rem;
    }
    .mob_nine a:hover{
        color: #253858;
        text-decoration: none;
    }
    .nine{
        display: none;
    }
    /* 下拉框三角 */
    /*图标向上旋转*/
    .hover-up{
        transition-duration: .5s;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    /*图标向下旋转*/
    .hover-down{
        transition-duration: .5s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }









