* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

.nav {
    width: 100%;
    height: 50px;
    background-color: #000;
}

.nav .nav_box {
    position: relative;
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.name {
    font-size: 20px;
    font-weight: 900;
}

.banner {
    width: 100%;
}

.app_name {
    font-size: 36px;
    text-align: center;
    padding: 50px 0 20px;
}

.app_introduce {
    text-align: center;
    font-size: 24px;
    color: #666;
    letter-spacing: 18px;
}

.app_desc {
    width: 1000px;
    text-align: center;
    font-size: 18px;
    color: #444;
    margin: 50px auto 30px;
    line-height: 30px;
}

.swiper {
    width: 1100px;
    margin: 50px auto;
}

.swiper-container {
    width: 1100px;
    height: 500px;
}

.swiper-slide img {
    object-fit: cover;
}

.message {
    padding: 50px;
    width: 100%;
    background-color: #F1F2F7;
    box-sizing: border-box;
}

.message_box {
    width: 1100px;
    margin: 20px auto;
}

.messsage_title {
    font-size: 36px;
    color: #000;
    font-weight: bolder;
    text-align: center;
}

.messsage_list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.message_item {
    width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message_item_tit {
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    line-height: 33px;
    margin-top: 20px;
}

.message_item_desc {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
}

.app_summarize {
    width: 100%;
    text-align: center;
    font-weight: 30px;
    font-weight: bold;
    padding: 60px 0;
}

.footer {
    width: 100%;
    background: #151729;
    padding: 20px 0;
}

.footer_box {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    color: #fff;
}

.footer_tit {
    font-size: 24px;
    font-weight: 900;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer_txt {
    margin-top: 20px;
    padding-right: 36px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.footer_txt_item {
    margin-left: 30px;
}

.footer_txt_item:first-child {
    margin-left: 0;
}

.footer_information {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-top: 30px;
}

.footer_information_2 {
    padding-top: 4px;
}

.footer_information_2 a {
    text-decoration: none;
    color: #fff;
}



/* privacy */
.title-box ul li:first-child {
    background: none;
    font-weight: normal;
}

.user-agreement {
    background-color: #FFFBEF;
}

.user-agreement>div {
    width: 1080px;
    min-height: calc(100vh - 257px);
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.user-agreement .box-center {
    width: 100%;
    min-height: 500px;
    padding: 50px;
    box-sizing: border-box;
    color: #000;
}

.user-agreement .box-center p {
    font-size: 14px;
    margin: 0.5em 0;
    line-height: 22px;
}

.user-agreement .box-center li {
    font-size: 14px;
    padding: 2px;
}

.user-agreement .box-center ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-agreement .box-center ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-agreement .box-center .ti {
    font-size: 15px;
    font-weight: 500;
}

.user-agreement .box-center #title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.title-box {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.title-box-item {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
    cursor: pointer;
}

.footer-code {
    position: absolute;
    top: 0px;
    right: 20px;
    display: flex;
}

.footer-code>div {
    margin-left: 30px;
    text-align: center;
    font-size: 12px;
}

.footer-code>div>div {
    width: 80px;
    height: 80px;
    background: #eee;
    margin-bottom: 5px;
}

.footer-code>div>div>img {
    width: 100%;
    height: 100%;
}

.put_on_record {
    display: inline-block;
    vertical-align: sub;
    width: 15px;
}

/* .nav_phone{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: .26rem;
    color: #fff;
} */

.right-box {
    width: 150px;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 20;
}

.right-contact {
    height: 218px;
    background: url(../img/fixed.png) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-contact>div {
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin-top: 40px;
    /* margin-left: -10px; */
}

.right-box .right-contact img {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.right-box .right-contact>div:first-child {
    margin-top: 60px;
}

.right-box .right-contact>div {
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin-top: 36px;
    margin-left: -20px;
}

.right-box .right-contact>div>div {
    padding: 5px 0 0;
}

.right-box .code {
    position: absolute;
    width: 110px;
    height: 110px;
    left: -145px;
    top: -38px;
    z-index: 9999;
    display: none;
}

.right-box .right-contact .code img {
    width: 100%;
    height: 100%;
}

.right-box .right-contact>div:first-child:hover .code {
    display: block;
}

.pay1 {
    margin: 0 auto;
    width: 351px;
}

.pay_list {
    width: 1120px;
    margin: 60px auto ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay_item {
    width: 333px;
    height: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #6410A8;
    cursor: pointer;
    color: #000;
    box-sizing: border-box;
}

.pay_active {
    background-color: #6410A8;
    color: #fff;
}

.pay_item_top {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.pay_item_top img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.pay_num {
    font-size: 32px;
}

.pay_item_bottom {
    font-size: 32px;
    font-weight: bold;

    margin-top: 10px;
}
.pay_con{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}
.pay_con_left_1{
    font-size: 40px;
    font-weight: bold;
    color: #FF422C;
    width: 116px;
    text-align: center;
}
.pay3{
    width: 116px;
    margin-top: 23px;
}
.pay_con_right{
    width: 240px;
    height: 60px;
    color:#fff;
    font-size: 26px;
    font-weight: bold;
	text-align: center;
	background-color: #F76363;
    border-radius: 60px;
    margin-left: 160px;
    line-height: 60px;
    cursor: pointer;
}
