@charset "UTF-8";
/*页面初始化    #########################################################################################*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
menu,
nav,
img {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "Microsoft Yahei", arial, helvetica, sans-serif;

  box-sizing: border-box;
}
div{
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  color: #222;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em {
  font-style: normal;
}

mark {
  background: none;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  outline: none;
}

td {
  text-align: left;
}

.bg_white {
  background: #fff;
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
}

label,
button {
  cursor: pointer;
}

h4,
h5,
h6 {
  font-weight: normal;
}

/*公用样式      #########################################################################################*/
.clear::after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}

.clear {
  _zoom: 1;
}

.db {
  display: block;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb10 {
  margin-bottom: 10px;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: sub;
}

.pf {
  position: fixed;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clearfix:after,
.cl {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_align_items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_justify_center {
  justify-content: center;
}

.flex_space_around {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.flex_start {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex_space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_last_end {
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.wh {
  width: 100%;
}

.pr {
  position: relative;
}

.tc {
  text-align: center;
}

/*.limit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.limit2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.limit3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}*/

.dib {
  display: inline-block;
}

.red {
  color: #d00000;
}

i {
  font-style: normal;
}

ins {
  color: #5dcfff;
  text-decoration: none;
}

.mr5 {
  margin-right: 5px;
}

.tar {
  text-align: right;
}

.mt {
  margin-top: 5px;
}

.mb70 {
  margin-bottom: 70px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.vab {
  vertical-align: bottom;
}

.vlm {
  display: inline-block;
  vertical-align: middle;
}
.vlm-wrap::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  font-size: 0;
}

.mr10 {
  margin-right: 10px;
}

/* #top */
#top {
  background-color: #3e3e3e;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
#top a {
  display: inline-block;
  color: #fff;
  padding: 0 8px;
}
#top a:hover {
  color: #ccc;
  text-decoration: none;
  background-color: #6f6f6f;
}
#top .origin-item {
  float: right;
  margin-right: 20px;
}
#top .origin-item .hot {
  position: relative;
  margin: -15px 0 0 10px;
  padding: 1px 2px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #d00000;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica",
    "Helvetica Neue", "Tahoma", "sans-serif";
}
#top .origin-item .hot::before {
  position: absolute;
  left: -4px;
  top: 3px;
  content: "";
  width: 0;
  height: 0;
  line-height: 1;
  background-color: #d00000;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: #111 #d00000 #111 #111;
}

.quick-menu {
  padding: 0 15px;
  float: left;
}
.quick-menu li {
  float: left;
}
.quick-menu a:hover {
  background: none;
}

.notice {
  float: right;
  padding-left: 24px;
  margin-right: 20px;
  color: #fff;
  background: url(https://skin.elecfans.com/images/notice.png) no-repeat 0 3px;
}

.my-info {
  float: right;
  position: relative;
  z-index: 100;
}

.u-info {
  float: left;
}

.u-info img {
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.drop-icon {
  *float: left;
  *margin-top: 4px;
  padding-right: 16px;
  background: url(https://skin.elecfans.com/images/arrow.png) no-repeat 5px 1px;
}

.login-info {
  float: right;
  margin-right: 15px;
}

.top-dropdown:hover .drop-icon {
  background-position: 5px -43px;
}

.top-dropdown-menu {
  position: absolute;
  right: 0;
  top: -9999px;
  width: 130px;
  padding: 9px 0;
  background: #111;
  z-index: 100;
  box-shadow: 2px 2px 3px #999;
}

#top .top-dropdown-menu a {
  font-size: 14px;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #ccc;
  white-space: nowrap;
}

.top-dropdown-menu a:hover {
  color: #fff;
  text-decoration: none;
  background: #999;
}

.icons {
  display: inline-block;
}

#NITopAdLeft {
  float: left;
  height: 90px;
  overflow: hidden;
  width: 728px;
}

#NITopAdRight {
  float: right;
  height: 90px;
  overflow: hidden;
  width: 260px;
}



/* 头部样式修改  */
#top {
  background: #000000;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.quick-menu a:hover {
  background: #000000;
}

.d-corner {
  font: 8px/25px arial;
  color: #999;
  font-style: normal;
  float: right;
  margin-left: 2px;
  margin-top: 4px;
}

.up-arrow {
  display: none;
}

#website_ind_wrap:hover #website_nav {
  display: block;
}

#website_ind_wrap:hover .up-arrow {
  display: block;
}

#website_ind_wrap:hover .down-arrow {
  display: none;
}

#top #website_ind_wrap:hover {
  background: #d00 !important;
}

#top #website_nav:hover {
  background: #fff;
  color: #666 !important;
}

#top .wraplist_title:hover {
  background: #fff;
  color: #666 !important;
}

#top a:hover {
  background: #000;
  color: #fff;
}

#website_nav {
  display: none;
  position: absolute;
  top: 31;
  left: 15.5px;
  width: 966px;
  z-index: 999;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sub_dis_wrap {
  height: 180px;
  border-right: 1px solid #d9d9d9;
  text-align: left;
  margin: 10px 0;
  padding: 0 38px 10px;
  z-index: 1000;
  float: left;
}

.sub_dis_wrap .disList {
  list-style: none;
  display: block;
  margin-right: 10px;
  float: left;
}

.sub_dis_wrap .disList li {
  float: none;
  padding-left: 0;
  background: none;
  margin: 0 0 10px;
  padding-right: 0;
}

#top #website_nav a {
  color: #666666 !important;
}

#top #website_nav a:hover {
  background: #fff;
}

.sub_dis_wrap .disTitle a {
  font-size: 14px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-weight: bold;
  color: #444444;
  height: 40px;
  line-height: 40px;
}

/* footer ------------*/
.footer {
  font: 12px/30px "微软雅黑";
  color: #fff;
  width: 100%;
  padding: 20px 0 20px;
  background: #333;
  text-align: center;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.contact {
  width: 100%;
  padding: 8px 0;
  color: #fff;
  background: #a0a0a0;
  text-align: center;
}



/* 导航栏 start*/
.nav{
    height: 80px;
    background: #fff;
    position: fixed;
    top:30px;
    left: 0px;
    right: 0px;
    z-index: 22;
}
.nav .nav_logo img{
    width: 194px;
    vertical-align: middle;
}
.nav_list li a{
    display: block;

    line-height: 80px;
   /* margin-right: 40px;*/
    font-size: 18px;
    color:#4a5a75;
}
.nav_list li{
    padding: 0 20px;
    cursor: pointer;
}
.nav_list li:hover,
.nav_list li.active{
    position: relative;
}
/*导航栏*/


/* 弹窗 */
.layer_user_info_form .layui-layer-title{  
    background: transparent;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 24px;
    padding: 12px 80px 0 30px;
    border-bottom: 0px;
    font-weight: 700;
}
.layer_user_info_form .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 0px;
}
.layer_user_info_form  .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
    background-size: 16px 16px;
}
.submit_form_register{
    padding:0px 30px;
    padding-top: 15px;
}
.layer_user_info_form  .collect_title{
    font-size: 14px;
    color: #fb4754;
    margin-bottom: 20px;
}
.submit_form_register .inline_dl_flex{
    display: flex;
    justify-content: space-between;
}
.submit_form_register .inline_dl_flex_box {
    width: 49%;
}
.submit_form_register .inline_dl {
    display: flex;
   /* justify-content: space-between;*/
    font-size: 16px;
    color:#333;
    line-height: 40px;
    margin-bottom: 16px;
}
.submit_form_register .label_info_radio,
.submit_form_register  .label_info{
    display: block;
}
.color_red{
    margin-right: 5px;
    color:#D00000;
}
.submit_form_register .inline_dl dt{
  width: 20%;
}
.submit_form_register .inline_dl dd{
  width: 80%;
}
.submit_form_register .inline_dl input,
.submit_form_register .inline_dl select
{
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 16px;
    color:#333;
}
.submit_form_register .inline_dl .addr_box select{
  width: 48%;
}
.submit_form_register  .addr_box{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.hide_tip{
  font-size: 14px;
  margin-bottom: 10px;
}

.submit_form_register .label_info12 dt{
  width:100%;
}
.submit_form_register .label_info12 dd{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.submit_form_register .label_info12 input
{
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 16px;
    color:#333;
    position: relative;
    top:4px;
}
.submit_form_register .label_info.label_info12 label{
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
/*.submit_form_register .label_info12 input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius:4px;
  margin-right: 5px;
  box-sizing: border-box;
}
.submit_form_register .label_info12  input[type="checkbox"]:checked {
  background: url(../images/checkbox.png) center center no-repeat;
  background-size:cover;
  border:1px solid rgba(0,0,0,0);
  box-sizing: border-box;
}

.submit_form_register  .label_info12 .label_info input[type="checkbox"] {
  position: relative;
  top:0px;
}*/
.submit_form_register .label_info label{
    width: 47%;
    display: inline-block;

}

.submit_form_register .label_info_radio  label{
    display: block;
}
.submit_form_register .label_info_radio input[type="radio"] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #707070;
  -webkit-appearance: none;
  outline: none;
  vertical-align: middle;
  border-radius:50%;
  margin-right: 5px;
  box-sizing: border-box;
}
.submit_form_register .label_info_radio input[type="radio"]:checked {
 /* background: url(../images/checkbox.png) center center no-repeat;*/
  background-size:cover;
  border:3px solid #E30327;
  box-sizing: border-box;
  position: relative;
}
.submit_form_register .label_info_radio input[type="radio"]:checked:after{
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E30327;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.layer_user_info_form  .layui-layer-content{
    position: static!important;
}
.submit_form_register .label_info_radio input[type="radio"] {
  position: relative;
  top:0px;
}
.layer_user_info_form  .layui-layer-btn .layui-layer-btn0{
    height:48px;
    text-align:left;
    width: 72%;
    background: #3253dc;
    border-radius: 30px;
    text-align: center;
    line-height: 48px;
}
.layer_user_info_form  .layui-layer-btn .layui-layer-btn0:hover{
   background: #1C37A5;
}
.layer_user_info_form  .layui-layer-btn{  
    padding: 30px ;
    text-align: center;
}
.layer_user_info_form .layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto;
    height: 80%!important;
}
.layer_user_info_form  .layui-layer-btn a{
  margin:0;
  font-size: 18px;
}
 .form_btn{
    width: 350px;
    height: 50px;
    background: rgba(227, 3, 39,1);
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    outline: none;
    border:none;
    font-size: 18px;
    color:#fff;
    margin-bottom: 20px;
    position: absolute;
    bottom:2px;
    left: 40px;
}
 .form_btn:hover{
    background: rgba(227, 3, 39,0.7);
}
.layer_lotter_alert .layui-layer-title {
  background:transparent;
  border-bottom:0;
}
.layer_success .layer_success_img{
  text-align: center;
}
.layer_success .layer_success_img img{
  display: block;
  margin:0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
.layer_success .layer_success_img span{
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.layer_lotter_info{    
    text-align: center;
}
.layer_lotter_info img{
    margin-bottom: 20px;
    margin-top: 20px;
}
.layer_lotter_info .layer_lotter_text1{    
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.layer_lotter_info .layer_lotter_text2{
    font-size: 14px;
    color: #666666;
}
.layer_lotter_prize{
  text-align: center;
}
.layer_lotter_prize img{
  margin-bottom: 10px;
}
.layer_lotter_prize .layer_lotter_prize_text1{ 
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.layer_lotter_prize .layer_lotter_prize_text2{
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
}
.layer_lotter_prize_name{
    text-align: center;
}
.layer_lotter_prize_name_text1{    
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}
.layer_lotter_prize_name_text2{
    font-size: 24px;
    font-weight: 700;
    color: #da1f3d;
}
.layer_lotter_prize_name img{
    margin-top: 10px;
    margin-bottom: 10px;
}
.layer_lotter_prize_name_text3{    
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

/* 弹窗 ebd*/

/*侧边栏*/
/*侧边栏 start*/
.aside{
    position: fixed;
    right:10px;
    width: 120px;
    top:50%;
    transform: translate(0,-50%);
    z-index: 9;
/*    display: none;*/
}
.aside>.aside_info{
    margin-top:-40px;
    padding: 0 10px;
    padding-top:45px;
    padding-bottom: 20px;
    background: linear-gradient(to bottom,#eaedfb, #e4e9ff);
    text-align: center;
    border-radius: 8px;
}
.aside>.aside_info p{
    line-height: 1.8;
    color: #4a5a75;
}
.aside a{
    display: block;
    width: 100px;
    height: 36px;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    margin-top:8px;
    color:#fff;
}
.aside .aside_join{
    background: #3253dc;
}
.aside .aside_prize{
    background: #fc000a;
}
/*侧边栏*/
/*抽奖界面--------------------*/
.lucky_draw_box{
    position: fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}
.lucky_draw{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 840px;
 /*   height: 611px;*/
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 4px;
}
.lucky_draw .lucky_draw_header h2{
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 10px;
}
.lucky_draw .lucky_draw_close{
    position: absolute;
    top:15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center center  no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}
.lucky_draw .lucky_draw_rule{    
    font-size: 16px;
    color: #4a5a75;
    line-height: 26px;
    margin-bottom: 15px;
}
.lucky_draw_prize_box{
    margin-bottom: 20px;
}
.lucky_draw  .lucky_draw_prize_bg{
   /* padding:20px 0;*/
    width: 900px;
    background: url(../images/lucky/prize_bg.png);
    height: 120px;
    margin-top:18px;
}
.lucky_draw  .lucky_draw_prize_list{
    width: 640px;
    height: 166px;
    background: rgba(50,83,220,0.16);
    border: 4px solid #3253dc;
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
    padding:0px 14px;
    position: relative;
}
.lucky_draw  .lucky_draw_prize_list:after{   
    content: "";
    position: absolute;
    top: 0px;
    left: 49%;
    transform: translate(-50%, 0px);
    border: 10px solid red;
    border-color: #3253dc transparent transparent transparent;
}
.lucky_draw  .lucky_draw_prize_list:before{ 
    content: "";
    position: absolute;
    bottom: 0px;
    left: 49%;
    transform: translate(-50%, 0px);
    border: 10px solid red;
    border-color:  transparent transparent #3253dc transparent;
  
}
.lucky_draw  .lucky_draw_prize_item{
    width: 140px;
    height: 120px;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
    float:left;
}
.lucky_draw  .lucky_draw_prize_img{
    width: 93px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin:10px auto;
}
.lucky_draw  .lucky_draw_prize_item img{
    vertical-align: middle;
}
.lucky_draw  .lucky_draw_prize_item p{
    font-size: 12px;
    color: #677283;
}
.lucky_draw  .lucky_draw_prize_btn{
    width: 120px;
    height: 166px;
    background: #3253dc;
    border-radius: 0px 8px 8px 0px;    
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 166px;
    cursor: pointer;
}
.lucky_draw_name{
    margin-bottom: 10px;
}
.lucky_draw_name_left {
    height: 104px;
    width: 330px;
    background: #f6f8fa;
    border-radius: 4px;
}
.lucky_draw  #jq_marquee_box{
    height: 104px;
    overflow: hidden;
    padding:10px 0px 10px 20px;
}
.lucky_draw_name_left h3{
    text-align: center;
    width: 36px;
    height: 104px;
    background: #4a5a75;
    border-radius: 4px 0px 0px 4px;
    font-size: 14px;
    writing-mode: vertical-rl;
    line-height: 36px;
    letter-spacing: 4px;
    color: #fff;
}
#jq_marquee_box .lt{
    width: 86px;
    color:#3253DC;
     word-break:keep-all; 
     white-space:nowrap;
}
#jq_marquee_box .ct{
    font-size: 14px;
    color: #bbc0c8;
    width: 60px;
    text-align: center;
    margin-right: 10px;
}
#jq_marquee_box  .gt{
    font-size: 14px;
    color: #4a5a75;
}
.lucky_draw_rule_tip{
    width: 410px;
    padding-left: 20px;
    font-size: 12px;
    color: #bbc0c8;
    line-height: 26px;
}
.lucky_draw_activity_left{
    width: 580px;
}
.lucky_draw_activity_left p{
    font-size: 14px;
    color: #4a5a75;
}
/*抽奖界面--------------------*/
/**/

.join_us_btn.disabled{    
    background: #999!important;
    cursor: not-allowed;
}
.join_us_btn2.disabled{    
    background: #999!important;
    cursor: not-allowed;
}
/*.zwLabel{
    margin-top: -20px;
}*/
@media screen and (min-width: 750px) {
    .nav_list li:hover:after{
        content: "";
        position: absolute;
        width: 38px;
        height: 3px;
        background: #3253DC;
        left: 50%;
        bottom: 2px;
        transform: translate(-50%,50%);
    }
}

.nav_list li.active:after{
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    background: #3253dc;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%,50%);
}
.nav_list li.active a{
    color:#3253DC;
}
.nav_list li:hover a{
    color:#3253DC;
}
.nav_list li:last-child a{
    margin-right: 0px;
}
/* 导航栏 end*/
@media screen and (max-width: 750px){
  .nav{
    top:0px;
    height: 0.88rem;
  }
  .nav .wrap{
    padding: 0px;
    display: block;
    position: relative;
    height: 100%;
  }
  .nav_list{
    display: none;
  }
  .nav .nav_logo img {
      width: 2.94rem;
      vertical-align: middle;
      position: absolute;
      left: 0px;
      top:50%;
      transform: translate(0,-50%);
  }
  .nav_menu {
    height: 0.88rem;
    width: 0.88rem;
    position: absolute;
    right: 0px;
    top:50%;
    transform: translate(0,-50%);
  }
  .nav_list ul{
    display: block;
    position: fixed;
    top:0.8rem;
    bottom:0px;
    right:0px;
    width: 3rem;
    background: #fff;
    padding: 0 0.3rem;
  }
  .nav_list li{
    padding: 0px;
    border-bottom: 2px solid #f6f8fa;
  }
  .nav_list li.active:after{
    display: none;
  }   
  .nav_list li:hover a{
      color:#4a5a75;
  }
  .nav_list li.active a {
      color: #3253DC;
  }
  .nav_menu.menu_open{
    background: url(../images/mobile/menu_open.png) center center no-repeat;
    background-size: 0.44rem 0.44rem;
  }
  .nav_menu.menu_close{
      background: url(../images/mobile/menu_close.png) center center no-repeat;
      background-size: 0.44rem 0.44rem;
  }
  .submit_form_register .label_info.label_info12 label {
    width: 46%;
    margin-right: 10px;
    line-height: 20px;
  }
  .aside{
    display: none;
  }
  .lucky_draw {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom:0px;
    right:0px;
    transform: translate(0%,0%);
    width: 100%;
    /* height: 611px; */
    padding: 0.3rem 0.4rem;
    background: #ffffff;
    border-radius: 4px;
    overflow: auto;
  }
  .lucky_draw .lucky_draw_header h2 {
      font-size: 0.36rem;
      font-weight: 400;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .lucky_draw .lucky_draw_rule {
      font-size: 0.32rem;
      color: #4a5a75;
      line-height: 1.6;
      margin-bottom: 0.3rem;
  }
  .lucky_draw_prize_box{
    display: block;
  }
  .lucky_draw .lucky_draw_prize_list {
      width: 100%;
      height: 3.32rem;
      padding: 0px 0.2rem;
  }
  .lucky_draw .lucky_draw_prize_bg {
    /* padding: 20px 0; */
    width: 18rem;
    background: url(../images/lucky/prize_bg.png);
    height: 2.4rem;
    margin-top: 0.36rem;
    background-size: 18rem 2.4rem;/*
    background-size:cover;*/
  }
  .lucky_draw .lucky_draw_prize_btn {
    width: 100%;
    height: 1rem;
    line-height:  1rem;
    margin-top: 0.4rem;
    font-size: 0.36rem;
  }
  .lucky_draw_name {
    display: block;
  }
  .lucky_draw_name_left {
      height: 2rem;
      width: 100%;
      background: #f6f8fa;
      border-radius: 4px;
  }
  .lucky_draw #jq_marquee_box {
      height: 2rem;
      overflow: hidden;
      padding: 0.1rem 0px 0.1rem 0.2rem;
  }
  .lucky_draw_rule_tip {
      width: 100%;
      padding-left: 0;
      font-size: 0.24rem;
      color: #bbc0c8;
      line-height: 1.6;
      padding-top: 0.2rem;
  }
  .lucky_draw_activity {
    display: block;
  }
  .lucky_draw_activity_left {
      width: 100%;
  }
  .lucky_draw_activity_left p {
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .lucky_draw_activity div>img{
    display: block;
    margin:0 auto;
    margin-top: 0.3rem;
  }
  .prize_icon {
      position: absolute;
      top: 0.2rem;
      right: 0.8rem;
  }
  .prize_icon img{
    width: 0.48rem;
  }
  .layui-layer-shade{
    bottom:0;
    right: 0px;
  }
  
}