/********** global *********/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #101010;
}
::-webkit-scrollbar-thumb:hover {
    background: #101010;
}

a{
    text-decoration: none; /* 去除默认的下划线 */
    outline: none;

}
a:active {
    star:expression(this.onFocus=this.blur());
}
img{
    border:none;
    vertical-align: middle;
}
html,body{
    font-size: 14px;
    height: 100%;
    font-family: "PingFang SC", "Microsoft Yahei";
}

/********** head *********/
.head {
    width: 100%;
    height: 80px;
    color: #ffffff;
    line-height: 80px;
    background-color: #141825;
}
.head_main {
    width: 1200px;
    margin: auto;
}

.menu-logo {
    float:left;
    cursor:pointer;
}
.logo {
    height: 24px;
    margin-top: 3px;
    margin-right: 40px;
}

.menu {
    float:left;
    padding: 0 10px;
    font-size: 17px;
    cursor:pointer;
}
.menu span {
    color: #cfcfcf;
    padding: 9px 15px;
    border:1px solid transparent;
}
.menu a {
    font-size: 17px;
}

.menu span:hover {
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 10px;
    border:1px solid #ffffff;
}

.idd-menu{
    border-radius: 8px;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    position: absolute;
    background-color: #ffffff;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    margin-left: -10px;
    margin-top: -5px;
    display:none;
}
.idd-menu li {
  overflow: hidden;
  height: 40px;
  line-height:40px;
  color: #333333;
  width: 120px;
}
.idd-menu a{
    color: #333333;
}
.idd-menu a:hover{
    color: #166ffa;
}

.menu-select span{
    font-weight: 600;
    border-radius: 10px;
    border:1px solid #ffffff;
}

.menu-login {
    float:right;
    font-size: 17px;
}
.user-login {
    display:none;
}
.login {
    padding: 10px 28px;
    background-color: #166ffa;
    border-radius: 20px;
}
.login:hover {
    color: #cfcfcf;
    cursor:pointer;
}

.menu-login .user-desc {
    display:none;
    font-size: 15px;
    color: #b2b2b2;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
}
.menu-login .user-desc .user-i {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.menu-login .user-desc .user-n {
    margin-top: 1px;
    margin-right: 10px;
}
.menu-login .user-desc .user-s {
    width: 12px;
    height: 8px;
}
.menu-login .user-desc div {
    height: 25px;
    text-align: center;
}
.menu-login .user-desc .user-vip-msg {
    display:none;
    font-size: 12px;
    color: #b69d01;
}

.menu-login .user-menu{
    display:none;
    z-index: 1;
    color: #333333;
    font-size: 15px;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    margin-top: -10px;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}
.menu-login .user-menu li{
    text-align: center;
    width: 150px;
    line-height: 40px;
    cursor:pointer;
    overflow: hidden;
}
.menu-login .user-menu li:hover{
    color: #166ffa;
}

.menu-login .user-menu .line {
    height: 0px;
    margin: auto;
    width: 80%;
    border-bottom: 1px solid #d0d0d0;
}


/********** content *********/
.content {
    margin: auto;
    width: 1200px;
    margin-top:20px;
    margin-bottom: 40px;
    overflow: hidden;
    min-height: 455px;
}

/********** foot *********/
.footer {
    color: #fff;
    padding-top: 15px;
    background-color: #141825;
    border-bottom: 1px solid #444;
}
.footer-top {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    padding-bottom: 0;

}
.footer-top .item {
    float: left;
    width: 200px;
}
.footer-top .item .title {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.footer-top .item  li {
    line-height: 28px;
    list-style-type: none;
}
.footer-top a {
    color: #fff;
    cursor: pointer;
}
.footer-top a:hover {
    color: #aaa;
}
.footer-top .code-box {
    overflow: hidden;
    border-left: 1px solid #444;
    padding-left: 80px;
    padding-right: 50px;
}
.code-box .item {
    width: auto;
    float: left;
}
.code-box ul {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    padding-bottom: 10px;
}
.code-box ul li {
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    margin-top: 5px;
}
.code-box img {
    width:100px
}
.footer-mid {
    border-bottom: 1px solid #444;
}
.footer-end {
    color: #fff;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
    font-size: 13px;
}
.footer-end p {
    line-height: 28px;
}
.footer-end img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}