@media screen and (min-width: 600px) {
  header {
    width: 100%;
    height: 110px;
    background: #262ca6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  header .logo {
    width: 330PX;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .logo .logo_img {
    width: 65px;
    height: 65px;
  }
  header .logo .text_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .logo .text_logo .chinese {
    font-size: 34px;
    color: #FFF;
  }
  header .logo .text_logo .english {
    font-size: 8px;
    color: #FFF;
  }
  header nav {
    width: 1200px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header nav ul {
    width: 868px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header nav ul li {
    width: 124px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
  }
  header nav ul li:hover {
    font-weight: bold;
  }
  header nav ul .active {
    font-weight: bold;
  }
  header nav .link_tel {
    height: 110px;
    font-size: 22px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  header nav .link_tel::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #FFF;
    position: absolute;
    left: -13px;
    top: 50px;
  }
  header nav .login_btn {
    width: 110px;
    height: 110px;
    background: #4d55d1;
    font-size: 18px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header nav .header_menu {
    display: none;
  }
  header .down_nav {
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 110px;
    z-index: 3;
    transition: 0.8s;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    padding-right: 330px;
    box-sizing: border-box;
  }
  header .down_nav .vfp_nav {
    width: 868px;
    height: 660px;
    color: #7c7c7c;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    box-sizing: border-box;
  }
  header .down_nav .vfp_nav ul {
    width: 124px;
  }
  header .down_nav .vfp_nav ul li {
    width: 100%;
    text-align: center;
    line-height: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  header .down_nav .vfp_nav ul li:hover {
    color: #FFF;
  }
  .mobile_menu {
    display: none;
  }
  .tel_login {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 3;
    left: 0px;
    top: 0px;
    opacity: 0;
  }
  .tel_login .content {
    width: 540px;
    height: 580px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    box-sizing: border-box;
    position: relative;
  }
  .tel_login .content .login_img {
    width: 270px;
    height: 60px;
  }
  .tel_login .content .login_img img {
    width: 100%;
    height: 100%;
  }
  .tel_login .content .tel {
    width: 440px;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 60px;
  }
  .tel_login .content .tel input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
  }
  .tel_login .content .verify {
    width: 440px;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 20px;
    position: relative;
    margin-top: 28px;
  }
  .tel_login .content .verify input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
  }
  .tel_login .content .verify .get_code {
    width: 140px;
    height: 48px;
    background: #8faee4;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 38px;
    right: 0px;
    top: 5px;
    cursor: pointer;
  }
  .tel_login .content .login_btn {
    width: 440px;
    height: 60px;
    background: #262ca6;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
    margin-top: 90px;
    cursor: pointer;
  }
  .tel_login .content .close {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    cursor: pointer;
  }
  .tel_login .content .wx_login {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .tel_login .content .wx_login img {
    width: 48px;
    height: 48px;
    margin-left: 25px;
    border-radius: 50%;
    cursor: pointer;
  }
  .hint {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 3;
    left: 0px;
    top: 0px;
    opacity: 0;
  }
  .hint .content {
    width: 540px;
    height: 300px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .hint .content .title {
    font-size: 24px;
    font-weight: bold;
    color: #262ca6;
    margin-bottom: 30px;
  }
  .hint .content p {
    margin-top: 12px;
    font-size: 14px;
  }
  .hint .content p span {
    color: #262ca6;
    cursor: pointer;
  }
  .hint .content .know {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262ca6;
    color: #FFF;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
  }
  .deal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 3;
    opacity: 0;
  }
  .deal .content {
    width: 900px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    border-radius: 10px;
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
  }
  .deal .content .title {
    font-size: 24px;
    font-weight: bold;
    color: #262aaf;
  }
  .deal .content .deal_text {
    margin-top: 35px;
  }
  .deal .content .know {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262ca6;
    color: #FFF;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
  }
  footer {
    width: 100%;
    height: 344px;
    margin-top: 25px;
  }
  footer .footer_nav {
    width: 100%;
    height: 64px;
    background: #454a84;
  }
  footer .footer_nav .nav_content {
    width: 1200px;
    height: 64px;
    margin: auto;
  }
  footer .footer_nav .nav_content ul {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  footer .footer_nav .nav_content ul li {
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
  }
  footer .footer_content {
    width: 100%;
    height: 280px;
    background: #202672;
    padding-top: 25px;
    box-sizing: border-box;
  }
  footer .footer_content .tel_address {
    width: 100%;
    height: 130px;
  }
  footer .footer_content .tel_address .tel_address_content {
    width: 1200px;
    height: 130px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer_content .tel_address .tel_address_content .left {
    width: 50%;
    height: 100%;
  }
  footer .footer_content .tel_address .tel_address_content .left .tel_title {
    color: #FFF;
    font-size: 16px;
  }
  footer .footer_content .tel_address .tel_address_content .left .tel {
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
  }
  footer .footer_content .tel_address .tel_address_content .left .logo_name {
    color: #FFF;
    font-size: 16px;
    margin-top: 20px;
  }
  footer .footer_content .tel_address .tel_address_content .left .address {
    color: #989898;
    font-size: 16px;
  }
  footer .footer_content .tel_address .tel_address_content .right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  footer .footer_content .tel_address .tel_address_content .right .logo_describe {
    width: 538px;
    height: 62px;
  }
  footer .footer_content .friend_link {
    width: 1200px;
    height: 20px;
    margin: auto;
    margin-top: 55px;
    font-size: 14px;
    color: #989898;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer_content .friend_link li {
    cursor: pointer;
  }
  footer .footer_content .filing {
    width: 375px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #989898;
    margin: auto;
    margin-top: 20px;
  }
  footer .footer_content .filing a {
    color: #989898;
  }
  .submit_success {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    opacity: 0;
  }
  .submit_success .content {
    width: 365px;
    height: 260px;
    border-radius: 12px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0px;
    box-sizing: border-box;
    position: relative;
  }
  .submit_success .content .success_img {
    width: 48px;
    height: 48px;
  }
  .submit_success .content .success_img img {
    width: 100%;
    height: 100%;
  }
  .submit_success .content .success_title {
    color: #262aaf;
    font-size: 20px;
    font-weight: bold;
  }
  .submit_success .content .success_describe {
    font-size: 14px;
  }
  .submit_success .content .close {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -80px;
    border-radius: 50%;
    background: #FFF;
  }
  .submit_success .content .close img {
    width: 25px;
    height: 25px;
  }
  .crumbs_nav {
    width: 100%;
    height: 75px;
    background: #f8f8f8;
  }
  .crumbs_nav .content {
    width: 1200px;
    height: 75px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .crumbs_nav .content .crumbs {
    color: #666666;
    font-size: 14px;
  }
  .crumbs_nav .content .crumbs a {
    color: #666666;
  }
  .crumbs_nav .content .nav {
    width: auto;
  }
  .crumbs_nav .content .nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .crumbs_nav .content .nav ul li {
    cursor: pointer;
    margin: 0px 20px;
  }
  .crumbs_nav .content .nav ul .active {
    font-weight: bold;
    color: #262aaf;
    border-bottom: 2px solid #262aaf;
  }
  .crumbs_nav .content .nav ul li:hover {
    font-weight: bold;
    color: #262aaf;
    border-bottom: 2px solid #262aaf;
  }
}
@media screen and (max-width: 600px) {
  header {
    width: 100%;
    height: 110px;
    background: #262ca6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
  }
  header .logo {
    width: 280px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .logo .logo_img {
    width: 48px;
    height: 48px;
    margin-right: 6px;
  }
  header .logo .text_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .logo .text_logo .chinese {
    font-size: 32px;
    color: #FFF;
  }
  header .logo .text_logo .english {
    font-size: 12px;
    color: #FFF;
  }
  header nav {
    width: 75px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header nav ul {
    width: 868px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
  }
  header nav ul li {
    width: 124px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
  }
  header nav ul li:hover {
    font-weight: bold;
  }
  header nav ul .active {
    font-weight: bold;
  }
  header nav .link_tel {
    height: 110px;
    font-size: 22px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: none;
  }
  header nav .link_tel::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #FFF;
    position: absolute;
    left: -13px;
    top: 50px;
  }
  header nav .login_btn {
    width: 110px;
    height: 110px;
    background: #4d55d1;
    font-size: 18px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
  }
  header .down_nav {
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 110px;
    z-index: 3;
    transition: 0.8s;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    padding-right: 330px;
    box-sizing: border-box;
    display: none;
  }
  header .down_nav .vfp_nav {
    width: 868px;
    height: 660px;
    color: #7c7c7c;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    box-sizing: border-box;
  }
  header .down_nav .vfp_nav ul {
    width: 124px;
  }
  header .down_nav .vfp_nav ul li {
    width: 100%;
    text-align: center;
    line-height: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }
  header .down_nav .vfp_nav ul li:hover {
    color: #FFF;
  }
  .mobile_menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: -100%;
    background: #FFF;
    padding-top: 10px;
    box-sizing: border-box;
    transition: 0.6s;
    overflow-y: auto;
    z-index: 3;
  }
  .mobile_menu .menu_header {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
    box-sizing: border-box;
  }
  .mobile_menu .menu_header .menu_logo {
    width: 260px;
    height: 100%;
  }
  .mobile_menu .menu_header .menu_logo img {
    width: 100%;
    height: 100%;
  }
  .mobile_menu .menu_header .close {
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile_menu .menu_header .close img {
    width: 28px;
    height: 28px;
  }
  .mobile_menu .menu_list {
    width: 100%;
    min-height: 0px;
    margin-top: 12px;
  }
  .mobile_menu .menu_list .li {
    width: 100%;
    min-height: 50px;
    border-bottom: 2px solid #262aaf;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 12px;
    color: #262aaf;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .mobile_menu .menu_list .li .donw_tag {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 10px;
    transition: 0.5s;
    transform: rotate(0deg);
  }
  .mobile_menu .menu_list .li .children {
    display: none;
  }
  .mobile_menu .menu_list .li .children li {
    font-weight: 500;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #262aaf;
    line-height: 50px;
    font-size: 16px;
  }
  .mobile_menu .menu_list .li .children li:last-child {
    border-bottom: none;
  }
  .mobile_menu .login {
    width: 120px;
    height: 45px;
    color: #FFF;
    background: #262aaf;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: auto;
    margin-top: 20px;
  }
  .tel_login {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 3;
    left: 0px;
    top: 0px;
    opacity: 0;
  }
  .tel_login .content {
    width: 540px;
    height: 580px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 25px;
    box-sizing: border-box;
    position: relative;
  }
  .tel_login .content .login_img {
    width: 270px;
    height: 60px;
  }
  .tel_login .content .login_img img {
    width: 100%;
    height: 100%;
  }
  .tel_login .content .tel {
    width: 440px;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 60px;
  }
  .tel_login .content .tel input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
  }
  .tel_login .content .verify {
    width: 440px;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 20px;
    position: relative;
    margin-top: 28px;
  }
  .tel_login .content .verify input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
  }
  .tel_login .content .verify .get_code {
    width: 140px;
    height: 48px;
    background: #8faee4;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 38px;
    right: 0px;
    top: 5px;
    cursor: pointer;
  }
  .tel_login .content .login_btn {
    width: 440px;
    height: 60px;
    background: #262ca6;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
    margin-top: 90px;
    cursor: pointer;
  }
  .tel_login .content .close {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    cursor: pointer;
  }
  .tel_login .content .wx_login {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .tel_login .content .wx_login img {
    width: 48px;
    height: 48px;
    margin-left: 25px;
    border-radius: 50%;
    cursor: pointer;
  }
  .hint {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 3;
    left: 0px;
    top: 0px;
    opacity: 0;
  }
  .hint .content {
    width: 540px;
    height: 300px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .hint .content .title {
    font-size: 24px;
    font-weight: bold;
    color: #262ca6;
    margin-bottom: 30px;
  }
  .hint .content p {
    margin-top: 12px;
    font-size: 14px;
  }
  .hint .content p span {
    color: #262ca6;
    cursor: pointer;
  }
  .hint .content .know {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262ca6;
    color: #FFF;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
  }
  .deal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 3;
    opacity: 0;
  }
  .deal .content {
    width: 900px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    border-radius: 10px;
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
  }
  .deal .content .title {
    font-size: 24px;
    font-weight: bold;
    color: #262aaf;
  }
  .deal .content .deal_text {
    margin-top: 35px;
  }
  .deal .content .know {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262ca6;
    color: #FFF;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
  }
  footer {
    width: 100%;
    min-height: 344px;
    margin-top: 25px;
  }
  footer .footer_nav {
    width: 100%;
    height: 64px;
    background: #454a84;
    display: none;
  }
  footer .footer_nav .nav_content {
    width: 1200px;
    height: 64px;
    margin: auto;
  }
  footer .footer_nav .nav_content ul {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  footer .footer_nav .nav_content ul li {
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
  }
  footer .footer_content {
    width: 100%;
    min-height: 280px;
    background: #202672;
    padding-top: 25px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  footer .footer_content .tel_address {
    width: 100%;
    min-height: 130px;
  }
  footer .footer_content .tel_address .tel_address_content {
    width: 100%;
    min-height: 130px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer_content .tel_address .tel_address_content .left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer_content .tel_address .tel_address_content .left .tel_title {
    color: #FFF;
    font-size: 16px;
  }
  footer .footer_content .tel_address .tel_address_content .left .tel {
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
  }
  footer .footer_content .tel_address .tel_address_content .left .logo_name {
    color: #FFF;
    font-size: 16px;
    margin-top: 20px;
  }
  footer .footer_content .tel_address .tel_address_content .left .address {
    color: #989898;
    font-size: 16px;
  }
  footer .footer_content .tel_address .tel_address_content .right {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer_content .tel_address .tel_address_content .right .logo_describe {
    width: 375px;
    height: 48px;
  }
  footer .footer_content .friend_link {
    width: 100%;
    min-height: 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #989898;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 15px;
    box-sizing: border-box;
  }
  footer .footer_content .friend_link li {
    cursor: pointer;
    margin: 2px 5px;
  }
  footer .footer_content .filing {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #989898;
    margin: auto;
    margin-top: 20px;
  }
  footer .footer_content .filing a {
    color: #989898;
  }
  .submit_success {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    opacity: 0;
  }
  .submit_success .content {
    width: 365px;
    height: 260px;
    border-radius: 12px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0px;
    box-sizing: border-box;
    position: relative;
  }
  .submit_success .content .success_img {
    width: 48px;
    height: 48px;
  }
  .submit_success .content .success_img img {
    width: 100%;
    height: 100%;
  }
  .submit_success .content .success_title {
    color: #262aaf;
    font-size: 20px;
    font-weight: bold;
  }
  .submit_success .content .success_describe {
    font-size: 14px;
  }
  .submit_success .content .close {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -80px;
    border-radius: 50%;
    background: #FFF;
  }
  .submit_success .content .close img {
    width: 25px;
    height: 25px;
  }
  .crumbs_nav {
    width: 100%;
    height: 75px;
    background: #f8f8f8;
  }
  .crumbs_nav .content {
    width: 375px;
    height: 75px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
  }
  .crumbs_nav .content .crumbs {
    color: #666666;
    font-size: 14px;
  }
  .crumbs_nav .content .crumbs a {
    color: #666666;
  }
  .crumbs_nav .content .nav {
    width: 100%;
    margin-top: 10px;
  }
  .crumbs_nav .content .nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-y: auto;
  }
  .crumbs_nav .content .nav ul li {
    cursor: pointer;
    flex-shrink: 0;
    margin: 0px 10px;
  }
  .crumbs_nav .content .nav ul .active {
    font-weight: bold;
    color: #262aaf;
    border-bottom: 2px solid #262aaf;
  }
  .crumbs_nav .content .nav ul li:hover {
    font-weight: bold;
    color: #262aaf;
    border-bottom: 2px solid #262aaf;
  }
}
.m_toast {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 6px 15px;
  box-sizing: border-box;
  color: #FFF;
  transition: 0.6s;
  border-radius: 8px;
}
/*# sourceMappingURL=public.css.map */