html,
body {
    min-width: 1200px;
    font-family: "微软雅黑", Microsoft Yahei, Hiragino Sans GB, Arial, Tahoma, Helvetica;
}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track{background-color:#e2e2e2}
::-webkit-scrollbar-thumb{border-radius:0;background-color:rgba(0,0,0,.3)}
::-webkit-scrollbar-thumb:vertical:hover{background-color:rgba(0,0,0,.35)}
::-webkit-scrollbar-thumb:vertical:active{background-color:rgba(0,0,0,.38)}
.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.max-width {
    min-height: calc(100vh);
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1240px;
}

.between-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav {
    position: absolute;
    right: 370px;
    top: 20px;
    z-index: 9;
    display: flex;
    flex-direction: row;
    color: #fff;
}

.header {
    background: #8d192f;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #CEB480;
    box-sizing: border-box;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.logo img {
    margin-right: 8px;
}

.header a {
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
}

.header a:hover {
    text-decoration: none;
}

.header a.on {
    color: #ffd689;
}

.login {
    color: #CEB480;
    display: flex;
    align-items: center;
}

.login div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.login div img {
    width: 20px;
    height: 20px;
}

.login div span {
    width: 40px;
    padding-left: 6px;
}

.login .login-b {
    margin-right: 12px;
    padding-right: 10px;
    position: relative;
}

.login .login-b::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 2px;
    width: 1px;
    height: 14px;
    background: #CEB480;
}
.login .login-b img {
    width: 18px;
}
.header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
}

.header-right .icon-notice {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background: url('../images/icon/center_header_icon3.png') no-repeat;
    background-size: 100% 100%;
}
.header-right .icon-message {
    position: relative;
    width: 23px;
    height: 14px;
    display: block;
    background: url('../images/icon/center_header_icon2.png') no-repeat;
    background-size: 100% 100%;
}

.header-right  .tips {
    position: absolute;
    right: -7px;
    top: -7px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e43833;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
}

.header-right .avatar-wrapper {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
}

.header-right .avatar-wrapper img {
    width: 100%;
    height: 100%;
}

.nav .nav-item {
    margin-left: 35px;
}

.nav-item:hover {
    color: var(--main-color);
}

.nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.nav-item .name {
    font-size: 16px;
    margin-bottom: 8px;
}

.nav-item .name-en {
    font-size: 12px;
}

.header .login-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 320px;
    position: absolute;
    top: 22px;
    right: 0px;
}

.footer {
    background: #3a3a3a;
    height: 170px;
    color: #fff;
    box-sizing: border-box;
    border-top: 8px solid #cfb681;
}

.footer>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-users {
    text-align: center;
    margin: 0;
    padding-top: 30px;
    font-size: 24px;
    color: #fff;
}

.total-number {
    text-align: center;
    margin: 5px 0 20px 0;
    font-size: 60px;
    color: var(--main-color);
}

.version {}

.version p {
    padding-bottom: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.43);
}
.version  a {
    color: rgba(255, 255, 255, 0.43);
}

.version p:last-child {
    padding-bottom: 0
}

.contact {
    display: flex;
    flex-direction: row;
}

.show {
    display: block !important;
}

.show-flex {
    display: flex !important;
}

.mask {
    position: relative;
}

.mask:hover::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.gray-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background: linear-gradient(to bottom, #fff, #fcfcfc);
}

.bg-div.little {
    padding-bottom: 190px;
}

.flex {
    display: flex;
}

.flex-1 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.flex-r {
    display: flex;
    flex-direction: row;
}

.flex-r-1 {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.flex-c {
    display: flex;
    flex-direction: column;
}

.flex-r-center {
    justify-content: center;
}

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

.t-center {
    text-align: center;
}

.f-row-all-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.f-col-all-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-align-center {
    align-items: center;
}

.mt-70 {
    margin-top: 70px;
}

.c-red {
    color: red !important;
}

.showCont {
    display: block;
}

.hideCont {
    display: none;
}

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

.pages li {
    width: 44px;
    height: 28px;
    color: #8D192F;
    font-size: 18px;
    border: 1px solid #DFE1E2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
}

.pages .page-actives {
    background: #8D192F;
    color: #fff;
}

.pages .prev {
    width: 34px;
}

.pages .next {
    width: 58px;
    font-size: 14px;
}

.pages .ipt {
    width: 86px;
    border: 0;
    margin: 0 12px 0 16px;
    font-size: 14px;
}

.pages .ipt input {
    width: 28px;
    height: 28px;
    font-size: 14px;
    margin: 0 4px;
    box-sizing: border-box;
    border: 1px solid #DFE1E2;
    text-align: center;
}

.modal {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #0b0c0ac7;
    padding-top: 60px;
}
.clear{clear: both;height: 0px;overflow: hidden;}
.mod-close{width: 37px;height: 37px;z-index: 2;background: url(../images/youth/t_03.png) no-repeat;cursor: pointer;float: right;position: relative;top: 8px;}

.modal-area {
    /* background-color: #fefefe; */
    margin: 0 auto 15% auto;
    /* border: 1px solid #888; */
    width: 330px;
}
.modal-area>iframe{
   border:none;overflow-x:hidden;height:472px;
}

.modal-logo{
	margin: 10px 0;
}
.logo.left{
	justify-content: flex-start;
}


.logo.left .closespan{
	margin: 0;
    margin-left: auto;
    cursor: pointer;
}

