@charset "UTF-8";
/* reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}

button {
    border: 0;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

i,
em {
    font-weight: normal;
    font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input {
    -moz-appearance: textfield;
}

@font-face {
    font-family: "Futura BT";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/futurabt-medium_.otf");
}

/* body h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; } */
html body {
    margin: 0px auto;
    max-width: 1920px;
    min-width: 320px;
    font-size: 16px;
    font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
    background-color: #292a2d;
}

/*body:after {*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  position: fixed;*/
/*  right: 20px;*/
/*  bottom: 20px;*/
/*  background: gray;*/
/*  content: "";*/
/*  z-index: 99999999;*/
/*}*/

/* 单行文本溢出隐藏 */
/* 多行文本溢出隐藏 */
/* flex 布局 */
.wrap {
    width: 1170px;
    margin: 0 auto;
}

.header-box {
    transition-duration: .3s;
    height: 70px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    transition: all .3s;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #323335;
}

.header .pc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    position: relative;
    max-width: 1300px;
    height: 70px;
    margin: 0 auto;
}

.header .pc .home a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    padding: 15px;
    position: relative;
    transition-duration: 0.3s;
}

.header .pc .home a::after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    height: 4px;
    background: url(../img/home-bg01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -10px;
    opacity: 0;
    transition-duration: 0.3s;
}

.header .pc .home a:hover {
    color: #16b597;
}

.header .pc .home a:hover::after {
    opacity: 1;
}

.header .pc .hd-btn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header .pc .hd-btn .peo-btn {
    width: 30px;
    height: 30px;
    background: url(../img/peo-ico01.png) no-repeat center;
    position: relative;
    margin-right: 20px;
    background-color: rgba(41, 151, 247, 0.2);
    border-radius: 50%;
}

.header .pc .hd-btn .peo-btn::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #9f9fa0;
    position: absolute;
    right: -10px;
    top: 6px;
}

.header .pc .hd-btn .peo_item {
    width: 260px;
    height: 105px;
    background-color: #343537;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 114px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
}

.header .pc .hd-btn .peo_item.on {
    opacity: 1;
    visibility: visible;
}

.header .pc .hd-btn .peo_item a {
    transition-duration: 0.3s;
    text-align: center;
}

.header .pc .hd-btn .peo_item a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(../img/peo-ico01.png) no-repeat center;
    background-color: rgba(41, 151, 247, 0.2);
}

.header .pc .hd-btn .peo_item a h3 {
    font-size: 14px;
    color: #2997f7;
    line-height: 1.2;
    margin-top: 10px;
}

.header .pc .hd-btn .peo_item a.find-btn {
    margin-left: 40px;
}

.header .pc .hd-btn .peo_item a.find-btn i {
    background-image: url(../img/find-ico01.png);
    background-color: rgba(228, 52, 225, 0.2);
}

.header .pc .hd-btn .peo_item a.find-btn h3 {
    color: #e434e1;
}

.header .pc .hd-btn .peo_item a:hover {
    opacity: 0.8;
}

.header .pc .hd-btn .peo_item2 {
    width: 260px;
    background-color: #343537;
    position: absolute;
    top: 30px;
    right: 114px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    padding: 30px 20px;
}

.header .pc .hd-btn .peo_item2.on {
    opacity: 1;
    visibility: visible;
}

.header .pc .hd-btn .peo_item2 .geren {
    position: relative;
}

.header .pc .hd-btn .peo_item2 .geren .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.header .pc .hd-btn .peo_item2 .geren .left .ico_box {
    width: 35px;
    height: 40px;
    position: relative;
}

.header .pc .hd-btn .peo_item2 .geren .left .ico_box .img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.header .pc .hd-btn .peo_item2 .geren .left .txt {
    margin-left: 13px;
}

.header .pc .hd-btn .peo_item2 .geren .left .txt h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.header .pc .hd-btn .peo_item2 .geren .left .txt h3 span {
    margin-right: 5px;
}

.header .pc .hd-btn .peo_item2 .geren .left .txt h5 {
    font-size: 14px;
    color: #868687;
    line-height: 1.2;
    margin-top: 4px;
}

.header .pc .hd-btn .peo_item2 .geren .msg-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/msg-btn001.png) no-repeat center;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -15px;
    right: 0;
}

.header .pc .hd-btn .peo_item2 .huiyuan {
    border-radius: 5px;
    background: url(../img/peo-bg001.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 6px 17px;
    margin-top: 15px;
}

.header .pc .hd-btn .peo_item2 .huiyuan .left {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

.header .pc .hd-btn .peo_item2 .huiyuan .left img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}

.header .pc .hd-btn .peo_item2 .huiyuan .right {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 4px 9px;
    background-color: #f0526f;
    border-radius: 4px;
}

.header .pc .hd-btn .peo_item2 .huiyuan .right img {
    position: relative;
    top: -1px;
}

.header .pc .hd-btn .peo_item2 .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.header .pc .hd-btn .peo_item2 .links a {
    transition-duration: 0.3s;
    text-align: center;
}

.header .pc .hd-btn .peo_item2 .links a i {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../img/peo-ico01.png) no-repeat center;
    background-color: rgba(41, 151, 247, 0.2);
}

.header .pc .hd-btn .peo_item2 .links a h3 {
    font-size: 14px;
    color: #2997f7;
    line-height: 1.2;
    margin-top: 7px;
}

.header .pc .hd-btn .peo_item2 .links a.up-btn2 i {
    background-image: url(../img/up-ico001.png);
    background-color: rgba(22, 181, 151, 0.2);
}

.header .pc .hd-btn .peo_item2 .links a.up-btn2 h3 {
    color: #16b597;
}

.header .pc .hd-btn .peo_item2 .links a.quit-btn i {
    background-image: url(../img/quit-ico001.png);
    background-color: rgba(240, 82, 111, 0.2);
}


.header .pc .hd-btn .peo_item2 .links a.quit-btn h3 {
    color: #f0526f;
}

.header .pc .hd-btn .peo_item2 .links a:hover {
    opacity: 0.8;
}

.header .pc .hd-btn .search-btn {
    width: 30px;
    height: 30px;
    background: url(../img/hd-btn02.png) no-repeat center;
}

.header .pc .hd-btn .toggle-btn {
    width: 30px;
    height: 30px;
    background: url(../img/hd-btn03.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-left: 30px;
}

.header .pc .hd-btn .up-btn {
    width: 65px;
    height: 25px;
    background: url(../img/hd-btn04.png) no-repeat center;
    background-color: #f0526f;
    border-radius: 25px;
    margin-left: 20px;
    transition-duration: 0.3s;
}

.header .pc .hd-btn .up-btn:hover {
    background-color: #c9445c;
}

.header-box.active .hd-nav li > a:hover {
    color: #999;
}

.videoWindow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: none;
}

.videoWindow video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 980px;
    height: auto;
    max-height: 85%;
    transform: translateX(-50%) translateY(-50%);
}

.videoWindow i {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    background: url("../icon/onlineClose.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.m-nav {
    display: none;
}

.com-more1 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding: 18px 57px 18px 50px;
    border-radius: 50px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../img/more-bg01.png) no-repeat;
    background-size: 100% 100%;
    transition-duration: .3s;
}

.com-more1:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 4px #999;
    color: #fff;
}

.com-more2 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding-bottom: 8px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.store .store-swiper {
    margin-top: 60px;
}

.store .store-swiper .swiper-slide {
    position: relative;
    cursor: pointer;
}

.store .store-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 31.25%;
}

.store .store-swiper .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.store .store-swiper .swiper-slide .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

.store .store-swiper .swiper-slide .txt h3 {
    font-size: 35px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-top: 12%;
}

.store .store-swiper .swiper-slide .txt h5 {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-top: 15px;
    text-align: center;
}

.store .store-swiper .swiper-slide .txt p {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.store .store-swiper .swiper-slide:hover .txt {
    opacity: 1;
    visibility: visible;
}

.store .store-swiper .swiper-button-prev {
    width: 127px;
    height: 20px;
    background: url(../img/left-ico03.png) no-repeat center;
    background-size: contain;
    left: 35px;
    opacity: 0;
    z-index: 9;
}

.store .store-swiper .swiper-button-next {
    width: 127px;
    height: 20px;
    background: url(../img/left-ico03.png) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    right: 35px;
    opacity: 0;
    z-index: 9;
}

.store .store-swiper:hover .swiper-button-prev {
    opacity: 1;
}

.store .store-swiper:hover .swiper-button-next {
    opacity: 1;
}

.contact .form {
    margin-top: 75px;
}

.contact .form li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.contact .form li:last-child {
    margin-bottom: 80px;
}

.contact .form li label {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    white-space: pre-wrap;
    cursor: pointer;
}

.contact .form li:not(:nth-child(n + 4)) input {
    width: 650px;
    height: 47px;
    border: 1px solid #000000;
    padding: 0 13px;
    font-size: 16px;
    color: #666666;
    line-height: 1;
}

.contact .form li #radio1 {
    margin-right: 90px;
}

.contact .form li:nth-child(4) input {
    cursor: pointer;
}

.contact .form li .sub {
    width: 320px;
    height: 60px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    transition-duration: .3s;
}

.contact .form li .sub:hover {
    background-color: #000;
    color: #fff;
}

.formError {
    max-width: 280px;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10001;
    background-color: #f6f6f6;
    padding: 15px 30px;
    border-radius: 5px;
    opacity: 0;
    transition: .4s all;
    box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9);
}

.formError.active {
    opacity: 1;
}

.formError h6 {
    font-size: 16px;
    color: #434144;
}

.online {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.online .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 850px;
    width: 96%;
    padding: 30px;
    background-color: #fff;
}

.online .main .tit {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.online .main .tit h3 {
    text-align: center;
    font-size: 24px;
    color: #434144;
    font-weight: bold;
}

.online .main .tit span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-top: 5px;
    text-align: center;
    font-family: "Arial";
    color: #787878;
    font-weight: bold;
}

.online .main .tit span b {
    color: #16b597;
}

.online .main .tit span:before {
    content: '';
    opacity: 1;
    display: block;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 65px;
    height: 1px;
    background-color: #434144;
}

.online .main .tit span:after {
    content: '';
    opacity: 1;
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 65px;
    height: 1px;
    background-color: #434144;
}

.online .main form {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.online .main form figure {
    display: block;
    width: 45%;
    position: relative;
    padding: 20% 0;
}

.online .main form figure img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.online .main form ul {
    width: 52%;
}

.online .main form ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    height: 40px;
}

.online .main form ul li + li {
    margin-top: 15px;
}

.online .main form ul li .ind {
    width: 48%;
    height: 100%;
    border: 1px solid #bebebe;
    padding: 0 10px;
    background-color: transparent;
    color: #979797;
    font-size: 14px;
    transition: .2s all;
}

.online .main form ul li .ind.active {
    box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind:hover {
    box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind::-webkit-input-placeholder {
    color: #979797;
    font-size: 14px;
}

.online .main form ul li select {
    background: url(../img/ico-002.png) #fff 95% center no-repeat;
}

.online .main form ul li.phone input {
    width: 100%;
}

.online .main form ul li.textarea {
    height: 180px;
}

.online .main form ul li.textarea textarea {
    width: 100%;
    padding: 10px;
}

.online .main form ul li button {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #16b597;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .4s all;
    border: 1px solid transparent;
}

.online .main form ul li button:hover {
    background-color: transparent;
    border-color: #999;
    border-radius: 5px;
    color: #666;
}

.online .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/close.png) no-repeat center center #16b597;
    background-size: 60%;
    cursor: pointer;
}

.slide-nav {
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 98;
}

.slide-nav .item {
    margin: 10px 0;
    width: 55px;
    height: 55px;
    border: 1px solid #bebebe;
    background-color: #fff;
    position: relative;
    transition: .4s all;
    border-radius: 100%;
}

.slide-nav .item:hover {
    background-color: #16b597;
}

.slide-nav .item:hover .icon {
    background-position: center bottom;
}

.slide-nav .item:hover h4 {
    color: #fff;
}

.slide-nav .goTop {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    margin-top: 60px;
}

.slide-nav .goTop.active {
    opacity: 1;
    visibility: visible;
}

.slide-nav .icon {
    margin: 10px auto 3px;
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35px auto;
}

.slide-nav h4 {
    font-size: 12px;
    color: #4e4e4e;
    font-weight: 400;
    text-align: center;
}

.slide-nav .mask {
    margin-top: -1px;
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    white-space: nowrap;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slide-nav .tel {
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    color: #4e4e4e;
    border: 1px solid #999;
    border-right: none;
    background-color: #fff;
}

.slide-nav .qr {
    margin-right: 2px;
    width: 140px;
    height: 140px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

.slide-nav .qr img {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-nav .item:hover {
    border-color: #16b597;
}

.slide-nav .item:hover .mask {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.menu-btn {
    display: none;
}

.search_btn {
    display: none;
}

.m-serve {
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.m-serve .tit {
    text-align: center;
    padding: 24px 0 45px;
    background-color: #2b3b78;
}

.m-serve .tit h3 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: bold;
}

.m-serve .tit p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: none;
}

.m-serve .form {
    margin: -26px 20px 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 19px 15px 19px;
    border: 1px solid #f0f0f0;
}

.m-serve .form .item {
    margin-bottom: 15px;
    overflow: hidden;
}

.m-serve .form .item .inp, .m-serve .form select {
    border: 1px solid #e2e2e2;
    padding: 0 20px 0 13px;
    font-size: 12px;
    color: #828282;
    line-height: 35px;
    height: 35px;
    display: block;
    width: 100%;
    border-radius: 3px;
}

.m-serve .form select {
    background: url(../img/qwy-i5.png) center right 11px no-repeat;
}

.m-serve .form .sub {
    line-height: 30px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #2b3b78;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: .4s all;
    border: 1px solid transparent;
}

.m-serve .form .sub:hover {
    border-radius: 3px;
    color: #2b3b78;
    background-color: transparent;
    border-color: #2b3b78;
}

.ul-form {
    overflow: hidden;
    margin: 0 -4px;
}

.ul-form li {
    float: left;
    width: 50%;
    margin-top: 12px;
    padding: 0 4px;
}

.g-box {
    padding: 23px 20px 5px;
    background-color: #fff;
    margin-bottom: 30px;
}

.g-tit1 {
    overflow: hidden;
    margin-bottom: 20px;
}

.g-tit1 h3 {
    float: left;
    padding-left: 20px;
    font-size: 24px;
    color: #000;
    background: url(../img/qwy-i6.png) center left no-repeat;
    line-height: 34px;
    font-weight: 400;
}

.g-tit1 a {
    float: right;
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    margin-top: 8px;
    transition: all .3s;
}

.g-tit1 a:hover {
    color: #2b3b78;
}

.m-list2 {
    padding-bottom: 10px;
}

.m-list2 li a {
    display: block;
    font-size: 14px;
    color: #838282;
    line-height: 24px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 6px;
    transition: all .3s;
}

.m-list2 li a:hover {
    color: #2b3b78;
}

.m-list2 li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    background-color: #838282;
    margin-top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-list1 {
    height: auto;
    overflow: hidden;
}

.m-list1 li {
    width: 50%;
    float: left;
}

.pages {
    background-color: #f6f6f6;
}

.navbar {
    /* background-color: #192028; */
    padding-top: 60px;
    padding-bottom: 60px;
}

.navbar div {
    border: 1px solid #e2e2e2;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    padding: 0 0 0 15px;
    background-color: #fff;
}

.navbar div p {
    font-size: 16px;
    line-height: 60px;
    color: #626262;
    padding-left: 30px;
    position: relative;
}

/* .navbar ul {
	border-top: 1px solid #e2e2e2;
	width: 1400px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	justify-content: flex-start;
  }

  .navbar ul li {
	position: relative;
	transition: .4s all;
  } */
.navbar div p::before {
    content: '';
    opacity: 1;
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/all.png") no-repeat;
    background-size: auto;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.navbar div p::before {
    content: '';
    opacity: 1;
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/all.png") no-repeat;
    background-size: auto;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.navbar div ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.navbar div ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.navbar div ol li {
    position: relative;
    transition: .4s all;
    border-radius: 15px;
}

.navbar div ol li {
    position: relative;
    transition: .4s all;
    border-radius: 15px;
}

.navbar div ol li.active {
    background-color: #ddae60;
}

.navbar div ol li a {
    display: block;
    font-size: 16px;
    color: #131313;
    transition: .4s all;
    /* padding: 6px 15px; */
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
    min-width: 85px;
    text-align: center;
}

.navbar .js-more {
    display: none;
}

.navbar > div {
    padding: 0 20px;
    width: 100%;
    display: block;
    position: relative;
}

.navbar div .js-more {
    display: block;
    /* font-size: 14px;
  line-height: 30px; */
    position: relative;
    line-height: 44px;
    font-size: 16px;
    color: #626262;
    cursor: pointer;
    text-align: center;
}

.navbar div p {
    display: none;
    /* font-size: 14px;
  line-height: 30px; */
}

.navbar {
    padding: 40px 15px;
    /* margin-top: 20px; */
}

.navbar .js-more::before {
    content: '';
    display: block;
    width: 11px;
    height: 7px;
    background: url(../img/qwy-i3.png) center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    transition: all .3s;
}

.navbar > div::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    position: absolute;
    top: 45px;
    right: 0;
}

.navbar div ol {
    display: none;
    padding: 8px 0;
}

.navbar .js-more.active::before {
    transform: rotate(180deg);
}

.navbar div ol li a {
    text-align: center;
    font-size: 14px;
    padding: 6px 15px;
    height: auto;
    line-height: 1.2;
    color: #666;
}

.navbar > div {
    padding: 0 20px;
}

.navbar div ol li.on a, .navbar div ol li a:hover {
    /* color: #2b3b78; */
}

.navbar {
    display: none;
}

.m-contxt1 {
    padding: 40px 30px 20px;
    background-color: #fff;
}

.m-contxt1 .tit {
    font-size: 24px;
    color: #292929;
    line-height: 1.2;
    /* margin-bottom: 13px; */
    font-weight: bold;
}

.m-contxt1 .box-info {
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.m-contxt1 .box-info .info span {
    font-size: 16px;
    color: #a7a7a7;
    margin-right: 10px;
    display: inline-block;
}

.m-contxt1 .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    /*

   margin-bottom: 35px; */
    /* text-indent: 2em; */
    margin-bottom: 30px;
}

.m-contxt1 .share-box {
    font-size: 16px;
    color: #a7a7a7;
}

.m-contxt1 .social-share {
    display: inline-block;
}

.m-contxt1 .link {
    padding-right: 150px;
    position: relative;
}

.m-contxt1 .link a {
    display: block;
}

.m-contxt1 .link .prev {
    font-size: 16px;
    color: #9d9d9d;
    line-height: 1.1;
    margin-bottom: 10px;
}

.m-contxt1 .link .prev:hover {
    color: #35a3f7;
}

.m-contxt1 .link .next {
    font-size: 16px;
    color: #9d9d9d;
    line-height: 1.1;
}

.m-contxt1 .link .next:hover {
    color: #35a3f7;
}

.m-contxt1 .link .back {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    background-color: #b8b8b8;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}

.m-contxt1 .link .back:hover {
    color: #35a3f7;
}

.page-t1 a {
    display: block;
    width: 45%;
    font-size: 16px;
    color: #aaaaaa;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-t1 a em {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(../img/news-left-01.png) no-repeat center;
    margin-right: 18px;
    position: relative;
    top: 2px;
}

.page-t1 a:hover em {
    background-image: url(../img/news-left-02.png);
}

.page-t1 a.next {
    padding-right: 25px;
    position: relative;
}

.page-t1 a.next em {
    position: absolute;
    right: 0;
    background-image: url(../img/news-right-01.png);
}

.page-t1 a.next:hover em {
    background-image: url(../img/news-right-02.png);
}

.page-t1 a:hover {
    color: #ee7835;
}

.page-t1 a.prev {
    margin-bottom: 5px;
}

.page-t1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page-t1 .blank {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 10px 25px;
    background-color: #b8b8b8;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
    letter-spacing: 2px;
    transition: all .3s;
}

.page-t1 .blank:hover {
    background-color: #FF5200;
}

.box-blank .con {
    background: #3d3d3d;
    display: inline-block;
    width: 215px;
}

.box-blank .box1 {
    width: 65px;
    height: 40px;
    background: #02537c url(../img/t3-img6.png) no-repeat center center;
    float: left;
}

.box-blank .blank {
    overflow: hidden;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.box-blank .blank:hover {
    opacity: .8;
}

.box-blank {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.box-blank div a {
    display: block;
    font-size: 16px;
    color: #787878;
    transition: .4s all;
}

.box-blank div a + a {
    margin-top: 15px;
}

.box-blank div a:hover {
    color: #000000;
}

.search-box {
    padding: 0;
    transition: 1s ease;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #999;
    width: 320px;
    height: 0;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 90px;
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
    /* transition:transform .3s,opacity 1s,visibility 1s; */
    transition: initial;
    padding: 15px;
    height: 200px;
    transition: all .8s;
}

.search-box.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    right: 0;
    transition: transform .3s;
    /* transition: transform .3s,opacity .3s,visibility .3s; */
}

.search-box p {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.search-box input {
    width: 100%;
    border: 1px solid #999;
    height: 40px;
    background: transparent;
    padding: 0 15px;
}

.search-box button {
    height: 40px;
    border: 1px solid #fff;
    background: #ee7835;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
}

.video_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: none;
}

.video_window .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 750px;
    height: 500px;
}

.video_window .main video {
    border: 20px solid #fff;
    border-radius: 10px;
    background-color: #000;
}

.video_window .main {
    overflow: visible;
    background-color: initial;
}

.video_window .main i {
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
}

.com-more3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 60px;
    position: relative;
    border-radius: 60px;
    background-color: #fff;
    transition-duration: .3s;
    margin: 0 auto;
}

.com-more3 span {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 1;
    margin-left: 28px;
}

.com-more3 img {
    margin-right: 14px;
}

.com-more3:hover {
    background-color: #35a3f7;
}

.com-more3:hover span {
    color: #fff;
}

.header .m {
    display: none;
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
}

.header .m .menu {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 40px;
    background-color: transparent;
}

.header .m .menu path {
    stroke: #868686;
}

.header .m .menu label {
    left: -40px;
    top: -45px;
    max-width: 130px;
    max-height: 130px;
}

.header .m > a {
    display: block;
    height: 45px;
}

.header .m > a img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

.header .m .Msearch {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url("../icon/Msearch.png") no-repeat;
    background-size: contain;
}

.PopupCode {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.PopupCode ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.PopupCode ul li {
    background-color: #fff;
    padding: 20px;
    transition: 0.4s all;
}

.PopupCode ul li + li {
    margin-left: 30px;
}

.PopupCode ul li figure img {
    width: 260px;
    height: 260px;
}

.PopupCode ul li p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #434144;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #434144;
    transition: 0.4s all;
    letter-spacing: 2px;
}

.PopupCode ul li span {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #1e2b69;
    cursor: pointer;
    transition: 0.4s all;
    position: relative;
    padding-bottom: 3px;
}

.PopupCode ul li span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: 0.4s all;
}

.PopupCode ul li span:hover:after {
    opacity: 1;
}

.PopupCode ul li:hover {
    background-color: #35a3f7;
}

.PopupCode ul li:hover p {
    color: #fff;
    border-color: #fff;
}

.PopupCode ul li:hover span {
    color: #fff;
}

.Mnav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

.Mnav ul {
    width: 100%;
    background-color: #b5b5b5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}

.Mnav ul li {
    width: 33.333%;
    padding: 15px 0;
    transition: 0.4s all;
}

.Mnav ul li:hover {
    background-color: #16b597;
}

.Mnav ul li a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-direction: unset;
}

.Mnav ul li a icon {
    display: block;
    width: 40px;
    height: 40px;
}

.Mnav ul li a span {
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}

.Mnav ul li:nth-of-type(1) icon {
    background: url("../icon/Mnav_tel.png") no-repeat;
    background-size: contain;
}

.Mnav ul li:nth-of-type(2) icon {
    background: url("../icon/Mnav_message.png") no-repeat;
    background-size: contain;
}

.Mnav ul li:nth-of-type(3) icon {
    background: url("../icon/Mnav_wx.png") no-repeat;
    background-size: contain;
}

.MgoTop {
    position: fixed;
    right: 20px;
    bottom: 90px;
    display: none;
    width: 60px;
    height: 60px;
    background: url("../icon/MgoTop.png") no-repeat;
    background-size: contain;
    z-index: 90;
    transition: 0.4s all;
}

.MgoTop.active {
    opacity: 1;
    pointer-events: auto;
}

.col-l {
    width: 19.8%;
    background-color: #ffffff;
}

.col-r {
    width: 76%;
    padding-right: 12.3%;
    padding-top: 50px;
}

.com-tit1 {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.com-tit1 h3 {
    font-size: 52px;
    font-family: Futura BT, Arial, Helvetica, sans-serif;
    font-style: italic;
    margin-right: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}

.com-tit1 h5 {
    font-size: 36px;
    color: #333333;
    line-height: 1.2;
    margin-right: auto;
}

.com-tit1 a {
    font-size: 18px;
    color: #333333;
    line-height: 1.2;
}

.com-tit1 a:hover {
    color: #16b597;
}

.m-pages {
    text-align: center;
    font-size: 14px;
    padding-top: 90px;
    padding-bottom: 90px;
    /* background-color: #192028; */
}

.m-pages ul {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 25px;
}

.m-pages li {
    float: left;
    margin: 0 3px;
}

.m-pages li a {
    display: block;
    width: 65px;
    text-align: center;
    color: #0f0f0f;
    /* background-color: #ccc; */
    height: 65px;
    line-height: 64px;
    transition: .4s all;
    font-size: 16px;
    background-color: #e7e7e7;
    letter-spacing: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.m-pages select {
    width: 70px;
    height: 65px;
    line-height: 64px;
    color: #000;
    color: #3f3837;
    padding-left: 10px;
    background: url(../img/qwy-i4.png) #fff center right 10px no-repeat;
    /* background-size: auto;
  background-size: 8px; */
    font-size: 16px;
    border: 1px solid #c8c8c8;
    vertical-align: bottom;
}

.m-pages select option {
    width: 100%;
    height: 36px;
    font-size: 14px;
}

.m-pages li.active a,
.m-pages li a:hover {
    background-color: #16b597;
    color: #fff;
    border-color: #16b597;
}

.m-pages li {
    font-size: 16px;
    color: #3f3837;
    letter-spacing: 2px;
    line-height: 65px;
    font-family: SourceHanSerifCN;
}

.product {
    padding: 20px 0;
}

.product .list a {
    display: block;
    margin-bottom: 20px;
}

.product .list a:last-child {
    margin-bottom: 0;
}

.product .list a .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 25.6%;
}

.product .list a .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product .list a .pic .txt {
    position: absolute;
    top: 30%;
    left: 13%;
}

.product .list a .pic .txt h3 {
    font-size: 48px;
    color: #000000;
    line-height: 1.2;
}

.product .list a .pic .txt h5 {
    font-size: 36px;
    color: #000000;
    line-height: 1.2;
    font-family: 思源黑体 CN, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: lighter;
}

.footer {
    background-color: #323335;
    padding: 40px 0;
}

.footer p {
    font-size: 14px;
    color: #6d6e6f;
    line-height: 1.5;
}

.footer p a:hover {
    color: #fff;
}

.black_bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    z-index: 1;
}

.black_bg.on {
    opacity: 1;
    visibility: visible;
}

.black_bg2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    z-index: 10;
}

.black_bg2.on {
    opacity: 1;
    visibility: visible;
}

.m-sign {
    width: 330px;
    height: 340px;
    padding: 32px 30px;
    background-color: #333439;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
}

.m-sign.on {
    opacity: 1;
    visibility: visible;
}

.m-sign .close-btn {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn01.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.m-sign h3 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
}

.m-sign .line {
    width: 45px;
    height: 2px;
    background-color: #16b597;
    margin-top: 8px;
}

.m-sign h5 {
    font-size: 14px;
    color: #d0d1d1;
    line-height: 1.2;
    margin-top: 8px;
}

.m-sign ul {
    margin-top: 20px;
}

.m-sign ul li {
    margin-bottom: 15px;
}

.m-sign ul li .layui-input {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.m-sign ul li:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.m-sign ul li:nth-child(3) .forget {
    font-size: 14px;
    color: #adaeaf;
    line-height: 1.2;
    cursor: pointer;
}

.m-sign ul li:nth-child(3) .forget:hover {
    color: #fff;
}

.m-sign ul li:nth-child(3) .layui-form-checkbox[lay-skin="primary"] > div {
    color: #d0d1d1;
}

.m-sign ul li .layui-input-affix .layui-icon {
    color: rgba(184, 184, 184, 0.8);
}

.m-sign ul li .layui-input-affix .layui-icon:hover {
    color: rgba(184, 184, 184, 0.6);
}

.m-sign ul li .sub {
    width: 85%;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 10px 0;
    border-radius: 35px;
    background-color: #f0526f;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.m-sign ul li .sub::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(../img/login-btn01.png) no-repeat center;
    background-size: contain;
    position: relative;
    margin-right: 4px;
    top: 1px;
}

.PopupSearch {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    background-color: #343537;
    z-index: 9;
    padding: 45px 0;
    margin: 0 auto;
    max-width: 1920px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    transform: translateY(-100%);
}

.PopupSearch.on {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.PopupSearch .close-btn {
    right: 17%;
    top: 20px;
    width: 25px;
    height: 25px;
    background: url(../img/close-btn01.png) no-repeat center;
    position: absolute;
    cursor: pointer;
}

.PopupSearch .wrap {
    max-width: 580px;
}

.PopupSearch .layui-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.PopupSearch .layui-form .layui-form-select {
    position: relative;
    color: #5f5f5f;
    width: 70px;
}

.PopupSearch .layui-form .layui-form-select .layui-input {
    background-color: initial;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    border: none;
}

.PopupSearch .layui-form .layui-form-select::after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 11px;
}

.PopupSearch .layui-form > .layui-input {
    width: calc(100% - 70px);
    background-color: initial;
    border: none;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.PopupSearch .layui-form .sub {
    width: 25px;
    height: 25px;
    background: url(../img/search-ico01.png) no-repeat center;
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
}

.PopupSearch .hot {
    margin-top: 24px;
}

.PopupSearch .hot h3 {
    font-size: 14px;
    color: #aeaeae;
    line-height: 1.2;
}

.PopupSearch .hot .links {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.PopupSearch .hot .links a {
    font-size: 14px;
    color: #aeaeae;
    line-height: 1;
    padding: 5px 10px;
    background-color: #3b3c3e;
    border-radius: 5px;
    margin-right: 5px;
    transition-duration: 0.3s;
}

.PopupSearch .hot .links a:hover {
    background-color: #16b597;
    color: #fff;
}

.PopupSearch .meitu {
    margin-top: 25px;
}

.PopupSearch .meitu > h3 {
    font-size: 14px;
    color: #aeaeae;
    line-height: 1.2;
}

.PopupSearch .meitu .swiper-container {
    margin-top: 10px;
}

.PopupSearch .meitu .swiper-container .swiper-slide {
    width: 160px;
}

.PopupSearch .meitu .swiper-container .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 71.8%;
}

.PopupSearch .meitu .swiper-container .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.PopupSearch .meitu .swiper-container .swiper-slide .pic .txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.2);
    bottom: -21px;
    transition-duration: 0.3s;
    left: 0;
    right: 0;
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}

.PopupSearch .meitu .swiper-container .swiper-slide .pic .txt i {
    padding-left: 20px;
    background: url(../img/meitu-see01.png) no-repeat left center;
}

.PopupSearch .meitu .swiper-container .swiper-slide .pic:hover img {
    transform: scale(1.1);
}

.PopupSearch .meitu .swiper-container .swiper-slide .pic:hover .txt {
    bottom: 0;
}

.PopupSearch .meitu .swiper-container .button-prev {
    width: 20px;
    height: 28px;
    background: url(../img/meitu-left01.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

.PopupSearch .meitu .swiper-container .button-next {
    width: 20px;
    height: 28px;
    background: url(../img/meitu-left01.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    transform: rotate(180deg);
    top: 50%;
    margin-top: -14px;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.PopupLog {
    width: 75%;
    max-width: 300px;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    background-color: #343537;
    z-index: 9;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition-duration: 0.3s;
}

.PopupLog.on {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.PopupLog .sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background-color: #2d2e31;
    margin-bottom: 30px;
}

.PopupLog .sub .home {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 25px;
    position: relative;
}

.PopupLog .sub .home::after {
    width: 5px;
    height: 5px;
    border: 1px solid #16b597;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
}

.PopupLog .sub .toggle-btn {
    width: 30px;
    height: 30px;
    background: url(../img/hd-btn03.png) no-repeat center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 30px;
}

.PopupLog .peo_box {
    background-color: #343537;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.PopupLog .peo_box a {
    transition-duration: 0.3s;
    text-align: center;
}

.PopupLog .peo_box a i {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../img/peo-ico01.png) no-repeat center;
    background-color: rgba(41, 151, 247, 0.2);
}
.PopupLog .peo_box a.quit-btn {
    margin-left: 50px;

}
.PopupLog .peo_box a.quit-btn i {
    background-image: url(../img/quit-ico001.png);
    background-color: rgba(240, 82, 111, 0.2);

}
.PopupLog .peo_box a.quit-btn h3 {
    color: #f0526f;

}
.PopupLog .peo_box a h3 {
    font-size: 14px;
    color: #2997f7;
    line-height: 1.2;
    margin-top: 10px;
}

.PopupLog .peo_box a.find-btn {
    margin-left: 50px;
}

.PopupLog .peo_box a.find-btn i {
    background-image: url(../img/find-ico01.png);
    background-color: rgba(228, 52, 225, 0.2);
}

.PopupLog .peo_box a.find-btn h3 {
    color: #e434e1;
}

.PopupLog .peo_box a:hover {
    opacity: 0.8;
}

.PopupLog .peo_item2 .geren {
    position: relative;
}

.PopupLog .peo_item2 .geren .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.PopupLog .peo_item2 .geren .left .ico_box {
    width: 35px;
    height: 40px;
    position: relative;
}

.PopupLog .peo_item2 .geren .left .ico_box .img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.PopupLog .peo_item2 .geren .left .txt {
    margin-left: 13px;
}

.PopupLog .peo_item2 .geren .left .txt h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.PopupLog .peo_item2 .geren .left .txt h3 span {
    margin-right: 5px;
}

.PopupLog .peo_item2 .geren .left .txt h5 {
    font-size: 14px;
    color: #868687;
    line-height: 1.2;
    margin-top: 4px;
}

.PopupLog .peo_item2 .geren .msg-btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/msg-btn001.png) no-repeat center;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -15px;
    right: 0;
}

.PopupLog .peo_item2 .huiyuan {
    border-radius: 7px;
    background: url(../img/peo-bg001.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 6px 14px;
    margin-top: 15px;
}

.PopupLog .peo_item2 .huiyuan .left {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

.PopupLog .peo_item2 .huiyuan .left img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}

.PopupLog .peo_item2 .huiyuan .right {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 4px 9px;
    background-color: #f0526f;
    border-radius: 4px;
}

.PopupLog .peo_item2 .huiyuan .right img {
    position: relative;
    top: -1px;
}

.PopupLog .peo_item2 .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.PopupLog .peo_item2 .links a {
    transition-duration: 0.3s;
    text-align: center;
}

.PopupLog .peo_item2 .links a i {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../img/peo-ico01.png) no-repeat center;
    background-color: rgba(41, 151, 247, 0.2);
}

.PopupLog .peo_item2 .links a h3 {
    font-size: 14px;
    color: #2997f7;
    line-height: 1.2;
    margin-top: 7px;
}

.PopupLog .peo_item2 .links a.up-btn2 i {
    background-image: url(../img/up-ico001.png);
    background-color: rgba(22, 181, 151, 0.2);
}

.PopupLog .peo_item2 .links a.up-btn2 h3 {
    color: #16b597;
}

.PopupLog .peo_item2 .links a.quit-btn i {
    background-image: url(../img/quit-ico001.png);
    background-color: rgba(240, 82, 111, 0.2);
}

.PopupLog .peo_item2 .links a.quit-btn h3 {
    color: #f0526f;
}

.PopupLog .peo_item2 .links a:hover {
    opacity: 0.8;
}

.find_view {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #292a2d;
    z-index: 9;
}

.find_view .con {
    width: 380px;
    height: 420px;
    padding: 32px 30px;
    background-color: #333439;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition-duration: 0.3s;
}

.find_view .con.on {
    opacity: 1;
    visibility: visible;
}

.find_view .con h3 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
}

.find_view .con .line {
    width: 45px;
    height: 2px;
    background-color: #16b597;
    margin-top: 8px;
}

.find_view .con h5 {
    font-size: 14px;
    color: #d0d1d1;
    line-height: 1.2;
    margin-top: 8px;
}

.find_view .con ul {
    margin-top: 20px;
}

.find_view .con ul li {
    margin-bottom: 15px;
}

.find_view .con ul li .layui-input {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.find_view .con ul li:nth-child(2) {
    position: relative;
}

.find_view .con ul li:nth-child(2) .layui-input {
    padding-right: 100px;
}

.find_view .con ul li:nth-child(2) .btn1 {
    width: 100px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #999;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.find_view .con ul li:nth-child(2) .btn1:hover {
    background-color: #16b597;
}

.find_view .con ul li .layui-input-affix .layui-icon {
    color: rgba(184, 184, 184, 0.8);
}

.find_view .con ul li .layui-input-affix .layui-icon:hover {
    color: rgba(184, 184, 184, 0.6);
}

.find_view .con ul li .sub {
    width: 85%;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 10px 0;
    border-radius: 35px;
    background-color: #f0526f;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    margin-top: 30px;
}

.find_view .con ul li .sub::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(../img/login-btn01.png) no-repeat center;
    background-size: contain;
    position: relative;
    margin-right: 4px;
    top: 1px;
}

.product-series_view {
    padding: 30px 0;
}

.product-series_view .wrap {
    background-color: #323335;
}

.product-series_view .list {
    max-width: 425px;
    margin: 0 auto;
    padding: 30px 0;
    min-height: calc(100vh - 240px);
}

.product-series_view .list a {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.product-series_view .list a:last-child {
    margin-bottom: 0;
}

.product-series_view .list a .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 26.2%;
}

.product-series_view .list a .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-series_view .list a .txt {
    position: absolute;
    top: 50%;
    left: 16%;
    /*text-align: center;*/
    transform: translateY(-50%);
}

.product-series_view .list a .txt h3 {
    font-size: 22px;
    color: #000000;
    line-height: 1.2;
}

.product-series_view .list a .txt h5 {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    font-family: 思源黑体 CN, Arial, Helvetica, sans-serif;
    margin-top: 5px;
    font-weight: lighter;
}

.product_view {
    padding: 35px 0;
}

.product_view .tit {
    background-color: #323335;
    padding: 15px 25px;
}

.product_view .tit h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 25px;
    padding-left: 30px;
    background: url(../img/product-ico003.png) no-repeat left center;
}

.product_view .tit h5 {
    font-size: 14px;
    color: #a0a1a1;
    line-height: 1.2;
    margin-top: 5px;
}

.product_view .tit i {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #16b597;
    margin: 0 auto;
}

.product_view .sort {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.product_view .sort h3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    padding-right: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 10px;
}

.product_view .sort .tabs {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    margin-left: 14px;
}

.product_view .sort .tabs a:hover, .product_view .sort .tabs a.on {
    color: #16b597;
}

.product_view .list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -15px;
}

.product_view .list li {
    width: 23.9%;
    margin-right: 1.4%;
    margin-bottom: 15px;
    background-color: #323335;
}

.product_view .list li:nth-child(4n) {
    margin-right: 0;
}

.product_view .list li a {
    display: block;
    padding: 10px;
}

.product_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 159%;
}

.product_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product_view .list li .pic:hover img {
    transform: scale(1.05);
}

.product_view .list li .txt {
    margin-top: 40px;
}

.product_view .list li .txt h3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    padding: 7px 10px;
    background-color: #f0526f;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.product_view .list li .txt h3:hover {
    background-color: #16b597;
}

.product_view .list li .txt .info {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product_view .list li .txt .info .ico_box {
    width: 20px;
    height: 25px;
    position: relative;
}

.product_view .list li .txt .info .ico_box .img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.product_view .list li .txt .info .ico_box .ico {
    width: 11px;
    height: 11px;
    position: absolute;
    right: -5px;
    bottom: 0;
}

.product_view .list li .txt .info span {
    font-size: 14px;
    color: #adadae;
    line-height: 1.2;
    margin-left: 15px;
    margin-right: auto;
}

.product_view .list li .txt .info i {
    font-size: 14px;
    color: #6d6e6f;
    line-height: 1.2;
    padding-left: 18px;
    background: url(../img/see-ico001.png) no-repeat left center;
}

.product_view .more {
    text-align: center;
    color: #ffffff;
    padding-top: 30px;


}

.crumbs_box {
    padding: 20px 0 15px;
}

.crumbs_box .crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    background: url(../img/crumbs-ico001.png) no-repeat left center;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
}

.crumbs_box .crumbs i {
    margin: 0 3px;
}

.crumbs_box .crumbs a:hover {
    color: #16b597;
}

.product-info_view {
    margin-bottom: 15px;
}

.product-info_view .con {
    padding: 15px 30px;
    background-color: #323335;
}

.product-info_view .con .above {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    position: relative;
}

.product-info_view .con .above .see {
    position: absolute;
    right: 15px;
    bottom: -14px;
    display: inline-block;
    font-size: 14px;
    color: #6d6e6f;
    line-height: 1.2;
    padding: 6px 11px 6px 28px;
    background: url(../img/see-ico001.png) no-repeat left 9px center;
    border-radius: 30px;
    background-color: #292a2d;
}

.product-info_view .con .above .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.product-info_view .con .above .left .ico_box {
    width: 35px;
    height: 42px;
    position: relative;
}

.product-info_view .con .above .left .ico_box .img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.product-info_view .con .above .left .ico_box .ico {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    bottom: 0;
}

.product-info_view .con .above .left .txt {
    margin-left: 10px;
}

.product-info_view .con .above .left .txt h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    display: inline-block;
    padding-right: 20px;
    background: url(../img/above-ico001.png) no-repeat right center;
}

.product-info_view .con .above .left .txt h5 {
    font-size: 14px;
    color: #858586;
    line-height: 1.2;
    margin-top: 4px;
}

.product-info_view .con .above .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.product-info_view .con .above .right .lov-btn.on .ico2 {
    display: inline-block;
}

.product-info_view .con .above .right .lov-btn.on .ico1 {
    display: none;
}

.product-info_view .con .above .right a.lov-btn {
    font-size: 14px;
    color: #f0526f;
    line-height: 0.9;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: rgba(240, 82, 111, 0.2);
}

.product-info_view .con .above .right a.lov-btn img {
    margin-right: 3px;
}

.product-info_view .con .above .right a.lov-btn .ico2 {
    display: none;
}

.product-info_view .con .above .right a.xin-btn {
    font-size: 14px;
    color: #2997f7;
    line-height: 0.9;
    padding: 8px 10px;
    border-radius: 5px;
    margin-left: 10px;
    background-color: rgba(41, 151, 247, 0.2);
}

.product-info_view .con .above .right a.xin-btn img {
    margin-right: 3px;
}

.product-info_view .con .above .right a:hover {
    background-color: #666;
}

.product-info_view .con .info {
    margin-top: 20px;
    background: url(../img/download-ico001.png) no-repeat left top;
    background-color: #323335;
    padding: 20px 38px;
}

.product-info_view .con .info h3 {
    font-size: 14px;
    color: #858586;
    line-height: 1;
}

.product-info_view .con .info h5 {
    font-size: 14px;
    color: #ff5473;
    line-height: 1;
    margin-top: 5px;
}

.product-info_view .con .info h5 i {
    font-size: 36px;
    color: #ff5473;
    line-height: 1;
    font-weight: bold;
}

.product-info_view .con .info .link {
    margin-top: 10px;
    width: 255px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    background-color: #3b3c3e;
    overflow: hidden;
}

.product-info_view .con .info .link a {
    width: 50%;
    font-size: 14px;
    color: #89898a;
    line-height: 0.9;
    padding: 6px 0;
    text-align: center;
    transition-duration: 0.3s;
}

.product-info_view .con .info .link a:hover {
    background-color: #323335;
    color: #fff;
}

.product-info_view .con .info .log-btn {
    width: 255px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    background-color: #ff5473;
    border-radius: 5px;
    margin-top: 8px;
    transition-duration: 0.3s;
}

.product-info_view .con .info .log-btn::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(../img/login-btn01.png) no-repeat center;
    background-size: auto;
    background-size: contain;
    position: relative;
    margin-right: 4px;
    top: 1px;
}

.product-info_view .con .info .log-btn:hover {
    background-color: #16b597;
}

.product-info_view .con .end {
    position: relative;
    padding: 35px 0;
    text-align: center;
    font-size: 14px;
    color: #606162;
    line-height: 1.2;
    position: relative;
}

.product-info_view .con .end::before {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    right: 55%;
}

.product-info_view .con .end::after {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    left: 55%;
}

.product-info_view .info2 {
    margin-top: 18px;
    padding: 22px;
    background: url(../img/product-bg001.jpg) no-repeat center;
    background-size: cover;
}

.product-info_view .info2 .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-info_view .info2 .box h5 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
}

.product-info_view .info2 .box h5 i {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: bold;
}

.product-info_view .info2 .box h6 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.product-info_view .info2 .box h6 img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.product-info_view .info2 .ico {
    width: 22px;
    height: 22px;
    background: url(../img/download-ico002.png) no-repeat center;
    background-size: contain;
    display: block;
    margin-top: 40px;
}

.product-info_view .info2 h3 {
    font-size: 14px;
    color: #f0526f;
    line-height: 1.2;
    padding: 8px 12px;
    margin-top: 15px;
    background-color: rgba(240, 82, 111, 0.1);
    border-radius: 5px;
}

.product-info_view .info2 .dayin-btn {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #ff5473;
    margin-top: 15px;
    cursor: pointer;
}
.product-info_view .info2 .pc{
    display: inline-block;
}
.product-info_view .info2 .mobile{
    display: none;
}

.product-info_view .info2 .dayin-btn img {
    margin-right: 8px;
}






.identify_view .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 170px);
}

.identify_view .tabs a {
    margin: 0 110px;
}

.identify_view .tabs a .pic {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid transparent;
    transition-duration: 0.3s;
}

.identify_view .tabs a .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.identify_view .tabs a h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    text-align: center;
    margin-top: 30px;
    transition-duration: 0.3s;
}

.identify_view .tabs a h3::before {
    content: '';
    display: block;
    width: 75px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    right: 84%;
}

.identify_view .tabs a h3::after {
    content: '';
    display: block;
    width: 75px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    left: 84%;
}

.identify_view .tabs a p {
    font-size: 14px;
    color: #5b5b5d;
    line-height: 1.2;
    text-align: center;
    margin-top: 5px;
    transition-duration: 0.3s;
}

.identify_view .tabs a:hover .pic {
    border-color: #16b597;
}

.identify_view .tabs a:hover h3 {
    color: #16b597;
}

.identify_view .tabs a:hover h3::after {
    background-color: #16b597;
}

.identify_view .tabs a:hover h3::before {
    background-color: #16b597;
}

.identify_view .tabs a:hover p {
    color: #16b597;
}

.manage_view {
    padding: 20px 0;
}

.manage_view .peo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 17px 35px;
    background-color: #323335;
    padding-left: 200px;
    position: relative;
}

.manage_view .peo .ico {
    width: 105px;
    height: 130px;
    object-fit: contain;
    position: absolute;
    left: 50px;
    bottom: 40px;
}

.manage_view .peo .left .txt h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 25px;
}

.manage_view .peo .left .txt h3 img {
    margin-right: 6px;
}

.manage_view .peo .left .txt h5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.manage_view .peo .left .txt h5 span {
    font-size: 14px;
    color: #89898a;
    line-height: 1;
    padding: 5px 8px;
    padding-left: 25px;
    background: url(../img/manage-info001.png) no-repeat left 7px center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.manage_view .peo .left .txt h5 i {
    font-size: 14px;
    color: #f0526f;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: rgba(240, 82, 111, 0.1);
    margin-left: 5px;
}

.manage_view .peo .left p {
    font-size: 14px;
    color: #858586;
    line-height: 1.5;
    margin-top: 8px;
}

.manage_view .peo .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.manage_view .peo .right .lov-btn.on .ico2 {
    display: inline-block;
}

.manage_view .peo .right .lov-btn.on .ico1 {
    display: none;
}

.manage_view .peo .right a {
    transition-duration: 0.3s;
}

.manage_view .peo .right a.lov-btn {
    font-size: 14px;
    color: #fff;
    line-height: 0.9;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #f0526f;
}

.manage_view .peo .right a.lov-btn img {
    margin-right: 3px;
    -webkit-filter: grayscale(100%) brightness(500%);
    filter: grayscale(100%) brightness(500%);
}

.manage_view .peo .right a.lov-btn .ico2 {
    display: none;
}

.manage_view .peo .right a.xin-btn {
    font-size: 14px;
    color: #fff;
    line-height: 0.9;
    padding: 8px 10px;
    border-radius: 5px;
    margin-left: 10px;
    background-color: #f0526f;
}

.manage_view .peo .right a.xin-btn img {
    margin-right: 3px;
    -webkit-filter: grayscale(100%) brightness(500%);
    filter: grayscale(100%) brightness(500%);
}

.manage_view .peo .right a:hover {
    background-color: #16b597;
}

.manage_view .tabs {
    margin-top: 20px;
    padding: 17px 20px;
    background-color: #323335;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.manage_view .tabs a {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    margin-right: 25px;
    position: relative;
}

.manage_view .tabs a::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #16b597;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.manage_view .tabs a:hover, .manage_view .tabs a.on {
    color: #16b597;
}

.manage_view .tabs a:hover::after, .manage_view .tabs a.on::after {
    opacity: 1;
    visibility: visible;
}

.manage_view .sort_box {
    padding: 15px 20px;
    background-color: #323335;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.manage_view .sort_box h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.manage_view .sort_box h3 span {
    font-size: 14px;
    color: #2997f7;
    line-height: 1;
    padding: 9px 12px;
    background-color: rgba(41, 151, 247, 0.2);
    border-radius: 5px;
}

.manage_view .sort_box .sort {
    position: relative;
    z-index: 1;
}

.manage_view .sort_box .sort h5 {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1;
    padding: 9px 22px 9px 10px;
    background: url(../img/sort-ico001.png) no-repeat right 7px center;
    border-radius: 5px;
    background-color: rgba(176, 176, 176, 0.2);
    cursor: pointer;
}

.manage_view .sort_box .sort:hover .item {
    opacity: 1;
    visibility: visible;
}

.manage_view .sort_box .sort.on .item {
    opacity: 1;
    visibility: visible;
}

.manage_view .sort_box .sort .item {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    padding: 5px 0;
    background-color: #323335;
}

.manage_view .sort_box .sort .item a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding: 6px 20px;
    white-space: nowrap;
}

.manage_view .sort_box .sort .item a:hover, .manage_view .sort_box .sort .item a.on {
    color: #16b597;
}

.manage_view .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #323335;
    padding: 0 10px;
}

.manage_view .list li {
    width: 23.9%;
    margin-right: 1.4%;
    margin-bottom: 15px;
    background-color: #323335;
}

.manage_view .list li:nth-child(4n) {
    margin-right: 0;
}

.manage_view .list li a {
    display: block;
    padding: 10px;
}

.manage_view .list li .pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 159%;
}

.manage_view .list li .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.manage_view .list li .pic:hover img {
    transform: scale(1.05);
}

.manage_view .list li .txt {
    margin-top: 40px;
}

.manage_view .list li .txt h3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    padding: 7px 10px;
    background-color: #f0526f;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.manage_view .list li .txt h3:hover {
    background-color: #16b597;
}

.manage_view .list li .txt .info {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.manage_view .list li .txt .info .ico_box {
    width: 20px;
    height: 25px;
    position: relative;
}

.manage_view .list li .txt .info .ico_box .img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.manage_view .list li .txt .info .ico_box .ico {
    width: 11px;
    height: 11px;
    position: absolute;
    right: -5px;
    bottom: 0;
}

.manage_view .list li .txt .info span {
    font-size: 14px;
    color: #adadae;
    line-height: 1.2;
    margin-left: 7px;
    margin-right: auto;
}

.manage_view .list li .txt .info i {
    font-size: 14px;
    color: #6d6e6f;
    line-height: 1.2;
    padding-left: 18px;
    background: url(../img/see-ico001.png) no-repeat left center;
}

.info_fixed {
    width: 440px;
    height: 420px;
    padding: 30px 15px;
    background-color: #323335;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    box-shadow: 3px 5px 10px #323335;
}

.info_fixed.on {
    opacity: 1;
    visibility: visible;
}

.info_fixed .close_btn {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn01.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.info_fixed .sub {
    padding: 0 40px 20px 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.info_fixed .sub .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.info_fixed .sub .left .ico_box {
    width: 35px;
    height: 42px;
    position: relative;
}

.info_fixed .sub .left .ico_box .img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.info_fixed .sub .left .ico_box .ico {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    bottom: 0;
}

.info_fixed .sub .left .txt {
    margin-left: 10px;
}

.info_fixed .sub .left .txt h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    display: inline-block;
    padding-right: 20px;
    background: url(../img/above-ico001.png) no-repeat right center;
}

.info_fixed .sub .left .txt h5 {
    font-size: 14px;
    color: #858586;
    line-height: 1.2;
    margin-top: 4px;
}

.info_fixed .sub .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.info_fixed .sub .right .lov-btn.on .ico2 {
    display: inline-block;
}

.info_fixed .sub .right .lov-btn.on .ico1 {
    display: none;
}

.info_fixed .sub .right a.lov-btn {
    font-size: 14px;
    color: #f0526f;
    line-height: 0.9;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: rgba(240, 82, 111, 0.2);
}

.info_fixed .sub .right a.lov-btn img {
    margin-right: 3px;
}

.info_fixed .sub .right a.lov-btn .ico2 {
    display: none;
}

.info_fixed .sub .right a.xin-btn {
    font-size: 14px;
    color: #2997f7;
    line-height: 0.9;
    padding: 8px 10px;
    border-radius: 5px;
    margin-left: 10px;
    background-color: rgba(41, 151, 247, 0.2);
}

.info_fixed .sub .right a.xin-btn img {
    margin-right: 3px;
}

.info_fixed .sub .right a:hover {
    background-color: #666;
}

.info_fixed .con {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -18px;
}

.info_fixed .con li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 18px;
    width: 100%;
}

.info_fixed .con li h3 {
    font-size: 14px;
    color: #858586;
    line-height: 1.2;
    width: 75px;
    text-align: right;
}

.info_fixed .con li h5 {
    font-size: 16px;
    color: #2997f7;
    line-height: 1.2;
    padding-left: 15px;
}

.info_fixed .con li h5 img {
    margin-right: 2px;
}

.info_fixed .con li p {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    padding-left: 15px;
}

.info_fixed .con li:nth-child(n + 4) {
    width: 50%;
}

.message_fixed {
    width: 600px;
    height: 570px;
    padding: 12px 12px 15px;
    background-color: #323335;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
}

.message_fixed.on {
    opacity: 1;
    visibility: visible;
}

.message_fixed .sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.message_fixed .sub .ico_box {
    width: 20px;
    height: 25px;
    position: relative;
}

.message_fixed .sub .ico_box .img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.message_fixed .sub .ico_box .ico {
    width: 11px;
    height: 11px;
    position: absolute;
    right: -5px;
    bottom: 0;
}

.message_fixed .sub h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    margin-left: 15px;
}

.message_fixed .sub .right {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.message_fixed .sub .right .more-btn {
    width: 25px;
    height: 25px;
    background: url(../img/message-ico001.png) no-repeat center;
    margin-right: 5px;
}

.message_fixed .sub .right .close-btn {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn01.png) no-repeat center;
}

.message_fixed .item {
    margin-top: 10px;
    height: 360px;
    background-color: #2d2e31;
    border-radius: 7px;
}

.message_fixed .layui-form {
    display: block;
    margin-top: 10px;
}

.message_fixed .layui-form .layui-textarea {
    height: 70px;
    border-radius: 7px;
    background-color: #2d2e31;
    border: none;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: 5px;
}

.message_fixed .layui-form .bot {
    margin-top: 11px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.message_fixed .layui-form .bot a {
    font-size: 14px;
    color: #89898a;
    line-height: 1;
    padding: 9px 10px 9px 30px;
    border-radius: 5px;
    background: url(../img/message-ico002.png) no-repeat left 10px center;
    background-color: rgba(211, 211, 211, 0.1);
    margin-right: 7px;
    transition-duration: 0.3s;
}

.message_fixed .layui-form .bot a.dm-btn {
    background-image: url(../img/message-ico003.png);
}

.message_fixed .layui-form .bot a.tp-btn {
    background-image: url(../img/message-ico004.png);
    margin-right: auto;
}

.message_fixed .layui-form .bot a.sub-btn {
    background-image: url(../img/message-ico005.png);
    margin-right: 0;
    color: #2997f7;
    background-color: rgba(41, 151, 247, 0.1);
}

.message_fixed .layui-form .bot a.sub-btn:hover {
    background-color: rgba(41, 151, 247, 0.3);
}

.com-ban1 {
    height: 330px;
    position: relative;
    overflow: hidden;
}

.com-ban1 img {
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.com-ban1 .hot2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    background-color: #060626;
    border-radius: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.com-ban1 .hot2 span {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    padding-left: 17px;
    background: url(../img/hot1-ico001.png) no-repeat left center;
    margin-right: 14px;
}

.com-ban1 .hot2 span:nth-child(2) {
    background-image: url(../img/hot1-ico002.png);
}

.com-ban1 .hot2 span:nth-child(3) {
    background-image: url(../img/hot1-ico003.png);
    margin-right: 0;
}

.com-ban1 .more {
    position: absolute;
    bottom: 11px;
    right: 16px;
}

.com-ban1 .more .ico {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #16b597;
    line-height: 15px;
}

.com-ban1 .more:hover .box, .com-ban1 .more.on .box {
    opacity: 1;
    visibility: visible;
}

.com-ban1 .more .box {
    padding: 18px;
    background-color: #323335;
    position: absolute;
    bottom: 25px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
}

.com-ban1 .more .box a {
    display: block;
    font-size: 14px;
    color: #adadae;
    line-height: 20px;
    padding-left: 22px;
    transition-duration: 0.3s;
    white-space: nowrap;
    margin-bottom: 10px;
}

.com-ban1 .more .box a:last-child {
    margin-bottom: 0;
}

.com-ban1 .more .box a.more-btn {
    background: url(../img/more-btn001.png) no-repeat left center;
}

.com-ban1 .more .box a.more-btn:hover {
    color: #16b597;
    background-image: url(../img/more-btn002.png);
}

.com-ban1 .more .box a.search-btn2 {
    background: url(../img/search-btn001.png) no-repeat left center;
}

.com-ban1 .more .box a.search-btn2:hover {
    color: #16b597;
    background-image: url(../img/search-btn002.png);
}

.com-ban1 .more .box a.xiu-btn {
    background: url(../img/xiu-btn001.png) no-repeat left center;
}

.com-ban1 .more .box a.xiu-btn:hover {
    color: #16b597;
    background-image: url(../img/xiu-btn002.png);
}

.com-ban1 .more .box a.home-btn {
    background: url(../img/home-btn001.png) no-repeat left center;
}

.com-ban1 .more .box a.home-btn:hover {
    color: #16b597;
    background-image: url(../img/home-btn002.png);
}

.com-peo1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 17px 35px;
    background-color: #323335;
    padding-left: 200px;
    position: relative;
}

.com-peo1 .ico {
    width: 105px;
    height: 130px;
    object-fit: contain;
    position: absolute;
    left: 50px;
    bottom: 40px;
}

.com-peo1 .left .txt h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
}

.com-peo1 .left .txt h3 img {
    margin-right: 2px;
}

.com-peo1 .left .txt h5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.com-peo1 .left .txt h5 span {
    font-size: 14px;
    color: #89898a;
    line-height: 1;
    padding: 5px 8px;
    padding-left: 25px;
    background: url(../img/manage-info001.png) no-repeat left 7px center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.com-peo1 .left .txt h5 i {
    font-size: 14px;
    color: #f0526f;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: rgba(240, 82, 111, 0.1);
    margin-left: 5px;
}

.com-peo1 .left p {
    font-size: 14px;
    color: #858586;
    line-height: 1.5;
    margin-top: 8px;
}

.com-peo1 .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.com-peo1 .right a {
    transition-duration: 0.3s;
}

.com-peo1 .right a.zhonxin-btn {
    font-size: 14px;
    color: #2997f7;
    line-height: 1.2;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: rgba(41, 151, 247, 0.1);
}

.com-peo1 .right a.zhonxin-btn:hover {
    background-color: rgba(41, 151, 247, 0.3);
}

.com-peo1 .right a.msg-btn {
    width: 30px;
    height: 30px;
    background: url(../img/msg-btn001.png) no-repeat center;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 11px;
}

.com-peo1 .right a.msg-btn:hover {
    opacity: 0.7;
}

.user_view {
    padding: 20px 0;
}

.user_view .tabs {
    margin-top: 20px;
    padding: 17px 20px;
    background-color: #323335;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.user_view .tabs a {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    margin-right: 25px;
    position: relative;
}

.user_view .tabs a::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #16b597;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.user_view .tabs a:hover, .user_view .tabs a.on {
    color: #16b597;
}

.user_view .tabs a:hover::after, .user_view .tabs a.on::after {
    opacity: 1;
    visibility: visible;
}

.user_view .sort_box {
    padding: 15px 20px;
    background-color: #323335;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.user_view .sort_box h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.user_view .sort_box h3 a {
    font-size: 14px;
    color: #b3b3b4;
    line-height: 1;
    padding: 9px 12px;
    border-radius: 5px;
    transition-duration: 0.3s;
    background-color: rgba(196, 196, 196, 0.2);
    margin-right: 8px;
}

.user_view .sort_box h3 a:hover, .user_view .sort_box h3 a.on {
    color: #2997f7;
    background-color: rgba(41, 151, 247, 0.2);
}

.user_view .sort_box .sort {
    position: relative;
    z-index: 1;
}

.user_view .sort_box .sort h5 {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1;
    padding: 9px 22px 9px 10px;
    background: url(../img/sort-ico001.png) no-repeat right 7px center;
    border-radius: 5px;
    background-color: rgba(176, 176, 176, 0.2);
    cursor: pointer;
}

.user_view .sort_box .sort:hover .item {
    opacity: 1;
    visibility: visible;
}

.user_view .sort_box .sort.on .item {
    opacity: 1;
    visibility: visible;
}

.user_view .sort_box .sort .item {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    padding: 5px 0;
    background-color: #323335;
}

.user_view .sort_box .sort .item a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding: 6px 20px;
    white-space: nowrap;
}

.user_view .sort_box .sort .item a:hover, .user_view .sort_box .sort .item a.on {
    color: #16b597;
}

.user_view .con {
    background-color: #323335;
    padding: 50px 0;
    text-align: center;
}

.user_view .con h3 {
    font-size: 14px;
    color: #606162;
    line-height: 1.2;
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px;
}

.user_view .con h3::before {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    right: 55%;
}

.user_view .con h3::after {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    left: 55%;
}

.user_view .con a {
    display: inline-block;
    font-size: 14px;
    color: #2997f7;
    line-height: 1;
    padding: 8px 28px;
    border: 1px solid #2997f7;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.user_view .con a:hover {
    background-color: #2997f7;
    color: #fff;
}

.xiu_fixed {
    max-width: 595px;
    height: 446px;
    background-color: #323335;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    box-shadow: 3px 5px 10px #2c2c2c;
}

.xiu_fixed.on {
    opacity: 1;
    visibility: visible;
}

.xiu_fixed .close_btn {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn02.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.xiu_fixed .tit {
    height: 135px;
    background: url(../img/xiu-bg001.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.xiu_fixed .tit h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    margin-top: 9px;
}

.xiu_fixed .con {
    padding: 14px 25px 20px;
}

.xiu_fixed .con h4 {
    font-size: 14px;
    color: #858586;
    line-height: 1.5;
    text-align: center;
}

.xiu_fixed .con .upload-btn {
    height: 200px;
    width: 100%;
    display: block;
    background-color: #3e3f42;
    margin-top: 10px;
    cursor: pointer;
    background: url(../img/xiu-bg002.png) no-repeat center;
    position: relative;
}

.xiu_fixed .con .upload-btn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xiu_fixed .sub {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    font-size: 14px;
    color: #2997f7;
    line-height: 1.2;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.xiu_fixed .sub img {
    margin-right: 2px;
}

#editor—wrapper {
    border: 1px solid #545454;
    z-index: 100;
    /* 按需定义 */
}

#toolbar-container {
    border-bottom: 1px solid #ccc;
}

#editor-container {
    height: 500px;
}

.fabu_view {
    padding: 20px 0 130px;
}

.fabu_view .layui-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.fabu_view .con {
    width: 72%;
    padding: 15px 22px 20px;
    background-color: #323335;
}

.fabu_view .con .tit input {
    font-size: 18px;
    color: #adadae;
    line-height: 1;
    height: 32px;
    width: 100%;
    background-color: initial;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.fabu_view .con #editor—wrapper {
    margin-top: 7px;
}

.fabu_view .con .w-e-text-container {
    background-color: initial;
    color: #fff;
    height: 100%;
    position: relative;
}

.fabu_view .info {
    width: 26%;
    padding-top: 30px;
}

.fabu_view .info .box {
    padding: 20px 15px 15px;
    background-color: #323335;
    border-radius: 5px;
}

.fabu_view .info .box h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    padding-left: 14px;
    position: relative;
}

.fabu_view .info .box h3::after {
    content: '';
    display: block;
    width: 4px;
    height: 18px;
    background-color: #16b597;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.fabu_view .info .box h5 {
    font-size: 14px;
    color: #858586;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 15px;
}

.fabu_view .info .box .layui-form-select {
    margin-bottom: 30px;
}

.fabu_view .info .box .layui-form-select .layui-input {
    height: 35px;
    background-color: #2b2c2f;
    color: #fff;
    border: none;
    font-size: 14px;
}

.fabu_view .info .box textarea {
    height: 80px;
    background-color: #2b2c2f;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    border: none;
}

.fabu_view .info .ready {
    padding: 15px 13px;
    background-color: #323335;
    border-radius: 5px;
    margin-top: 15px;
}

.fabu_view .info .ready h3 {
    font-size: 14px;
    color: #606162;
    line-height: 1.2;
    position: relative;
    text-align: center;
}

.fabu_view .info .ready h3::before {
    content: '';
    display: block;
    width: 19%;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    right: 73%;
}

.fabu_view .info .ready h3::after {
    content: '';
    display: block;
    width: 19%;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    left: 73%;
}

.fabu_view .info .ready .sub_box {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.fabu_view .info .ready .sub_box button {
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding: 11px 0;
    background-color: #f0526f;
    transition-duration: 0.3s;
    cursor: pointer;
}

.fabu_view .info .ready .sub_box button img {
    margin-right: 1px;
    margin-bottom: 1px;
}

.fabu_view .info .ready .sub_box button.sub-btn1 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.fabu_view .info .ready .sub_box button.sub-btn2 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fabu_view .info .ready .sub_box button:hover {
    background-color: #2997f7;
}

.message_view {
    padding: 18px 0;
    min-height: calc(100vh - 170px);
}

.message_view .sidebar {
    width: 24%;
    padding: 5px 18px;
    background-color: #323335;
}

.message_view .sidebar a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    padding: 9px 0;
    padding-left: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.message_view .sidebar a img {
    margin-right: 6px;
}

.message_view .sidebar a:last-child {
    border-bottom: none;
}

.message_view .sidebar a:hover, .message_view .sidebar a.on {
    color: #16b597;
}

.message_view .con {
    width: 73%;
    background-color: #323335;
    padding: 80px;
}

.message_view .con .box {
    text-align: center;
}

.message_view .con .box h3 {
    font-size: 14px;
    color: #606162;
    line-height: 1.2;
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px;
}

.message_view .con .box h3::before {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    right: 57%;
}

.message_view .con .box h3::after {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    left: 57%;
}

.flex_lr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.com-peo2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 17px 35px;
    background-color: #323335;
    padding-left: 200px;
    position: relative;
}

.com-peo2 .ico {
    width: 105px;
    height: 130px;
    object-fit: contain;
    position: absolute;
    left: 50px;
    bottom: 40px;
}

.com-peo2 .ico .log {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.com-peo2 .ico .ico-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 18px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
}

.com-peo2 .ico .ico-btn span {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 5px;
}

.com-peo2 .ico:hover .ico-btn {
    opacity: 1;
    visibility: visible;
}

.com-peo2 .left .txt h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
}

.com-peo2 .left .txt h3 img {
    margin-right: 2px;
}

.com-peo2 .left .txt h5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.com-peo2 .left .txt h5 span {
    font-size: 14px;
    color: #89898a;
    line-height: 1;
    padding: 5px 8px;
    padding-left: 25px;
    background: url(../img/manage-info001.png) no-repeat left 7px center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.com-peo2 .left .txt h5 i {
    font-size: 14px;
    color: #f0526f;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: rgba(240, 82, 111, 0.1);
    margin-left: 5px;
}

.com-peo2 .left p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.com-peo2 .left p span {
    font-size: 14px;
    color: #818182;
    line-height: 1;
    padding: 9px;
    padding-left: 31px;
    background: url(../img/peo-ico001.png) no-repeat left 5px center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.com-peo2 .left p span:nth-child(2) {
    background-image: url(../img/peo-ico002.png);
    margin-left: 4px;
}

.com-peo2 .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.com-peo2 .right a {
    transition-duration: 0.3s;
}

.com-peo2 .right a.zhonxin-btn {
    font-size: 14px;
    color: #2997f7;
    line-height: 1.2;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: rgba(41, 151, 247, 0.1);
}

.com-peo2 .right a.zhonxin-btn:hover {
    background-color: rgba(41, 151, 247, 0.3);
}

.com-peo2 .right a.msg-btn {
    width: 30px;
    height: 30px;
    background: url(../img/msg-btn001.png) no-repeat center;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: 11px;
}

.com-peo2 .right a.msg-btn:hover {
    opacity: 0.7;
}

.vip_view {
    padding-top: 20px;
}

.vip_view .main {
    padding: 20px 0 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.vip_view .main .con {
    width: 74%;
}

.vip_view .main .con .card {
    max-width: 570px;
    padding: 15px 45px 20px 27px;
    border-radius: 5px;
    background: url(../img/card-bg001.jpg) no-repeat center;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.vip_view .main .con .card .txt .sub {
    padding-left: 40px;
    position: relative;
}

.vip_view .main .con .card .txt .sub .log {
    width: 32px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.vip_view .main .con .card .txt .sub h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.vip_view .main .con .card .txt .sub h3 img {
    margin-right: 1px;
}

.vip_view .main .con .card .txt .sub h5 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 4px;
}

.vip_view .main .con .card .txt .sub h5 img {
    margin-right: 1px;
}

.vip_view .main .con .card .txt p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    white-space: pre-wrap;
    margin-top: 8px;
}

.sidebar2 {
    padding: 5px 15px;
    background-color: #323335;
    width: 23.5%;
}

.sidebar2 a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar2 a .tit {
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
}

.sidebar2 a .tit img {
    width: 25px;
    height: 25px;
    object-fit: scale-down;
    margin-right: 6px;
}

.sidebar2 a.on .tit, .sidebar2 a:hover .tit {
    color: #16b597;
}

.sidebar2 a:nth-child(4) .ico2 {
    width: 35px;
}

.sidebar2 a:last-child {
    border-bottom: none;
}

.indent_view {
    padding-top: 20px;
}

.indent_view .main {
    padding: 20px 0 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.indent_view .main .con {
    width: 74%;
}

.indent_view .main .con .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.indent_view .main .con .info > div {
    width: 49%;
    padding: 20px 30px 25px 30px;
    background-color: #323335;
    position: relative;
}

.indent_view .main .con .info > div h3 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
}

.indent_view .main .con .info > div h3 img {
    margin-right: 1px;
    width: 15px;
}

.indent_view .main .con .info > div h5 {
    font-size: 14px;
    color: #fc7032;
    line-height: 1.2;
    margin-top: 15px;
}

.indent_view .main .con .info > div h5 span {
    font-size: 36px;
    color: #fc7032;
    line-height: 1.2;
    font-weight: bold;
    margin-right: 5px;
}

.indent_view .main .con .info > div .ico {
    width: 45px;
    height: 55px;
    object-fit: scale-down;
    position: absolute;
    right: 30px;
    top: 35px;
}

.indent_view .main .con .info > div.item2 h5 {
    color: #f2c333;
}

.indent_view .main .con .info > div.item2 h5 span {
    color: #f2c333;
}

.indent_view .main .con .minxi {
    margin-top: 50px;
}

.indent_view .main .con .minxi .tit {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    padding-left: 10px;
    border-left: 3px solid #16b597;
}

.indent_view .main .con .minxi .box {
    text-align: center;
    margin-top: 100px;
}

.indent_view .main .con .minxi .box h5 {
    font-size: 14px;
    color: #606162;
    line-height: 1.2;
    position: relative;
    margin-top: 35px;
}

.indent_view .main .con .minxi .box h5::before {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    right: 57%;
}

.indent_view .main .con .minxi .box h5::after {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background-color: #606162;
    position: absolute;
    top: 50%;
    left: 57%;
}

.official_view {
    padding-top: 20px;
}

.official_view .main {
    padding: 20px 0 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.official_view .main .con {
    width: 74%;
}

.official_view .main .con .bg_box {
    padding: 45px 0 50px;
    background: url(../img/official-bg001.jpg) no-repeat center;
    background-size: cover;
}

.official_view .main .con .bg_box .tit {
    text-align: center;
}

.official_view .main .con .bg_box .tit h3 {
    font-size: 24px;
    color: #2997f7;
    line-height: 1.2;
    margin-top: 10px;
}

.official_view .main .con .bg_box .txt {
    width: 75%;
    margin: 0 auto;
    margin-top: 40px;
}

.official_view .main .con .bg_box .txt h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}

.official_view .main .con .bg_box .txt h3 img {
    width: 15px;
    margin-right: 1px;
}

.official_view .main .con .bg_box .txt h5 {
    font-size: 14px;
    color: #ff5465;
    line-height: 0.9;
    margin-top: 10px;
}

.official_view .main .con .bg_box .txt h5 img {
    margin-right: 1px;
}

.official_view .main .con .bg_box .txt p {
    font-size: 14px;
    color: #adb1b6;
    line-height: 1.5;
    margin-top: 25px;
}

.personal_view {
    padding-top: 20px;
}

.personal_view .main {
    padding: 20px 0 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.personal_view .main .con {
    width: 74%;
    background-color: #323335;
    padding: 20px 35px 35px;
}

.personal_view .main .con .list {
    margin-bottom: -25px;
}

.personal_view .main .con .list li {
    position: relative;
    padding-left: 20%;
    margin-bottom: 25px;
}

.personal_view .main .con .list li h3 {
    font-size: 14px;
    color: #858586;
    line-height: 1.2;
    text-align: right;
    width: 70px;
    position: absolute;
    left: 7%;
    top: 10px;
}

.personal_view .main .con .list li .txt h4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: l;
}

.personal_view .main .con .list li .txt h4 span {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
}

.personal_view .main .con .list li .txt h4 i {
    font-size: 14px;
    color: #2997f7;
    line-height: 1;
    padding: 5px 8px;
    border: 1px solid #2997f7;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition-duration: 0.3s;
    user-select: none;
}

.personal_view .main .con .list li .txt h4 i:hover {
    background-color: #2997f7;
    color: #fff;
}

.personal_view .main .con .list li .txt h5 {
    font-size: 14px;
    color: #858586;
    line-height: 25px;
    margin-top: 5px;
}

.personal_view .main .con .list li .log {
    width: 65px;
    height: 80px;
    object-fit: scale-down;
    position: absolute;
    top: 0;
    left: 9%;
}

.personal_view .main .con .list li > .layui-input {
    background-color: #292a2d;
    border: none;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding-left: 30px;
    border-radius: 5px;
}

.personal_view .main .con .list li .layui-form-select {
    user-select: none;
    font-size: 14px;
}

.personal_view .main .con .list li .layui-form-select .layui-input {
    background-color: #292a2d;
    border: none;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding-left: 30px;
    border-radius: 5px;
}

.personal_view .main .con .list li.net input:first-of-type {
    margin-bottom: 15px;
}

.personal_view .main .con .list li .submit_btn {
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #f0526f;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    user-select: none;
    cursor: pointer;
}

.log_fixed {
    max-width: 595px;
    height: 446px;
    background-color: #323335;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    box-shadow: 3px 5px 10px #2c2c2c;
}

.log_fixed.on {
    opacity: 1;
    visibility: visible;
}

.log_fixed .close_btn {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn02.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.log_fixed .tit {
    height: 135px;
    background: url(../img/xiu-bg001.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.log_fixed .tit h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    margin-top: 9px;
}

.log_fixed .con {
    padding: 14px 25px 20px;
}

.log_fixed .con h4 {
    font-size: 14px;
    color: #858586;
    line-height: 1.5;
    text-align: center;
}

.log_fixed .con .upload-btn {
    height: 200px;
    width: 100%;
    display: block;
    background-color: #3e3f42;
    margin-top: 10px;
    cursor: pointer;
    background: url(../img/xiu-bg002.png) no-repeat center;
    position: relative;
}

.log_fixed .con .upload-btn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.log_fixed .sub {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    font-size: 14px;
    color: #2997f7;
    line-height: 1.2;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.log_fixed .sub img {
    margin-right: 2px;
}

.notice_view {
    padding-top: 20px;
}

.notice_view .main {
    padding: 20px 0 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.notice_view .main .con {
    width: 74%;
    background-color: #323335;
    padding: 15px 35px 45px;
}

.notice_view .main .con .list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.notice_view .main .con .list li:last-child {
    border-bottom: none;
}

.notice_view .main .con .list li .txt h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.notice_view .main .con .list li .txt p {
    font-size: 14px;
    color: #adadae;
    line-height: 1.2;
    margin-top: 10px;
}

.notice_view .main .con .list li .submit_btn {
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #f0526f;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    user-select: none;
    cursor: pointer;
}

.account_view {
    padding-top: 20px;
}

.account_view .main {
    padding: 20px 0 140px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.account_view .main .con {
    width: 74%;
    background-color: #323335;
    padding: 40px;
}

.account_view .main .con h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
}

.account_view .main .con .line {
    width: 45px;
    height: 3px;
    background-color: #16b597;
    margin-top: 5px;
}

.account_view .main .con h5 {
    font-size: 14px;
    color: #8b8b8c;
    line-height: 1.2;
    margin-top: 12px;
}

.account_view .main .con .info1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
    margin-bottom: 40px;
}

.account_view .main .con .info1 span {
    font-size: 14px;
    color: #89898a;
    line-height: 1;
    padding: 10px 32px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.account_view .main .con .info1 span.email-btn {
    color: #ec6941;
    background-color: rgba(236, 105, 65, 0.1);
    margin-left: 10px;
    transition-duration: 0.3s;
    cursor: pointer;
    user-select: none;
}

.account_view .main .con .info1 span.email-btn:hover {
    background-color: rgba(236, 105, 65, 0.3);
}

.account_view .main .con .info2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
}

.account_view .main .con .info2 span {
    font-size: 14px;
    color: #2997f7;
    line-height: 1;
    padding: 10px 32px;
    background-color: rgba(41, 151, 247, 0.1);
    border-radius: 5px;
    transition-duration: 0.3s;
    cursor: pointer;
    user-select: none;
}

.account_view .main .con .info2 span:hover {
    background-color: rgba(41, 151, 247, 0.3);
}

.email_fixed {
    max-width: 400px;
    height: 395px;
    background-color: #323335;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    box-shadow: 3px 5px 10px #2c2c2c;
}

.email_fixed.on {
    opacity: 1;
    visibility: visible;
}

.email_fixed .close_btn {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn02.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.email_fixed .tit {
    height: 135px;
    background: url(../img/xiu-bg001.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.email_fixed .tit h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    margin-top: 9px;
}

.email_fixed .con {
    padding: 20px 25px 30px;
}

.email_fixed .con .tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
}

.email_fixed .con .tabs span {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
}

.email_fixed .con .tabs span.on {
    color: #16b597;
}

.email_fixed .con .tabs i {
    font-size: 14px;
    color: #6d6e6f;
    line-height: 1.2;
    margin: 0 15px;
}

.email_fixed .con h4 {
    font-size: 14px;
    color: #858586;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 8px;
}

.email_fixed .con .layui-form li {
    margin-bottom: 18px;
}

.email_fixed .con .layui-form li:first-child .layui-input {
    font-size: 14px;
    color: #818182;
    line-height: 1;
    height: 30px;
    width: auto;
    padding: 0 12px;
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
}

.email_fixed .con .layui-form li:nth-child(2) {
    position: relative;
}

.email_fixed .con .layui-form li:nth-child(2) .layui-input {
    padding-right: 100px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background-color: initial;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.email_fixed .con .layui-form li:nth-child(2) .btn {
    width: 100px;
    height: 36px;
    font-size: 14px;
    color: #2997f7;
    line-height: 1;
    background-color: rgba(41, 151, 247, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.3s;
}

.email_fixed .con .layui-form li:nth-child(2) .btn:hover {
    background-color: rgba(41, 151, 247, 0.3);
}

.email_fixed .con .layui-form li:last-child {
    margin-bottom: 0;
}

.email_fixed .con .layui-form li:last-child .sub_btn {
    width: 100%;
    background-color: #f0526f;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    height: 35px;
    cursor: pointer;
}

.mima_fixed {
    max-width: 400px;
    height: 415px;
    background-color: #323335;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    box-shadow: 3px 5px 10px #2c2c2c;
}

.mima_fixed.on {
    opacity: 1;
    visibility: visible;
}

.mima_fixed .close_btn {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn02.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.mima_fixed .tit {
    height: 135px;
    background: url(../img/mima--bg001.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.mima_fixed .tit h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    margin-top: 9px;
}

.mima_fixed .con {
    padding: 25px;
}

.mima_fixed .con .layui-form li {
    margin-bottom: 18px;
}

.mima_fixed .con .layui-form li .layui-input {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background-color: initial;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.mima_fixed .con .layui-form li .layui-input-affix .layui-icon {
    color: #6f7073;
}

.mima_fixed .con .layui-form li .sub_btn {
    width: 100%;
    background-color: #f0526f;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    height: 35px;
    cursor: pointer;
}

.mima_fixed .con .layui-form li:last-child {
    margin-bottom: 0;
    margin-top: -8px;
    cursor: pointer;
}

.mima_fixed .con .layui-form li:last-child a {
    font-size: 14px;
    color: #858586;
    line-height: 1.2;
}

.mima_fixed .con .layui-form li:last-child a:hover {
    color: #fff;
}

.again_fixed {
    max-width: 400px;
    height: 410px;
    background-color: #323335;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    box-shadow: 3px 5px 10px #2c2c2c;
}

.again_fixed.on {
    opacity: 1;
    visibility: visible;
}

.again_fixed .close_btn {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn02.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.again_fixed .tit {
    height: 135px;
    background: url(../img/mima--bg001.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.again_fixed .tit h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    margin-top: 9px;
}

.again_fixed .con {
    padding: 25px;
}

.again_fixed .con .yuan-btn {
    font-size: 14px;
    color: #89898a;
    line-height: 1.2;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.again_fixed .con .yuan-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.again_fixed .con .layui-form {
    display: block;
    margin-top: 5px;
}

.again_fixed .con .layui-form li {
    margin-bottom: 18px;
}

.again_fixed .con .layui-form li .layui-input {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background-color: initial;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.again_fixed .con .layui-form li .layui-input-affix .layui-icon {
    color: #6f7073;
}

.again_fixed .con .layui-form li .sub_btn {
    width: 100%;
    background-color: #f0526f;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    height: 35px;
    cursor: pointer;
}

.again_fixed .con .layui-form li:last-child {
    margin-bottom: 0;
    margin-top: -8px;
    cursor: pointer;
}

.again_fixed .con .layui-form li:last-child a {
    font-size: 14px;
    color: #858586;
    line-height: 1.2;
}

.again_fixed .con .layui-form li:last-child a:hover {
    color: #fff;
}

.exit_fixed {
    max-width: 300px;
    height: 266px;
    background-color: #323335;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    box-shadow: 3px 5px 10px #2c2c2c;
}

.exit_fixed.on {
    opacity: 1;
    visibility: visible;
}

.exit_fixed .close_btn {
    width: 25px;
    height: 25px;
    background: url(../img/close-btn02.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.exit_fixed .tit {
    height: 120px;
    background: url(../img/mima--bg001.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.exit_fixed .tit h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    margin-top: 9px;
}

.exit_fixed .con .txt {
    padding: 20px 30px;
}

.exit_fixed .con .txt h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
}

.exit_fixed .con .txt h5 {
    font-size: 14px;
    color: #f0526f;
    line-height: 1.2;
    margin-top: 5px;
}

.exit_fixed .con .btn_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.exit_fixed .con .btn_box a {
    width: 50%;
    height: 45px;
    font-size: 14px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    transition-duration: 0.3s;
}

.exit_fixed .con .btn_box a.confirm-btn {
    color: #f0526f;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.exit_fixed .con .btn_box a.confirm-btn2 {
    color: #f0526f;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.exit_fixed .con .btn_box a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #16b597 !important;
}

@media screen and (max-width: 1440px) {
    /*body:after {*/
    /*  background: blue;*/
    /*}*/
    .header .pc {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1280px) {
    /*body:after {*/
    /*  background: lightblue;*/
    /*}*/
    .wrap {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    /* 移动ipad */
    /* ..... */
    /*body:after {*/
    /*  background: pink;*/
    /*}*/

    .product {
        height: calc(100vh - 140px);
    }

    .footer {
        padding: 25px 0;
    }

    .videoWindow video {
        width: 96%;
    }

    .col-l {
        display: none;
    }

    .col-r {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .Mnav {
        display: block;
    }

    .header .pc {
        display: none;
    }

    .header .m {
        display: block;
    }

    .header .m {
        padding: 38px 10px;
    }

    .header-box {
        height: 75px;
    }

    .hd-logo {
        padding: 0;
    }

    .menu-btn {
        /* background-color: #215644; */
        height: 23px;
        width: 30px;
        position: relative;
        cursor: pointer;
        display: none;
        /* top: 50%;
    transform: translateY(-50%);
    */
    }

    .menu-btn span {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #fff;
        left: 10px;
        top: 13px;
        transition: all .4s;
        border-radius: 3px;
    }

    .menu-btn span:nth-child(2) {
        top: 23px;
    }

    .menu-btn span:nth-child(3) {
        top: 33px;
        width: 19px;
        left: initial;
        right: 10px;
    }

    .menu-btn {
        display: block;
        /* position:absolute;right:8px;top:6px; */
        height: 50px;
        width: 50px;
        padding: 10px;
    }

    .menu-btn.active span:nth-child(2) {
        width: 0;
        left: 22px;
        opacity: 0;
    }

    .menu-btn.active span {
        -webkit-transform: rotate(45deg);
        top: 23px;
    }

    .menu-btn.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        top: 23px;
        width: 30px;
    }

    .m-nav {
        /* display: none; */
        width: 75%;
        height: 100vh;
        max-width: 420px;
        padding: 50px 0 70px;
        /* height: 100vh; */
        position: fixed;
        top: 61px;
        right: -100vw;
        transition: .4s all;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99;
        display: block;
    }

    .m-nav ul li:hover a {
        background-color: #ee7835;
    }

    .m-nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 5%;
        box-sizing: border-box;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .m-nav.active {
        right: 0;
    }

    .search_btn {
        display: block;
        width: 30px;
        margin-left: auto;
    }

    .slide-nav {
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
        font-size: 0;
        text-align: center;
    }

    .slide-nav .item {
        margin: 0;
        border: none;
        opacity: 1 !important;
        border-top: 1px solid #999;
        border-radius: 0;
        border-left: 1px solid #999;
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        height: 60px;
    }

    .slide-nav .item:first-child {
        border: none;
        border-top: 1px solid #999;
    }

    .slide-nav .goTop {
        display: inline-block !important;
    }

    .slide-nav .icon {
        width: 30px;
        height: 30px;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
    }

    .slide-nav .mask {
        left: 50%;
        right: auto;
        bottom: 100%;
        top: auto;
        -webkit-transform: translateX(-50%) scale(1, 0);
        -ms-transform: translateX(-50%) scale(1, 0);
        -o-transform: translateX(-50%) scale(1, 0);
        transform: translateX(-50%) scale(1, 0);
    }

    .slide-nav .tel {
        padding: 0 15px;
        border: 2px solid #000;
        height: 46px;
        line-height: 42px;
    }

    .slide-nav .qr {
        width: 120px;
        height: 120px;
    }

    .slide-nav .item:hover .icon {
        /* background-position:center -30px */
    }

    .slide-nav .item:hover .mask {
        -webkit-transform: scale(1, 1) translateX(-50%);
        -ms-transform: scale(1, 1) translateX(-50%);
        -o-transform: scale(1, 1) translateX(-50%);
        transform: scale(1, 1) translateX(-50%);
    }

    .slide-nav .item {
        width: 25%;
    }

    .slide-nav .appoint {
        display: none;
    }

    /* .slide-nav .nav-qq{display:none} */
    .slide-nav .icon {
        margin: 15px auto 3px;
    }

    .slide-nav .icon {
        /* background-position: center; */
    }

    .slide-nav .goTop {
        opacity: 1;
        visibility: visible;
    }

    .navbar {
        display: block;
    }
}

@media screen and (min-width: 767px) {
    .dialog-content {
        max-width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .header .pc .hd-btn .peo_item2 .links a.quit-btn i {
        background-image: url(../img/quit-ico001.png);
        background-color: rgba(240, 82, 111, 0.2);
    }

    .identify_view .tabs {
        height: calc(100vh - 100px);
        align-content: space-evenly;
    }

    .identify_view .tabs a .pic {
        width: 150px;
        height: 150px;
        border-radius: 5px;
        margin: 0 auto;
    }

    .identify_view .tabs a h3 {
        font-size: 16px;
        margin-top: 20px;
    }

    .identify_view .tabs a h3::before {
        width: 55px;
        right: 94%;
    }

    .identify_view .tabs a h3::after {
        width: 55px;
        left: 94%;
    }

    .identify_view .tabs a {
        margin: 0 50px;
    }

    /* 响应手机..... */
    /*body:after {*/
    /*  background: red;*/
    /*}*/
    .wrap {
        padding: 0 25px;
    }

    .header-box {
        height: 50px;
    }

    .video_window .main {
        width: 96%;
    }

    .video_window .main video {
        border: 10px solid #fff;
    }

    .video_window .main {
        height: 320px;
    }

    .header .m .Msearch {
        width: 22px;
        height: 22px;
    }

    .header .m .menu label {
        max-width: 90px;
        max-height: 90px;
        left: -32px;
        top: -25px;
    }

    .header .m > a {
        height: 30px;
    }

    .header .m {
        padding: 25px 10px;
    }

    .PopupCode ul li figure img {
        height: auto;
    }

    .MgoTop {
        width: 40px;
        height: 40px;
    }

    .Mnav ul li a icon {
        width: 20px;
        height: 20px;
    }

    .Mnav ul li a span {
        font-size: 14px;
        margin-left: 10px;
    }

    .col-r {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
    }

    .map-1 {
        padding: 40px 20px;
    }

    .m-pages {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-t1 {
        padding-right: 0;
    }

    .m-pages li {
        display: none;
    }

    .m-pages li.fengye {
        display: block;
    }

    .m-pages li {
        font-size: 14px;
        line-height: 33px;
    }

    .m-pages li a {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 14px;
    }

    .m-pages select {
        width: 55px;
        height: 40px;
        line-height: 39px;
        font-size: 14px;
    }

    .m-pages select {
        font-size: 14px;
    }

    .footer {
        padding: 16px 0;
    }

    .footer p {
        font-size: 12px;
    }

    .product {
        height: calc(100vh - 100px);
    }

    .product .list a .pic .txt h3 {
        font-size: 18px;
    }

    .product .list a .pic .txt h5 {
        font-size: 16px;
        margin-top: 5px;
    }

    .product .list a .pic .txt {
        top: 27%;
    }

    .header .m .menu {
        left: 15px;
        width: 25px;
    }

    .header .m .Msearch {
        right: 15px;
    }

    .PopupSearch {
        top: 50px;
        padding: 45px 0 20px;
    }

    .PopupSearch .close-btn {
        right: 15px;
        top: 10px;
    }

    .find_view .con {
        width: 90%;
        height: 350px;
        padding: 30px 15px;
    }

    .find_view .con h3 {
        font-size: 20px;
    }

    .find_view .con .line {
        width: 40px;
        height: 1px;
        margin-top: 8px;
    }

    .find_view .con ul li .layui-input {
        height: 35px;
    }

    .find_view .con ul li {
        margin-bottom: 10px;
    }

    .find_view .con ul li:nth-child(2) .btn1 {
        height: 34px;
        font-size: 12px;
    }

    .find_view .con ul li .sub {
        margin-top: 20px;
    }

    .find_view .con ul {
        margin-top: 15px;
    }

    .product-series_view .list {
        padding: 20px 0;
        min-height: calc(100vh - 165px);
    }

    .product-series_view .list a .txt h3 {
        font-size: 18px;
    }

    .product-series_view .list a .txt h5 {
        font-size: 14px;
        margin-top: 3px;
    }

    .product_view {
        padding: 20px 0;
    }

    .product_view .list {
        margin-bottom: -12px;
    }

    .product_view .list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 12px;
    }

    .product_view .list li:nth-child(2n) {
        margin-right: 0;
    }

    .product_view .tit {
        padding: 12px 10px;
    }

    .product_view .tit h3 {
        font-size: 18px;
        color: #ffffff;
        line-height: 22px;
        padding-left: 25px;
        background-size: 20px;
    }

    .product_view .tit i {
        display: none;
    }

    .product_view .sort {
        margin-top: 15px;
    }

    .product_view .list li .txt {
        margin-top: 20px;
    }

    .product_view .list li .txt h3 {
        font-size: 12px;
    }

    .product_view .list li .txt .info {
        margin-top: 8px;
    }

    .product_view .list li .txt .info .ico_box {
        width: 18px;
        height: 23px;
    }

    .product_view .list li .txt .info .ico_box .ico {
        width: 9px;
        height: 9px;
        right: -4px;
    }

    .product_view .list li .txt .info span {
        font-size: 12px;
    }

    .product_view .list li .txt .info i {
        font-size: 12px;
    }

    .product-info_view .con {
        padding: 15px 10px;
    }

    .product-info_view .con .above .right a.lov-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
    }

    .product-info_view .con .above .right a.xin-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
        margin-left: 7px;
    }

    .product-info_view .con .above .right a.lov-btn img {
        margin-right: 1px;
    }

    .product-info_view .con .above .right a.xin-btn img {
        margin-right: 1px;
    }

    .product-info_view .con .above .left .ico_box {
        width: 30px;
        height: 38px;
    }

    .product-info_view .con .above .left .ico_box .ico {
        width: 17px;
        height: 17px;
        right: -4px;
    }

    .product-info_view .con .above .see {
        right: 10px;
        bottom: -14px;
        padding: 5px 10px 5px 27px;
        font-size: 12px;
    }

    .product-info_view .con .above {
        padding-bottom: 13px;
        margin-bottom: 20px;
    }

    .product-info_view .con .info {
        margin-top: 15px;
        padding: 15px 25px;
        background-size: 25px;
    }

    .product-info_view .con .info h5 i {
        font-size: 26px;
    }

    .product-info_view .con .info .link {
        margin-top: 8px;
        width: 235px;
        border-radius: 5px;
    }

    .product-info_view .con .info .log-btn {
        width: 235px;
        padding: 8px 0;
        margin-top: 8px;
    }

    .product-info_view .con .end {
        padding: 15px 0;
    }

    .product-info_view .con .end::before {
        width: 100px;
        right: 63%;
    }

    .product-info_view .con .end::after {
        width: 100px;
        left: 63%;
    }

    .product-info_view .info2 {
        margin-top: 15px;
        padding: 15px;
    }

    .product-info_view .info2 .box h5 i {
        font-size: 20px;
    }

    .product-info_view .info2 .box h6 {
        font-size: 12px;
    }

    .product-info_view .info2 .box h6 img {
        width: 13px;
        height: 13px;
        margin-right: 1px;
    }

    .product-info_view .info2 .ico {
        width: 17px;
        height: 17px;
        margin-top: 15px;
    }

    .product-info_view .info2 h3 {
        font-size: 12px;
        padding: 7px 10px;
        margin-top: 12px;
    }

    .product-info_view .info2 .dayin-btn {
        padding: 6px 10px;
        margin-top: 10px;
    }

    .product-info_view .info2 .dayin-btn img {
        margin-right: 4px;
        width: 14px;
    }
    .product-info_view .info2 .pc{
        display: none;
    }
    .product-info_view .info2 .mobile{
        display: inline-block;
    }

    .com-ban1 {
        height: 175px;
    }

    .com-ban1 .hot2 {
        padding: 3px 6px;
        border-radius: 20px;
        top: 12px;
        right: 10px;
    }

    .com-ban1 .hot2 span {
        font-size: 12px;
        padding-left: 15px;
        margin-right: 8px;
        background-size: 11px;
    }

    .manage_view .peo {
        padding: 12px 15px;
        align-items: flex-start;
    }

    .manage_view .ban .more .box {
        padding: 10px;
        bottom: 25px;
    }

    .com-ban1 .more .box a.more-btn {
        margin-bottom: 7px;
    }

    .com-ban1 .more .ico {
        width: 22px;
        height: 22px;
        font-size: 17px;
        line-height: 12px;
    }

    .com-ban1 .more {
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .manage_view .peo .right a.lov-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
    }

    .manage_view .peo .right a.xin-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
        margin-left: 7px;
    }

    .manage_view .peo .left {
        width: 50%;
    }

    .manage_view .peo .ico {
        width: 70px;
        height: 85px;
        left: 30px;
        top: -50px;
        bottom: initial;
    }

    .manage_view .peo .left .txt {
        padding-top: 36px;
    }

    .manage_view .peo .left .txt h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .manage_view .peo .left .txt h3 img {
        margin-right: 2px;
    }

    .manage_view .peo .left .txt h5 {
        margin-top: 7px;
    }

    .manage_view .peo .left p {
        font-size: 12px;
        color: #858586;
        line-height: 1.5;
        margin-top: 5px;
    }

    .manage_view .sort_box .sort .item a {
        font-size: 14px;
        padding: 5px 12px;
    }

    .manage_view .tabs {
        margin-top: 10px;
        padding: 12px 10px;
    }

    .manage_view .tabs a {
        font-size: 14px;
        margin-right: 15px;
    }

    .manage_view .sort_box {
        padding: 12px 10px;
    }

    .manage_view .sort_box h3 span {
        font-size: 12px;
        padding: 7px 10px;
    }

    .manage_view .sort_box .sort h5 {
        font-size: 12px;
        padding: 7px 22px 7px 10px;
    }

    .manage_view .list {
        padding: 0 5px;
    }

    .manage_view .list li {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 15px;
        background-color: #323335;
    }

    .manage_view .list li:nth-child(2n) {
        margin-right: 0;
    }

    .manage_view .list li a {
        display: block;
        padding: 5px;
    }

    .manage_view .list li .txt {
        margin-top: 15px;
    }

    .manage_view .list li .txt h3 {
        font-size: 12px;
    }

    .manage_view .list li .txt .info {
        margin-top: 8px;
    }

    .manage_view .list li .txt .info .ico_box {
        width: 18px;
        height: 23px;
    }

    .manage_view .list li .txt .info .ico_box .ico {
        width: 9px;
        height: 9px;
        right: -4px;
    }

    .manage_view .list li .txt .info span {
        font-size: 12px;
    }

    .manage_view .list li .txt .info i {
        font-size: 12px;
    }

    .manage_view {
        padding: 15px 0;
    }

    .info_fixed {
        width: 440px;
        height: 420px;
        padding: 30px 15px;
        background-color: #323335;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition-duration: 0.3s;
        box-shadow: 3px 5px 10px #323335;
    }

    .info_fixed {
        width: 85%;
        height: 320px;
        padding: 25px 10px;
    }

    .info_fixed .sub {
        padding: 0 0 15px 0;
    }

    .info_fixed .sub .right a.lov-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
    }

    .info_fixed .sub .right a.xin-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
        margin-left: 5px;
    }

    .info_fixed .sub .right {
        padding-top: 30px;
    }

    .info_fixed .con {
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: -15px;
    }

    .info_fixed .con li {
        margin-bottom: 10px;
    }

    .info_fixed .con li h3 {
        font-size: 12px;
        width: 55px;
    }

    .info_fixed .con li p {
        font-size: 14px;
        padding-left: 10px;
    }

    .info_fixed .con li h5 {
        font-size: 14px;
        padding-left: 10px;
    }

    .message_fixed {
        width: 85%;
        height: 385px;
        padding: 10px;
    }

    .message_fixed .item {
        height: 180px;
    }

    .message_fixed .layui-form .bot {
        margin-top: 9px;
    }

    .message_fixed .layui-form .bot a {
        font-size: 12px;
        color: #89898a;
        line-height: 1;
        padding: 8px 9px 8px 23px;
        margin-right: 5px;
        background-position: left 5px center;
    }

    .com-peo1 .right a.lov-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
    }

    .com-peo1 .right a.xin-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
        margin-left: 7px;
    }

    .com-peo1 .left {
        width: 50%;
    }

    .com-peo1 .ico {
        width: 70px;
        height: 85px;
        left: 30px;
        top: -50px;
        bottom: initial;
    }

    .com-peo1 .left .txt {
        padding-top: 36px;
    }

    .com-peo1.left .txt h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .com-peo1 .left .txt h3 img {
        margin-right: 2px;
    }

    .com-peo1 .left .txt h5 {
        margin-top: 7px;
    }

    .com-peo1 .left p {
        font-size: 12px;
        color: #858586;
        line-height: 1.5;
        margin-top: 5px;
    }

    .com-peo1 {
        padding: 12px 15px;
        align-items: flex-start;
    }

    .com-peo1 .left .txt h3 {
        font-size: 18px;
    }

    .com-peo1 .left .txt h3 img {
        margin-right: 0;
    }

    .com-peo1 .left .txt h3 img:nth-of-type(2) {
        width: 30px;
    }

    .com-peo1 .right a.zhonxin-btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .com-peo1 .right a.zhonxin-btn img {
        width: 12px;
    }

    .com-peo1 .right a.msg-btn {
        width: 25px;
        height: 25px;
        background-size: 10px;
        margin-left: 7px;
    }

    .user_view .tabs {
        margin-top: 15px;
        padding: 12px 10px;
    }

    .user_view .tabs a {
        font-size: 14px;
        margin-right: 10px;
    }

    .user_view .tabs a::after {
        width: 15px;
        height: 1px;
        bottom: -5px;
        margin-left: -7px;
    }

    .user_view .sort_box {
        padding: 10px;
    }

    .user_view .sort_box h3 a {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 5px;
        margin-right: 6px;
    }

    .user_view .sort_box .sort h5 {
        font-size: 12px;
        padding: 7px 20px 7px 8px;
    }

    .user_view .con {
        padding: 25px 0;
    }

    .user_view .con h3 {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .user_view .con h3::before {
        width: 100px;
        right: 63%;
    }

    .user_view .con h3::after {
        width: 100px;
        left: 63%;
    }

    .user_view .con a {
        padding: 6px 12px;
    }

    .com-ban1 .more .box {
        padding: 10px;
    }

    .xiu_fixed {
        max-width: 85%;
        height: 330px;
    }

    .xiu_fixed .tit {
        height: 90px;
    }

    .xiu_fixed .tit img {
        width: 25px;
    }

    .xiu_fixed .tit h3 {
        font-size: 18px;
        margin-top: 8px;
    }

    .xiu_fixed .con h4 {
        font-size: 12px;
    }

    .xiu_fixed .con .upload-btn {
        height: 120px;
        margin-top: 8px;
        background-size: 30px;
    }

    .xiu_fixed .sub {
        padding: 12px 0;
        font-size: 12px;
    }

    .xiu_fixed .sub img {
        width: 15px;
    }

    .fabu_view .con {
        width: 100%;
        padding: 15px 10px;
    }

    .fabu_view .info {
        width: 100%;
        padding-top: 20px;
    }

    .fabu_view {
        padding: 20px 0;
    }

    .fabu_view .con .tit input {
        font-size: 16px;
    }

    #editor-container {
        height: 220px;
    }

    .fabu_view .info .box {
        padding: 15px 10px;
        background-color: #323335;
        border-radius: 5px;
    }

    .message_view .sidebar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background-color: initial;
        padding: 5px 10px;
    }

    .message_view .sidebar a {
        width: auto;
        text-align: center;
        padding: 0;
        border-bottom: none;
    }

    .message_view .sidebar a span {
        display: block;
        font-size: 14px;
        margin-top: 5px;
    }

    .message_view .sidebar a img {
        margin-right: 0;
    }

    .message_view .con {
        width: 100%;
        padding: 60px 10px;
    }

    .message_view {
        padding: 15px 0;
        min-height: calc(100vh - 100px);
    }

    .message_view .con .box h3 {
        font-size: 14px;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .message_view .con .box h3::before {
        width: 70px;
        right: 63%;
    }

    .message_view .con .box h3::after {
        width: 70px;
        left: 63%;
    }

    .com-peo2 {
        padding: 12px 15px;
        align-items: flex-start;
    }

    .com-peo2 .right a.lov-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
    }

    .com-peo2 .right a.xin-btn {
        font-size: 12px;
        padding: 7px 9px;
        border-radius: 4px;
        margin-left: 7px;
    }

    .com-peo2 .left {
        width: 50%;
    }

    .com-peo2 .ico {
        width: 70px;
        height: 85px;
        left: 30px;
        top: -50px;
        bottom: initial;
    }

    .com-peo2 .left .txt {
        padding-top: 36px;
    }

    .com-peo2 .left .txt h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .com-peo2 .left .txt h3 img {
        margin-right: 2px;
    }

    .com-peo2 .left .txt h5 {
        margin-top: 7px;
    }

    .com-peo2 .left p {
        font-size: 12px;
        color: #858586;
        line-height: 1.5;
        margin-top: 5px;
    }

    .com-peo2 .left .txt h3 {
        font-size: 18px;
    }

    .com-peo2 .left .txt h3 img {
        margin-right: 0;
    }

    .com-peo2 .left .txt h3 img:nth-of-type(2) {
        width: 30px;
    }

    .com-peo2 .right a.zhonxin-btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .com-peo2 .right a.zhonxin-btn img {
        width: 12px;
    }

    .com-peo2 .right a.msg-btn {
        width: 25px;
        height: 25px;
        background-size: 10px;
        margin-left: 7px;
    }

    .com-peo2 .left p span {
        font-size: 12px;
        padding: 6px;
        padding-left: 25px;
        background-size: 13px;
        background-position: left 3px center;
        margin-right: 3px;
    }

    .com-peo2 .left p span:last-child {
        margin-top: 3px;
        margin-left: 0;
    }

    .sidebar2 {
        padding: 5px 10px;
        width: 100%;
    }

    .sidebar2 a {
        padding: 8px 10px;
    }

    .sidebar2 a .tit img {
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }

    .sidebar2 a .tit {
        font-size: 12px;
        line-height: 20px;
    }

    .vip_view .main .con {
        width: 100%;
        margin-top: 20px;
    }

    .vip_view .main .con .card {
        padding: 13px 15px 15px 15px;
        border-radius: 5px;
    }

    .vip_view .main .con .card .txt .sub .log {
        width: 30px;
        height: 36px;
    }

    .vip_view .main .con .card .txt p {
        font-size: 12px;
        margin-top: 6px;
    }

    .vip_view .main .con .card .ico {
        width: 50px;
    }

    .vip_view .main {
        padding: 15px 0;
    }

    .indent_view .main .con {
        width: 100%;
    }

    .indent_view .main .con .info {
        margin-top: 20px;
    }

    .indent_view .main .con .info > div {
        width: 100%;
        padding: 15px;
    }

    .indent_view .main .con .info > div.item2 {
        margin-top: 15px;
    }

    .indent_view .main .con .info > div h5 span {
        font-size: 26px;
        margin-right: 3px;
    }

    .indent_view .main .con .info > div .ico {
        width: 30px;
        height: 36px;
        right: 15px;
        top: 35px;
    }

    .indent_view .main .con .minxi {
        margin-top: 30px;
    }

    .indent_view .main .con .minxi .tit {
        font-size: 14px;
        padding-left: 6px;
        border-left: 2px solid #16b597;
    }

    .indent_view .main .con .minxi .box {
        margin-top: 60px;
    }

    .indent_view .main .con .minxi .box h5::before {
        width: 75px;
        right: 67%;
    }

    .indent_view .main .con .minxi .box h5::after {
        width: 75px;
        left: 67%;
    }

    .indent_view .main {
        padding: 20px 0 50px;
    }

    .indent_view .main .con .info > div h5 {
        margin-top: 10px;
    }

    .official_view .main .con {
        width: 100%;
        margin-top: 20px;
    }

    .official_view .main .con .bg_box .tit img {
        width: 35px;
    }

    .official_view .main .con .bg_box .tit h3 {
        font-size: 20px;
        margin-top: 5px;
    }

    .official_view .main .con .bg_box {
        padding: 30px 0 40px;
    }

    .official_view .main .con .bg_box .txt {
        width: 85%;
        margin-top: 30px;
    }

    .personal_view .main .con {
        width: 100%;
        padding: 15px;
        margin-top: 15px;
    }

    .personal_view .main .con .list li {
        padding-left: 21%;
        margin-bottom: 15px;
    }

    .personal_view .main .con .list li h3 {
        left: -14px;
        top: 7px;
    }

    .personal_view .main .con .list li > .layui-input {
        padding-left: 10px;
        height: 35px;
    }

    .personal_view .main .con .list li .layui-form-select .layui-input {
        padding-left: 10px;
        height: 35px;
    }

    .personal_view .main .con .list {
        margin-bottom: -15px;
    }

    .personal_view .main .con .list li .txt h4 span {
        font-size: 16px;
    }

    .personal_view .main .con .list li .txt h4 i {
        font-size: 12px;
        padding: 5px 7px;
        margin-left: 10px;
    }

    .personal_view .main .con .list li .txt h5 {
        font-size: 12px;
        color: #858586;
        line-height: 22px;
        margin-top: 5px;
    }

    .personal_view .main .con .list li .log {
        width: 50px;
        height: 62px;
        left: 2%;
    }

    .personal_view .main {
        padding: 20px 0 40px;
    }

    .personal_view .main .con .list li .submit_btn {
        padding: 7px 12px;
        border-radius: 5px;
        font-size: 12px;
    }

    .personal_view .main .con .list li .submit_btn img {
        width: 16px;
    }

    .log_fixed {
        max-width: 85%;
        height: 330px;
    }

    .log_fixed .tit {
        height: 90px;
    }

    .log_fixed .tit img {
        width: 25px;
    }

    .log_fixed .tit h3 {
        font-size: 18px;
        margin-top: 8px;
    }

    .log_fixed .con h4 {
        font-size: 12px;
    }

    .log_fixed .con .upload-btn {
        height: 120px;
        margin-top: 8px;
        background-size: 30px;
    }

    .log_fixed .sub {
        padding: 12px 0;
        font-size: 12px;
    }

    .log_fixed .sub img {
        width: 15px;
    }

    .notice_view .main .con {
        width: 100%;
        padding: 15px;
        margin-top: 15px;
    }

    .notice_view .main .con .list li {
        padding: 15px 10px 10px;
    }

    .notice_view .main .con .list li .layui-form-switch {
        margin-top: 0;
        height: 22px;
        line-height: 22px;
        min-width: 45px;
    }

    .notice_view .main .con .list li .layui-form-switch > i {
        top: 2px;
    }

    .notice_view .main .con .list li .txt p {
        font-size: 12px;
    }

    .notice_view .main .con .list li .txt h3 {
        font-size: 14px;
    }

    .notice_view .main .con .list li .submit_btn {
        padding: 7px 12px;
        border-radius: 5px;
        font-size: 12px;
    }

    .notice_view .main .con .list li .submit_btn img {
        width: 16px;
    }

    .account_view .main .con {
        width: 100%;
        padding: 20px;
        margin-top: 15px;
    }

    .account_view .main .con h3 {
        font-size: 16px;
    }

    .account_view .main .con .line {
        width: 35px;
        height: 2px;
        margin-top: 5px;
    }

    .account_view .main .con h5 {
        font-size: 12px;
        margin-top: 10px;
    }

    .account_view .main .con .info1 {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .account_view .main .con .info1 span.email-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .account_view .main .con .info1 span {
        padding: 9px 15px;
    }

    .account_view .main .con .info2 span {
        padding: 9px 15px;
    }

    .account_view .main .con .info2 {
        margin-top: 10px;
    }

    .account_view .main {
        padding: 15px 0 40px;
    }

    .email_fixed {
        max-width: 85%;
        height: 330px;
    }

    .email_fixed .tit {
        height: 90px;
    }

    .email_fixed .tit img {
        width: 25px;
    }

    .email_fixed .tit h3 {
        font-size: 18px;
        margin-top: 8px;
    }

    .email_fixed .con h4 {
        font-size: 12px;
    }

    .email_fixed .con {
        padding: 15px 15px 20px;
    }

    .email_fixed .con .tabs i {
        margin: 0 6px;
    }

    .email_fixed .con .layui-form li {
        margin-bottom: 15px;
    }

    .email_fixed .con .layui-form li:nth-child(2) .btn {
        width: 80px;
        height: 33px;
        font-size: 12px;
    }

    .email_fixed .con .layui-form li:nth-child(2) .layui-input {
        height: 35px;
    }

    .mima_fixed {
        max-width: 85%;
        height: 330px;
    }

    .mima_fixed .tit {
        height: 90px;
    }

    .mima_fixed .tit img {
        width: 25px;
    }

    .mima_fixed .tit h3 {
        font-size: 18px;
        margin-top: 8px;
    }

    .mima_fixed .con h4 {
        font-size: 12px;
    }

    .mima_fixed .con {
        padding: 15px 15px 20px;
    }

    .mima_fixed .con .tabs i {
        margin: 0 6px;
    }

    .mima_fixed .con .layui-form li {
        margin-bottom: 15px;
    }

    .mima_fixed .con .layui-form li .layui-input {
        height: 35px;
    }

    .again_fixed {
        max-width: 85%;
        height: 335px;
    }

    .again_fixed .tit {
        height: 90px;
    }

    .again_fixed .tit img {
        width: 25px;
    }

    .again_fixed .tit h3 {
        font-size: 18px;
        margin-top: 8px;
    }

    .again_fixed .con h4 {
        font-size: 12px;
    }

    .again_fixed .con {
        padding: 15px 15px 20px;
    }

    .again_fixed .con .tabs i {
        margin: 0 6px;
    }

    .again_fixed .con .layui-form li {
        margin-bottom: 15px;
    }

    .again_fixed .con .layui-form li .layui-input {
        height: 35px;
    }

    /* 768 */
    .online .main form figure {
        display: none;
    }

    .online .main form ul {
        width: 100%;
    }

    .online .main {
        padding: 15px;
    }

    .online .main .tit h3 {
        font-size: 20px;
    }

    .m-contxt1 .tit {
        margin-bottom: 0;
    }

    .m-contxt1 .share-ico {
        display: none;
    }

    .m-contxt1 {
        padding: 20px 10px;
    }

    .m-contxt1 .tit {
        font-size: 18px;
    }

    .m-contxt1 .box-info .info span {
        font-size: 14px;
    }

    .m-contxt1 .share-box {
        display: none;
    }

    .m-contxt1 .box-info {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .m-contxt1 .item {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .m-contxt1 .link .prev {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .m-contxt1 .link .next {
        font-size: 14px;
    }

    .m-contxt1 .link .back {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 14px;
        margin-top: 10px;
        padding: 8px 20px;
    }

    .m-contxt1 .link {
        padding-right: 0;
        position: relative;
        padding-bottom: 30px;
    }

    .page-t1 {
        padding-right: 0;
    }

    .page-t1 a {
        font-size: 14px;
    }

    .page-t1 .blank {
        position: initial;
        margin-top: 5px;
        font-size: 12px;
        padding: 7px 18px;
    }

    .box-blank {
        margin-top: 10px;
        padding-top: 5px;
    }

    .box-blank .con {
        width: 100%;
        margin-top: 10px;
    }

    .box-blank div a {
        font-size: 14px;
    }

    .box-blank div a + a {
        margin-top: 5px;
    }

    .m-contxt1 .box-blank .blank {
        font-size: 14px;
    }

    .page-t1 a em {
        margin-right: 5px;
    }

    .page-t1 a.next {
        padding-right: 20px;
    }

    .page-t1 a.next em {
        margin-right: 0;
    }

    .m-contxt1 .tit {
        margin-bottom: 10px;
    }

    .m-contxt1 .share-ico {
        display: none;
    }
}

.list_box li .info {
    margin-top: 10px;
    margin-left: 10px;
    background: url(/public/static/officialweb/img/download-ico001.png) no-repeat left top;
    background-color: #323335;
    padding: 28px 0px 20px ;
}
.list_box li .info h3 {
    font-size: 14px;
    color: #858586;
    line-height: 1;
}
.list_box li .info .log-btn {
    /*width: 255px;*/
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    line-height: 1;
    padding: 10px 10px;
    text-align: center;
    background-color: #ff5473;
    border-radius: 5px;
    margin-top: 8px;
    transition-duration: 0.3s;
}
.list_box li .info .log-btn::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(/public/static/officialweb/img/login-btn01.png) no-repeat center;
    background-size: auto;
    background-size: contain;
    position: relative;
    margin-right: 4px;
    top: 1px;
}
.list_box li .info i {
    font-size: 14px;
    color: #6d6e6f;
    line-height: 1.2;
    padding-left: 18px;
    background: url(/public/static/officialweb/img/see-ico001.png) no-repeat left center;
}
.list_box li .info a {
    padding: 0;
}
.list_box li .info2 {
    /*margin-top: 18px;*/
    padding: 18px;
    background: url(/public/static/officialweb/img/product-bg001.jpg) no-repeat center;
    background-size: cover;
}
.list_box li .info2 .box h6 img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.list_box li .info2 .box h6 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}
.list_box li .info2 .dayin-btn {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #ff5473;
    margin-top: 15px;
    cursor: pointer;
}
.list_box li .info2 .dayin-btn img {
    margin-right: 8px;
}


@media screen and (max-width: 768px) {
    .list_box li .info {
        margin-top: 15px;
        /*padding: 15px 25px;*/
        background-size: 25px;
    }
    .list_box li .info .log-btn {
        padding: 8px 0;
        margin-top: 8px;
    }
    .list_box li .info2 {
        margin-top: 2px;
        padding: 13px;
    }
    .list_box li .info2 .box h6 {
        font-size: 12px;
    }
    .list_box li .info2 .box h6 img {
        width: 13px;
        height: 13px;
        margin-right: 1px;
    }
    .list_box li .info2 .dayin-btn {
        padding: 6px 10px;
        margin-top: 10px;
    }
    .list_box li .info2 .dayin-btn img {
        margin-right: 4px;
        width: 14px;
    }
}

/*# sourceMappingURL=main.css.map */
