.w {
    width: 1200px;
    margin: 0 auto;
}
/* logo */
.hd {
    background-color: #1d1d1d;
}
.header {
    position: relative;
    height: 85px;
}
.logo {
    position: absolute;
    width: 200px;
    height: 70px;
    top: 7px;
}
.logo a {
    display: block;
    width: 200px;
    height: 70px;
    background: url(../images/logo.png);
    text-indent: -9999px;
    overflow: hidden;
}
.loginbar a {
    position: absolute;
    width: 120px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: seashell;
}
.header .user {
    top: 22px;
    right: 130px;
    border: 1px solid seashell;
    border-radius: 5px;
}
.header .user-last {
    top: 22px;
    right: 0;
    border-radius: 5px;
    color: #ffbc02;
    border: 1px solid #ffbc02;
    
}
.header .user-last:hover {
    background: linear-gradient(rgb(255, 217, 2), rgb(248, 142, 4));
    color: #000000;
}
/* nav */
.nav {
    height: 45px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(rgb(255, 217, 2), rgb(248, 142, 4));
}
.nav-header {
    height: 45px;
}
.nav-header ul li {
    float: left;
    
}
.nav-header ul li a {
    display: block;
    padding: 0 40px;
    line-height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #1d1d1d;
}
.nav-header ul li a:hover {
    color: #ffae00;
    background: #1d1d1d;
}
/*  */
.service-content {
    position: fixed;
    right: 30px;
    top: 230px;
    z-index: 997;
}
.service-content ul {
    width: 100%;
}
.service-content ul li a {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 85px;
    margin-top: 300px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    color: #000000;
    background-color: #ffbc02;
}
.service-content ul li a:hover {
    color: #ffffff;
}
.service-content .chevron-thin-up {
    content: "\e909";
    font-family: 'icomoon';
}
/* fonter */
.fonter {
    padding-top: 30px;
    background-color: #1d1d1d;
}
.serviec {
    margin-top: 60px;
    width: 100%;
    height: 45px;
    font-size: 20px;
    background-color:#353535;
}
.serviec ul li {
    float: right;
    font-size: 35px;
    margin-left: 70px;
    line-height: 45px;
    color:  rgb(172, 170, 170);
}
.serviec ul li em {
    font-size: 20px;
    line-height: 45px;
}
.serviec span {
    color:  rgb(172, 170, 170);
}
.serviec span a {
    line-height: 45px;
    color:  rgb(172, 170, 170);
}
.serviec span a:hover {
    color: #fbc000;
}
.icon-facebook:before {
    content: "\e905";
    color: #1877f2;
    font-family: 'icomoon';
}
.icon-youtube:before {
    content: "\e908";
    color: #f00;
    font-family: 'icomoon';
}
.icon-telegram:before {
    content: "\e906";
    color: #2ca5e0;
    font-family: 'icomoon';
}
.icon-whatsapp:before {
    content: "\e907";
    color: #25d366;
    font-family: 'icomoon';
}
/*  */
.guild {
    width: 1200px;
    height: 400px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c9c9c9;
}
.guild .news-col p {
    font-size: 14px;
    color: #c9c9c9;
}
.news-col p {
    line-height: 1em;
    margin-bottom: 10px;
}
.news-col {
    float: left;
    width: 25%;
    padding: 10px;
}
.news-col ul li a {
    color: #c9c9c9;
}
.news-col ul li a p:hover {
    color: #fbc000;
}
.news-col ul li h2 {
    margin-bottom: 20px;
}
.news-col ul li h2 span {
    border-bottom: 1px solid #fbc000;
}
.guildsubtitle {
    font-size: 15px;
    font-weight: bold;
}
.partner {
    width: 1200px;
    height: 230px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
}
.partner p {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #c9c9c9;
}
.partner img {
    margin-bottom: 20px;
}
.partner-left {
    float: left;
}
.partner-left .hd {
    margin-bottom: 20px;
}
.partner-right {
    float: right;
    text-align: center;
}
.copyright {
    text-align: center;
    color: #ffffff;
}