::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.head {
    height: 8.5vh;
    width: 100%;
    background: #fff;
    line-height: 8.5vh;
    border-bottom: 1px solid #eee;
}

.head .logo {
    height: 8.5vh;
    cursor: pointer;
}

.head .logo img {
    height: 8.4vh;
}

.head .item ul li {
    padding: 0 23px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}

.head .item ul li .twoitem {
    position: absolute;
    z-index: 9999;
    background: #f2f2f2;
    width: 260px;
}

.head .item ul li .twoitem ul li {
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}

.head .item ul li .threeitem {
    position: absolute;
    left: 260px;
    background: #faefdd;
    width: 200px;
    top: 0;
}

.head .item ul li .threeitem ul li {
    padding: 0;
}

.head .item ul li .threeitem ul li span {
    margin-left: 20px;
}

.head .item .threeitem ul li:hover a {
    background: #f7e7cc;
}

.head .item ul li .twoitem ul li:hover {
    background: #faefdd;
}

.head .item ul li .twoitem ul li:hover a {
    color: #000;
}

.head .item ul li .twoitem ul li img {
    margin-top: 14px;
    height: 25px;
}

.head .item ul li a {
    display: block;
    height: 100%;
    width: 100%;
}

.head .item ul li a:hover {
    color: #e9980b;
}

.head .right {
    margin-left: 5%;
}

.head .right li {
    height: 8.5vh;
    position: relative;
    cursor: pointer;
}

.head .right li span {
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    right: -14px;
    top: 12px;
    z-index: 9999;
    background: #e9980b;
    line-height: 25px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    color: #000;
}

.head .right .user {
    margin-right: 20px;
}

.head .right .userlogins {
    height: 4vh;
    line-height: 4vh;
    background: #eee;
    border-radius: 3px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 2.2vh;
    margin-right: 15px;
}

.head .right .userlogins p:nth-child(2) {
    margin-left: 15px;
    color: #f8aa02;
}

.head .right img {
    height: 4.5vh;
    margin-top: 2vh;
}

.head_top {
    height: 8vh;
    background: #ddd;
    line-height: 8vh;
}
.head_top .search {
    width: 30%;
    margin-left: 20%;
    height: 5vh;
    background: #fff;
    line-height: 5vh;
    position: relative;
    margin-top: 1.5vh;
    border-radius: 3px;
}

.head_top .search input {
    position: absolute;
    height: 5vh;
    width: 85%;
    background: none;
    border: none;
    padding-left: 20px;
    box-sizing: border-box;
}

.head_top .search img {
    height: 2.5vh;
    width: 2.6vh;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.head_top a {
    font-size: 15px;
}

.footer {
    background: #3d3e43;
    position: relative;
    width: 100%;
    bottom: 0;
    overflow: hidden;
}

.footer .w {
    padding: 30px 0;
    box-sizing: border-box;
}

.footer a,
.footer p,
.footer h3 {
    color: #999999;
    font-size: 15px;
}

.footer .fl {
    width: 20%;
    margin-bottom: 30px;
}

.footer .fr {
    width: 20%;
    margin-bottom: 30px;
}

.footer .fr a {
    display: inline;
}

.footer .fr a img {
    width: 4vh;
    height: 4vh;
}

.footer h3 {
    margin-bottom: 3vh;
    color: #fff;
}

.footer p {
    margin-bottom: 1.5vh;
}

.footer .bot {
    padding: 14px 0;
    box-sizing: border-box;
    background: #26272b;
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.footer .bot a {
    margin-right: 20px;
    font-size: 15px;
    display: inline;
}

.footer .w a:hover {
    color: #da9138;
}

@media screen and (max-width: 1300px) {
    .ad .right .info .fl:nth-child(2) {
        margin-top: 29%;
    }
}

.popups {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.popups .logins {
    background: #fff;
    position: absolute;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.popups .logins>p {
    position: absolute;
    right: 20px;
    font-size: 34px;
    top: 0px;
    z-index: 99999;
}

.popups .logins .title {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    margin-bottom: 45px;
    width: 100%;background: #ddd;
}

.popups .logins .mains {
    margin-top: 45px;
}

.popups .logins .title ul li {
    height: 45px;
    line-height: 45px;
    width: 35%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.bgcolor {
    background: #fff;
}

.popups .logins .mains input {
    height: 45px;
    width: 100%;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 45px;
    font-size: 14px;
}

.popups .logins .mains p {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.popups .logins .mains button {
    height: 45px;
    margin-top: 30px;
    width: 100%;
    border: none;
    background: #e9980b;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    outline: none;
}

.popups .logins .mains .mains_2 div p {
    width: 45%;
}

.popups .logins .mains .mains_2 .check {
    border: none;
}

.popups .logins .mains .mains_2 .check input {
    width: 20px;
}

.popups .logins .mains .mains_2 span {
    display: block;
    margin-top: 12px;
    margin-left: 10px;
    font-size: 15px;
}

.hover {
    position: absolute;
    z-index: 999;
    width: 1170px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 2px 5px 2px #ccc;
    top: 95px;
    border-radius: 5px;
    left: 0;
}

.hover ul li {
    width: 14.2%;
    margin-bottom: 2vh;
    height: 8vh;
}

@media screen and (max-width: 1280px) {
    .head{
        height: 10.5vh;
        line-height: 10.5vh;
    }
    .head .logo img{
        margin-top: 1vh;
    }
  .head_top h3 {
    font-size: 14px;
    }
    .head .right img{
        margin-top: 2vh;
        height: 6.5vh;
    }
    .head .right li span{
        top: 4px;
    }
    .head .right .userlogins{
        height: 6vh;
        line-height: 6vh;
    }
}