* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "SimSun", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
}
.h1, .h2, .h3, h1, h2, h3, p, ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
::-webkit-scrollbar {
    background: transparent;
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: rgba(37,36,36,.57);
    border-radius: 5px;
}
.index-content {
    width: 100%;
    background: #f8f8f8;
}
.index-content-box {
    width: 1000px;
    margin: 20px auto;
}
.index-content > header {
    background: #fff
}
.index-nav {
    width: 1000px;
    margin: 0 auto;
}
.logo-box {
    margin: 33px 0 27px;
    float: left;
}
.search-box {
    position: relative;
    float: right;
    margin-top: 35px;
}
.search-box > .el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.search-box > .el-input > input {
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    border-radius: 100px;
    width: 240px;
    font-size: 16px;
    padding-top: 2px;
    padding-left: 40px;
    border: 1px solid #dcdfe6;
}
.search {
    background: url("../images/Search.svg");
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.noresult-module, .getresult-module {
    padding: 40px 30px;
    background: #fff;
    margin-top: 10px;
    border-radius: 4px;
}
.noresult-module > p, .getresult-module > p {
    font-size: 24px;
    color: #333;
    line-height: 33px;
}
.noresult-module > hr, .getresult-module > hr {
    margin-top: 15px;
    border-top: 1px solid #e6e8ed;
}
.noresult-module > ul.noresult-tips {
    margin-top: 30px;
}
.noresult-tips {
    list-style: none;
}
.noresult-tips > li {
    font-size: 14px;
    color: #646464;
    line-height: 20px;
    margin-bottom: 10px;
}
.noresult-tips > li:before {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #d6d6d6;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-right: 8px;
}
.noresult-tips > li:first-child:before {
    content: "1";
}
.noresult-tips > li:nth-child(2):before {
    content: "2";
}
.noresult-tips > li:last-child:before {
    content: "3";
}
.getresult-module > p {
    padding: 15px;
}
.getresult-module > hr {
    width: 100%;
    margin: 15px auto;
}
.getresult-module > ul > li {
    border-bottom: 1px solid #e6e8ed;
    cursor: pointer;
}
.getresult-module > ul > li > .game-detail-page {
    padding-left: 0;
}
.search-result-page {
    padding-bottom: 30px;
}
.getresult-module > .gamelist-pagination {
    margin-top: 40px;
}
.footer-module {
    width: 100%;
    background: #2E3132;
    padding: 60px 0;
    margin-top: 15px;
}
.footer-module > .footer-content {
    width: 1000px;
    margin: 0 auto;
}
.footer-content > .footer-bottom {
    margin-top: 10px;
    color: #b3b8bb;
}
.footer-bottom > .internet-rules, 
.footer-bottom > .website-certificate {
    color: #B3B8BB;
}
.footer-bottom > .internet-rules {
    font-size: 14px;
    float: left;
    
}
.footer-bottom > .website-certificate {
    font-size: 12px;
    float: right;
    text-align: right;
}
.website-certificate > p > a {
    color: #B3B8BB;
    text-decoration: none;
}
.game-detail-page {
    padding: 25px;
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
}
.game-detail-page > .top-left {
    padding: 15px;
}
.top-left > img {
    width: 180px;
    height: 180px;
    float: left;
    margin-right: 40px;
    border-radius: 32px;
}
.top-left, .top-left > div, .top-right {
    display: inline-block;
}
.top-left > div {
    vertical-align: top;
}
.top-left > div > h4 {
    font-size: 22px;
    color: #333;
    line-height: 33px;
}
.top-left > div > p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 2px;
}
.top-left > div > div > button {
    font-size: 15px;
    color: #666;
    background: #e9e9e9;
    padding: 6px 16px;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 12px;
    transition: all .4s cubic-bezier(.645,.045,.355,1);
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
}
.top-left > div > div > button:hover {
    color: #fff;
    background: #ff9500;
    border: 1px solid #ff9500;
}
.top-left > div > a.download {
    background: url("../images/Android_Download.svg");
    display: block;
    margin-top: 10px;
    width: 160px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
}
.tags-area {
    height: 43px;
}
.top-right {
    float: right;
    text-align: center;
    border: 2px solid #f4f4f4;
    border-radius: 50%;
    width: 210px;
    height: 210px;
}
.top-right > div {
    margin-top: 45px;
}
.top-right > div > .person-amount {
    font-size: 18px;
    color: #666;
}
.top-right > div > .rate-score {
    font-size: 36px;
    color: #333;
    margin-top: 14px;
}
.M-box22 {
    display: block;
    margin: 30px auto 10px;
    text-align: center;
}
.M-box22 a, .M-box22 span {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    margin-left: 12px;
    color: #999;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.645,.045,.355,1);
    -webkit-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .4s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .4s cubic-bezier(.645,.045,.355,1);
}
.M-box22 a:hover, .M-box22 span:hover {
    color: #ff9500;
    background: #fff;
    border: 1px solid #ff9500;
}
.M-box22 span.active {
    color: #fff;
    background: #ff9500;
    border: 1px solid #ff9500;
}
.M-box22 a.prev, 
.M-box22 a.next,
.M-box22 a.jump-btn {
    width: 60px;
}
input.jump-ipt {
    width: 60px;
    height: 40px;
    margin-left: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #ddd;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: text;
}
.nav-problem {
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    font-size: 22px;
    color: #333;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}