body {
    background: #F6F6F6;
    font-size: 14px;
    min-width: 1300px;
}

* {
    font-family: "微软雅黑";
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 0px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 0px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(100, 100, 100, 0.5) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

input {
    -webkit-appearance: none;
}

.layui-carousel {
    background: #fff;
}

.layui-carousel-ind ul {
    background: none;
}

.layui-carousel-ind li.layui-this {
    width: 20px;
    border-radius: 5px;
}

@keyframes pop-in {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.1;
    }

    80% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

body .backtop {
    display: none;
    position: fixed;
    bottom: 19px;
    left: 50%;
    width: 59px;
    background: #FFF;
    text-align: center;
    line-height: 53px;
    color: #333;
    height: 50px;
    font-size: 21px;
    border-radius: 9px;
    transform: translate(625px, 0%);
    cursor: pointer;
}

@media screen and (max-width: 1409px) {
    body .backtop {
        display: none!important;
    }
}

body .backtop:hover {
    color: #333;
}

@media screen and (max-width: 1400px) {
    body .backtop {
        display: none;
    }
}
.header-important {
    background: #2c2c2c;
    padding: 0px 0px;
}
.header-important .logo {
    height: 108px;
    line-height: 108px;
    display: block;
    float: left;
    text-align: center;
}

.header-important .logo img {
    margin-top: -7px;
    height: 70px;
}

.header-important .logo-right-decation {
    height: 80px;
    margin: 14px 0;
    margin-left: 100px;
}

.header-important .search {
    margin: 33px 0;
    float: right;
    width: 350px;
    position: relative;
}

.header-important .search input[type="text"] {
    height: 42px;
    width: 100%;
    padding: 10px 24px;
    padding-right: 50px;
    line-height: 22px;
    background: #FFF;
    border: 0;
    border-radius: 25px;
    color: #5f5f5f;
}

.header-important .search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 18px;
    background: none;
    border: 0;
    width: 30px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    font-size: 19px;
}

.web-nav {
    background: #FFF;
    width: 100%;
    height: 55px;
    box-shadow: 0px 0px 4px #dedede;
}

.web-nav .nav-ul {
    position: relative;
    width: calc(100% - 70px);
    float: left;
    height: 55px;
}

.web-nav .nav-ul li {
    width: calc(100% / 8);
    float: left;
}

.web-nav .nav-ul li a {
    transition: 0.4s all;
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0px 10px;
    overflow: hidden;
    width: 100%;
    font-size: 17px;
    text-align: center;
    color: #333;
}

.web-nav .nav-ul .hover a {
    color: #00B6ED;
}

.web-nav .nav-ul .border-bottom {
    transition: 0.4s all;
    height: 2px;
    background: #00B6ED;
    width: calc(100% / 8);
    position: absolute;
    left: 0;
    bottom: 0;
}

.web-nav .header-user {
    width: 70px;
    float: right;
    height: 55px;
    text-align: center;
    font-size: 17px;
    position: relative;
}

.web-nav .header-user:hover .show {
    display: block;
    animation: pop-in;
    transform-origin: 50% top;
    animation-duration: .15s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.web-nav .header-user .ico {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 12.5px;
}

.web-nav .header-user .show-data {
    padding-top: 14px;
    position: absolute;
    z-index: 100001;
    right: 0;
    top: 54px;
}

.web-nav .header-user .show {
    width: 245px;
    background: #FFF;
    box-shadow: 0px 3px 14px #a9a9a9;
    border-radius: 7px;
    padding: 20px 25px;
    display: none;
}

.web-nav .header-user .show i {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid white;
    position: absolute;
    top: -14px;
    right: 27px;
    z-index: 1;
}

.web-nav .header-user .show span {
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.web-nav .header-user .show button {
    display: block;
    background: linear-gradient(to right, #ff850b 0, #ff5945 100%);
    border: 0;
    color: #FFF;
    font-size: 14px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    margin: 0px auto;
    cursor: pointer;
    margin-top: 15px;
}

.web-nav .header-user .show button:hover {
    background: linear-gradient(to right, #f17f0e 0, #ea4835 100%);
}

.web-nav .header-user .show .logined_text {
    text-align: left;
}

.web-nav .header-user .show .share {
    height: auto;
    text-overflow: clip;
    white-space: inherit;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    color: #adadad;
    margin-top: 11px;
}

.web-nav .header-user .show .hot {
    background: url("//static.115z.com/img/hot.png") no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 3px;
}

.web-nav .header-user .show .logined_btn {
    margin-top: 15px;
}

.web-nav .header-user .show .logined_btn a {
    float: left;
    width: 46%;
    display: block;
    color: #FFF;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background: linear-gradient(to right, #ff850b 0, #ff5945 100%);
}

.web-nav .header-user .show .logined_btn a:nth-child(2) {
    margin-left: 8%;
    background: none;
    border: 1px solid #ff5945;
    color: #ff5945;
}

.web-nav .header-user .logined {
    width: 310px;
    padding: 29px 25px;
}

.content-true {
    margin-top: 13px;
    margin-bottom: 13px;
}

.loadding {
    width: 57px;
    position: absolute;
    z-index: 98;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.loadding span {
    display: inline-block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: #ff7438;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0%, 100% {
        height: 10px;
        background: #ff9466;
    }

    50% {
        height: 30px;
        margin-top: -20px;
        background: #ffcb8b;
    }
}

.loadding span:nth-child(2) {
    -webkit-animation-delay: 0.13s;
}

.loadding span:nth-child(3) {
    -webkit-animation-delay: 0.26s;
}

.loadding span:nth-child(4) {
    -webkit-animation-delay: 0.39s;
}

.loadding span:nth-child(5) {
    -webkit-animation-delay: 0.52s;
}  /*<div class="loadding"> <span></span> <span></span> <span></span> <span></span> <span></span> </div>*/.loadding2 {
                                                                                                              user-select: none;
                                                                                                              width: 103px;
                                                                                                              height: 30px;
                                                                                                              text-align: center;
                                                                                                              position: absolute;
                                                                                                              z-index: 99;
                                                                                                              top: 50%;
                                                                                                              transform: translate(-50%, -50%);
                                                                                                              left: 50%;
                                                                                                          }

.loadding2>div {
    background-color: #5298ff;
    height: 11px;
    width: 11px;
    margin-left: 7px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}

.loadding2 .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loadding2 .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loadding2 .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loadding2 .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: translateY(-10px);
    }

    20% {
        -webkit-transform: translateY(-20px);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

.msg-wc-cmsz, .layui-layer-border {
    border: 0!important;
    box-shadow: 0px 0px 13px #dcdcdc!important;
    min-width: 185px!important;
}

.friends-link {
    background: #313131;
    padding: 20px 0;
    color: #a4a4a4;
}

.friends-link ul {
    padding: 9px 21px;
    padding-bottom: 0;
    background: #424242;
}

.friends-link h3 {
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    margin-bottom: 11px;
}

.friends-link li {
    float: left;
    margin-right: 20px;
    margin-bottom: 9px;
}

.friends-link li a {
    display: block;
    color: #bebebe;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}

footer {
    width: 100%;
    padding: 19px 0px;
    background: #313131;
}

footer a:hover {
    color: #00B6ED!important;
}

footer .left {
    width: 60%;
    color: #a4a4a4;
}

footer .left img {
    margin-bottom: 15px;
    display: block;
    max-height: 80px;
}

footer .left p {
    line-height: 26px;
    font-size: 14px!important;
}

footer .left ul {
    margin-top: 22px;
    border-top: 1px solid #4b4b4b;
    padding-top: 15px;
}

footer .left ul li {
    float: left;
    margin-right: 21px;
}

footer .left ul li a {
    display: block;
    color: #a4a4a4;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

footer .right {
    text-align: right;
    margin-top: 48px;
}

footer .right img {
    padding: 5px;
    width: 100px;
    height: 100px;
    background: #FFF;
    border-radius: 2px;
    overflow: hidden;
}

.title {
    position: relative;
    height: 45px;
    line-height: 35px;
    text-indent: 21px;
    font-size: 17px;
    border-bottom: 1px solid #F6F6F6;
}

.title:after {
    content: " ";
    position: absolute;
    height: 17px;
    width: 0;
    border: 1.5px solid #5298ff;
    left: 0;
    border-radius: 9px;
    top: 8px;
}

.title .iconfont {
    float: right;
    height: 45px;
    line-height: 38px;
    font-size: 20px;
    color: #d2d2d2;
}

.loginskin .layui-layer-close {
    display: none;
}

#login {
    width: 678px;
    height: 390px;
    overflow: hidden;
    border-radius: 4px;
    background-color: white;
    -webkit-user-select: none;
    z-index: 99;
}

#login .closeLogin {
    font-size: 21px;
    position: absolute;
    right: 24px;
    top: 24px;
    color: #b3b3b3;
    cursor: pointer;
    z-index: 1;
}

#login .closeLogin:hover {
    color: #5298ff;
}

#login .left {
    float: left;
    width: 246px;
    border-radius: 4px 0px 0px 4px;
    height: 100%;
    background-image: linear-gradient(132deg, #a2c7ff, #3378dc);
}

#login .left img {
    width: 112px;
    height: 112px;
    display: block;
    margin: 0px auto;
    margin-top: 109px;
}

#login .left span {
    display: block;
    color: #FFF;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-top: 9px;
    font-size: 25px;
}

#login .right {
    width: calc(100% - 246px);
    height: 100%;
    position: relative;
}

#login .right .tilg {
    line-height: 24px;
    height: 24px;
    width: 80%;
    margin: 0px auto;
    margin-top: 26px;
    font-size: 17px;
    color: #333;
}

#login .right .center {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 54%;
    left: 50%;
    width: 80%;
}

#login .right .input {
    position: relative;
    margin-bottom: 11px;
}

#login .right .input i {
    position: absolute;
    left: 0;
    height: 50px;
    line-height: 48px;
    top: 0;
    width: 20px;
    font-size: 21px;
    text-align: center;
}

#login .right .input input {
    text-indent: 20px;
    width: 100%;
    background: #FFF;
    border: 0;
    line-height: 30px;
    height: 50px;
    font-size: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #eaeaea;
}

#login .right .code input {
    padding-right: 130px;
}

#login .right .code .imgcode {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 119px;
}

#login .right button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #5298ff;
    color: #FFF;
    border-radius: 4px;
    text-align: center;
    border: 0;
    font-size: 15px;
    margin-top: 12px;
    cursor: pointer;
}

#login .right button:hover {
    background: #5393f1;
}

.loo {
    padding: 10px 0px;
}

.loo .ks {
    float: left;
}

.loo .ks a {
    display: block;
    float: left;
    margin-right: 14px;
}

.loo .ks a img {
    height: 30px;
}

.loo .zc {
    float: right;
}

.loo .zc a {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    font-size: 15px;
    color: #8e8e8e;
}

.loo .zc a:hover {
    color: #5298ff;
}

.twdd {
    margin-top: 32px;
}

.twdd li {
    margin-bottom: 37px;
}

.twdd li:last-child {
    margin-bottom: 0;
}

.twdd li a {
    display: block;
}

.twdd li a .list-img {
    width: 100px;
    height: 65px;
    overflow: hidden;
    border-radius: 4px;
    float: left;
    margin-right: 20px;
}

.twdd li a .list-img img {
    width: 100%;
}

.twdd li a .info {
    float: left;
    width: calc(100% - 100px - 20px);
}

.twdd li a .info h3 {
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

.twdd li a .info font {
    display: block;
    margin-top: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 15px;
    color: #333;
}

.twdd li a .info .new-date {
    color: #F00;
}

.atuikeTableSkin1 {
    margin: 0;
    color: #858585;
}

.atuikeTableSkin1 td, .atuikeTableSkin1 .td {
    border: 1px solid #efefef;
    padding: 12px 20px;
}

.atuikeTableSkin1 th {
    border: 1px solid #efefef;
    padding: 12px 20px;
}

.atuikeTableSkin1[lay-skin=row] {
    border: 1px solid #efefef;
    padding: 12px 20px;
}

.atuikeTableSkin1[lay-skin=line] {
    border: 1px solid #efefef;
    padding: 12px 20px;
}

.atuikeTableSkin1 tbody tr:hover, .atuikeTableSkin1 thead tr, .atuikeTableSkin1[lay-even] tr:nth-child(even) {
    background-color: #FFF;
}

.atuikeTableSkin1 .manage {
    display: inline-block;
    border: 1px solid #ebeef5;
    padding: 4px 12px;
    color: #858585;
    border-radius: 3px;
}

.atuikeTableSkin1 .number {
    font-style: normal;
    color: #ff5636;
    margin: 0px 3px;
}

.atuikeLayerSkin1 {
    min-width: 400px!important;
    max-width: 95%!important;
    max-height: 90%;
}

.atuikeLayerSkin1 .layui-layer-title {
    background-color: transparent;
    border-bottom: 0;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
    line-height: 38px;
    height: 38px;
}

.atuikeLayerSkin1 .layui-layer-content {
    color: #606266;
    padding: 10px 22px!important;
    font-size: 15px!important;
}

.atuikeLayerSkin1 .layui-layer-padding {
    padding: 20px 20px 20px 55px!important;
    text-align: left;
}

.atuikeLayerSkin1 .layui-layer-btn a {
    padding: 4px 25px;
    box-sizing: content-box;
    margin-top: 11px;
    margin-bottom: 5px;
    border-radius: 4px;
    margin-left: 10px;
}

.atuikeLayerSkin1 .layui-layer-btn a:nth-child(1) {
    background: #5298ff;
    border-color: #5298ff;
}

.atuikeLayerSkin1 .layui-layer-setwin .layui-layer-close1 {
    font-family: "iconfont" !important;
    background: none;
    font-size: 16px;
    transition: 0.2s all;
}

.atuikeLayerSkin1 .layui-layer-setwin .layui-layer-close1:after {
    content: "\e849";
}

.atuikeBtnSkin1 {
    background-color: #5298ff;
    border-color: #5298ff;
    height: 43px;
    line-height: 43px;
    width: 192px;
    border-radius: 4px;
}

.atuikeFormSkin1 {
    max-width: 650px;
}

.atuikeFormSkin1 .layui-form-item {
    margin-bottom: 30px;
}

.atuikeFormSkin1 .layui-form-label {
    width: 90px;
    padding: 9px 0;
    color: #929292;
    text-align: left;
}

.atuikeFormSkin1 .layui-input-inline {
    margin-left: 10px;
    margin-right: 45px;
    width: 202.5px;
}

.atuikeFormSkin1 .layui-input-block {
    margin-left: 100px;
}

.layui-form-select dl dd.layui-this {
    background-color: #5298ff;
}

.layui-form-switch {
    box-sizing: content-box;
    border: 1px solid #ededed;
    background: #ededed;
    padding: 0px 10px;
}

.layui-form-switch i {
    background: #FFF;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #58aaff;
    background-color: #58aaff;
}

.layui-form-radio i {
    font-size: 19px;
}

.layui-form-radio i:hover, .layui-form-radioed i {
    color: #58aaff;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #58aaff;
}

.layui-input {
    padding-right: 8px;
}

.layui-textarea {
    padding: 9px 13px;
    line-height: 25px;
}

.layui-form-onswitch {
    border: 1px solid #48a0ff;
    background-color: #48a0ff;
}

.inline-form .layui-form-item {
    width: 46.5%;
    float: left;
    clear: none;
}

.inline-form .layui-form-item:nth-child(2n) {
    float: right;
}

.athuor-info {
    margin-top: 10px;
    margin-bottom: 70px;
}

.athuor-info>a>img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 6px;
}

.athuor-info>a>img:hover {
    opacity: 0.8;
}

.athuor-info .nick {
    float: left;
    width: calc(100% - 80px - 15px);
}

.athuor-info .nick h3 {
    display: block;
    font-size: 17px;
    color: #333;
}

.athuor-info .nick span {
    font-size: 15px;
    line-height: 24px;
    margin-top: 11px;
    color: #8a8a8a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.athuor-info .data {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #efefef;
    padding: 15px 0px;
}

.athuor-info .data div span {
    float: left;
    width: 33.33333%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #9e9e9e;
}

.athuor-info .data .number span {
    padding: 0px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

.athuor-info .btn {
    float: left;
    width: 100%;
}

.athuor-info .btn a {
    float: left;
    width: 47%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    color: #8a8a8a;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    font-size: 15px;
}

.athuor-info .btn a:hover {
    border: 1px solid #e7e7e7;
    color: #666;
}

.athuor-info .btn a:nth-child(1) {
    margin-right: 6%;
    background: #5298ff;
    color: #FFF;
    border: 1px solid #5298ff;
}

.athuor-info .btn a:nth-child(1):hover {
    background: #5193f5;
}

.athuor-info .btn a i {
    display: inline-block;
    margin-right: 6px;
    font-size: 15px;
}

.xuhaoul {
    width: 710px;
    margin-top: 27px;
    margin-bottom: 32px;
    float: left;
}

.xuhaoul:nth-child(1) {
    margin-right: 100px;
}

.xuhaoul li {
    float: left;
    width: 50%;
    margin-bottom: 28px;
    padding-right: 15px;
}

.xuhaoul li:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
}

.xuhaoul li:nth-last-child(1) {
    margin-bottom: 0;
}

.xuhaoul li:nth-last-child(2) {
    margin-bottom: 0;
}

.xuhaoul li:nth-child(1) a i {
    background: #ff2a2a;
    color: #FFF;
}

.xuhaoul li:nth-child(2) a i {
    background: #ff7171;
    color: #FFF;
}

.xuhaoul li:nth-child(3) a i {
    background: #ff9900;
    color: #FFF;
}

.xuhaoul li:nth-child(4) a i {
    background: #ffcc00;
    color: #FFF;
}

.xuhaoul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    overflow: hidden;
}

.xuhaoul li a i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin-right: 10px;
    background: #f3f3f3;
    width: 33px;
    text-align: center;
    border-radius: 5px;
    color: #696969;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    margin-top: -2px;
}

.no-data {
    padding: 120px 100px;
    text-align: center;
    color: #adadad;
}

.no-data i {
    display: block;
    font-size: 154px;
}

.no-data span {
    display: block;
    line-height: 30px;
    padding: 5px 0px;
    font-size: 17px;
}

.no-data a {
    display: block;
    color: #a5a5a5;
    width: 221px;
    margin: 0px auto;
    border: 1px solid #e2e2e2;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 18px;
}

.three {
    background: #FFF;
    margin-top: 13px;
    padding: 35px 30px;
}

.three li {
    width: 30%;
    margin-right: 5%;
    float: left;
}

.three li:nth-child(3) {
    margin-right: 0;
}

.three li img {
    float: left;
    width: 52px;
    height: 52px;
    margin-right: 25px;
    border-radius: 10px;
}

.three li div {
    float: left;
    width: calc(100% - 52px - 25px - 100px - 25px);
}

.three li div h3 {
    display: block;
    font-size: 15px;
    color: #333;
    height: 26px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.three li div span {
    display: block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    color: #a9a9a9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.three li .go {
    float: right;
    width: 100px;
    border-radius: 20px;
    height: 35px;
    line-height: 35px;
    margin-top: 8.5px;
    text-align: center;
    margin-left: 25px;
    color: #ababab;
    border: 1px solid #ededed;
    transition: 0.2s all;
}

.three li .go:hover {
    border: 1px solid #ff6f36;
    color: #ff6f36;
}

.icon-nan {
    color: #2fb9f1!important;
}

.icon-nv {
    color: #ff5f8a!important;
}

#page {
    text-align: center;
    padding: 0 15px;
    padding-bottom: 40px;
}

#page .layui-laypage a, #page .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    border-color: #F6F6F6;
    padding: 0 23px;
    height: 40px;
    color: #8e8e8e;
    line-height: 40px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    font-size: 14px;
}

#page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #5298ff;
}

#loginBox {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

#myEditor p a {
    color: #387ae0;
    text-decoration: underline;
}

.mails {
    width: 100%;
    height: 42px;
    background: #FFF;
    border: 1px solid #ececec;
    line-height: 42px;
    padding: 10px 20px;
    border-radius: 4px;
}

.videos {
    border: 0;
    width: 100%;
    height: 450px;
}

@media screen and (max-width: 700px) {
    .videos {
        height: 250px!important;
    }
}

.web-nav .nav-ul .yhds.hover a {
    color: #666;
}

.web-nav .nav-ul .yhds.hover >a {
    color: #00B6ED;
}

.web-nav .nav-ul .yhds:hover .selectNav {
    display: block;
}

.selectNav {
    display: none;
    animation: pop-in;
    transform-origin: 50% top;
    animation-duration: .15s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    background: #FFF;
    box-shadow: 0px 0px 12px #efefef;
    margin-top: -3px;
    padding: 10px 0px;
    position: relative;
    z-index: 99;
}

.selectNav:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid white;
    position: absolute;
    top: -14px;
    right: 50%;
    margin-right: -7px;
    z-index: 1;
}

.web-nav .nav-ul li .selectNav a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.web-nav .nav-ul li .selectNav a:hover {
    color: #00B6ED;
}