﻿/* 公共 */
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #000;
    transition: all .5s;
}

a:hover {
    color: #00A292;
}

input,
button {
    outline: none;
}

[v-cloak] {
    display: none;
}

.pub_header {
    display: flex;
    /* background: #00A292; */
    background: #fff;
    color: #000;
    justify-content: center;
    height: 60px;
    align-items: center;
    position: relative;
}

.logo {
    width: 148px;
    height: 32px;
    /* position: relative; */
    /* z-index: 99; */
    margin-right: 50px;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.search_input {
    position: absolute;
    display: flex;
    align-items: center;
    top: -100%;
    transition: all .4s;
}

.search_input.show {
    top: 10px;
}

.search_input input {
    background: none;
    border: none;
    height: 40px;
    border-radius: 5px;
    margin: 0 10px;
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
    width: 500px;
    background: #039183;
    font-size: 14px;
}

.search_input_1 {
    cursor: pointer;
}

.search_input_1 img {
    display: block;
    width: 25px;
}

.search_input_2 {
    cursor: pointer;
}

.search_input_2 img {
    display: block;
}

.search_input_3 {
    position: absolute;
    left: 35px;
    background: #fff;
    width: 500px;
    top: 42px;
    z-index: 111;
    box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 0px 0px 5px 5px;
    /* padding: 10px 0; */
    box-sizing: border-box;
    transition: all .4s;
    transform-origin: top;
    transform: rotateX(90deg);
}

.search_input_3.show {
    transform: rotateX(0deg);
}

.search_input_3>span {
    font-weight: bold;
    color: #666666;
    display: block;
    margin: 10px;
}

.search_input_3>li {
    line-height: 35px;
    height: 35px;
    cursor: default;
    padding: 0 10px;
    color: #333333;
}

.search_input_3>li:hover {
    background: #E7E7E7;
}

.pub_nav {
    position: relative;
    transition: all .4s;
    top: 65px;
    overflow: hidden;
}

.pub_nav.show {
    top: 0;
    overflow: initial;
}

.pub_nav_1 {
    display: flex;
}

.pub_nav_1 .li11 {
    line-height: 60px;
    cursor: pointer;
    transition: all .5s;
    letter-spacing: 1px;
    /* font-weight: 600; */
    padding: 0 25px;
}

.pub_nav_1 li .a11 {
    color: #000;
    display: block;
    line-height: 60px;
    cursor: pointer;
    transition: all .5s;
    letter-spacing: 1px;
    /* font-weight: 600; */
    padding: 0 25px;
}

.pub_nav_1 li.selected,
.pub_nav_1 li:hover {
    background: #fff;
    color: #00a292;
}

.pub_nav_1 li.selected,
.pub_nav_1 li.selected .a11,
.pub_nav_1 a:hover {
    background: #fff;
    color: #00a292;
}

.pub_tool {
    margin-left: 50px;
    /* overflow: hidden; */
    position: relative;
}

.pub_tool .btn1 {
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 34px;
    font-size: 14px;
    background: none;
    outline: none;
    border: 1px solid #000;
    margin-right: 20px;
}
.pub_tool .btn1 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FF3B69;
}

.pub_tool .btn2 {
    cursor: pointer;
    width: 80px;
    height: 34px;
    border-radius: 34px;
    font-size: 14px;
    background: none;
    outline: none;
    border: 1px solid #5E5E5E;
    margin-right: 20px;
}
.pub_tool .red {
    cursor: pointer;
    color: #FF3B69;
    border: 1px solid #FF3B69;
}

.pub_tool span {
    float: left;
    margin: 0 13px;
    cursor: pointer;
}

.user_header {
    display: flex;
    align-items: center;
}

.user_header em {
    font-style: normal;
    margin-left: 5px;
}

.user_header img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.pub_tool span.hide {
    display: none;
}

.pub_tool span img {
    display: block;
}

.pub_nav_2 {}

.pub_nav_2>li:nth-child(1) {
    width: 200px;
    position: absolute;
}

.pub_nav_2_2 {
    position: relative;
    z-index: 111;
    background: #fff;
    transition: all .5s;
    box-shadow: 0px 0px 8px 3px rgba(30, 30, 30, 0.26);
    transform-origin: top;
    transform: rotateX(90deg);
}

.pub_nav_2_2.show {
    transform: rotateX(0deg);
}

.pub_nav_2_2>a {
    display: block;
    font-size: 13px;
    padding-left: 51px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    background: url('../images/xm_1_ico.png') no-repeat 10px center;
    overflow: hidden;
}

.pub_nav_2_2>a.selected,
.pub_nav_2_2>a:hover {
    color: #00a292;
}

.pub_nav_2_1 {
    position: absolute;
    left: 0%;
    top: 0;
    width: 306px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 3px rgba(30, 30, 30, 0.26);
    opacity: 0;
    z-index: -1;
    transition: all .5s;
    height: 0;
    overflow: hidden;
}

.pub_nav_2_1.show {
    opacity: .9;
    left: 100%;
    z-index: 11;
    height: auto;
}

.pub_nav_2_1>dl {
    padding: 0 15px;
    margin-top: 15px;
}

.pub_nav_2_1>dl>a {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

.pub_nav_2_1>dl>dd {
    display: flex;
    flex-wrap: wrap;
}

.pub_nav_2_1>dl>dd>a {
    color: #666666;
    font-size: 13px;
    margin-right: 13px;
    line-height: 25px;
}

.pub_nav_2_1>dl>dd>a:hover {
    color: #00a292;
}

.pub_nav_2_1>dl>dd>a:last-child {
    margin-right: 0;
    margin-left: auto;
    color: #00a292;
}

.main_1200 {
    width: 1200px;
    margin: auto;
}

.pub_title {
    overflow: hidden;
}

.pub_title h3 {
    float: left;
}

.pub_title span {
    float: right;
    color: #515151;
    padding-right: 24px;
    background: url('../images/change_ico.png') no-repeat right center;
    cursor: pointer;
}

.main {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.pub_goTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 11;
    /* display: none; */
    /* visibility: hidden; */
    /*display: none;*/
    transition: all .5s;
}

.pub_goTop>li {
    width: 60px;
    height: 60px;
    background: #B4B4B4;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.pub_goTop>li:last-child {
    border: none;
}

.pub_goTop>li:nth-child(1) {
    background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M838.411 83.656H185.59c-82.579 0-149.767 67.189-149.767 149.767v439.468c0 82.58 67.188 149.767 149.767 149.767h266.075l-1.845 159.22 257.952-159.22h130.641c82.579 0 149.767-67.188 149.767-149.767V233.423c0-82.578-67.19-149.767-149.768-149.767zM285.583 530.955c-37.734 0-68.425-30.511-68.425-68.02s30.69-68.032 68.425-68.032 68.426 30.522 68.426 68.032-30.691 68.02-68.426 68.02zm233.29 0c-37.734 0-68.425-30.511-68.425-68.02s30.691-68.032 68.426-68.032 68.425 30.522 68.425 68.032-30.691 68.02-68.425 68.02zm233.292 0c-37.735 0-68.426-30.511-68.426-68.02s30.691-68.032 68.426-68.032 68.425 30.522 68.425 68.032-30.69 68.02-68.425 68.02z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center center;
    display: none;
}

.pub_goTop>li:nth-child(2) {
    background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M186.182 186.182h651.636v46.545H186.182v-46.545zM509.207 341.783L229.47 621.521a23.273 23.273 0 1 1-32.908-32.907l296.17-296.215a23.18 23.18 0 0 1 32.953 0L821.9 588.614a23.273 23.273 0 1 1-32.908 32.907L509.207 341.783z' fill='%23fff'/%3E%3Cpath d='M488.727 325.818h46.546V930.91h-46.546V325.82z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center center;
    display: none;
}

/* 溢出省略号 */
.yc_dh {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.yc_sh {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yc_sanh {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*  */
css-icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    font-size: 20px;
    box-sizing: border-box;
    text-indent: -9999px;
    vertical-align: middle;
    position: relative;
}

css-icon::before,
css-icon::after {
    content: '';
    box-sizing: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* 登录*/
.pub_tool_login {
    color: #fff;
}

.pub_tool_login>a {
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 0 5px;
}

.pub_tool_login>a:nth-child(2) {
    border-left: 1px solid #fff;
}

.login_win {
    overflow: hidden;
}

.login_win_1 {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #00A292 url('../images/login_1.png');
    border-radius: 5px 0 0 5px;
}

.login_win_1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login_win_2 {
    background: #fff;
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login_win_2 input:not([type="checkbox"]) {
    border: none;
    width: 100%;
    line-height: 40px;
    padding: 0 5px;
    margin-top: 20px;
    box-sizing: border-box;
}

.login_win_2_1,
.login_win_2_3,
.login_win_2_5 {
    padding: 0 30px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 390px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.login_win_2_1>ol,
.login_win_2_3>ol,
.login_win_2_5>ol {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.login_win_2_1>ol>li,
.login_win_2_3>ol>li,
.login_win_2_5>ol>li {
    font-weight: bold;
    line-height: 36px;
    color: #D2D2D2;
    font-size: 16px;
    padding: 0 10px;
    cursor: pointer;
}

.login_win_2_1>ol>li.selected,
.login_win_2_3>ol>li.selected,
.login_win_2_5>ol>li.selected {
    color: #00A292;
    border-bottom: 2px solid #00a292;
}

.login_win_2_1>ul,
.login_win_2_3>ul,
.login_win_2_5>ul {
    width: 100%;
}

.login_win_2_1>ul>li,
.login_win_2_3>ul>li,
.login_win_2_5>ul>li {
    display: none;
}

.login_win_2 ul>li.show {
    display: block;
}

.login_win_2_1>ul>li>p,
.login_win_2_3>ul>li>p,
.login_win_2_5>ul>li>p {
    color: #D2D2D2;
    line-height: 1.4;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.login_win_2_1>ul>li:nth-child(2)>p,
.login_win_2_3>ul>li:nth-child(2)>p,
.login_win_2_5>ul>li:nth-child(2)>p {
    color: #7b7b7b;
}

.login_win_2_1>ul>li:nth-child(2)>p a,
.login_win_2_3>ul>li:nth-child(2)>p a,
.login_win_2_5>ul>li:nth-child(2)>p a {
    margin-left: auto;
    color: #7b7b7b;
}

.login_win_2_1>ul>li:nth-child(2)>p label,
.login_win_2_3>ul>li:nth-child(2)>p label,
.login_win_2_5>ul>li:nth-child(2)>p label {
    margin-left: 5px;
}

body .login_win_2 .login_win_2_1>ul>li input,
body .login_win_2 .login_win_2_3>ul>li input,
body .login_win_2 .login_win_2_5>ul>li input {
    border-bottom: 1px solid #ccc;
}

.login_verification {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.login_verification input {
    width: 60% !important;
    border: none !important;
}

.login_verification a {
    float: right;
    margin-top: 25px;
    color: #00A292;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    width: 40%;
    text-align: center;
    line-height: 30px;
}

.login_win_2_1>button,
.login_win_2_3>button,
.login_win_2_5>button {
    background: #00A292;
    border-radius: 4px;
    border: none;
    color: #fff;
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
}

.login_win_2_2,
.login_win_2_4 {
    width: 100%;
    align-self: flex-end;
    background: #F8F8F8;
    padding: 13px;
    display: flex;
    align-items: center;
}

.login_win_2_2>input,
.login_win_2_4>input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.login_win_2_2>label {}

.login_win_2_2>label a,
.login_win_2_4>label a {
    color: #00a292;
}

/*  */
.goAppDownLoad {
    position: relative;
    overflow: hidden;
}

.goAppDownLoad img {
    display: block;
}

.goAppDownLoad_no {
    position: absolute;
    width: 98px;
    height: 45px;
    bottom: 11px;
    left: 130px;
}

.goAppDownLoad_yes {
    position: absolute;
    width: 98px;
    height: 45px;
    bottom: 11px;
    left: 200px;
}

.login_win_2_2>a,
.login_win_2_4>a {
    margin-left: auto;
    border: 1px solid #00A292;
    border-radius: 4px;
    color: #00a292;
    padding: 5px 20px;
}

@media screen and (max-width:1366px) and (min-width:1200px) {
    .logo {
        margin-right: 0px;
    }

    .pub_tool {
        margin-left: 0px;
    }
}

.pub_footer {
    /* background: #989898; */
    background: #00a292;
    text-align: center;
    color: #909090;
    /* padding-top: 30px; */
}

.pub_footer::after {
    /* content:''; */
    display: block;
    width: 100%;
    height: 38px;
    background: #000;
    /* margin-top: 30px; */
}

.pub_footer2>p {
    padding: 5px 0;
}

.pub_footer2>p a {
    color: #000;
}

.pub_footer2 {
    background: #ffffff;
    padding: 30px 0;
}

.pub_footer1 {
    width: 1200px;
    margin: auto;
    padding: 30px 0;
}

.pub_footer1>ul {
    display: flex;
}

.pub_footer1>ul>li {
    margin-right: 40px;
}

.pub_footer1>ul>li:last-child {
    margin-right: 0;
    margin-left: auto;
}

.pub_footer1>ul>li:last-child a {
    display: flex;
    color: #fff;
    overflow: hidden;
    align-items: center;
    /* border: 1px solid #ccc; */
    background: #fff;
    border-radius: 3px;
}

.pub_footer1>ul>li:last-child a>img {
    width: 32px;
    float: left;
}

.pub_footer1>ul>li:last-child a>span {
    flex: 1;
    border: 1px solid #fff;
    line-height: 30px;
    height: 30px;
    background: #00a292;
}

.pub_footer1>ul>li strong {
    display: block;
    color: #efefef;
    font-size: 18px;
    line-height: 2.8;
}

.pub_footer1>ul>li:not(:last-child) a {
    display: block;
    color: #e0e0e0;
    line-height: 2.2;
}

.pub_footer1>ul>li:not(:last-child) a:hover {
    color: #fff;
}

.pub_zixun {
    transition: all .5s;
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 11;
}

.pub_zixun>img {
    cursor: pointer;
}