* {
    margin: 0;
    padding: 0;
}
html,body {
    font-size: 14px;
    font-family: "Microsoft YaHei","Microsoft YaHei UI Light";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.htmlFixed {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
}
li {
    list-style: none;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
}
.loading>div {
    margin-top: 300px;
    text-align: center;
}
.progress {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}

::-webkit-scrollbar {
    width:5px
}
::-webkit-scrollbar-track-piece {
    border:none;
    background-color:#75B73E
}
::-webkit-scrollbar-thumb {
    width:8px;
    background:#0883F9;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px
}
::-webkit-scrollbar-thumb:hover {
    background:#065AAC
}
::-moz-selection {
    background:#75B73E;
    color:#0883F9;
    text-shadow:none
}
::selection {
    background:#75B73E;
    color:#0883F9;
    text-shadow:none
}


.scroll::-webkit-scrollbar {
    width:5px
}
.scroll::-webkit-scrollbar-track-piece {
    border:none;
    background-color:#266500
}
.scroll::-webkit-scrollbar-thumb {
    width:12px;
    background:#FCDB00;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    position: absolute;
}
.scroll::-webkit-scrollbar-thumb:hover {
    background:#FCDB00
}
.scroll::-moz-selection {
    background:#266500;
    color:#FCDB00;
    text-shadow:none
}
.scroll::selection {
    background:#266500;
    color:#FCDB00;
    text-shadow:none
}

.header {
    width: 100%;
    height: 106px;
    background: url(../images/headerBg.png) repeat-x;
    position: relative;
    font-size: 24px;
    color: #ffffff;
}
.header a.logoBox {
    display: block;
    width: 250px;
    height: 170px;
    margin-left: 85px;
    position: absolute;
    top: 0;
    z-index: 10;
}
.header a.logoBox img {
    width: 100%;
    height: 100%;
}
.menuBox {
    float: right;
    margin-right: 80px;
    margin-top: 60px;
}
.menuBox>a {
    margin-right: 70px;
    color: #fff;
}
.city_icon {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    top: 2px;
}
.down_icon {
    display: inline-block;
    width: 11px;
    height: 7px;
    position: relative;
    top: -3px;
}
i img {
    border: none;
    width: 100%;
}
.language {
    float: right;
    cursor: pointer;
    position: relative;
}
.dropdown {
    position: absolute;
    top: 50px;
    width: 180px;
    padding: 10px;
    background-color: rgba(0,0,0,.75);
    font-size: 16px;
}
.dropdown li {
    margin-bottom: 10px;
}
.dropdown li:last-child {
    margin-bottom: 0;
}
.dropdown li .city_icon {
    margin-right: 10px;
}
.header ul.dropdown li.top {
    width: 100%;
    height: 30px;
    position: absolute;
    top: -24px;
    left: 0;
}
.header ul.dropdown li.top i {
    width: 19px;
    height: 14px;
    display: block;
    margin: 8px auto 0;
}
.contentBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.contentBox .bgBox {
    width: 100%;
    overflow: auto;
}
.contentBox .bgBox img {
    float: left;
    width: 100%;
}
.contentBox .bottom {
    width: 75%;
    margin: 100px auto 0;
}
.content {
    width: 1300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -650px;
}
.content .topText img {
    display: block;
    margin: 50px auto 0;
}
.gameBox {
    width: 100%;
    margin-top: 45%;
    overflow: hidden;
}
.game {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}
.gameBox>img,
.game>img {
    width: 100%;
    float: left;
}
.population {
    position: absolute;
    left: 5%;
    top: 40%;
    width: 682px;
    height: 125px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 90px;
    background: url(../images/textBox.png) no-repeat;
}
.game1 .gameText {
    width: 280px;
    height: 120px;
    position: absolute;
    right: 14.3%;
    bottom: 27%;
    color: #FFF298;
}
.gameText p {
    color: #FFF298;
    font-size: 24px;
    text-align: center;
    text-shadow: 2px 2px 2px #044073;
    width: 90%;
    margin: 0 auto 5px;
}
.gameText span {
    width: 90%;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    text-shadow: 2px 2px 1px #044073;
}
.game .btn {
    width: 240px;
    height: 63px;
    position: absolute;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    background: url(../images/btn.png)no-repeat;
    text-shadow: 3px 2px 2px #444;
}
.game1 .btn {
    right: 15.5%;
    top: 76%;
}
.game2 .btn {
    left: 4.5%;
    bottom: 6%;
}
.game3 .btn {
    left: 45.5%;
    bottom: 8%;
}
.game4 .btn {
    left: 35%;
    bottom: 7%;
}
.game2 .gameText {
    width: 305px;
    height: 130px;
    position: absolute;
    left: 2%;
    bottom: 20%;
    color: #FFF298;
}
.game3 .gameText {
    width: 290px;
    height: 122px;
    position: absolute;
    left: 43.7%;
    bottom: 25.5%;
    color: #FFF298;
}
.game4 .gameText {
    width: 280px;
    height: 120px;
    position: absolute;
    left: 33.5%;
    bottom: 23.5%;
    color: #FFF298;
}
.bottom img {
    width: 100%;
    height: auto;
    display: block;
}
.bottom .listBox2,
.bottom .listBox3 {
    display: none;
}
.bottom .listBox {
    position: relative;
}
.bottom .listBox .text {
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
    text-align: center;
}
.bottom .listBox .text h3 {
    font-size: 44px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: normal;
}
.bottom .listBox .text p {
    text-align: center;
    font-size: 24px;
    color: #FFF298;
    line-height: 32px;
    width: 80%;
    margin: 0 auto;
}
.bottom .listBox .text .textBtn {
    width: 20%;
    margin: 4% auto 0;
    position: relative;
    cursor: pointer;
}
.bottom .listBox .text .textBtn img {
    width: 100%;
}
.bottom .listBox .text .textBtn span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
/****************************排行榜样式******************************/
.LeaderBoard {
    width:  1200px;
    margin: 60% auto 0;
}
.tabBox {
    width: 100%;
    overflow: hidden;
}
.tabBox img {
    width: 100%;
    float: left;
}
.tabBox>div {
    position: relative;
}
.tabBox .ph a {
    display: block;
    width: 335px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 30px;
    background-color: rgba(0,0,0,0);
}
.tabBox .cy a {
    display: block;
    width: 335px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 395px;
    background-color: rgba(0,0,0,0);
}
.listBox .header {
    width: 1233px;
    height: 108px;
    background: url(../images/paihangHeaderBg.png) no-repeat;
    background-size: 100%;
    margin-left: -25px;
    margin-top: 30px;
    line-height: 100px;
    position: relative;
}
.listBox .header span {
    color: #FBE61A;
    float: left;
     width: 35%; 
    text-align: center;
    font-size: 24px;
}
.listBox .header span:nth-child(2){
    width: 30%;
}
.listBox .header:after {
    content: '';
    width: 1200px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 25px;
    background-color: #4F8A14;
}
.phList .listContent {
    width: 100%;
    background-color: #4F8A14;
    overflow: hidden;
    margin-bottom: 5px;
}
.phList .listContent div {
    overflow: hidden;
    width: 100%;
    line-height: 30px;
    margin-bottom: 25px;
}
.phList .listContent div:last-child {
    margin-bottom: 0;
}
.phList .listContent div:nth-child(1),
.phList .listContent div:nth-child(2),
.phList .listContent div:nth-child(3) {
    height: 80px;
}
.phList .listContent div:nth-child(1) span:first-child,
.phList .listContent div:nth-child(2) span:first-child,
.phList .listContent div:nth-child(3) span:first-child {
    color: transparent;
}
.phList .listContent div:nth-child(1) span,
.phList .listContent div:nth-child(2) span,
.phList .listContent div:nth-child(3) span {
    margin-top: 25px;
}
.phList .listContent div:nth-child(1) span:first-child:after,
.phList .listContent div:nth-child(2) span:first-child:after,
.phList .listContent div:nth-child(3) span:first-child:after {
    content: '';
    width: 54px;
    height: 67px;
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -27px;
    background: url(../images/one.png) no-repeat;
}
.phList .listContent div:nth-child(2) span:first-child:after {
    background: url(../images/two.png) no-repeat;
}
.phList .listContent div:nth-child(3) span:first-child:after {
    background: url(../images/thr.png) no-repeat;
}
.phList .listContent span:first-child {
    width: 31.5%;
    border-left: 0;
}
.phList .listContent span {
    float: left;
    width: 37.5%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.phList .listContent span:last-child {
    width: 31%;
}
.scrollBox {
    height: 2100px;
    width: 1200px;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    padding-bottom: 30px;
    background-color: #4F8A14;
}
.scroll {
    height: 2105px;
    width: 1185px;
    overflow-y: scroll;
}
.cyList .header span {
    width:53%;
}
.cyList .listContent {
    width: 100%;
    overflow: hidden;
}
.cyList .listContent>div {
    overflow: hidden;
    margin-bottom: 25px;
}
.cyList .listContent>div:last-child {
    margin-bottom: 0;
}
.cyList .listContent span {
    float: left;
    width: 37.5%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.cyList .listContent span:first-child {
  /*   width: 31.5%; */
    width: 54%;
    border-left: 0;
}
.cyList .listContent span:last-child {
    width: 31%;
}
/****************************排行榜样式******************************/

/****************************弹出框公用样式******************************/
.fixedBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-size: 100%;
    background-color: rgba(0,0,0,.75);
    background: url(../images/fixedBg.png)no-repeat;
    background-size: 100%;
}
.fixedBox .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
}
.fixedBox .content {
    position: initial;
    width:  1150px;
    height: 550px;
    margin: 8% auto;
}
.fixedBox .content .contentBg {
    width: 100%;
    height: 100%;
    background: url(../images/Box.png) no-repeat;
    background-size: 100% 100%;
}
.fixedBox .content .text {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1150px;
    height: 550px;
    margin-left: -575px;
    margin-top: 8%;
}
.fixedBox .content .header {
    width: 575px;
    margin: 0 auto 0;
    background: initial;
    position: relative;
    top: -40px;
}
.fixedBox .content .header img {
    width: 100%;
}
.fixedBox .content .header span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    text-shadow: 2px 2px 0 #502B06;
}
.fixedBox .content .btn {
    width: 230px;
    height: 60px;
    position: absolute;
    bottom: -2%;
    left: 50%;
    margin-left: -115px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    text-shadow: 2px 2px 0 #502B06;
    cursor: pointer;
}
.fixedBox .content .btn span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.fixedBox .content .btn img {
    width: 100%;
}
.answerBox {
    display: inline-block;
    min-width: 300px;
    min-height: 40px;
    line-height: 35px;
    background: url(../images/answerBg.png) repeat-x;
    background-size: auto 100%;
    color: #ffffff;
    position: relative;
    font-size: 20px;
}
.answerBox input {
    width: 73%;
    background-color: #B73B2A;
    border: 0;
    height: 28px;
    outline: none;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.answerBox label {
    position: relative;
    z-index: 10;
}
.answerBox span {
    position: relative;
    z-index: 10;
    display: inline-block;
    text-align: left;
    width: 100%;
}
.answerBox:before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -32px;
    background: url(../images/answerLeft.png) no-repeat;
    background-size: auto 100%;
}
.answerBox:after {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -32px;
    background: url(../images/answerRight.png) right no-repeat;
    background-size: auto 100%;
}
.close {
    display: block;
    width: 45px;
    height: 45px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.fixedBox .content .number {
    width: 170px;
    margin: 0 auto 0;
    position: absolute;
    z-index: 10;
    top: 45px;
    left: 50%;
    margin-left: -85px;
}
.fixedBox .content .number img {
    width: 100%;
}
.fixedBox .content .number span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.topicBox {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.topicBox p {
    width: 500px;
    font-size: 20px;
    margin: 20px auto;
    text-align: center;
    color: #502B06;
}
.answerList {
    width: 82%;
    /*overflow: auto;*/
    text-align: center;
    margin: 0 auto;
}
.answerList>div {
    margin-bottom: 15px;
    cursor: pointer;
}
/****************************弹出框公用样式******************************/
/****************************登录******************************/
.register .bg {
    background: url(../images/register.png) no-repeat;
}
.register .content p {
    text-align: center;
    font-size: 24px;
    color: #502B06;
    margin: 5% auto;
}
.register .content form {
    width: 100%;
    text-align: center;
}
.register .content form>div {
    margin-bottom: 2%;
}
/****************************吃货******************************/
.chiHuo .bg {
    background: url(../images/chihuo1.png) no-repeat;
}
.fixedBox.chiHuo .content .header span {
    color: #fff !important;
    text-shadow: 2px 2px 0 #502B06;
}
.fixedBox.chiHuo .content .number span {
    color: #512B07 !important;
}
/****************************民俗******************************/
.minSu .bg {
    background: url(../images/minSu.png) no-repeat;
}
.fixedBox.minSu .content .header span {
    color: #F9F5D1 !important;
    text-shadow: 2px 2px 0 #502B06;
}
.fixedBox.minSu .content .number span {
    color: #512B06 !important;
}
/****************************酷玩******************************/
.kuWan .bg {
    background: url(../images/kuWan.png) no-repeat;
}
.kuWan.fixedBox .content .number span {
    color: #FFFEFF;
    text-shadow: 2px 2px 0 #502B06;
}
.fixedBox.kuWan .content .number span {
    color: #fff !important;
}
/****************************酷玩******************************/
.sczz .bg {
    background: url(../images/sczz.png) no-repeat;
}
.sczz.fixedBox .content .number span {
    color: #FFFFFE !important;
    text-shadow: 2px 2px 0 #502B06;
}
.fixedBox.sczz .content .number span {
    color: #fff !important;
}
/******************************答题结束*********************************/
.answerOver {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/overBg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}
.answerOver .content {
    width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -600px;
}
.answerOver .content .box {
    width: 100%;
    position: relative;
}
.answerOver .content .BoxHeader {
    width: 300px;
    height: 300px;
    margin: -125px auto;
    position: relative;
    text-align: center;
}
.answerOver .content .BoxHeader .icon {
    display: inline-block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
}
.answerOver .content .BoxHeader .bg {
    display: inline-block;
    width: 280px;
    height: 280px;
    margin: 10px;
}
.answerOver .content .BoxHeader .bg img {
    width: 100%;
    height: 100%;
}
.answerOver .content .text {
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
}
.answerOver .content .text .left {
    width: 320px;
    height: 420px;
    background: url(../images/overBox.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    /*margin-left: 150px;*/
}
.answerOver .content .text .left .title {
    width: 270px;
    height:  60px;
    background: url(../images/overBoxTitle.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
.answerOver .content .XinXi {
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
    color: #636363;
    font-size: 16px;
}
.answerOver .content .XinXi p {
    text-align: center;
}
.answerOver .content .XinXi .name {
    font-size: 20px;
    color: #B73B2A;
    font-weight: bold;
}
.answerOver .content .title2 {
    width: 113px;
    height: 26px;
    background: url(../images/overTitle2.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    line-height: 24px;
    color: #636363;
    position: relative;
}
.answerOver .content .title2:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #636363;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 15px;
    border-radius: 2px;
}
.answerOver .content .title2:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #636363;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
    border-radius: 2px;
}
.answerOver .content .title2 span {
    display: block;
    width: 100%;
    text-align: center;
}
.answerOver .content .huiZhang {
    width: 300px;
    margin: 10px auto;
    border-top: 1px solid #636363;
}
.answerOver .content .huiZhang dl {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.answerOver .content .huiZhang dl img {
    -webkit-filter:grayscale(1);
}
.answerOver .content .huiZhang dl.active img {
     -webkit-filter:grayscale(0);
}
.answerOver .content .right {
    float: left;
    color: #fff;
    /*margin-left: 150px;*/
}
.answerOver .content .text2 {
    color: #E5C161;
    font-size: 20px;
    margin-top: 40px;
    line-height: 35px;
}
.answerOver .content .btnBox {
    overflow: auto;
    margin-top: 80px;
    color: #fff;
}
.answerOver .content .btnBox>div {
    width: 230px;
    height: 60px;
    background: url(../images/btnBg2.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 40px;
}
.answerOver .box2 .left {
    /*margin-left: 100px !important;*/
}
.answerOver .box2 .btnBox {
    margin-top: 45px !important;
}
.answerOver .box2 .btnBox>div {
    float: left;
    margin-right: 40px;
}
.answerOver .errorTopic {
    width: 570px;
    min-height: 168px;
    border: 3px solid #B73B2A;
    margin-top: 30px;
}
.answerOver .errorTopic .error {
    width: 140px;
    position: relative;
    margin: -5px 0 0 3px;
}
.answerOver .errorTopic .error img {
    width: 100%;
}
.answerOver .errorTopic .error span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}
.answerOver .errorTopic .Topic {
    padding: 10px;
}
.answerOver .errorTopic .Topic p {
    font-size: 22px;
    margin-bottom: 10px;
}
.answerOver .errorTopic .Topic span {
    font-size: 18px;
}
.answerOver .box3 .text2 p {
    text-align: center;
}
.answerOver .box3 .btnBox {
    overflow: auto;
    text-align: center;
    display: inline-block;
}
.answerOver .box3 .text {
    text-align: center;
}
.answerOver .box3 .btnBox>div {
    float: left;
    margin-right: 40px;
}
.answerOver .box3 .btnBox>div:last-child {
    margin-right: 0;
}
/******************************答题结束*********************************/


/******************************活动详情*********************************/
.detailTextBox {
    width: 1200px;
    margin: 60% auto 0;
}
.detailTextBox .textBox {
    text-align: center;
    margin-bottom: 35px;
}
.detailTextBox .textBox h3 {
    font-size: 48px;
    color: #FCED8F;
    text-shadow: 2px 2px 2px #444;
    margin-bottom: 10px;
}
.detailTextBox .textBox.box2 h3 {
    font-size: 24px !important;
}
.detailTextBox .textBox p {
    font-size: 24px;
    color: #ffffff;
    line-height: 38px;
}
.detailTextBox>h4 {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
}

.boxType1 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.boxType1 .title {
    height: 75px;
    background-color: #1D520C;
    line-height: 80px;
    border-top: 1px solid #97BD8A;
}
.boxType1 .title span {
    font-size: 30px;
    color: #fff;
    border-left: 3px solid #fff;
    margin-left: 20px;
    padding-left: 10px;
}
.boxType1 .border {
    height: 18px;
    width: 100%;
    background: url(../images/borderBG.png) repeat-x;
}
.boxType1 .center {
    width: 100%;
    min-height: 150px;
    background-color: #509028;
    border-bottom: 1px solid #498225;
}
.box3 .center {
    position: relative;
    overflow: hidden;
}
.box3 .center .bg {
    display: block;
    width: 243px;
    margin: 30px auto 0;
}
.box3 .center p {
    color: #fff;
    font-size: 24px;
    position: absolute;
    width: 450px;
}
.box3 .center p.text1 {
    top: 40px;
    left: 55%;
    text-align: left;
}
.box3 .center p.text2 {
    right: 53%;
    top: 180px;
    text-align: right;
}
.box3 .center p.text3 {
    top: 300px;
    left: 55%;
    text-align: left;
}
.box3 .center ul {
    float: right;
    overflow: hidden;
    margin: 30px 105px;
}
.box3 .center ul li {
    float: left;
    margin-right: 35px;
    width: 73px;
    height: 73px;
}
.box3 .center ul li img {
    float: left;
    width: 100%;
}
.box4 .center h3 {
    text-align: center;
    font-size: 36px;
    line-height: 150px;
    color: #ffffff;
}
.box5 .center {
    overflow: hidden;
}
.box5 .center p {
    width: 1150px;
    margin: 20px auto;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
}
/******************************活动详情*********************************/
#shareBox {
    position: fixed;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: none;
    z-index: 9999;
}
#shareBox .contentBox {
    width: 300px;
    padding: 20px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -170px;
}
#shareBox .contentBox dl {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    margin: 15px 0;
}

@media only screen and (min-width: 2000px) {
    .register .content {
        width: 1100px;
        height: 600px;
        top: 11%;
        margin-left: -525px;
    }
}
@media only screen and (max-width: 1700px) {
    .content {
        width: 1150px;
        margin-left: -550px;
    }
    .detailTextBox {
        width: 1150px;
    }
    .gameBox {
        margin-top: 44%;
    }
    .population {
        width: 500px !important;
        background-size: 100%;
        font-size: 22px;
        height: 80px;
        line-height: 65px;
        top: initial;
        bottom: 20%;
        left: 8%;
    }
    .game .btn {
        width: 210px;
        height: 54px;
        line-height: 50px;
        font-size: 24px;
        background-size: 100%;
    }
    .gameText p {
        font-size: 22px;
    }
    .gameText span {
        font-size: 18px;
    }
    .game1 .gameText {
        width: 253px;
        height: 104px;
    }
    .game2 .gameText {
        width: 271px;
        height: 115px;
    }
    .game3 .gameText {
        width: 255px;
        height: 109px;
    }
    .game4 .gameText {
        width: 246px;
        height: 106px;
    }
    /*.bottom img {*/
        /*width: 800px;*/
        /*margin: 150px auto 0;*/
    /*}*/
    .topText img {
        width: 450px;
    }
    .LeaderBoard {
        width: 1150px;
    }
    .listBox .header {
        width: 1182px;
        height: 100px;
    }
    .scrollBox {
        width: 1150px;
        height: 1800px;
    }
    .scroll {
        width: 1135px;
        height: 100%;
    }
    .listBox .header:after {
        height: 0;
    }
    .contentBox .bottom {
        width: 72%;
    }
    .bottom .listBox .text .textBtn {
        width: 24%;
    }
    .bottom .listBox .text h3 {
        font-size: 38px;
    }
    .bottom .listBox .text p {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1500px) {
    .content {
        width: 1000px;
        margin-left: -500px;
    }
    .detailTextBox {
        width: 1000px;
        margin: 53% auto 0;
    }
    .boxType1 .center {
        min-height: 100px;
    }
    .box4 .center h3 {
        line-height: 100px;
    }
    .box5 .center p {
        width: 950px;
        margin: 20px auto;
        color: #ffffff;
        line-height: 32px;
    }
    .gameBox {
        margin-top: 37%;
    }
    .population {
        width: 400px !important;
        background-size: 100%;
        font-size: 18px;
        height: 65px;
        line-height: 55px;
        top: initial;
        bottom: 20%;
        left: 8%;
    }
    .game .btn {
        width: 180px;
        height: 47px;
        line-height: 42px;
        font-size: 24px;
        background-size: 100%;
    }
    .gameText p {
        font-size: 20px;
    }
    .gameText span {
        font-size: 16px;
    }
    .game1 .gameText {
        width: 219px;
        height: 92px;
    }
    .game2 .gameText {
        width: 235px;
        height: 100px;
    }
    .game3 .gameText {
        width: 223px;
        height: 95px;
    }
    .game4 .gameText {
        width: 215px;
        height: 92px;
    }
    /*.bottom img {*/
        /*width: 650px;*/
        /*margin: 100px auto 0;*/
    /*}*/
    .topText img {
        width: 350px;
    }

    .LeaderBoard {
        width: 1000px;
    }
    .listBox .header {
        width: 1028px;
        height: 88px;
        margin-left: -22px;
        line-height: 80px;
    }
    .scrollBox {
        width: 1000px;
        height: 1415px;
        padding-top: 15px;
    }
    .scroll {
        width: 975px;
        height: 100%;
    }
    .listBox .header:after {
        height: 0;
    }
    .fixedBox .content,
    .fixedBox .content .text {
        width: 800px;
        height: 400px;
    }
    .fixedBox .content .text {
        margin-left: -400px;
        /*margin-top: -200px;*/
    }
    .fixedBox .content .header {
        width: 410px;
        top: -24px;
    }
    .fixedBox .content .header span {
        font-size: 24px;
    }
    .fixedBox .content .number {
        width: 110px;
        margin-left: -55px;
        top: 37px;
    }
    .topicBox {
        margin-top: 8px;
    }
    .fixedBox .content .number span {
        font-size: 18px;
    }
    /*.fixedBox .content .btn {*/
        /*bottom: 8px;*/
    /*}*/
    .answerOver .content .BoxHeader {
        top: 60px;
    }
    .answerOver .box3 .text {
        margin-top: 150px;
    }
    .contentBox .bottom {
        width: 68%;
    }
    .bottom .listBox .text .textBtn {
        width: 27%;
    }
    .bottom .listBox .text h3 {
        font-size: 34px;
    }
    .bottom .listBox .text p {
        font-size: 20px;
    }
}
