*{-webkit-tap-highlight-color:transparent;padding:0;margin:0;}
.hidden{display:none;}
i{font-style:normal;}
body{font-family:"微软雅黑";}

.top{
  position:relative;
  width: 100%;
  min-width: 1200px;
  height: 1027px;
  background: url(../images/top_bg.jpg) no-repeat center top;
  background-size:cover;
}
.top>div{
  width: 1200px;
  height: 1027px;
  margin: 0 auto;
  position: relative;
}
.top>div .go_home{
    display: block;
    width: 160px;
    height: 54px;
    float: right;
    margin: 36px 55px 0 0;
    background: url(../images/btn_1.png);
    background-size:100% 100%;
}
.top>div .videoBtn {
    position: absolute;
    z-index: 11;
    bottom: 390px;
    left: 305px;
    width: 97px;
    height: 102px;
}
.top>div .videoBtn a {
  display: block;
  width: 97px;
  height: 102px;
  position: absolute;
  top: 0;
  left: 0px;
}
.top>div .videoBtn a img{
  -webkit-animation: scales 2.5s linear infinite;
  -moz-animation: scales 2.5s linear infinite;
  -ms-animation: scales 2.5s linear infinite;
  animation: scales 2.5s linear infinite;
}
.top>div .download{
    position: absolute;
    z-index: 11;
    bottom: 215px;
    left: 59px;
    width: 648px;
    height: 165px;
}
.top>div .download .qr_down{
    position: absolute;
    left: 0;
    top: 50px;
}
.top>div .download .qr_down>span:nth-child(1){
    display:inline-block;
    float:left;
    width:39px;
    height:165px;
    background: url(../images/qr_code1.png) no-repeat;
}
.top>div .download .qr_down>span:nth-child(2),.top>div .download .qr_down>span:nth-child(2) img{
    display: inline-block;
    float: left;
    width: 165px;
    height: 165px;
}
.top>div .download .ios_down{
    display:inline-block;
    position: absolute;
    left:220px;
    top:0;
    background: url(../images/ios_down.png) no-repeat;
    width:247px;
    height:73px;
}
.top>div .download .android_down{
    display:inline-block;
    position: absolute;
    left:220px;
    bottom:0;
    background: url(../images/android_down.png) no-repeat;
    width:247px;
    height:73px;
}
.top>div .download .appointment{
    position: absolute;
    left:487px;
    top:50px;
    background: url(../images/appointment.png) center no-repeat;
    width:161px;
    height:165px;
    cursor:pointer;
}
.top>div .download .an_info{
    position: absolute;
    top: 160px;
    left: 250px;
    color: #fff;
    font-size: 20px;
    display: none;
}
.top>div .download .tap{
    width: 247px;
    height: 73px;
    position: absolute;
    top: 187px;
    left: 220px;
    background: url(../images/tap_btn.png) no-repeat;
}
.top>div .download.no_tap{bottom: 230px;}
.top>div .download.no_tap .ios_down{top:50px;}
.top>div .download.no_tap .android_down{bottom:-50px;}
.top>div .download.no_tap .tap{display:none;}
.top>div .download.no_tap .an_info{top:215px;}
.top .sologan{
    width: 621px;
    height: 365px;
    margin: 165px 0 0 30px;
}
.content{
    position:relative;
    width: 100%;
    min-width: 1200px;
    height: 1000px;
    background: url(../images/content_bg.png) no-repeat center top;
    background-size:cover;
}
.content>div{
    width: 1200px;
    height: 1000px;
    margin: 0 auto;
    position: relative;
    top: -130px;
}
.content>div .order_peo{
    position: relative;
    font-size:30px;
    color:#fff;
    text-align: center;
    text-shadow: 0px 5px 5px #1e1a16;
}
.content>div .order_peo span{
    display: inline-block;
    margin: 0 3px 0 5px;
    position: relative;
    top: 5px;
    font-weight: 600;
    color: #FF0010;
    font-size: 45px;
}
.content>div .order_box{
    text-align: center;
    margin-top: 15px;
}
.content>div .giftbox{
    display:inline-block;
    margin-right:30px;
    text-align: initial;
}
.content>div .giftbox:last-child{
    margin-right: 0;
}
.content>div .giftbox .ring{
    position: relative;
    display: inline-block;
    width:141px;
    height:140px;
    /*overflow: hidden;*/
    /*border-radius: 140px;*/
    /*transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);		/!* IE 9 *!/*/
    /*-webkit-transform: rotate(45deg);	/!* Safari and Chrome *!/*/
    /*-o-transform: rotate(45deg);		/!* Opera *!/*/
    /*-moz-transform: rotate(45deg);		/!* Firefox *!/*/
}
/*.content>div .giftbox:nth-of-type(1) .ring,.content>div .giftbox:nth-of-type(2) .ring{*/
    /*border:3px solid #196CAF;*/
/*}*/
/*.content>div .giftbox:nth-of-type(3) .ring{*/
    /*border:3px solid #196CAF;*/
    /*border-top-color:#FF3342;*/
    /*border-right-color:#FF3342;*/
/*}*/
/*.content>div .giftbox:nth-of-type(4) .ring,.content>div .giftbox:nth-of-type(5) .ring{*/
    /*border:3px solid #FF3342;*/
/*}*/
.content>div .giftbox .ring.lock:before{
    display: inline-block;
    content: "";
    width: 63px;
    height: 70px;
    background: url(../images/lock.png) no-repeat;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -31.5px;
    /*transform: rotate(-45deg);*/
    /*-ms-transform: rotate(-45deg);		/!* IE 9 *!/*/
    /*-webkit-transform: rotate(-45deg);	/!* Safari and Chrome *!/*/
    /*-o-transform: rotate(-45deg);		/!* Opera *!/*/
    /*-moz-transform: rotate(-45deg);		/!* Firefox *!/*/
}
.content>div .giftbox .ring img{
    width: 141px;
    height: 140px;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70.5px;
    /*transform: rotate(-45deg);*/
    /*-ms-transform: rotate(-45deg);		/!* IE 9 *!/*/
    /*-webkit-transform: rotate(-45deg);	/!* Safari and Chrome *!/*/
    /*-o-transform: rotate(-45deg);		/!* Opera *!/*/
    /*-moz-transform: rotate(-45deg);		/!* Firefox *!/*/
}
.content>div .giftbox .info .name{
    display: block;
    text-align: center;
    font-size: 17.82px;
    color: #A3A2A3;
}
.content>div .giftbox .info .peo{
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 17.82px;
    color: #00fffc;
}
.content>div .giftbox .info .peo:before{
    display:inline-block;
    content:"";
    width:18px;
    height:19px;
    margin-right: 5px;
    background:url("../images/data.png");
    background-size:100% 100%;
}
.content>div .giftbox .info .peo i{opacity:.5;}
.content>div .invite{margin-top: 85px;}
.content>div .invite .info{text-align:center;}
.content>div .invite .info h2{
    font-size:51px;
    color:#fff;
}
.content>div .invite .info p{
    font-size:18.67px;
    color:#afafaf;
}
.content>div .invite .userstate{
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}
.content>div .invite .userstate .btn{
    display: inline-block;
    width: 176px;
    height: 61px;
    line-height: 61px;
    margin-top: 85px;
    font-size: 27.66px;
    color: #00fffc;
    text-align: center;
    border: 5px solid #00fffc;
    vertical-align: top;
    cursor:pointer;
    border-radius: 71px;
}
.content>div .invite .userstate .login{
    display: inline-block;
    text-align: center;
    width: 580px;
}
.content>div .invite .userstate .login .before>div p{
    font-size:19.87px;
    color:#00fffc;
}
.content>div .invite .userstate .login .before>div p>span{
    display:inline-block;
    margin:0 5px;
    font-size:70.94px;
}
.content>div .invite .userstate .login .after img{
    width: 138px;
    height: 138px;
    border: 3px solid #00fffc;
    border-radius: 138px;
}
.content>div .invite .userstate .login .after>div p{
    margin-top: 20px;
    font-size:36.29px;
    color:#00fffc;
}
.content>div .invite .userstate .login .after>div .invite_code{
    padding: 0 41.5px;
    display: inline-block;
    margin-top: 10px;
    font-size: 36.41px;
    color: #fff;
    border: 1px solid #00fffc;
    border-radius: 5px;
}
.content>div .invite .progress{
    /*overflow: hidden;*/
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -408.375px;
    margin-top: 105px;
}
.content>div .invite .progress .step{
    position: relative;
    display:inline-block;
    float:left;
}
.content>div .invite .progress .step1 .default,
.content>div .invite .progress .step2 .default,
.content>div .invite .progress .step3 .default,
.content>div .invite .progress .step4 .default{
    position: relative;
    left: 25px;
    display: block;
    width: 218px;
    height: 76px;
    background: url(../images/pro_bg.png) no-repeat;
    background-position: 0 0;
}
.content>div .invite .progress .step2 .default{width:244px;background-position: -218px 0;}
.content>div .invite .progress .step3 .default{width:222px;background-position: -462px 0;}
.content>div .invite .progress .step4 .default{width:75px;background-position: -684px 0;}
.content>div .invite .progress .step .sub_info{
    display: inline-block;
    margin-top: 50px;
    font-size: 23.4px;
    color: #B1B1B4;
}
.content>div .invite .progress .step .sub_info i{color:#00FFFC}
.content>div .invite .progress .step.active .default:before{
    content:"";
    display:inline-block;
    position: absolute;
    left: 11px;
    top: 11px;
    width:53px;
    height:53px;
    background:url("../images/gift_get.png") no-repeat;
}
.content>div .invite .progress .step.active-1 .get_gift{
    z-index: 15;
    content: "";
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -35px;
    width: 140px;
    height: 140px;
    background: url(../images/gift_get1.png) no-repeat;
    cursor:pointer;
}
.content>div .invite .progress .step .gift_guide{
    width: 200px;
    height: 155px;
    position: absolute;
    display: inline-block;
    top: -52px;
    left: 0;
}
.content>div .invite .progress .step .gift_guide .zz{
    content: "";
    display: inline-block;
    width: 75px;
    height: 55px;
    position: absolute;
    right: 68px;
    top: 32px;
    cursor:pointer;
}
.content>div .invite .progress .step.active-1 .gift_guide .zz{
    right: 38px;
    top: 11px;
}
.content>div .invite .progress .step4 .gift_guide .zz{
    right: 58px;
}
.content>div .invite .progress .step .gift_guide>img{
    position: absolute;
    top: 40px;
    right: 90px;
    z-index: 20;
    cursor: pointer;
}
.content>div .invite .progress .step4 .gift_guide>img.c_2{
    right:65px;
}
.content>div .invite .progress .step.active-1 .gift_guide>img{
    right: 70px;
    top: 20px;
}
.content>div .invite .progress .step4.active-1 .gift_guide>img.c_2{
    right:45px;
}
.content>div .invite .progress .step .gift_guide>img:hover + .gift_txt,
.content>div .invite .progress .step .gift_guide .gift_txt:hover,
.content>div .invite .progress .step .gift_guide>img:hover+img+.gift_txt,
.content>div .invite .progress .step .gift_guide .zz:hover+img+img+.gift_txt,
.content>div .invite .progress .step .gift_guide .zz:hover+img+.gift_txt{
    display: inline-block;
}
.content>div .invite .progress .step .gift_guide .gift_txt{
    width: 197px;
    height: 155px;
    position: absolute;
    top: -100px;
    left: -38px;
    z-index: 21;
    color: #fff;
    display:none;
    background: url(../images/gift_txt.png) no-repeat;
}
.content>div .invite .progress .step .gift_guide .gift_txt i{
    display: inline-block;
    width: 49px;
    height: 49px;
    background: url(../images/card_bg.png);
    background-size: 100% 100%;
    position: relative;
    margin:30px 0 0 73px;
}
.content>div .invite .progress .step .gift_guide .gift_txt i img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);		/* IE 9 */
    -webkit-transform: translate(-50%,-50%);	/* Safari and Chrome */
    -o-transform: translate(-50%,-50%);		/* Opera */
    -moz-transform: translate(-50%,-50%);		/* Firefox */
}
.content>div .invite .progress .step4 .gift_guide .gift_txt i:first-child{margin-left: 48px;}
.content>div .invite .progress .step4 .gift_guide .gift_txt i:nth-child(2){margin-left: 0;}
.content>div .invite .progress .step .gift_guide .gift_txt b{
    font-size: 16px;
    font-weight: 100;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.content>div .invite .progress .step .now_peo{display:none;}
.content>div .invite .progress .step.half .now_peo{
    display: inline-block;
    width: 40px;
    height: 65px;
    background: url(../images/gift_peo.png) no-repeat;
    font-size: 27.42px;
    color: #00fffc;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 26.5px;
}
.content>div .invite .progress .step.probar1 .line1{
    display: inline-block;
    width: 82px;
    height: 9px;
    background: url(../images/line.png) no-repeat;
    font-size: 27.42px;
    position: absolute;
    top: 34px;
    left: 87px;
    z-index: 14;
}
.content>div .invite .progress .step.probar2 .line2{
    display: inline-block;
    width: 82px;
    height: 9px;
    background: url(../images/line.png) no-repeat;
    font-size: 27.42px;
    position: absolute;
    top: 34px;
    right: -38px;
    z-index: 14;
}
.content>div .invite .progress .step2.probar1 .line1,.content>div .invite .progress .step2.probar2 .line2{width:95px;}
.content>div .invite .progress .step2.half .now_peo {right: 39.5px;}
.content>div .invite .progress .step3.probar1 .line1,.content>div .invite .progress .step3.probar2 .line2{width:84px;}
.content>div .invite .progress .step3.half .now_peo {right: 29.5px;}
.bottom{
    position:relative;
    width: 100%;
    min-width: 1200px;
    height: 853px;
    background: url(../images/bottom_bg.jpg) no-repeat center;
    background-size:cover;
}
.bottom>div{
    width: 1200px;
    height: 853px;
    margin: 0 auto;
    position: relative;
}
.bottom>div .swiper-container{
    top:55px;
    box-shadow: 0px 0px 20px #818ce1;
}
.bottom>div .swiper-button-prev{
    width:47px;
    height:93px;
    left:30px;
    background: url(../images/prev.png) no-repeat;
    background-size: 100%;
}
.bottom>div .swiper-button-next {
    width:47px;
    height:93px;
    right: 30px;
    background: url(../images/next.png) no-repeat;
    background-size: 100%;
}
.bottom>div .swiper-slide img{width:100%;height:737px;}

#footer {
    height: 284px;
    width: 100%;
    background:#1c1c1c;
}
#footer .footer_content {
    width: 1200px;
    height: 284px;
    margin: 0 auto;
}
#footer .footer_content .footer_logo {
    float: left;
    margin-top: 20px;
}
#footer .footer_content .footer_logo img {
    padding-left: 35px;
}
#footer .footer_content .footer_words {
    float: left;
    margin-top: 20px;
    font-size: 12px;
    margin-left: 98px;
}
#footer .footer_content .footer_words p {
    line-height: 20px;
    width: 570px;
    color: #888;
}
#footer .footer_content .footer_words p img {
    width: 12px;
    vertical-align: middle;
}


/*弹框*/
.tips {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.tips .con {
    position: relative;
    top: 50%;
    width:780px;
    height: 406px;
    margin: 0 auto;
    background: url(../images/tips_bg.png) 0 0;
    background-size: 100% 100%;
    transform:  translate(0,-50%);
    -ms-transform:  translate(0,-50%);	/* IE 9 */
    -webkit-transform:  translate(0,-50%);	/* Safari and Chrome */
    -o-transform:  translate(0,-50%);		/* Opera */
    -moz-transform:  translate(0,-50%);		/* Firefox */
}
.tips .con .tips_close {
    position: absolute;
    width: 26px;
    right:20px;
    top: 20px;
    cursor:pointer;
    transition: all 0.4s ease-out;
}
.tips .con .tips_close:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.tips .con>div{
    padding: 40px 25px;
}
.tips .con>div .one p{
    font-size:24px;
    text-align:center;
    color:#fff;
}
.tips .con>div .one p:nth-child(2){
    margin-top: 10px;
    font-size:21.34px;
    color:#a9a9a9;
}
.tips .con>div .two{
    overflow: hidden;
    padding: 0 25px;
    margin-top:22px;
}
.tips .con .sharebox{
    float: left;
    margin-right: 60px;
}
.tips .con .sharebox .sharemsg{
    float: left;
    width: 17px;
    font-size: 16.51px;
    line-height: 17px;
    color: #a9a9a9;
}
.tips .con .sharebox .shareicon{
    float:left;
    width: 40px;
    margin-left:10px;
}
.tips .con .sharebox a{
    display: inline-block;
    width:40px;
    height:46px;
    cursor:pointer;
}
.tips .con .sharebox .qq{
     background: url("../images/qq.png") center no-repeat;
}
.tips .con .sharebox .wb{
    background: url("../images/wb.png") center no-repeat;
}
.tips .con .sharebox .wx{
    background: url("../images/wx.png") center no-repeat;
}
.tips .con .sharebox .qq:hover{
    background: url("../images/qq1.png") center no-repeat;
}
.tips .con .sharebox .wb:hover{
    background: url("../images/wb1.png") center no-repeat;
}
.tips .con .sharebox .wx:hover{
    background: url("../images/wx1.png") center no-repeat;
}
.tips .con .qr_code{
    width: 156px;
    height: 156px;
    border: 2px solid #0C8180;
    float: left;
}
.tips .con .qr_code img{
    width:156px;
    height: 156px;
}
.tips .con .btnbox{
    width: 40%;
    margin: 0 auto;
    background-color: #f00;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    cursor:pointer;
    border-radius: 5px;
}
.tips .con .codebox{
    float: right;
    margin-right: 65px;
    margin-top: 20px;
}
.tips .con .codebox p{
    font-size:36px;
    color:#ACABAB;
    text-align: center;
}
.tips .con .codebox span{
    padding: 0 41.5px;
    display: inline-block;
    margin-top: 15px;
    font-size: 36px;
    color: #fff;
    border: 1px solid #0C8180;
    border-radius: 5px;
}
.tips .con.small{
    width:542px;
    height: 406px;
    background: url(../images/reg_bg.png) 0 0;
}
.tips .con.small .form{
    width:75%;margin:0 auto 12px auto;
}
.tips .con.small .form .error{
    opacity: 0;
    color: #ec1212;
    font-size: 12px;
    line-height: 24px;
}
.tips .con.small .form .error:before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/erro.png);
    vertical-align: sub;
    margin-right: 5px;
}
.tips .con.small .form .input{
    position: relative;
    margin-bottom: 20px;
}
.tips .con.small .form .input span{
    position: absolute;
    display: inline-block;
    width:16px;
    height:16px;
    left:8px;
    top:15px;
}
.tips .con.small .form .input .telicon{
    background: url("../images/user.png") center no-repeat;
 }
.tips .con.small .form .input .pwdicon{
    background: url("../images/pwd.png") center no-repeat;
}
.tips .con.small .form .input input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 0;
    text-indent: 32px;
    font-size: 14px;
}
.tips .con.small .form>a{
    font-size: 14px;
    color: #bbb;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    position: relative;
    top: -12px;
    text-decoration: underline;
}
.tips .con.small .btnbox{
    width: 75%;
}
.tips .con.small>div>p{
    text-align: center;
    color: #666;
    margin-top: 10px;
    font-size: 14px;
}
.tips .con.small>div>p>a{
    color:#00FFFC;
    text-decoration: none;
}

.wxbsBox {
    z-index: 100000001;
    position: fixed;
    height: 245px;
    width: 220px;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -122.5px;
    font-size: 12px;
    border: 6px solid #7F7F7F;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bsClose {
    z-index: 10000000;
    position: absolute;
    top: 3px;
    right: 10px;
    line-height: 20px;
    font-weight: bold;
    font-family: Helvetica,Arial;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.bsTop {
    color: #666;
    background: #f2f2f2;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #e8e8e8;
    width: 220px;
}
.bsTop span {
    float: left;
}
.bsTop span:first-child{
    margin-left:15px;
}
.bsFrameDiv, #bsMorePanel {
    border: none;
    background: #fff;
}
.bsFrameDiv>div{
    height: 220px; width: 220px; display: block;
 }
.bsFrameDiv>div img{
    width: 178px;
    height: 178px;
    margin: 21px;
    display: inline-block;
}

/*微信分享提示页面*/
.share_help {
    padding: 45px 20px;
    overflow: hidden;
    zoom: 1;
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 0 0 3px #ddd;*/
    width: 980px;
    margin: 0 auto;
}
.share_help .aside {
    display: inline-block;
    vertical-align: top;
    width: 350px;
}
.share_help .aside .logo_help{
    text-align:center;
    margin-top:40px;
}
.share_help .title {
    display: block;
    margin: 120px 0 40px 0;
    text-align: center;
}
.share_help .wechat-img {
    display: block;
    margin: 0px auto 50px;
    text-align: center;
}
.share_help .wechat-img img{
    width:170px;
    height:170px;
}
.share_help .main {
    display: inline-block;
    vertical-align: middle;
    width: 495px;
    border-left: 1px solid #ddd;
}
.share_help .wechat-help {
    display: block;
    width: 493px;
    height: 672px;
}
.bshareDiv{display:none!important;}
@keyframes scales{0%{transform: scale(1); }50% {transform: scale(1.1);}100% {transform: scale(1);}}
@-webkit-keyframes scales{0%{-webkit-transform: scale(1);}50% {-webkit-transform: scale(1.1);}100% {-webkit-transform: scale(1);}}
@-moz-keyframes scales{0%{-webkit-transform: scale(1);}50% {-webkit-transform: scale(1.1);}100% {-webkit-transform: scale(1);}}
@-o-keyframes scales{0%{-webkit-transform: scale(1);}50% {-webkit-transform: scale(1.1);}100% {-webkit-transform: scale(1);}}
@-ms-keyframes scales{0%{-webkit-transform: scale(1);}50% {-webkit-transform: scale(1.1);}100% {-webkit-transform: scale(1);}}
