#header .wrap1.delay{
    max-width:unset;
}
.newleft{
    width:200px;
    background: #223fe6;
    padding: 0px 20px;
    height: calc(100vh - 78px);
    display: inline-block;
    overflow: hidden;
}
.center{
    text-align: center;
}
.newright{
    width:calc(100% - 245px);
    height: calc(100vh - 78px);
    display: block;
    background: #edf2f5;
    overflow: hidden;
    float: right;
    position: relative;
}
.right_content{
    width: 95%;
    margin: 0 auto;
    display: none;
}
.right_content.show{
    display: block;
}
.contain{
    margin-top: 74px;
    height: calc(100vh-74px);
}
.menu{
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    box-sizing: border-box;
}
.menu li {
    color: white;
}
.sub-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.sub-menu__title {
    display: flex;
    align-items: center;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: white;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color 0.3s,background-color 0.3s,color 0.3s;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0px 40px;
}
.sub-menu [class^=fa] {
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
}
.sub-menu .fa-chevron-down {
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    transition: transform 0.3s;
    font-size: 12px;
    margin-right: 0;
    width: inherit;
    vertical-align: middle;
}
.menu-item{
    padding: 0px 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color 0.3s,background-color 0.3s,color 0.3s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 56px;
    color: white;
    white-space: nowrap;
    padding-left: 60px;
}
.sub-menu .menu-item {
    height: 40px;
    font-size: 14px;
}
.page_title{
    height: 56px;
    line-height: 56px;
    margin-top:10px;
     border-bottom: 1px #9d9d9d solid;
}
.page_title .tab{
    width:auto;
    display: inline-block;
    font-size: 20px; 
    border-bottom: 3px #3959d6 solid;
   
}
.page_content{
    margin-top:20px;
}
.inline_block{
    display: inline-block;
}
.inline_flex{
    display: inline-flex;
    flex-wrap: wrap;
}
.class_center {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.class_center1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.white-space-20{
    width: 100%;
    height: 20px;
    display: block;
}
.white-space-50{
    width: 100%;
    height: 50px;
    display: block;
}
.page_left{
    width:75%;
    margin-right: 2%;
}
.page_right{
    width:22%;
}
.tips {
    background: white;
    border-radius: 10px;
}
.m-circle {
    display: inline-flex;
    text-align: left;
    font-size: 16px;
    width: 22%;
    margin: 10px 5px;
    background: #edf0fc;
    border-radius: 10px;
    padding: 10px 0;
    flex-wrap: nowrap;
    cursor: pointer;
}
.m-circle img {
    width: 60px;
    display: inline-block;
    margin: 10px;
}
.m-circle span{
    display: block;
    margin-top:15px;
}
.m-circle span p{
    font-size:12px;
}
.icon-block {
    width: 30px;
    display: inline-block;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    background: #00000033;
    border-radius: 15px;
    text-align: center;
    margin: 10px;
    color: white;
}
.icon-block i{
    line-height: unset;
}

.tips font{
    font-size: 22px;
    line-height: 30px;
    vertical-align: middle;
    color:#0059af;
}
.service_div{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.service_div i{
    font-size: 25px;
    margin:0px 20px ;
    color: #0059af;
}
.addbutton{
    width: 80%;
    margin: 0 auto;
    display: block;
    background: none;
    border: 1px blue dashed;
    color: blue;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 10%;
}
.rotate90{
    transform: rotateZ(-90deg);
}
.page_top{
    width:80%;
    height: 200px;
    display: block;
    background: white;
    margin: 0 auto;
    position: relative;
    top:100px;
}
.page_bottom{
    width:80%;
    height: 420px;
    display: block;
    background: white;
    margin: 0 auto;
    position: relative;
    top: 150px;
}
.user_info{
    height: 100px;
    position: relative;
    top: 50px;
}
.user_img{
    width:90px;height:90px;background:#626262;border-radius:45px;margin: 0 auto;
    font-size: 60px;
    color:white;
}
.user_info li{
    font-size: 16px;
    font-weight: bold;
}
.user_info li p{
    line-height: 30px;
}
.page_bottom .user_info li p{
    line-height: 50px;
    margin-top:30px;
    position: relative;
}
.page_bottom .user_info li p input{
    width:90%;
    height: 45px;
    border: 1px #cccccc solid;
    padding-left:90px ;
}
.page_bottom .user_info li p font{
    display: inline;
    position: absolute;
    margin-left: 15px;
}
.page_bottom .user_info .a_edit{
    display: inline;
    position: absolute;
    right: 20px;
    top: 0px;
    color: #3473f4;
    cursor: pointer;
}
.float_img{
    width: 17%;
    position: absolute;
    right: 25%;
    bottom:10px;
}
.left_img{
    padding: 30px;
}
.left_img img{
    display: inline-block;
}
.left_img div {
    display: inline-block;
    position: absolute;
    margin-top: 50px;
    margin-left: 80px;
}
.right_img{
    padding: 30px;
    text-align: left;
}
.right_img img{
    float:right;
}
.right_img div {
    text-align: right;
    width: 50%;
    margin-right: 80px;
    margin-top: 60px;
}
.left_img h1,.right_img h1{
    font-size: 40px;
    color:#0047cf;
}
.left_img h3,.right_img h3{
    font-size: 20px;
    margin-top: 20px;
    line-height: 35px;
}
.fox_box {
    width: 400px;
    height: 550px;
    display: inline-block;
    text-align: center;
    border: 1px #95a5fd solid;
    overflow: hidden;
}
.box_header {
    height: 70px;
    font-size: medium;
    text-align: left;
    line-height: 70px;
    padding-left: 40px;
    background: blue;
    color: white;
    overflow: hidden;
    position: relative;
}
.mask {
    width: 150px;
    height: 80px;
    display: block;
    background: white;
    float: right;
    position: absolute;
    right: -40px;
    top: 15px;
    transform: rotate(-60deg);
}
.fox_box li{
    list-style: inside;
    font-size: 16px;
    line-height: 3;
    font-weight: 500;
}
.center_title_new {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 15px;
    line-height: 90px;
    color: #0a50cf;
    text-align: center;
    border-radius: 30px;
    position: relative;
}
.center_title_new .blue_line {
    width: 100px;
    height: 3px;
    display: inline-block;
    background: #0a50cf;
    margin: 20px;
}
.content_item {
    width: 18.5%;
    margin: 0.7%;
    background: #0a50cf;
}
.item_bottom {
    padding: 20px 10px;
}

.item_bottom h3 {
    font-size: 25px;
    letter-spacing: 2px;
    color: white;
}

.item_bottom h6 {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}

.white_line {
    width: 100%;
    height: 1px;
    background-color: white;
    display: block;
    margin: 5px 0px;
}

.item_bottom .bottom_text {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-top: 30px;
    margin-bottom: 70px;
    padding-left: unset;
}

.center_title {
    width: 700px;
    height: 90px;
    margin: 0 auto;
    font-size: 50px;
    letter-spacing: 40px;
    line-height: 90px;
    color: white;
    text-align: center;
    background: #0e59f0;
    border-radius: 30px;
    position: relative;
    left:-150px;
}
.absoult_img {
    position: absolute;
    bottom: -80px;
    max-width: unset;
    max-height: unset;
}
.white_content {
    width: 100%;
    /* background: white; */
    margin-top: 100px;
    display: inline-flex;
    flex-wrap: wrap;
}
.box_20 {
    width: 15%;
    text-align: center;
    background: white;
    margin: 1%;
    padding: 1%;
}
.box_20 img{
    width: 90px;
}
.box_20_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blue_title {
    color: white;
    font-size: 16px;
    background: #0a3893;
    padding: 5px;
    padding-right: 15px;
    line-height: 32px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}
.blue_text{
    font-size:16px;
}
.blue_text p{
    margin: 10px 0;
}
.boxbus_title01{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5px;
    color: #f16b22;
    margin-top: 100px;
    margin-bottom: 30px;
}
.foxbus_ul li {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    list-style: disc;
    color: blue;
}
.foxbus_ul li span{
    font-size: 18px;
    color:black;
}

.page.page3 {
    padding-bottom: 145px;
    background: url("/foxbus_files/images/bg1.jpg") no-repeat center center;
    background-size: cover;
}

.page3 .page_tit h3 {
    color: #fff;
}

.index_member {
    margin-top: 85px;
    position: relative;
}

.swiper2 {
    margin: 0 58px;
}

.member_num {}

.member_num a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.member_num .tit {
    line-height: 43px;
    background: #2f26e7;
    text-align: center;
}

.member_num .tit h3 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.member_num .web {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#3868f7, endColorStr=#223fe6);
    background: -ms-linear-gradient(top, #3868f7, #223fe6);
    background: -moz-linear-gradient(top, #3868f7, #223fe6);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3868f7), to(#223fe6));
    background: -webkit-linear-gradient(top, #3868f7, #223fe6);
    background: -o-linear-gradient(top, #3868f7, #223fe6);
}

.member_num .web .text {
    text-align: center;
    padding: 40px 0 35px;
}

.member_num .web .text h3 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.member_num .web .text h3 span {
    font-size: 34px;
    color: #fff;
}

.member_num .web .text p {
    font-size: 16px;
    margin-top: 24px;
    color: #fff;
}

.member_num .web .text p span {
    display: inline-block;
    padding-left: 24px;
    background: url(/foxbus_files/images/icon7.png) no-repeat left center;
    color: #fff;
    font-size: 12px;
}

.member_num .web.web1 .text{
    text-align: left;
    padding: 40px 0 35px 40px;
}
.member_num .web.web1 .text p span{
    font-size: 16px;
}

.member_num .web .mem_btn {
    line-height: 70px;
    border-top: 1px solid #fa9f5e;
    text-align: center;
}

.member_num .web .mem_btn label {
    display: inline-block;
    width: 94px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    background: #fff;
    font-size: 16px;
    color: #202725;
    vertical-align: middle;
}

.member_num a:hover .tit {
    background: #7898f7;
}

.member_num a:hover .web {
    background: #fff;
}

.member_num a:hover .web .text h3,
.member_num a:hover .web .text h3 span {
    color: #202725;
}

.member_num a:hover .web .text p,
.member_num a:hover .web .text p span {
    color: #70778b;
}

.member_num a:hover .web .mem_btn label {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#3868f7, endColorStr=#223fe6);
    background: -ms-linear-gradient(top, #3868f7, #223fe6);
    background: -moz-linear-gradient(top, #3868f7, #223fe6);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3868f7), to(#223fe6));
    background: -webkit-linear-gradient(top, #3868f7, #223fe6);
    background: -o-linear-gradient(top, #3868f7, #223fe6);
    color: #fff;
    cursor: pointer;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
    width: 28px;
    height: 54px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.index_member .swiper-button-prev {
    background: url(/foxbus_files/images/cur1-1.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 0;
}

.index_member .swiper-button-next {
    background: url(/foxbus_files/images/cur1-2.png) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 0;
}
.fox_box1 {
    width: 400px;
    height: 550px;
    display: inline-block;
    text-align: center;
    border: 1px #e9e9e9 solid;
    background: white;
    border-radius: 10px;
}
.box_header1 {
    width: 80%;
    height: 40px;
    background: blue;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    top: -20px;
    z-index: -1;
}
.fox_box1_box {
    background: #f4f8ff;
    height: 400px;
    margin: 20px;
}

.box_header2 {
    font-size: 18px;
    width:50%;
    margin: 0 auto;
    height: 25px;
    color: white;
    background: blue;
    position: relative; /* 将容器定位为相对定位 */
    background: url(/foxbus_files/images/text_bg.png);
    background-size: cover;
    top: -10px;
}
.fox_box1_box .boxbus_ul li{
    line-height:45px;
}
.fox_box1_box li span{
    font-size: 16px;
}

ul.ul_33 li {
    width: 33%;
    display: inline-block;
    text-align: center;
}
.ul_33 .tip_33{
    font-size: 18px;
    color:#6b6b6b;
}
.ul_33 .number_33 {
    font-size: 60px;
    color: #000;
}
.dialog {
    display: block;
    width: 400px;
    min-height: 500px;
    background: #e7ecf6;
    text-align: center;
    position: fixed;
    left: calc(50% - 200px);
    top: 30%;
}

.dialog_header {
    width: 366px;
    height: 98px;
    margin: 20px auto;
    background: url(/foxbus_files/images/shenqing01.png);
    background-size: cover;
    font-size: 25px;
    color: white;
    line-height: 98px;
}
.dialog_form_item {
    line-height: 55px;
    margin: 18px;
}
.dialog_label {
    width: 150px;
    position: absolute;
    font-size: 20px;
    color: white;
    background: #1952e1;
}
.dialog_label i{
    margin: 0 10px;
}
.dialog_form_item .dialog_input {
    line-height: 52px;
    width: calc(100% - 150px);
    padding-left: 150px;
    font-size: 20px;
}
.fa-down-book {
    background: url(/foxbus_files/images/shenqing02.png);
    background-size: contain;
    width: 25px;
    height: 22px;
}
.dialog_close {
    font-size: 40px;
    color: #555;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
}
.dialog_close:after {
    border-radius: 30px;
    margin: 5px;
    content: ' ';
    width: 30px;
    height: 30px;
    display: block;
    background: white;
    position: absolute;
    top: 0;
    z-index: -1;
}
.black_mask {
    z-index: 150;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.7);;
    display: none;
    position: fixed;
    top: 0;
}
.dialog2 {
    display: block;
    width: 80%;
    min-height: 500px;
    background: #e7ecf6;
    text-align: center;
    position: fixed;
    left: 10%;
    top: 30%;
    padding-top: 20px;
}
.dialog2_title {
    font-size: 35px;
    font-weight: bold;
    color: #07266b;
}
.blue_btn {
    width: 140px;
    background: blue;
    color: white;
    font-size: 26px;
    display: block;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 5px;
}
.dialog2_bottom {
    width: 90%;
    background: white;
    margin: 0 auto;
    position: relative;
    top: -50px;
    text-align: left;
    padding: 20px 0;
}
.bottom_title {
    font-size: 24px;
    color: black;
    padding: 10px 0px;
}
.bottom_text {
    font-size: 20px;
    font-weight: 500;
    padding-left: 50px;
}
.img_text {
    font-size: 16px;
    font-weight: 600;
}
.bottom_title img{
    margin: 0 10px;
}
#swiper2 .swiper-slide{
    width: 248.8px;
    margin-right: 20px;
}
.main_item{
    position: relative;
    padding: 15px;
    background: white;
    border-radius: 10px;
}
.main_item .list{
    position: absolute;
    left: 70px;
    top: 35%;
}
.main_item .list .list_title{
    font-size: 32px;
    color: #0048d0;
}
.main_item .list .list_text{
    font-size: 16px;
}
.form-group {
    position: relative;
    top: 10px;
    width: 80%;
    left: 10%;
    margin: 0 auto;
    display: inline-flex;
    background: white;
    height: 50px;
    line-height: 50px;
    justify-content: center;
}
.form-group h4{
    font-size: 16px;
    margin: 0 30px
}
.width_500{
    width: 500px;
}
.form-group .width_500 input{
    width:100%;
    line-height: 25px;
}

.float_div {
    width: 20%;
    height: 120px;
    background: white;
    display: block;
    border-radius: 10px;
    position: absolute;
    bottom: 40%;
    right: 10%;
    padding: 15px;
}
.float_div h4{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 550;
    letter-spacing: 3px;
}

.float_div p{
    line-height: 25px;
}
.float_div input{
    width: 100%;
    height: 25px;
    background: #dadada;
    border: none;
}

.input-group-btn button {
    width: 100px;
    height: 25px;
    margin: 10px 0;
    background-image: linear-gradient(to right, #f2a04f, #f2cd9a);
    border: none;
    cursor: pointer;
    color: #ab5700;
    font-size: 16px;
    border-radius: 10px;
    letter-spacing: 3px;
}

.input-group-btn img{
    width: 25px;
    margin-bottom: 10px;
}
.div_44{
    width:25%;
    margin: 0%;
}
.hidden{
    display: none;
}
.iframe{
    width: 510px;
    height: 498px;
}
.inline_flex.div_44{
    flex-flow: column;
}
.inline_flex.div_44 p{
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.inline_flex.div_44 a{
    width: 100%;
    text-align: center;
    color: blue;
}

.image_content {
    width: 230px;
    height: 145px;
    position: relative;
    left: 200px;
    margin-right: 20px;
}

.mobile .header_top .header_logo{
    margin: 20px;
}
#mobile_header{
    background: #1127a6;
}

.mobile_title span {
    display: inline-block;
    line-height: 2em;
    font-size: 2em;
    padding: 0 1em;
    background-color: #fa612b;
    position: relative;
    vertical-align: middle;
    margin-right: 2em;
    border-radius: 1em;
}

.mobile_title span em {
    font-family: 'Landon';
    font-size: 1em;
    vertical-align: middle;
    color: #fff;
    font-style: unset;
}

.index_page_type1 .mobile_title {
    color: #555;
    text-align: center;
    padding: 50px 0px;
}

.mobile_title font {
    font-size: 4em;
    position: relative;
    top: 0.3em;
    color: white;
}
.blue_content{
    background: #3269ff;
    width: 85%;
    margin: 0 auto;
    border-radius: 30px;
    padding: 3em;
}
.content_header {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.content_title {
    font-size: 4.5em;
    color: white;
    font-weight: bold;
}

.content_number {
    width: 10em;
    height: 10em;
    background: #fa6129;
}
.content_number font {
    font-size: 10em;
    line-height: 1;
    color: white;
    font-family: fantasy;
}
.content_text {
    font-size: 2.2em;
    margin-top: 3em;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

.text_flex{
    display: inline-flex;
    margin: 1rem 0;
    width: 100%;
}
.flex_left {
    width: 30%;
    background: #01c4ff;
    text-align: center;
    padding: 1rem 0;
}
.flex_left font{
    font-size: 2rem;
    letter-spacing: 0;
}

.flex_right {
    width: 68%;
    background: white;
    margin-left: 1rem;
    padding: 1rem 1.5rem;
}

.flex_right font{
    color: black;
    font-size: 2rem;
}

.flex_left_orange_bg{
    background: #fa6129;
}

.flex_left_orange_text font{
    color:#fa6129;
}

.slot_btn_mobile {
    display: block;
    width: 20rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 3rem;
    color: white;
    text-align: center;
    margin: 0 auto;
    background-image: linear-gradient(to right, #88a7ef, #326dff);
    border-radius: 1.2rem;
}

.slot_btn_mobile>div {
    color: #4379fc;
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    background: white;
    border-radius: 2rem;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-left: 1rem;
}

.flex_item {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    width: 25%;
}

.flex_item font{
    font-size: 1.5rem;
}

.flex_item img{
    width: 70%;
    margin: 0 auto;
}

.text_div {
    height: 2rem;
    font-size: 2.1rem;
    line-height: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
    margin: 1.5rem 0;
}

.red_bg{
    background: url(./mobile/red_bg.png);
}
.green_bg{
    background: url(./mobile/green_bg.png);
}
.blue_bg{
    background: url(./mobile/blue_bg.png);
}
.purple_bg{
    background: url(./mobile/purple_bg.png);
}
.head_item {
    width: 50%;
}

.head_div {
    width: 15rem;
    height: 5rem;
    margin: 2rem auto;
    background: #4eaaff;
    border: 1px white solid;
    border-radius: 1rem;
    display: flex;
    align-items: center;
}
.head_div div{
    font-size: 1.5rem;
    font-weight: bold;
}
.head_div img{
    margin: 1.5rem;
}

.head_item .content_text{
    width: 95%;
    font-size: 1.5rem;
    margin-top: 0;
}
.down_line {
    width: 1px;
    height: 15rem;
    float: left;
    background: white;
    margin-right: 3rem;
}

.fox_box1_mobile {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 1px #e9e9e9 solid;
    background: white;
    border-radius: 1rem;
    margin-top: 5rem;
}

.box_header1_mobile {
    width: 80%;
    height: 4rem;
    background: blue;
    margin: 0 auto;
    border-radius: 1rem;
    position: relative;
    top: -1.5rem;
    z-index: -1;
}

.fox_box1_box_mobile {
    background: #f4f8ff;
    margin:1rem 2rem;
    padding: 2rem 0;
}

.box_header2_mobile {
    font-size: 2rem;
    width: 50%;
    margin: 0 auto;
    line-height: 4rem;
    color: white;
    position: relative;
    background: url(/foxbus_files/images/text_bg.png);
    background-size: cover;
    top: -4rem;
}
.fox_box1_box_mobile .foxbus_ul li{
    font-size: 2rem;
    line-height: 2.5rem;
}

.fox_box1_box_mobile .foxbus_ul li span{
    font-size: 1.7rem;
}

.footbg {
    position: relative;
    margin-top: -45rem;
    z-index: -1;
}

.dialog_mobile {
    display: block;
    width: 80%;
    background: white;
    text-align: center;
    position: fixed;
    left: 10%;
    top: 30%;
}

.dialog_header_mobile {
    width: 100%;
    margin: 1rem auto;
    font-size: 2rem;
    color: #3b74ff;
    line-height: 5rem;
}

.dialog_form_item_mobile {
    height: 5rem;
    margin: 2rem 0;
    line-height: 5rem;
}
.dialog_label_mobile {
    width: 20%;
    line-height: 5rem;
    height: 5rem;
    position: absolute;
    font-size: 2rem;
    color: white;
    left: 2rem;
}

.dialog_input_mobile {
    width: 70%;
    height: 5rem;
    padding-left: 20%;
    font-size: 2rem;
    line-height: 5rem;
}

#message {
    color: black;
    font-size: 2rem;
    min-height: 7rem;
}

.tip_foot button{
    width: 8rem;
    height: 3rem;
    font-size: 2rem;
    background: #3570ff;
    border: none;
    color: white;
    margin: 2rem;
}
.news_type {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.news_type .type_menu {
    width: 70px;
    border: 1px #0048d0 solid;
    text-align: center;
    margin: 10px;
    font-weight: bold;
    padding: 5px;
    color: #878787;
}
.news_type .type_menu:hover{
    color: #0048d0;
}
.type_menu.current {
    color: #0048d0;
}
.article_p {
    background: #f8fafe;
    margin-right: 10px;
    height: 30px;
    width: 90%;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    border-left: 1px blue solid;
    cursor: pointer;
}
.fa-self-peixun{
    background: url("/foxbus_files/images/icon_peixun.png") no-repeat center center;
    background-size: contain;
}
.video_item {
    width: 230px;
    background: #edf0fc;
    border-radius: 10px;
    padding: 15px;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}
.video_item img{
    width:30%;
    height:30%;
}
.video_category {
    width:90px;
    padding-left: 10px;
    font-size: 1rem;
    font-weight: bold;
}
