﻿* {
    box-sizing: border-box;
}

:root {
    --color: #17a1ff;
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body {
    background-color: #F9F9F9;
}

body>.head-background {
    position: absolute;
    width: 100%;
    height: 650px;
    background: linear-gradient(180deg, #1784ff 0%, #36cbff 100%);
}

body>.content {
    width: 1370px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

body>.content>.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
}

body>.content>.header>.left {
    width: 350px;
}

body>.content>.header>.left>img {
    display: block;
}

body>.content>.header>.logo {
    padding: 0;
    margin: 0;
    width: 210px;
}

body>.content>.header>.logo>img {
    width: 100%;
    display: block;
}

body>.content>.header>.right {
    font-size: 14px;
    display: flex;
}

body>.content>.header>.right>a ,body>.content>.header>.right>#cscms_login>a{
    display: flex;
    height: 30px;
    align-items: center;
    color: white;
    margin-left: 35px;
    float:left;
}

body>.content>.header>.right>a:first-child {
    margin-left: 0;
}

body>.content>.header>.right>a.link>img {
    height: 20px;
    margin-right: 5px;
}

body>.content>.header>.right>a.user {
    justify-content: center;
    width: 80px;
    border-radius: 30px;
    border: 1px solid white;
}

body>.content>.header>.right>a.user:hover {
    border: none;
    color: #1784ff;
    background: white;
}

body>.content>.common-body>.main {
    padding: 20px 35px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
    background-color: white;
    border-radius: 10px;
    margin-bottom: 30px;
}

body>.content>.common-body>.main>.menu {
    display: flex;
    /*justify-content: center;*/
    margin-bottom: 10px;
}

body>.content>.common-body>.main>.menu>.item {
    height: 65px;
    line-height: 65px;
    font-weight: 700;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.65);
    padding: 0 10px;
    margin-right: 15px;
    position: relative;
}

body>.content>.common-body>.main>.menu>.active {
    color: #0186fe !important;
}

body>.content>.common-body>.main>.menu>.active:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30%;
    background: #0186fe;
    height: 3px;
    border-radius: 10px;
}









body>.content>.common-body>.main>.menu>.item:last-child {
    margin-right: 0;
}

body>.content>.common-body>.main>.menu>.item:hover {
    color: var(--color);
}

body>.content>.common-body>.main>.menu>.item.action {
    color: var(--color);
}

body>.content>.common-body>.main>.menu>.item.action::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: calc(50% - (35% / 2));
    width: 35%;
    height: 3px;
    border-radius: 10px;
    background-color: var(--color);
}

body>.content>.common-body>.main>.menu>.item>.tj {
    display: block;
    position: absolute;
    color: #FFF;
    background: #ff641d;
    font-size: 12px;
    right: -8px;
    top: 0;
    height: 19px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 5px;
}

body>.content>.common-body>.main>.menu>.item>.tj:after {
    content: ' ';
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #ff641d;
    transform: rotate(63deg);
    position: absolute;
    bottom: -2px;
    left: 2px;
}

body>.content>.common-body>.main>.search-box {
    display: flex;
    align-items: center;
    height: 90px;
    margin-top: 55px;
    margin-bottom: 30px;
}

body>.content>.common-body>.main>.search-box>.qq-qun {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
}

body>.content>.common-body>.main>.search-box>.qq-qun>a>img {
    display: block;
    height: 90px;
}

body>.content>.common-body>.main>.search-box>.search-input {
    flex: 1;
    display: flex;
    height: 55px;
    border-radius: 6px;
    overflow: hidden;
}

body>.content>.common-body>.main>.search-box>.search-input>input {
    flex: 1;
    background-color: #F5F5F5;
    border: none;
    padding: 12.5px 25px;
}

body>.content>.common-body>.main>.search-box>.search-input>button {
    width: 170px;
    background-color: var(--color);
    border: none;
    color: white;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0;
}

body>.content>.common-body>.main>.search-box>.search-input>button:hover {
    opacity: 0.9;
}

body>.content>.common-body>.main>.top-ad {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

body>.content>.common-body>.main>.top-ad>a {
    width: calc((100% - 20px * 5) / 6);
    margin-right: 20px;
    height: 90px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.2s all;
}

body>.content>.common-body>.main>.top-ad>a:nth-child(6n) {
    margin-right: 0;
}

body>.content>.common-body>.main>.top-ad>a:hover {
    transform: scale(1.05);
}

body>.content>.common-body>.main>.top-ad>a>img {
    width: 100%;
    height: 100%;
    display: block;
}

body #footer {
    display: block;
    margin-bottom: 45px;
}

body #footer,
body #footer>* {
    font-size: 13px;
    color: #8d8d8d;
    text-align: center;
}

.disbox {
    display: -webkit-box!important;
    display: -moz-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.disflex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    display: block
}
.clearfix {
    overflow: auto;
    _height: 1%;
}