html, body {
    overflow-x: hidden;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a3a3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a3a3a3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a3a3a3;
}
:-moz-placeholder { /* Firefox 18- */
  color:#a3a3a3;
}

.mobile_footer{
    display: none;
}

.mobile_header{
    display:none;
}

.desktop_footer{
    display:block;
}

.desktop_header{
    display:block;
}
table.d{
    display: table;
}
table.m{
    display: none;
}

.d{
    display:block;
}
.m{
    display:none;
}
.main{
    background: url(bg.jpg);
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    height: 4460px;
}

.banner {
    height: 548px;
}


.part_area {
    width: 1200px;
    margin: 0 auto;
    position:  relative;
}

.part_content {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

.part_title {
    font-size:  48px;
    color:  #bc8424;
    text-align:  center;
    padding-top: 74px;
    /* padding-right: 32px; */
}

.part_subtitle {
    color: #444447;
    font-size:  26px;
    text-align:  center;
}


div#part1 {
    height: 785px;
}
div#part1_content {
    height: 250px;
    margin-top: 420px;
}


div#part1_desc {
    padding-top: 70px;
    font-size: 16px;
}



#mask{
    background-color: #000;
    display: none;
    height: 4200px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.guess_area {
    text-align:  center;
    margin-bottom: 50px;
}
#guessup{
    background:url('guess_r.png') no-repeat center center;
}

#guessdown{
    background:url('guess_d.png') no-repeat center center;
}


.form_area {
    margin-top: 40px;
}

.fa_form {
    margin: 0 auto;
    height: 100px;
    margin-top: 14px;
}

.fa_form > div {
    display: inline-block;
    float: left;
    margin: 0 auto;
    text-align: center;
    height: 52px;
    overflow: hidden;
    position: relative;
    margin-right: 25px;
}

.fa_form > div >input {
    height: 40px;
    line-height: 28px;
    padding-left: 10px;
    font-size: 18px;
    border: 1px solid #c9c9c9;
    border-radius: 40px;
    width: 255px;
}

input#inputvode {
}

.getcode {
    position: absolute;
    bottom: 9px;
    background: #D43136;
    color: white;
    padding: 9px;
    right: 1px;
    cursor: pointer;
    border-radius: 0px 20px 20px 1px;
    line-height: 25px;
    height: 24px;
    font-size: 14px;
}

.submit  {
    background: #D43136;
    color: white;
    padding: 8px;
    font-size: 18px;
    cursor:pointer;
    border-radius: 20px;
    width: 240px;
}

.guess {
    display:  inline-block;
    height: 75px;
    width: 200px;
    margin: 0 auto;
    text-align:  center;
    cursor:  pointer;
}

div#part2_title {
    margin-top: 70px;
}

.p2_box {
    font-size:  20px;
    display:  inline-block;
    width:  20%;
    float: left;
    text-align:  center;
}

.p2_boxarea {
    height: 50px;
    width: 1105px;
    margin:  0 auto;
    padding-top: 310px;
}
div#p2_ftitle {
    font-size:  36px;
    color: #db4142;
    text-align:  center;
    margin-bottom: 80px;
}
div#part2_content {
    height: 665px;
}

div#p2_form {
    margin-top: 85px;
}

#p2_form input#inputname {
    width: 164px;
}

#p2_form .submit {
    width: 140px;
}

#p2_form input#inputvode {
    width:  120px;
}

div#part3_title {
    padding-top: 67px;
}


div#part3 {
    height: 774px;
}
div#part4 {
    height:  770px;
}

div#part4_title {
    padding-top: 68px;
}

div#part4_content {
    height: 165px;
    margin-top: 460px;
}
.p4_box {
    display: inline-block;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    height: 52px;
}


.p4b_name {
    font-size: 18px;
    line-height: 25px;
    height: 60px;
}
.p4b_name img {
    margin-right: 4px;
    position:  relative;
    top: -2px;
}
.p4b_desc {
    font-size:  20px;
}

.p5_box {
    display:  inline-block;
    float: left;
    width: 20%;
    text-align: center;
    color:  #282828;
    font-size:  18px;
}

div#part5_content {
    width: 1105px;
    height: 105px;
    padding-top: 290px;
}

.lbutton {
    cursor: pointer;
    color:  #fff;
    font-size:  24px;
    text-align:  center;
    background: #db4142;
    border-radius: 38px;
    width: 410px;
    height:  45px;
    line-height:  45px;
    margin:  0 auto;
}


.part_bottomcontent {
    margin-top: 50px;
}
.rules {
    display: inline-block;
    font-size: 20px;
    color: #fcda1d;
    width: 200px;
    height: 69px;
    line-height: 61px;
    margin-top: 45px;
    cursor: pointer;
    background: url(rules_bg.png) no-repeat center center;
    padding-left: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align:  center;
    position:  absolute;
    right: 80px;
    top: 95px;
}

#mask {
    background-color: #000;
    display: none;
    height: 4200px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.hdtk {
    background: #FFF;
    width: 738px;
    height: 465px;
    position: fixed;
    left: 50%;
    margin-left: -369px;
    bottom: 50px;
    font-size: 16px;
    color: #000;
    display: none;
    z-index: 99;
    border-radius: 12px;
    top: 150;
}
.hdtk .nr {
    max-width: 95%;
    margin: auto;
    margin-top: 10px;
    height: 785px;
    overflow-y: auto;
    margin-right: 10px;
    text-align: left;
    font-size: 13px;
    line-height: 30px;
}

.cslive {
   /* background: url(Contact1.png) no-repeat left top !important; */
}
.gactive {opacity: 1 !important;}

@media(max-width: 999px){

.cslive{
    display: none;
}

.mobile_header{
    width: 100%;
    display: block;
}
.mobile_footer{
    display: block;
}

.desktop_footer{
    display:none;
}

.desktop_header{
    display:none;
}


.wrapper,#footer{
    display:none;
}


.main{
    background: url(bg_m.jpg);
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    height: 85.5rem;
    background-color: #f7f0df;
    min-width: 0;
    float: left;
}


.d{
    display:none;
}
.m{
    display:block;
}
table.m{
    display: table;
}
table.d{
    display: none;
}


.banner {
    height: 9.95rem;
}


.part_area {
    width: 100%;
    margin: 0 auto;
    overflow:  hidden;
}

div#part1_desc {
    padding-top: 1.96rem;
    font-size: 0.448rem;
}


.part_content {
    clear: both;
    margin: 0 auto;
    width: 100%;
}
div#part1 {
    height: 14.5rem;
}
div#part1_content {
    height: 6.9rem;
    margin-top: 0rem;
    padding-top: 0rem;
    margin-bottom: 0rem;
}


.part_title {
    font-size: 0.7rem;
    padding-right:  0;
    padding-top: 1rem;
}

.part_subtitle {
    font-size:  0.43rem;
    padding-right: 0.16rem;
}

div#p1_form {
    margin-top: 5.3rem;
}

.guess_area {
    margin-bottom: 0;
}

.guess {
    width: 30%;
    margin-left: 0.5rem;
    background-size: contain !important;
    height:  1.5rem;
    margin-right: 0.5rem;
}


div#part2_title {
    margin-top: -0.2rem;
}

div#part2_content {
    height:  15.88rem;
}

.p2_boxarea {
    height: 10.3rem;
    padding: 0;
    width:  100%;
}

.p2_box {
    font-size: 0.32rem;
    width: 33%;
}



.fa_form > div {
    display: block;
    float: inherit;
    height: 1rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}

input#inputvode {
    width: 9rem !important;
}
#p2_form input#inputvode {
    width: 2.6rem !important;
}

.fa_form > div >input {
    width: 9rem;
    height: 0.6rem;
    line-height: 0.7rem;
    padding: 0.1rem;
    font-size: 0.42rem;
    padding-left: 0.3rem;
}

.submit.s1 {
    width: 9rem;
    font-size: 0.5rem;
    margin: 0 auto;
    padding: 0.1rem;
}

.fa_form {
    height: 5rem;
    width:  9.5rem;
    margin-top: 0;
}

.popup {
    top:0%;
    width: 100%;
}

.getcode {
    bottom: 0.15rem;
    right: 0rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.38rem;
    padding: 0.12rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}
div#p2_ftitle {
    margin-bottom: 0rem;
    font-size:  0.58rem;
    height: 1.5rem;
    line-height:  1.5rem;
}

div#p2_form {
    margin-top: 0;
}

#p2_form .fa_form > div {
    display:  inline-block;
    margin-right: 0.3rem;
}

#p2_form input#inputname {
    width: 2.8rem;
}

#p2_form input#inputphone {
    width: 5rem;
}


#p2_form  .getcode {
    right:  0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

#p2_form .form_button {width:  100%;margin-top: 0.2rem;}

#p2_form .submit {
    width: 4rem !important;
    font-size: 0.42rem;
    padding:  0;
    height: 0.8rem;
    line-height: 0.8rem;
}

div#part3_title {
    padding-top: 0.7rem;
}

div#part3 {
    height:  10.26rem;
}
.p3_box {
    background: #e9e9e9;
    color:  #363636;
    text-align:  center;
    display:  inline-block;
    width: 49%;
    height:  0.7rem;
    margin-bottom: 0.3rem;
    font-size:  0.32rem;
    line-height:  0.7rem;
}

.p3_boxarea {
    height: 4rem;
    text-align:  center;
    margin: 0 auto;
    margin-top: 4.8rem;
}

.p3_box:last-child {
    width:  57%;
}
div#part4 {
    height:  17.5rem;
}

div#part4_title {
    padding-top: 0.8rem;
}

div#part4_content {
    height: 7rem;
    margin-top: 6.8rem;
    width: 9.5rem;
}

.p4_box {
    display:  inline-block;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: 7.5rem;
}
.p4b_name {
    font-size:  0.32rem;
    line-height:  0.5rem;
    height: 1.1rem;
}

.p4b_desc {
    font-size: 0.32rem;
}

div#p4b1 {
    width: 40%;
    margin-left: 0.3rem;
    margin-right: 0.5rem;
}

div#p4b3 {
    width: 40%;
    margin-left: 0.3rem;
    margin-right: 0.5rem;
}

div#part5_title {
    padding-top: 0.7rem;
}

div#part5_content {
    width:  100%;
    height: 10rem;
    padding: 0;
}

div#p5bc {
    margin-top: 1.6rem;
    padding-left: 0.5rem;
}

.lbutton {
    font-size: 0.42rem;
    width: 7rem;
    height:  1rem;
    line-height:  1rem;
}

.rules {
    position:  fixed;
    right:  initial;
    top: inherit;
    width: 3.5rem;
    background-size:  contain;
    font-size: 0.38rem;
    z-index:  10;
    bottom: 2rem;
    margin: 0;
    height: 1.52rem;
    line-height: 1.4rem;
}
.hdtk .nr {
    height: 9rem;
    line-height: 0.75rem;
    padding: 0rem 0.5rem;
    margin-right: 0.15rem;
    font-size: 0.35rem;
    margin-top: 0.2rem;
}
.hdtk {
    width: 93%;
    height: 12rem;
    top: 2.5rem;
    margin-left: -4.75rem;
    font-size: 0.45rem;
}
}