* {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    vertical-align: baseline
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

img {
    border: 0 none;
    vertical-align: top
}

em,
i {
    font-style: normal
}

ol,
ul {
    list-style: none
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select {
    font-size: 100%;
    font-family: inherit
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    font-size: 100%;
    font-family: inherit;
    resize: none
}

del {
    text-decoration: line-through
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.footer_ewm_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .3rem 0 1rem .9rem
}

.footer_ewm_img {
    width: 60px;
    height: 60px
}

.footer_ewm_img img {
    width: 100%
}

.footer_ewm_item {
  width: 100%;
  /* width: 46%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 新加 */
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: .7rem;
  margin-right: 1.5rem;
}

.footer_ewm_iconwx {
    margin-bottom: .3rem;
    width: .75rem;
    height: .6rem
}

.footer_ewm_iconwx2 {
    margin-bottom: .3rem;
    width: .725rem;
    height: .8rem
}

.footer_ewm_iconwb {
    margin-bottom: .3rem;
    width: .7rem;
    height: .55rem
}

.footer_ewm_desc {
    font-size: .55rem;
    color: #696969;
    line-height: .65rem;
    margin-bottom: .25rem
}

.footer_ewm_content {
    margin-left: .25rem
}

.footer_ewm_content img {
    width: 100%
}

.footer_ewm_content.kefu {
    margin-left: .6rem
}

.footer_ewm_link {
    color: red;
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    line-height: .75rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid red
}

.footer_gray_box {
    background: #383f53
}

.footer_city_box {
    padding: 0 .875rem .875rem
}

.footer_city_wrapper {
    margin: .375rem 0;
    font-size: 0
}

.footer_city_head {
    font-size: .7rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding-top: 1.5rem
}

.footer_city_item {
    color: #fff;
    font-size: .6rem;
    border-right: .05rem solid #fff;
    padding: 0 .375rem;
    line-height: 20px;
    white-space: nowrap
}

.footer_city_item:nth-child(8n) {
    border: none
}

.footer_city_item:last-child {
    border: none
}

.footer_right {
    width: 92%;
    margin: 0 auto;
    padding-top: .75rem;
    position: relative
}

.footer_right::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    border-top: 1px solid #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

.footer_right.bordernone {
    border: none
}

.footer_right_desc {
    text-align: center;
    font-size: .55rem;
    line-height: .85rem;
    color: #fff;
    padding-bottom: .5rem
}

.footer_fixed {
    height: 55px;
    position: fixed;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #4d67ff
}

.footer_fixed_box {
    height: 55px;
    width: 100%
}

.footer_fixed_phone:before {
    width: 17px;
    height: 20px;
    background: url(../images/phonei.png) no-repeat;
    background-size: 100%
}

.footer_fixed_zx:before {
    width: 22px;
    height: 20px;
    background: url(../images/msgi.png) no-repeat;
    background-size: 100%
}

.footer_fixed_pg:before {
    width: 18px;
    height: 20px;
    background: url(../images/pgi.png) no-repeat;
    background-size: 100% 100%
}

.footer_fixed_fgs:before {
    width: 15px;
    height: 19px;
    background: url(../images/lci.png) no-repeat;
    background-size: 100% 100%
}

.footer_fixed_item {
    border-left: 1px solid #d2d2d2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 9px
}

.footer_fixed_item:before {
    content: '';
    display: block;
    margin: 0 auto 7px
}

.footer_fixed_item:first-child {
    border: none
}

.footer_fixed_item:active {
    background: #3451ff
}

body,
html {
    font-family: 'Microsoft YaHei';
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    scroll-behavior: smooth
}

body.gray,
html.gray {
    background: #f7f8ff
}

.header_box {
    height: 2.7rem
}

.header_wrapper {
    width: 100%;
    max-width: 640px;
    height: 2.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 .075rem .15rem rgba(0, 0, 0, .1);
    box-shadow: 0 .075rem .15rem rgba(0, 0, 0, .1)
}

.header_wrapper .icon-logo {
    width: 160px;
    height: 30px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
    display: block;
    margin-left: .85rem
}

.header_menu {
    width: 32px;
    height: 26px;
    background: url(../images/nav.png) no-repeat;
    background-size: 100%;
    margin-right: 1.125rem;
    display: inline-block
}

.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_phone {
    display: inline-block;
    font-size: 11px;
    line-height: 1.325rem;
    color: #f80000;
    margin-right: 18px
}

.header_phone i {
    display: inline-block;
    vertical-align: middle;
    margin-right: -8px
}

.banner_container {
    height: 9.5rem
}

.banner_container .swiper-pagination-bullets {
    bottom: 0
}

.banner_container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .3rem;
    height: .2rem;
    border-radius: .2rem;
    opacity: .6;
    background: #fff;
    margin: 0 .15rem
}

.banner_container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: .75rem
}

.banner_container img {
    width: 100%;
    height: 100%
}

.database_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.1rem;
    padding: 0 .5rem
}

.database_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative
}

.database_item:before {
    content: '';
    width: 1px;
    height: 1.25rem;
    background: #e5e5e5;
    display: inline-block;
    position: absolute;
    right: 0
}

.database_item:last-child:before {
    width: 0
}

.database_label {
    font-size: 1.15rem;
    line-height: 1;
    color: #4d67ff;
    padding: 0 0 .35rem
}

.database_label span {
    font-size: .75rem
}

.database_desc {
    font-size: .7rem;
    line-height: 1
}

.page_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .75rem
}

.page_menu_common {
    padding-bottom: 1.15rem
}

.page_menu_item {
    width: 25%;
    text-align: center
}

.page_menu_name {
    font-size: .7rem;
    line-height: 1;
    margin-bottom: .25rem
}

.page_menu_img {
    width: 3.425rem;
    height: 3.425rem
}

.page_menu_box {
    background: #f7f8ff
}

.page_menu_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.25rem
}

.page_menu_label {
    width: 2.7rem;
    height: 1rem;
    background-color: #bf0909;
    border-radius: .4rem;
    font-size: .6rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    padding: 0 .25rem;
    margin: 0 .4rem 0 .9rem
}

.page_menu_value {
    font-size: .6rem;
    height: 1rem;
    line-height: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page_menu_value a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

.page_menu_footer {
    padding: 1rem 0
}

.common_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .8rem;
    padding: 1.2rem 0 .95rem
}

.common_title_bg {
    padding-left: .95rem;
    padding-right: .95rem;
    position: relative
}

.common_title_bg::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #d2d2d2;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

.common_title_name {
    font-size: .8rem;
    line-height: 1;
    font-weight: 700
}

.common_title_name:before {
    content: '';
    width: .1rem;
    height: .85rem;
    display: inline-block;
    margin-top: -2px;
    background: #4d67ff;
    margin-right: .4rem;
    vertical-align: middle
}

.common_title_link {
    opacity: .66;
    font-size: .7rem
}

.common_title_link:active {
    color: #4d67ff;
    opacity: 1
}

.common_signBtn {
    display: block;
    width: 12.5rem;
    height: 2.95rem;
    background: url(../images/btn.png) no-repeat;
    background-size: 100%;
    -webkit-transition: -webkit-transform linear .3s;
    transition: -webkit-transform linear .3s;
    transition: transform linear .3s;
    transition: transform linear .3s, -webkit-transform linear .3s;
    color: #fff;
    line-height: 2rem;
    font-size: .75rem;
    text-align: center;
    margin: 0 auto
}

.common_signBtn:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.common_loadMore {
    width: 12.5rem;
    height: 2.95rem;
    background: url(../images/btn.png) no-repeat;
    background-size: 100%;
    -webkit-transition: -webkit-transform linear .3s;
    transition: -webkit-transform linear .3s;
    transition: transform linear .3s;
    transition: transform linear .3s, -webkit-transform linear .3s;
    color: #fff;
    line-height: 2rem;
    font-size: .75rem;
    text-align: center;
    margin: 0 auto
}

.common_loadMore:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.common_banner {
    display: block
}

.common_banner img {
    width: 100%
}

.common_msg {
    width: 80%;
    font-size: 15px;
    color: #fff;
    min-height: 40px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    border-radius: 8px;
    text-align: center;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s
}

.common_msg.hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.list_news_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .65rem;
    padding: 0 .5rem
}

.list_news_navItem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.25rem;
    text-align: center;
    font-size: .75rem;
    line-height: 1.25rem;
    white-space: nowrap;
    font-weight: 700;
    position: relative;
    padding: 0 .25rem
}

.list_news_navItem.cur {
    background: #4d67ff;
    color: #fff;
    border-radius: 1.25rem
}

.list_news_item {
    display: block;
    font-size: .75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    border-bottom: 1px solid #eee;
    padding-left: .95rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

.list_news_item .list_news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

.list_news_item:active {
    color: #4d67ff
}

.list_news_item:last-child {
    border: none
}

.list_box2 {
    margin-bottom: .75rem
}

.list_box2 .common_title {
    margin: 0 .9rem
}

body {
    color: #383f53
}

.list_box {
    padding: 0 .9rem 1rem .9rem
}

.list_box.gray {
    background: #f7f8ff
}

.list_lxhd {
    padding: 0 0 1rem .9rem
}

.list_lxhd .common_title {
    margin-right: .9rem
}

.list_lx {
    padding-bottom: .5rem
}

.list_lx_item {
    width: 6.025rem;
    height: .05rem ToRem(26);
    background-color: #fff;
    -webkit-box-shadow: 1px .25rem .6rem rgba(16, 160, 254, .17);
    box-shadow: 1px .25rem .6rem rgba(16, 160, 254, .17);
    border-radius: .4rem;
    margin-right: .75rem
}

.list_lx_item:active .list_lx_content {
    color: #4d67ff
}

.list_lx_img {
    width: 6.025rem;
    height: 3.65rem;
    overflow: hidden
}

.list_lx_img img {
    border-radius: .4rem .4rem 0 0;
    width: 100%
}

.list_lx_content {
    font-size: .55rem;
    margin: .25rem .5rem
}

.list_lx_content div {
    line-height: .7rem
}

.list_lx_name {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

.list_zq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list_zq_item {
    width: 33.3%;
    height: 3.675rem;
    display: block;
    border-right: 1px solid #fff;
    padding-left: .65rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.list_zq_item:nth-child(1) {
    position: relative
}

.list_zq_item:nth-child(1):before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/zq1.png) no-repeat;
    background-size: 100%
}

.list_zq_item:nth-child(2) {
    position: relative
}

.list_zq_item:nth-child(2):before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/zq2.png) no-repeat;
    background-size: 100%
}

.list_zq_item:nth-child(3) {
    position: relative
}

.list_zq_item:nth-child(3):before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/zq3.png) no-repeat;
    background-size: 100%
}

.list_zq_item:nth-child(4) {
    position: relative
}

.list_zq_item:nth-child(4):before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/zq4.png) no-repeat;
    background-size: 100%
}

.list_zq_item:nth-child(5) {
    position: relative
}

.list_zq_item:nth-child(5):before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/zq5.png) no-repeat;
    background-size: 100%
}

.list_zq_item:nth-child(6) {
    position: relative
}

.list_zq_item:nth-child(6):before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/zq6.png) no-repeat;
    background-size: 100%
}

.list_zq_item:nth-child(4) {
    margin-top: .05rem
}

.list_zq_item:nth-child(5) {
    margin-top: .05rem
}

.list_zq_item:nth-child(6) {
    margin-top: .05rem
}

.list_zq_item:nth-child(1) {
    background: rgba(246, 179, 127, .77)
}

.list_zq_item:nth-child(1) .list_zq_name {
    color: #e85224
}

.list_zq_item:nth-child(2) {
    background: rgba(126, 206, 244, .77)
}

.list_zq_item:nth-child(2) .list_zq_name {
    color: #00a2ff
}

.list_zq_item:nth-child(3) {
    background: rgba(196, 144, 191, .77)
}

.list_zq_item:nth-child(3) .list_zq_name {
    color: #c926ff
}

.list_zq_item:nth-child(4) {
    background: rgba(132, 204, 201, .77)
}

.list_zq_item:nth-child(4) .list_zq_name {
    color: #209f9d
}

.list_zq_item:nth-child(5) {
    background: rgba(102, 169, 237, .77)
}

.list_zq_item:nth-child(5) .list_zq_name {
    color: #006cff
}

.list_zq_item:nth-child(6) {
    background: rgba(242, 156, 159, .77)
}

.list_zq_item:nth-child(6) .list_zq_name {
    color: #b64e54
}

.list_zq_name {
    font-size: .75rem;
    line-height: 1;
    margin: .85rem 0 .5rem
}

.list_zq_content {
    font-size: .55rem;
    line-height: .75rem;
    color: #55575d
}

.list_adv {
    width: 100%;
    display: block
}

.list_adv img {
    width: 100%
}

.list_lxfa_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .65rem
}

.list_lxfa_navItem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.25rem;
    text-align: center;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 700;
    position: relative
}

.list_lxfa_navItem:first-child:before {
    width: 0
}

.list_lxfa_navItem:before {
    content: '';
    width: .075rem;
    height: .7rem;
    display: inline-block;
    background: #383f53;
    position: absolute;
    top: .3rem;
    left: 0
}

.list_lxfa_navItem.cur {
    background: #4d67ff;
    color: #fff;
    border-radius: 1.25rem
}

.list_lxfa_navItem.cur:before {
    width: 0
}

.list_lxfa_navItem.cur+.list_lxfa_navItem:before {
    width: 0
}

.list_lxfa_item {
    width: 47.5%;
    display: inline-block;
    margin: .5rem 0
}

.list_lxfa_item:nth-child(2n+1) {
    margin-right: 5%
}

.list_lxfa_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list_lxfa_img {
    width: 100%;
    height: 0;
    padding-bottom: 53.2%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: .5rem;
    -webkit-box-shadow: 1px .25rem .6rem rgba(16, 160, 254, .17);
    box-shadow: 1px .25rem .6rem rgba(16, 160, 254, .17)
}

.list_lxfa_img img {
    width: 100%;
    border-radius: 6px
}

.list_lxfa_name {
    font-size: .65rem;
    font-weight: 700;
    color: #383f53;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    margin-left: .3rem
}

.list_lxfa_label {
    color: #575d70;
    font-size: .6rem;
    margin-left: .3rem;
    line-height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

.list_lxfa_label:before {
    content: '';
    width: 0;
    height: 0;
    border: .15rem solid transparent;
    border-left: .2rem solid #575d70;
    display: inline-block
}

.list_lxfa_container2 {
    padding-bottom: 20px
}

.list_lxfa_container2 .swiper-pagination-bullet {
    width: .475rem;
    height: .2rem;
    border-radius: .2rem;
    background: #383f53;
    opacity: 1
}

.list_lxfa_container2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4d67ff;
    width: .875rem
}

.list_selectedTeam .swiper-pagination-bullets {
    bottom: -3px
}

.list_selectedTeam .swiper-pagination-bullet {
    width: .475rem;
    height: .2rem;
    border-radius: .2rem;
    background: #383f53;
    opacity: 1
}

.list_selectedTeam .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4d67ff;
    width: .875rem
}

.list_selectedTeam_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.3rem
}

.list_selectedTeam_img {
    width: 5.1rem;
    height: 3.975rem;
    overflow: hidden
}

.list_selectedTeam_img img {
    width: 100%
}

.list_selectedTeam_right {
    margin-left: .75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list_selectedTeam_name {
    font-size: .875rem;
    color: #383f53;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

.list_selectedTeam_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: .5rem
}

.list_selectedTeam_tit {
    margin-left: .35rem;
    font-size: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

.list_selectedTeam_desc {
    font-size: .65rem;
    line-height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.list_school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list_school_item {
    width: 48%;
    height: 3.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .35rem
}

.list_school_item:nth-child(2n+1) {
    margin-right: 4%
}

.list_school_imgBox {
    padding: .45rem .4rem 0;
    border-right: 1px solid #e5e5e5;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.list_school_img {
    width: 1.95rem;
    height: 1.95rem;
    overflow: hidden
}

.list_school_img img {
    width: 100%
}

.list_school_info {
    margin-left: .35rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.list_school_name {
    font-size: .7rem;
    color: #383f53;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    width: 100%
}

.list_school_name2 {
    font-size: .5rem;
    color: #9fa1a4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    width: 100%
}

.list_typeSchool .swiper-container.hide {
    display: none
}

.list_typeSchool_name {
    height: 1.5rem;
    width: 70%;
    line-height: 1.5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    background: #4d67ff;
    text-align: center;
    border-radius: 6px;
    margin: 20px auto
}

.list_typeSchool_name .slide {
    width: .65rem;
    margin-left: 5px
}

.list_typeSchool_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 10px
}

.list_typeSchool_nav::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #4d67ff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

.list_typeSchool_navItem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 30px;
    text-align: center
}

.list_typeSchool_navItem.cur {
    position: relative
}

.list_typeSchool_navItem.cur:before {
    content: '';
    width: 15px;
    height: 3px;
    display: inline-block;
    background: #4d67ff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.list_typeSchool_item {
    display: block;
    line-height: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

.list_typeSchool_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #eee;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

.list_typeSchool_item:last-child:after {
    height: 0
}

.list_typeSchool_item div {
    margin: 0 23px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    height: 35px;
    font-size: 15px;
    color: #383f53
}

.list_typeSchool_item div:active {
    color: #4d67ff
}

.list_box3 {
    padding-bottom: 20px
}

.list_resou {
    margin-right: .95rem;
    margin-bottom: 16px
}

.list_resou_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list_resou_label {
    width: 52px;
    height: 22px;
    border-radius: 4px;
    background: #f39800;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.list_resou_label.yg {
    background: #0e5aaa
}

.list_resou_desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

.list_resou_desc:active {
    color: #4d67ff
}

.list_act_adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 18px
}

.list_act_advName {
    background: #e5e5e5;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    color: #383f53;
    width: 19%;
    margin-left: 2px
}

.list_act_advName:first-child {
    margin-left: 0
}

.list_act_advName.cur {
    background: #4d67ff;
    color: #fff
}

.list_act_img {
    width: 5.775rem;
    height: 2.9rem;
    overflow: hidden
}

.list_act_img img {
    width: 100%
}

.list_act_right {
    margin-left: 11px;
    position: relative;
    margin: 0 1px;
    overflow: hidden;
    width: 100%;
    min-height: 30px
}

.list_act_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 18px 22px
}

.list_act_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

.list_act_item:last-child:after {
    border: none
}

.list_act_hot {
    position: absolute;
    top: -12px;
    right: -8px
}

.list_act_title {
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    font-size: 14px;
    color: #383f53;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

.list_act_desc {
    font-size: 12px;
    line-height: 20px;
    color: #737988;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.list_act_time {
    position: absolute;
    font-size: 12px;
    right: 0;
    bottom: 0;
    color: #737988;
    background: #fff
}

.list_ts2.hide {
    display: none
}

.list_ts2 .list_ts2_contain2 {
    padding-bottom: 60px
}

.list_ts2_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 18px 18px
}

.list_ts2_navItem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 2px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    background: #eee;
    text-align: center;
    font-size: 15px
}

.list_ts2_navItem.cur {
    background: #4d67ff;
    color: #fff
}

.list_ts2_navItem:first-child {
    margin-left: 0
}

.list_ts2_subNav {
    margin-left: 12px;
    margin-bottom: 10px
}

.list_ts2_subNavItem {
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    padding: 0 8px;
    width: auto
}

.list_ts2_subNavItem.cur {
    position: relative
}

.list_ts2_subNavItem.cur:before {
    content: '';
    width: 33px;
    height: 3px;
    display: inline-block;
    background: #4d67ff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.list_ts2_itemLink {
    position: absolute;
    bottom: -35px;
    right: 18px;
    font-size: 14px;
    color: red;
    line-height: 26px;
    border-bottom: 1px solid red
}

.list_country_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px .95rem 15px
}

.list_country_tabItem {
    width: 32%;
    margin-left: 2%;
    height: 33px;
    line-height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    background: #eee;
    text-align: center;
    margin-bottom: 3px
}

.list_country_tabItem i {
    display: inline-block;
    margin-right: -8px;
    margin-left: 2px
}

.list_country_tabItem.cur {
    background: #4d67ff;
    color: #fff
}

.list_country_tabItem:nth-child(3n+1) {
    margin-left: 0
}

.list_country_container {
    padding-bottom: 30px
}

.list_country_icon {
    width: 23px;
    height: 16px;
    margin: 0 4px 0 10px
}

.list_countrys.hide {
    display: none
}

.list_sl_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px 19px 0
}

.list_sl_item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5)
}

.list_sl_item:nth-child(3):after {
    border: none
}

.list_sl_img {
    width: 94px;
    height: 94px;
    overflow: hidden
}

.list_sl_img img {
    width: 100%
}

.list_sl_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin-left: 13px;
    padding-bottom: 30px;
    overflow: hidden
}

.list_sl_right .icon-hot {
    position: absolute;
    top: -6px;
    right: -6px
}

.list_sl_name {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    color: #383f53;
    font-size: 15px
}

.list_sl_content,
.list_sl_request,
.list_sl_time {
    color: #737988;
    font-size: 13px;
    line-height: 20px
}

.list_sl_request {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    width: 80%
}

.list_sl_content {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.list_sl_time {
    position: absolute;
    bottom: 12px;
    right: 0
}

.list_goodcase_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: .95rem;
    position: relative;
    margin-bottom: 9px
}

.list_goodcase_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 200%;
    height: 200%;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.list_goodcase_img {
    width: 75px;
    height: 108px;
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list_goodcase_img img {
    width: 39px
}

.list_goodcase_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin: 0 10px;
    font-size: 0
}

.list_goodcase_title {
    font-size: 15px;
    color: #383f53;
    line-height: 1;
    padding: 5px 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}

.list_goodcase_desc {
    font-size: 13px;
    color: #737988;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.list_goodcase_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list_goodcase_label {
    width: 77px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #4e5ef4;
    line-height: 20px;
    border-radius: 20px
}

.list_goodcase_more {
    color: red;
    font-size: 12px
}

.list_btnBox {
    margin: 30px .95rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list_mqBtn {
    width: 150px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    border-radius: 42px
}

.list_mqBtn:first-child {
    background: #4d67ff;
    color: #fff
}

.list_mqBtn:first-child:active {
    background: #3451ff
}

.list_mqBtn:last-child {
    background: #eee;
    color: #383f53
}

.list_mqBtn:last-child:active {
    background: #e1e1e1
}

.signup_title {
    font-size: .875rem;
    line-height: 1;
    padding: 1.625rem 0 .5rem;
    text-align: center
}

.signup_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.signup_item_sendcode {
    width: 3.95rem;
    margin-left: .3rem;
    height: 20px;
    border-radius: 4px;
    background: #4d67ff;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: center
}

.signup_item_sendcode.disabled {
    background: #999
}

.signup_item_sendcode.disabled:active {
    background: #999
}

.signup_item_sendcode:active {
    background: #3451ff
}

.signup_box {
    background: #f7f8ff;
    padding-bottom: .95rem
}

.signup_box.white {
    background: #fff
}

.signup_subTitle {
    font-size: 10px;
    color: #737988;
    text-align: center
}

.signup_subTitle em {
    color: red
}

.signup_icon_user {
    width: .8rem;
    height: .775rem;
    margin-right: .475rem;
    background: url(../images/user.png) no-repeat;
    background-size: 100%
}

.signup_icon_phone {
    width: .8rem;
    height: .775rem;
    margin-right: .475rem;
    background: url(../images/phone.png) no-repeat;
    background-size: 100%
}

.signup_icon_lc {
    width: .675rem;
    height: .875rem;
    margin-right: .575rem;
    background: url(../images/lc.png) no-repeat;
    background-size: 100%
}

.signup_icon_yzm {
    width: .925rem;
    height: .925rem;
    margin-right: .375rem;
    background: url(../images/yan.png) no-repeat;
    background-size: 100%
}

.signup_icon_code {
    width: .775rem;
    height: .875rem;
    margin-right: .525rem;
    background: url(../images/yzm1.png) no-repeat;
    background-size: 100%
}

.signup_yan {
    width: 3.85rem;
    height: 1.075rem;
    position: absolute;
    right: 1.6rem;
    bottom: 1px
}

.signup_input {
    border: none;
    border-radius: 0;
    width: 11.825rem;
    border-bottom: 1px solid #c9c9c9;
    font-size: .7rem;
    line-height: 1.15rem;
    background: 0 0
}

.signup_input.signup_code {
    width: 7.575rem
}

.signup_form {
    width: 16.2rem;
    margin: 0 auto 1.625rem
}

.signup_select {
    display: none;
    position: absolute;
    width: 11.825rem;
    height: 150px;
    top: 1.25rem;
    margin-left: .575rem;
    overflow-y: auto;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, .1);
    box-shadow: 3px 0 5px rgba(0, 0, 0, .1)
}

.signup_select_item {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-size: 14px;
    padding-left: 10px
}

.signup_select_item.selected {
    background-color: #c4c5cc
}

body {
    margin: 0 auto
}

.item_hide {
    display: none
}

.index_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .5rem;
    background: #383f53;
    height: 1.4rem
}

.index_banner_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: .7rem;
    line-height: 1;
    color: #fff;
    border-right: 1px solid #fff
}

.index_banner_item:last-child {
    border: none
}

.hotnews_box {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin-top: 5px
}

.hotnews_box i {
    display: inline-block;
    margin-left: -15px
}

.hotnews_desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
    height: 14px;
    padding-left: 10px;
    border-left: 1px solid #b5b5b5;
    margin-left: -15px
}

.hotnews_desc a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap
}


/*# sourceMappingURL=map/index.css.map */

.zz-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zz-flex-between {
    justify-content: space-between;
}

#mlxy_pdy .list_box3 {
    display: none;
}

#mlxy_pdy .list_box3.list_box3-active {
    display: block;
}

#mlxy_pdy .list_box3-tab1 {
    margin-right: 0.9rem;
}

#mlxy_pdy .list_box3-tab1 div {
    width: 8.4rem;
    height: 1.5rem;
    background-color: #eef0f5;
    border-radius: 0.25rem;
    color: #383f53;
    font-size: 0.7rem;
}

#mlxy_pdy .list_box3-tab1 div:first-child {
    margin-right: 0.25rem;
}

#mlxy_pdy .list_box3-tab1 div.list_box3-tab1-active {
    background-color: #4d67ff;
    border: solid 0.05rem #ffffff;
    color: #fff;
}

#mlxy_pdy .list_box3-tab2 {
    margin: 0.75rem 0;
    color: #4a5062;
    font-size: 0.6rem;
}

#mlxy_pdy .list_typeSchool_navItem {
    font-size: 0.6rem;
}

#mlxy_pdy .list_box3-tab2 .list_typeSchool_navItem.cur {
    color: #4d67ff;
    border-bottom: 0.15rem solid #4d67ff;
}

#mlxy_pdy .mlxy_content .list_typeSchool_navItem {
    flex: auto;
}

#mlxy_pdy .list_box3-tab2 .list_typeSchool_navItem.cur:before {
    background: none;
}

#mlxy_pdy .zz_mlxy_tab1 .list_typeSchool_navItem {
    width: 3.25rem;
    height: 1.5rem;
    border-radius: 0.5rem;
    border: solid 0.05rem #4d68ff;
    color: #444444;
    margin-left: 0.1rem;
}

#mlxy_pdy .zz_mlxy_tab1 .list_typeSchool_navItem:first-child {
    margin-left: 0;
}

#mlxy_pdy .zz_mlxy_tab1.list_typeSchool_nav::after {
    border-bottom: none;
}

#mlxy_pdy .zz_mlxy_tab1 .list_typeSchool_navItem.cur {
    background-color: #4d68ff;
    color: #fff;
}

#mlxy_pdy .list_typeSchool_item {
    color: #383f53;
}

#mlxy_pdy .list_typeSchool_item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    width: 0.2rem;
    height: 0.2rem;
    background: #383f53;
    border-radius: 50%;
}

#mlxy_pdy .list_typeSchool_item:last-child::before {
    background: none;
}

#mlxy_pdy .list_typeSchool_item div {
    font-size: 0.7rem;
    border-bottom-style: dashed;
}

#mlxy_pdy .list_typeSchool_item::after {
    border-bottom: none;
}

#mlxy_pdy .list_typeSchool_item {
    border-bottom: 1px dashed rgba(56, 63, 83, 0.33);
}

#mlxy_pdy .mlxy_pdy_marginr {
    margin-right: 0.9rem;
}

#mlxy_pdy .common_title_name {
    font-size: 0.8rem;
}

#mlxy_pdy .common_title_link {
    font-size: 0.5rem;
}

#mlxy_pdy .more-info {
    color: #fff;
    border-bottom: none;
    height: 2.95rem;
    margin-top: 0.35rem;
}

.more-info {
    color: red;
    font-size: 15px;
    text-align: right;
}

#mlxy_pdy .list_lxfa_label:before {
    border: none;
}