* {
    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;
}
.myPagination {
    list-style: none;
    width: 521px;
    height: 50px;
    margin: 50px auto 10px;
    text-align: center;
}
.myPagination > li {
    display: inline-block;
    vertical-align: middle;
}
.myPagination > li > a {
    text-decoration: none;
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    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);
}
.myPagination > li > a.active {
    color: #fff;
    background: #ff9500;
    border: 1px solid #ff9500;
}
.myPagination > li > a:hover {
    color: #ff9500;
    background: #fff;
    border: 1px solid #ff9500;
}
.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;
}
.logo-box > a > img {
    cursor: pointer;
}
.search-box {
    position: relative;
    float: right;
    margin-top: 35px;
}
.search-box > .el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.nav-problem {
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    font-size: 22px;
    color: #333;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.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;
    cursor: text;
}
.search {
    background: url("../images/Search.svg");
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.c-day-found {
    width: 1000px;
    margin: 0 auto;
}
.found-change {
    float: right;
}
.found-change > a > span {
    cursor: pointer;
}
.newFoundDay, .share-module {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 18px 20px;
    vertical-align: middle;
}
.newFoundDay {
    width: 625px;
    margin-right: 20px;
}
.share-module {
    width: 350px;
}
.newFoundDay-top > .line {
    width: 4px;
    height: 24px;
    background-color: #ff9500;
    display: inline-block;
    vertical-align: middle;
}
.newFoundDay-top > h3 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 14px;
    font-size: 24px;
    margin: 0;
    line-height: 32px;
    font-weight: 500;
}
.newFoundDay-content {
    width: 1000px;
    overflow-x: auto;
}
.newFoundDay-content > a {
    text-align: center;
    padding: 19px 14px 0;
    float: left;
}
.newFoundDay-content > a:link {
    text-decoration: none;
}
.newFoundDay-content > a:first-child {
    padding-left: 0;
}
.newFoundDay-content > a:last-child {
    padding-right: 0;
}
.newFoundDay-content a img {
    width: 93px;
    height: 93px;
    display: block;
}
.newFoundDay-content a p {
    margin: 12px 0 16px;
    font-size: 16px;
}
.found-change > a > .change {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../images/Icon_Change.svg");
}
.found-change > a {
    font-size: 14px;
    color: #fb9500;
    text-decoration: none;
}
.share-module > img {
    width: 141px;
    height: 141px;
    margin-top: 10px;
}
.share-module .download-tips {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 10px;
}
.download-tips > h3 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
}
.download-tips > p {
    font-size: 12px;
    color: #999;
}
.download-tips > p:nth-child(2) {
    margin-top: 4px;
}
.download-tips > p:nth-child(3) {
    margin-top: 16px;
}
.download-tips > a > img {
    width: 158px;
    height: 40px;
    margin-top: 16px;
    cursor: pointer;
}
.share-module > .share {
    margin-top: 30px;
    position: relative;
}
.share > span {
    font-size: 14px;
    color: #999;
}
.share > a {
    margin-left: 34px;
    text-decoration: none;
}
.share > a > img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0.3;
    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);
}
.share > a > img:hover {
    opacity: 1;
}
.float-box {
    position: absolute;
    width: 134px;
    height: 134px;
    left: 60px;
    top: 58px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}
.float-box > div {
    background: #fff;
    width: 134px;
    height: 134px;
    position: absolute;
    z-index: 201;
}
.float-box > div > img {
    display: block;
    width: 102px;
    height: 102px;
    margin: 16px auto;
}
.float-box > .triangle-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #fff;
    z-index: 200;
}
.isMouseEnter {
    display: block;
}
.one-game > img {
    width: 112px;
    height: 112px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.one-game > button {
    font-size: 14px;
    width: 68px;
    height: 28px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 0;
    color: #333;
    background: #fff;
    border: 1px solid #666;
    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);
}
.one-game > button:hover {
    color: #fff;
    background: #ff9500;
    border: 1px solid #ff9500;
}
.one-game > img, .one-game > p {
    cursor: pointer;
    color: #333;
    text-decoration: none;
}
.one-game > img:hover, .one-game > p:hover {
    text-decoration: none;
}
.game-list {
    width: 1000px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 24px 20px 30px;
    text-align: left;
    margin: 20px auto 0;
}
.game-list > div:first-child {
    text-align: left;
    margin-left: 15px;
    margin-bottom: 10px;
}
.game-list > div > .line {
    width: 4px;
    height: 24px;
    background-color: #ff9500;
    display: inline-block;
    vertical-align: middle;
}
.game-list > div > h3 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 14px;
    font-size: 24px;
    margin: 0;
    line-height: 32px;
    font-weight: 500;
}
.j-all-game-list {
    text-align: center;
}
.game-item {
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin-top: 8px;
    cursor: pointer;
}
.game-item:link {
    text-decoration: none;
}
.game-item > div {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.game-item > div > img {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    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);
}
.isMove  > div > img {
    transform: scale(1.2, 1.2);
    -webkit-transform:  scale(1.2, 1.2);
    -moz-transform:  scale(1.2, 1.2);
    -ms-transform:  scale(1.2, 1.2);
    -o-transform:  scale(1.2, 1.2);
}
.game-item > p {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    text-decoration: none;
}
.isMove > p {
    color: #ff9500;
}
.friendly-link-top > .line {
    width: 4px;
    height: 16px;
    background-color: #ff9500;
    display: inline-block;
    vertical-align: middle;
}
.friendly-link-top > h3 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 14px;
    font-size: 18px;
    margin: 0;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
}
.links-module {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 38px;
}
.one-link {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 19%;
}
.one-link > a {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.one-link > a:hover {
    color: #fff;
}
.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;
}
.download-tips > img {
    vertical-align: middle;
}
.download-tips-body, .download-tips-img {
    display: inline-block;
    vertical-align: middle;
}
.download-tips-body > h3 {
    font-size: 24px;
    color: #999;
    line-height: 32px;
}
.download-tips-body > p{
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}
.M-box11 {
    display: block;
    margin: 30px auto 10px;
    text-align: center;
}
.M-box11 a, .M-box11 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-box11 a:hover, .M-box11 span:hover {
    color: #ff9500;
    background: #fff;
    border: 1px solid #ff9500;
}
.M-box11 span.active {
    color: #fff;
    background: #ff9500;
    border: 1px solid #ff9500;
}
.M-box11 a.prev,
.M-box11 a.next,
.M-box11 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;
}
