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: 1200px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    height: 3540px;
}

.banner {
    height: 769px;
}


.part_area {
    width: 1200px;
    margin: 0 auto;
}

div#part1_desc {
    padding-top: 70px;
    font-size: 16px;
}


.part_content {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}
div#part1 {
    height: 740px;
}
div#part1_content {
    height: 570px;
    margin-top: 50px;
    padding-top: 120px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.prize_btn {
    width: 160px;
    height: 160px;
    background: url('prizebtn.png') no-repeat center center;
    margin: 0 auto;
    top: 370px;
    position: relative;
    left: 5px;
    cursor: pointer;
}


div#part2_content {
    margin-top: 10px;
}
div#part2 {
    height: 870px;
}


.p2f_table > thead > tr >td {
    background: #daa885;
    color:#fff;
    font-size: 24px;
    height: 55px;
}

.p2f_table > tbody > tr >td
 {
    background: #f0f0f0;
    height: 55px;
    font-size: 20px;
}


div#part2_title {
    font-size: 20px;
    color: #db4041;
    text-align: center;
    width: 650px;
    margin: 0 auto;
    margin-left: 430px;
    padding-top: 200px;
}

.p2f_table {
    width: 100%;
    text-align: center;
}


.part2_desc_title {
    text-align: center;
}

.part2_desc {
    color: white;
    font-size: 18px;
    width: 1065px;
    margin: 0 auto;
    margin-top: 55px;
}
div#part3 {
    position: relative;
    height: 525px;
}

div#part4_title {
    font-size: 28px;
    color: white;
    background: url(ruletitle.png) no-repeat;
    margin-top: 20px;
    padding-left: 10px;
}

#part4_content p {
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.prizer_box {
    background: url('redbag.png') no-repeat center;
    height: 210px;
    width: 150px;
    background-size: contain;
    color:white;
}

a.bx-prev {
    text-indent: -9999px;
    width: 33px;
    height: 35px;
    background: url(btn_left.png) no-repeat;
    position: absolute;
    left: -80px;
    bottom: 145px;
    z-index: 100;
}

a.bx-next {
    text-indent: -9999px;
    width: 33px;
    height: 35px;
    background: url(btn_right.png) no-repeat;
    position: absolute;
    right: -80px;
    bottom: 145px;
    z-index: 100;
}
.prizer_name {
    height: 32px;
    padding-top: 18px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
}

.prizer_number {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
}

.prizer_price {
    margin-top: 70px;
    font-size: 28px;
    text-align: center;
}
div#part3_content {
    padding-top: 250px;
}


#mask{
    background-color: #000;
    display: none;
    height: 4200px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}


.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;
}

.part3_non {
    text-align: center;
    font-size: 28px;
    line-height: 205px;
    height: 250px;
}
.form_name {
    width: 20% !im;
}
input#inputvode {
    width: 160px;
}

.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;
}

.s1 {
    background: #D43136;
    color: white;
    padding: 8px;
    font-size: 18px;
    cursor:pointer;
    border-radius: 20px;
    width: 170px;
}

.popup {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:  translateX(-50%);
    -webkit-transform:  translateX(-50%);
    -moz-transform:  translateX(-50%);
    width: 1000px;
    z-index: 1000;
}

.popup_prize {
    display: none;
    background: url('prizeresult.png') no-repeat center center;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    height: 400px;
    background-size: contain;
}

.prize_result {
    display: inline-block;
}

.prize_text {    
    padding-top: 238px;
    position: relative;
    left: 20px;
    color: white;
}
.find_cs {
    width: 155px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    left: 7px;
    margin-top: 7px;
    cursor: pointer;
}
.prize_num {
    color: #fdde66;
    margin-top: -7px;
    position: relative;
    left: 15px;
}
.form_loading {
    display: none;
    text-align: center;
}

.form_loading>img {
    width: 100px;
    height: 100px;
}


.cslive {
   /* background: url(Contact1.png) no-repeat left top !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: 75.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: 10.7rem;
}


.part_area {
    width: 100%;
    margin: 0 auto;
}

div#part1_desc {
    padding-top: 1.96rem;
    font-size: 0.448rem;
}


.part_content {
    clear: both;
    margin: 0 auto;
    width: 100%;
}
div#part1 {
    height: 8.8rem;
}
div#part1_content {
	height: 8.8rem;
	margin-top: 0rem;
	padding-top: 0rem;
	margin-bottom: 0rem;
	font-size: 0.8rem;
}

.prize_btn {
    width: 1.6rem;
    height: 1.6rem;
    background: url('prizebtn.png') no-repeat center center;
    margin: 0 auto;
    top: 5.9rem;
    position: relative;
    left: 0.14rem;
    cursor: pointer;
    background-size: contain;
}


div#part2_content {
    margin-top: 0.28rem;
}
div#part2 {
    height: 24.36rem;
}


.p2f_table > thead > tr >td {
    background: #daa885;
    color:#fff;
    border-top-color: #daa885;
    font-size: 0.42rem;
    height: 0.9rem;
    width: 33%;
}

.p2f_table > tbody > tr >td
 {
    background: #f0f0f0;
    height: 0.85rem;
    font-size: 0.32rem;
}


div#part2_title {
    font-size: 0.39rem;
    color: #db4041;
    text-align: center;
    width: 10rem;
    margin: 0 auto;
    margin-left: inherit;
    padding-top: 5.5rem;
}
.p2dt{
    display: inline;
}
.p2f_table {
    width: 9.5rem;
    text-align: center;
    margin: 0 auto;
    border-color: white;
}


.part2_desc_title {
    text-align: center;
}

.part2_desc {
    color: white;
    font-size: 0.375rem;
    width: 94%;
    margin: 0 auto;
    margin-top: 0.8rem;
    line-height: 0.6rem;
    margin-left: 0.37rem;
}

.part2_desc_text {
    padding: 0.2rem;
    padding-top: 0.1rem;
}
div#part3_content {
    width:88%;
    padding-top: 4.6rem;
}
.prizer_box {
    height: 4rem;
    width: 3rem;
}
.prizer_name {
    height: 0.9rem;
    padding: 0;
    font-size: 0.38rem;
    line-height: 1.1rem;
}

.prizer_number {
    height: 0.6rem;
    font-size: 0.38rem;
    line-height: 0.5rem;
}

.prizer_price {
    margin-top: 1.2rem;
    font-size: 0.58rem;
}
a.bx-prev {
    width: 0.6rem;
    height: 0.6rem;
    left: 0;
    bottom: 2rem;
    background-size: contain;
}

div#part3 {
    height: 9.01rem;
}

a.bx-next {
    width: 0.6rem;
    height: 0.6rem;
    bottom: 2rem;
    background-size: contain;
    right: 0;
}
#part4_content p {
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
    font-size: 0.38rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

div#part4_title {
    font-size: 0.58rem;
    background-size: contain;
    margin-top: 0.4rem;
}
div#pop_form {
    margin-top: 1rem;
}

.fa_form > div {
    display: block;
    float: inherit;
    height: 1.56rem;
    margin: 0 auto;
    margin-bottom: 0.4rem;
}

input#inputvode {
    width: 9rem;
}

.fa_form > div >input {
    width: 9rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0.1rem;
    font-size: 0.48rem;
    padding-left: 0.3rem;
}

.submit.s1 {
    width: 9rem;
    font-size: 0.6rem;
    margin: 0 auto;
    padding: 0.1rem;
}

.fa_form {
    height: 8rem;
}

.popup {
    top:0%;
    width: 100%;
}

.getcode {
    bottom: 0.3rem;
    right: 0.3rem;
    height: 1.1rem;
    line-height: 1.2rem;
    font-size: 0.42rem;
    padding: 0.1rem;
}

.popup_prize {
    height: 8rem;
    width: 10rem;
    font-size: 0.68rem;
}

.prize_text {
    padding-top: 4.8rem;
    left: 0.4rem;
}

.prize_num {
    margin-top: -0.15rem;
    left: 0.4rem;
}

.find_cs {
    width: 3.5rem;
    height: 0.8rem;
    margin-top: -0.1rem;
    left: 0.15rem;
}
.form_loading>img {
    width: 2.5rem;
    height: 2.5rem;
}
.part3_non {
    text-align: center;
    font-size: 0.68rem;
    line-height: 4rem;
    height: 4rem;
}
}