* {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: '微软雅黑';
    -webkit-text-size-adjust: none;
    font-size: 24px;
    color: #333;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4d4d4d;
}

li {
    list-style: none;
}

body {
    margin: 0 auto;
    width: 750px;
    position: relative;
}

body>h1{
    display: none;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}

.subject{
    width: 670px;
    margin: 0 auto;
}

.hide{
    display: none;
}

.banner{
    margin: 0;
}

.banner-slide .banner-contral{
    position: absolute;
    z-index: 10;
}

.banner-contral span{
    position: relative;
}

.banner-slide .banner-pagination{
    width: 100%;
    text-align: center;
    bottom: 40px !important;
    left: 0;
}

.banner-slide .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: none;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 18px;
    border-radius: 50%;
    opacity: 1;
    transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.banner-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 8px;
    background-color: #fff;
}

.banner_content{
    position:relative;
    width: 750px;
}

.banner_content .tax{
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translate(-50%,0);
    width: 257px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    color: #fff;
    background-color: #FC9D58;
    border-radius: 5px;
}

header{
    position: fixed;
    height: auto;
    width: 750px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

header::-webkit-scrollbar{
    width: 0;
}

.header-top {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 40px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header-top .login ul{
    display: flex;
    justify-content: space-between;
    width: 220px;
}

.header-top .login ul img{
    width: 40px;
}

.xiala{
    margin-right: 50px;
}

.logo{
    margin-right: 102px;
}

.header-top .xiala>div {
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    background-color: #333;
    transition: 0.4s;
    border-radius: 3px;
}

.xiala-style div:nth-child(1) {
    height: 3px;
    width: 40px;
    transform: rotate(45deg) translate(8.5px, 9px);
}

.xiala-style div:nth-child(2) {
    width: 0;
}

.xiala-style div:nth-child(3) {
    height: 3px;
    width: 40px;
    transform: rotate(-45deg) translate(9.5px, -10px);
}

.xiala-text {
    width: 750px;
    height: 0;
    position: fixed;
    left: 50%;
    top: 140px;
    transform: translate(-50%, 0);
    background: #154293;
    z-index: 10;
    overflow: hidden;
    transition: all 0.4s;
}

.xiala-text>ul{
    padding-top: 20px;
}

.xiala-text>ul>li {
    border-bottom: 1px solid #ccc;
    width: 670px;
    margin: 0 auto;
    position: relative;
}

.xiala-text>ul>li a {
    color: #fff;
}

.xiala-text>ul>li>a{
    font-weight: bold;
}

.xiala-text>ul>li>a,  .xiala-text>ul>li>ul>li>a{
    position: relative;
    padding: 26px 0px;
    display: block;
    line-height: 1;
    z-index: 0;
}
.xiala-text>ul>li>ul>li>a{
    padding-left: 0;
    padding-right: 0;
}

.xiala-text>ul>li>ul {
    margin-left: 60px;
    width: 629px;
}

.xiala-text>ul>li:last-child {
    border: 0;
}

.xiala-text>ul>li span{
    font-size: 34px;
    line-height: 32px;
    display: block;
    width: 100px;
    text-align: center;
    position: absolute;
    left: 570px;
    top: 0;
    padding: 22px 0;
    color: #fff;
}

.xiala-text>ul>li>ul>li{
    padding-left: 0;
    border-bottom: 1px dashed #ccc;
}

.xiala-text>ul>li>ul>li:last-child{
    border-bottom: 0;
}

.xiala-text a {
    color: #4d4d4d;
    font-size: 26px;
}

.xiala-text ul li ul {
    width: 670px;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
}

.btn-logout{
    justify-content: center;
    padding: 40px;
}

.toggleone {
    height: auto;
}

.open>ul {
    height: 100% !important;
    transition: all 0.4s;
}

.open span {
    display: inline-block;
}

.logo {
    width: 258px;
    height: 68px;
}

.logo img{
    width: 100%;
}

.header-nav .logoff_li{
    display: none;
}

.header-nav .logoff_li,.header-nav .logon_li{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.xiala-text>ul>li:last-child>a{
    display: flex;
}

.xiala-text>ul>li:last-child>a>p{
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
}

.none1{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 8;
    display: none;
}

.k{
    height: 140px;
}

body>section{
    margin: 50px auto;
}

/* 首页 */
.index_title{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.index_title a{
    align-self: center;
    color: #999;
}

.index_title h3{
    border-left: 8px solid #154293;
    padding-left: 10px;
    font-size: 40px;
}
.header_nav{
    margin-bottom: 20px;
}

.header_nav ul{
    display: flex;
    flex-wrap: wrap;
}

.header_nav ul li{
    width: 130px;
    margin-right: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.header_nav ul li:nth-child(4n){
    margin: 0;
}

.header_nav ul li .img-outline{
    width: 92px;
    height: 92px;
    margin: auto;
    margin-bottom: 25px;
}

.header-nav{
    position: relative;
}

.header-nav .input{
    display: flex;
    position: absolute;
    width: 0px;
    overflow: hidden;
    height: 80px;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 45px;
    background-color: #f8f8f8;
    justify-content: space-between;
    transition: all 0.5s;
}

.header-nav .ss_btn{
    display: block;
    width: 40px;
    height: 40px;
    align-self: center;
    margin-right: 25px;
}

.header-nav input{
    width: 680px;
    background-color: #f8f8f8;
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 45px;
}

.header-nav .input_banner{
    position: absolute;
    width: 0;
    height: 80px;
    top: 50%;
    transform: translate(0,-50%);
    justify-content: space-between;
    transition: all 0.5s;
    right: -5px;
}

.recruitment_information{
    margin: 0;
    padding: 70px 0;
    background-color: #f8f8f8;
}

.recruitment_information .index_title{
    width: 670px;
    margin: auto;
}

.recruitment_information-slide{
    margin-top: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.recruitment_information .active{
    border-bottom: 2px solid #154293;
    padding-bottom: 20px;
    color: #154293;
}

.recruitment_information-text{
    margin: 40px;
    margin-bottom: 0;
}

.recruitment_information-text li{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.recruitment_information-text li a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
}

.recruitment_information-text li:last-child{
    border: 0;
    margin: 0;
    padding: 0;
}

.recruitment_information .tab{
    display: none;
}

.recruitment_information .tab:nth-child(2){
    display: block;
}

.resource-body{
    margin-top: 50px;
}

.resource-body ul{
    display: flex;
    flex-wrap: wrap;
}

.resource-body ul li{
    margin-right: 30px;
    background-color: #f6f6f6;
    width: 320px;
    margin-bottom: 30px;
}

.resource-body ul li:nth-child(2n){
    margin-right: 0;
}

.resource-body ul li .img-outline{
    width: 320px;
    height: 215px;
}

.resource-body ul li .resource-text{
    padding: 20px;
}

.resource-body ul li .resource-text h3{
    font-size: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}

.resource-body ul li .resource-text p{
    font-size: 22px;
    color: #999;
}

.experience .index_title{
    width: 670px;
    margin: auto;
}

.experience .active{
    border-bottom: 2px solid #154293;
    padding-bottom: 20px;
    color: #154293;
}

.experience-slide{
    margin-top: 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.experience-text{
    margin: 40px;
    margin-bottom: 0;
}

.experience-text li{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.experience-text li a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
}

.experience-text li:last-child{
    border: 0;
    margin: 0;
    padding: 0;
}

.experience .tab{
    display: none;
}

.experience .tab:nth-child(2){
    display: block;
}

.category_main{
    margin: 70px 0;
}

.mbx{
    width: 670px;
    margin: auto;
    font-size: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.mbx a{
    font-size: 24px;
    color: #666;
}
.subnav .active>a{
    background-color: #154293;
    color: #fff;
}

.subnav{
    width: 750px;
    height: 85px;
    background-color: #f6f6f6;
    text-align: center;
    font-size: 0;
    margin: 70px 0;
}
.subnav-button, .subnav-main{
    display: inline-block;
    height: 85px;
}
.subnav-button{
    display: none;
}
.subnav-button{
    width: 70px;
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.subnav-button.subnav-button-left{
    background-image: url(../images/subnav-left.svg);
}
.subnav-button.subnav-button-right{
    background-image: url(../images/subnav-right.svg);
}
.subnav-main{
    width: 600px;
    height: 85px;
    overflow: hidden;
}
.subnav-main a{
    line-height: 85px;
    font-size: 24px;
    color: #333232;
    padding: 0 2em;
    background: none;
    display: block;
}
.subnav-main-scroll{
    height: 85px;
    overflow-x: auto;
    width: 100%;
    float: left;
    overflow-y: hidden;
    padding-bottom: 20px;
}
.subnav-main ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.subnav-main ul li{
    flex-shrink: 0;
    position: relative;
}
.subnav-overflow .subnav-button{
    display: inline-block;
}
.subnav-overflow .subnav-main-scroll{
    padding: 0 2%;
    margin-left: -2%;
    scroll-margin: 0;
    padding-bottom: 20px;
}
.subnav-overflow ul{
    justify-content: space-between;
}

.title{
    text-align: center;
    margin-bottom: 50px;
}

.title h3{
    font-size: 40px;
    font-weight: bold;
    color: #154293;
}

.title span{
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: #154293;
    margin: auto;
}

.category_main-text-li li{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.category_main-text-li li p{
    font-size: 26px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.writing{
    margin-bottom: 70px;
}

.writing form select{
    width: 100%;
    padding: 25px 30px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    font-size: 26px;
}

.writing form button{
    width: 100%;
    background-color: #154293;
    color: #fff;
    padding: 27px;
}

.writing-li{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.writing-li li{
    width: 320px;
    height: 371px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    margin-right: 30px;
}

.writing-li li:nth-child(2n){
    margin-right: 0;
}

.writing-li li .img-outline{
    width: 100%;
    height: 215px;
}

.writing-li .writing-text{
    padding: 16px;
    box-sizing: border-box;
}

.writing-li .writing-text h3{
    line-height: 1.5em;
    font-size: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.writing-li .writing-text p{
    font-size: 22px;
    color: #999;
}

.writing-li li:hover h3{
    color: #154293;
}

.details-body{
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.details-body .details-top{
    margin-bottom: 70px;
}

.details-body .details-top .img-outline{
    width: 100%;
    height: 420px;
    margin-bottom: 30px;
}

.details-text{
    line-height: 1.5em;
}

.details-text .money{
    width: 100%;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 20px 10px;
    margin: 20px 0;
}

.details-text .money h6{
    font-size: 40px;
    margin-bottom: 15px;
}

.details-text .money span{
    font-size: 22px;
    color: #999;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 10px;
}

.details-text .money p{
    font-size: 22px;
    color: #333;
}

.details-text .blurb,.details-text .delivery,.details-text .sum{
    font-size: 22px;
    display: flex;
    margin-bottom: 20px;
}

.details-text .blurb p,.details-text .delivery p,.details-text .sum p{
    color: #999;
}

.details-text .sum{
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 60px;
}

.details-text .sum p{
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.details-text .blurb>p:nth-child(1),.details-text .delivery>p:nth-child(1),.details-text .sum>p:nth-child(1){
    min-width: 45px;
}

.details-text .btn{
    display: flex;
    margin-top: 20px;
}

.details-text .btn button:nth-child(1){
    width: 100%;
    font-size: 28px;
    margin-right: 10px;
    padding: 17px 0;
    background-color: #154293;
    color: #154293;
    color: #fff;
}

.details-text .btn button:nth-child(2){
    width: 100%;
    font-size: 28px;
    padding: 17px 0;
    background-color: rgba(21, 66, 147, 0.15);
    color: #154293;
}

.sum_btn{
    width: 60px;
    height: 60px;
}

.sum_num{
    width: 90px;
    height: 60px;
    margin: 0 5px;
    padding: 0 15px;
    background-color: #f6f6f6;
    outline: none;
}

.details-bottom{
    background-color: #f6f6f6;
}

.details-bottom-header{
    border-bottom: 1px solid #ccc;
    padding: 0 40px;
    padding-top: 16px;
    font-size: 16px;
    font-weight: bold;
}

.details-bottom-header p{
    border-bottom: 3px solid #154293;
    display: inline-block;
    padding-bottom: 16px;
    margin-right: 20px;
    font-size: 26px;
}

.details-bottom-text{
    padding: 50px 40px;
}

.shopping_title h3{
    text-align: center;
    font-size: 40px;
    margin: 70px 0;
}

.cart-body table{
    width: 100%;
}

.cart-body table tr{
    display: flex;
    justify-content: space-between;
}

.cart-body table td:nth-child(1) input{
    width: 30px;
    height: 30px;
    margin-top: 50px;
}

.cart-body table td:nth-child(2) .img-outline{
    width: 100px;
    height: 100px;
}

.cart-body table td:nth-child(3){
    width: 456px;
}

.cart-body table td:nth-child(3) .img-text{
    margin-bottom: 20px;
}

.cart-body table td:nth-child(3) .img-text h4{
    font-size: 26px;
    font-weight: normal;
}

.cart-body table td:nth-child(3) .money{
    margin-bottom: 30px;
    font-size: 26px;
}

.cart-body table td:nth-child(3) .sum{
    display: flex;
    justify-content: space-between;
}

.cart-body table td:nth-child(3) .sum>button{
    background: none;
    color: #154293;
    font-size: 26px;
}

.cart-body table tr{
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.cart-body-bottom>div{
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.cart-body-bottom ul{
    display: flex;
}

.cart-body-bottom ul li{
    margin-right: 20px;
    font-size: 14px;
}

.cart-body-bottom ul li:hover,
.cart-body-bottom ul li button:hover{
    color: #154293 !important;
}

.cart-body-bottom ul li:nth-child(3) button{
    font-weight: bold;
}

.cart-body-bottom ul li input{
    margin-right: 20px;
}

.cart-body-bottom ul li button{
    background: none;
    color: #666;
}

.cart-body-bottom-right{
    text-align: right;
}

.cart-body-bottom-right-one{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.cart-body-bottom-right-one p:nth-child(1){
    color: #666;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cart-body-bottom-right-one p:nth-child(1) span{
    color: #154293;
    font-weight: bold;
    margin: 0 5px;
}

.cart-body-bottom-right-two{
    font-size: 24px;
    color: #999;
    margin-bottom: 10px;
}

.cart-body-bottom-right-two span{
    color: #333;
}

.cart-body-bottom-right-three{
    color: #666;
}

.cart-body-sub{
    /* display: flex; */
    display: none;
    justify-content: space-between;
    border-bottom: 0 !important;
}

.cart-body-sub a,.cart-body-sub button{
    width: 100%;
    height: 90px;
    display: block;
    text-align: center;
    line-height: 90px;
}

.cart-body-sub a{
    border: 1px solid #ccc;
    color: #333;
}

.cart-body-sub a:hover{
    border: 1px solid #154293;
    color: #154293;
}

.cart-body-sub button{
    background-color: #154293;
    color: #fff;
}

.cart-body-sub button:hover{
    background-color: #1049b4;
}

.cart-title{
    margin-bottom: 50px;
    font-size: 24px;
}

.gwc{
    width: 100%;
    margin: 70px auto;
    justify-content: center;
    border: 0 !important;
    margin-bottom: 140px;
}

.gwc td{
    width: 100%;
}

.pay-body{
    margin-top: 70px;
}

.pay-body>form{
    display: block;
    width: 100%;
}

.pc-pay-prcode{
    display: none;
}

.pay-body form h3{
    font-size: 32px;
    margin-bottom: 50px;
    color: #333;
}

.pay-body form ul li{
    border: 1px solid #ccc;
    padding: 28px;
    margin-bottom: 60px;
    display: flex;
    position: relative;
    border-radius: 5px;
}

.pay-body form ul li p{
    position: absolute;
    top: calc(100% + 5px);
    color: #E83126;
    display: none;
}

.pay-body form ul li>*{
    align-self: center;
}

.pay-body form ul li label{
    display: inline-block;
    margin-right: 20px;
    color: #333;
    min-width: 120px;
}

.pay-body form ul li input{
    outline: none;
    width: 100%;
}

.pay-body form ul li textarea{
    outline: none;
    width: 100%;
}

.pay-body form .zhifu-body{
    border: 0 !important;
    display: block;
}

.pay-body form .zhifu-body>div{
    display: flex;
    margin-top: 10px;
}

.pay-body form .zhifu{
    display: flex;
}

.pay-body form .zhifu input{
    width: 15px;
    align-self: center;
    margin-right: 10px;
}

.pay-body form .zhifu img{
    width: 220px;
    align-self: center;
}

.pay-body .pay-right{
    width: 100%;
}

.pay-qrcode{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    background-color: #fff;
    display: none;
}

.pay-qrcode-img{
    position: absolute;
    top: 135px;
    left: 50%;
    transform: translate(-50%,0);
    display: none;
    width: 60px;
}

.pay-qrcode-text{
    text-align: center;
    margin-top: 10px;
    display: none;
}

.pay-qrcode-banner{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
    z-index: 9999;
}

.order-details-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.order-details-title h3{
    font-size: 32px;
}

.order-details-title a{
    display: block;
    font-size: 24px;
    color: #1049b4;
}

.order-load-li{
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
}

.order-load-li li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.order-load-li li .img-outline{
    width: 100px;
    height: 100px;
    align-self: center;
    margin-right: 50px;
}

.order-load-li li .order-load-text{
    width: 520px;
    align-self: center;
}

.order-load-li li .order-load-text h3{
    width: 100%;
    font-size: 26px;
    font-weight: normal;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-bottom: 30px;
}

.order-load-li li .order-load-text p:nth-child(1){
    font-size: 26px;
    color: #999;
}

.order-load-li li .order-load-text p:nth-child(1) span{
    font-size: 26px;
    color: #999;
}

.order-load-li li .order-load-text p:nth-child(2){
    font-size: 26px;
    color: #333;
}

.order-load-li li .order-load-bottom{
    display: flex;
    justify-content: space-between;
}

.order-load-li li .order-load-bottom .order-load-moeny{
    font-size: 26px;
    font-weight: bold;
}

.order-load-li li .order-load-moeny{
    align-self: center;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.order-details-more{
    text-align: center;
    font-size: 24px;
    padding: 20px 0;
    line-height: 1em;
}

.order-details-more img{
    margin-left: 10px;
    width: 14px;
    height: 14px;
}

.order-details-content{
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.order-details-content p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-details-content p span:last-child{
    color: #333;
}

.order-details-content p span{
    font-size: 26px;
}

.nhr_moeny{
    margin-top: 20px;
}

.nhr_moeny span:last-child{
    color: #333 !important;
}

.btn-order button{
    display: block;
    margin: auto;
    width: 100%;
    height: 90px;
    color: #fff;
    background-color: #154293;
    margin-top: 40px;
}

.personal form ul li{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    width: 100%;
    min-height: 65px;
    line-height: 65px;
}

.personal form ul li:last-child{
    margin: 0;
    border: 0;
    padding: 0;
}

.personal form ul li span{
    display: inline-block;
    font-size: 26px;
    min-width: 60px;
    color: #999;
    align-self: center;
    margin-right: 60px;
}

.personal form ul li label{
    display: flex;
}

.personal form ul .personal_name input,.personal form ul .personal_qq input{
    padding: 15px;
    width: 100%;
    outline: none;
    font-size: 26px;
    padding-left: 0;
}

.personal_tx{
    display: table;
    text-align: center;
    margin: auto;
}

.personal_tx label{
    justify-content: center;
    margin-bottom: 20px;
}

.personal_tx>div{
    align-self: center;
}

.personal_tx button{
    margin-bottom: 10px;
    width: 200px;
    height: 60px;
    color: #154293;
    background-color: #f8f8f8;
}

.personal_tx p{
    color: #999;
}

.personal_tx-img{
    width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.personal_tx-img img{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.personal_sex{
    display: flex;
}

.personal_sex>div{
    display: flex;
}

.personal_sex label{
    margin-right: 60px;
    font-size: 26px;
}

.personal_sex label input{
    margin-right: 15px;
}

.personal_bc{
    margin-top: 70px !important;
}

.personal_bc button{
    width: 100%;
    height: 90px;
    background: #154293;
    color: #fff;
}

.head-img-info{
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.secure{
    position: relative;
}

.secure .secure_li li{
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    justify-content: space-between;
}

.secure .secure_li li p{
    width: 110px;
    color: #999;
    font-size: 26px;
    align-self: center;
}

.secure .secure_li li span{
    color: #333;
    font-size: 26px;
}

.secure .secure_li li>div{
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.secure .secure_li li button{
    min-width: 30px;
    font-size: 26px;
    color: #999;
    margin-left: 40px;
    background: none;
}

.secure_form{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 680px;
    background-color: #fff;
    box-shadow: 0 0 20px #999;
    border-radius: 5px;
    z-index: 999;
}

.secure_form-title{
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

.secure_form h1{
    font-size: 26px;
    font-weight: normal;
}

.secure_form-title img{
    cursor: pointer;
}

.secure_form ul li p{
    text-align: center;
    margin-top: 40px;
    font-size: 23px;
    margin-bottom: 40px;
}

.secure_form ul li label{
    width: 610px;
    margin: auto;
    display: block;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    padding: 30px;
    display: flex;
    box-sizing: border-box;
}

.secure_form ul li label input{
    outline: none;
}

.secure_form ul .authcode label{
    border: 0 !important;
    padding: 0;
}

.secure_form ul .authcode input{
    border: 1px solid #ccc;
    margin-right: 20px;
    padding-left: 20px;
}

.secure_form ul .authcode button{
    font-size: 26px;
    width: 280px;
    padding: 30px;
    border: 2px solid #154293;
    background-color: #fff;
    color: #154293;
    white-space: nowrap;
}

.secure_form ul li:last-child label{
    border: 0px;
    padding: 0;
}

.secure_form ul li:last-child label button{
    width: 100%;
    height: 90px;
    font-weight: bold;
    font-size: 28px;
}

.mask{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.13);
    top: 0;
    left: 0;
    z-index: 99;
}

.indent-body table{
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px;
    box-sizing: boder-box;
    margin-bottom: 30px;
}

.indent-body table td{
    display: flex;
    margin-bottom: 30px;
}

.indent-body table tr:last-child td{
    margin: 0;
}

.indent-body table td>p:nth-child(1){
    color: #999;
    font-size: 26px;
    min-width: 130px;
}

.indent-body table td>p:nth-child(2){
    color: #333;
    font-size: 26px;
}

.indent-body table td h3 span:last-child{
    margin-left: 10px;
}

.indent-body table td h3{
    word-break: break-all;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.8em;
}

.indent-body table td h3:last-child{
    margin: 0;
}

.indent-body .paying{
    display: none;
}

.indent-body .order-status-2 .paying{
    display: inline;
    margin-top: 10px;
    color: #1049b4;
    border-bottom: 1px solid #1049b4;
}

.logon-main{
    overflow-x: hidden;
}

.logon{
    margin: 70px auto;
}

.logon .subject{
    position: relative;
    height: 100%;
}

.logon .logon-body{
    width: 100%;
    box-sizing: border-box;
}

.logon .logon-title .img-outline{
    width: 194px;
    height: 62px;
    margin: auto;
    margin-bottom: 35px;
}

.logon .logon-title h1{
    font-size: 40px;
    margin-bottom: 50px;
}

.logon .logon-title ul{
    border-bottom: 1px solid #ccc;
    display: flex;
    margin-bottom: 20px;
}

.logon .logon-title ul li{
    padding-bottom: 20px;
    margin-right: 50px;
    font-size: 26px;
    color: #999;
}

.logon .logon-title ul .active{
    border-bottom: 2px solid #000;
    color: #000;
}

.logon-body .tab{
    display: none;
}

.logon-body .tab:nth-child(2){
    display: block;
}

.logon-body .tab ul li{
    margin-bottom: 20px;
    font-size: 20px;
}

.logon-body .tab ul li *{
    display: block;
    outline: none;
}

.logon-body .tab ul li span{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.logon-body .tab ul li input{
    width: 100%;
    height: 90px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 26px;
    box-sizing: border-box;
}

.logon .authcode label>div{
    display: flex;
    justify-content: space-between;
}

.logon .authcode label>div input{
    width: 60%;
    align-self: center;
}

.logon .authcode label>div img{
    height: 90px;
    width: auto;
    align-self: center;
}

.logon .authcode button{
    width: 240px;
    border: 1px solid #154293;
    background-color: #fff;
    color: #154293;
}

.logon .password{
    position: relative;
}

.logon .password img{
    position: absolute;
    top: 27px;
    right: 30px;
    cursor: pointer;
    width: 40px;
    height: 35px;
}

.logon .forget a{
    font-size: 22px;
    display: inline-block !important;
    color: #154293 !important;
    margin-top: -20px;
}

.logon .forget a:hover{
    border-bottom: 1px solid #154293;
}

.logon .sbt button{
    width: 100%;
    height: 90px;
    color: #fff;
    background-color: #333;
}

.logon .news_login{
    display: flex;
    justify-content: center;
}

.logon .news_login p{
    color: #333;
    font-size: 22px;
}

.logon .news_login a{
    font-size: 22px;
    color: #154293;
    display: inline-block !important;
}

.logon .news_login a:hover{
    border-bottom: 1px solid #154293;
}

.logon .tk{
    font-size: 20px;
    color: #999;
    display: flex;
    justify-content: center;
}

.logon .tk a{
    color: #333;
    margin: 0 5px;
    font-size: 20px;
}

.logon .tk a:hover{
    border-bottom: 1px solid #333;
}

.logon .register_email{
    display: none;
}

.logon .register_fs{
    width: 100%;
    height: 90px;
    border: 1px solid #ccc;
    padding-left: 15px;
}

.content-body{
    width: 100%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.content-title{
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.content-title h3{
    font-size: 32px;
    margin-bottom: 30px;
}

.content-title div p{
    font-size: 24px;
    color: #999;
    margin-bottom: 20px;
}

.content-text img{
    max-width: 100%;
}

.pager{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pager a{
    display: none;
    font-size: 24px;
    color: #666;
    padding: 20px 70px;
}

.pager a:nth-child(1),.pager a:last-child{
    display: block;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 5px;
}

.pager a span{
    color: #154293;
}

.pager .active{
    display: block;
}

.pager .page_sum i{
    font-style: normal;
}


/* content */
.news_page{
    padding: 20px 0;
    width: 670px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.news_page a{
    display: block;
    margin-bottom: 20px;
    color: #999;
    display: flex;
}

.news_page span{
    color: #333;
    width: 570px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.video_main .news_page span{
    width: 500px;
}

.video_main .news_page{
    border: 0;
    border-bottom: 1px solid #ccc;
}

.video_body{
    margin-top: 30px;
}

/* footer */

.footer-top{
    background-color: #333;
    padding: 40px 0;
}
.footer-top-text{
    color: #fff;
    font-size: 30px;
    border-bottom:2px solid #ccc;
    padding: 0 50px;
    width: auto;
    margin: 0 auto;
    width: 510px;
    padding-bottom: 20px;
    left: 0;
    right: 0;
}

.footer-top-text>ul{
    width: 510px;
    margin: 0 auto;
}

.footer-top-text>ul>li{
    line-height: 64px;
    text-align: center;
    color: #fff;
}

.footer-top-text>ul>li>span{
    font-size: 26px;
    color: #fff;
}

.footer-top-text>ul>li>span>i{
    margin: 0 22px;
    color: #fff;
}

.footer-top-text>ul>li>p{
    display: inline-block;
    max-width: 380px;
    color: #fff;
}

.footer-top-text>ul>li>p:last-child{
    font-size: 26px;
}

.footer-top-ewm{
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 30px;
}

.footer-top-ewm img{
    width: 168px;
}

.footer-top-ewm p{
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
}

.footer-bottom{
    padding: 30px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #999;
    width: 100%;
}

.footer-bottom>p{
    width: 500px;
    font-size: 22px;
    margin: 0 auto;
    color: #999;
}

.footer-bottom a{
    font-size: 22px;
    color: #999;
}
