/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent: */
@charset "utf-8";
html, body {
  font-family: 'miscrosoft yahei','微软雅黑',tahoma,arial,'Hiragino Sans GB',sans-serif;
}
/* line 9, ../sass/_screen.scss */
html, body, div, menu, ol, ul, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, input, p, form, header, nav, article, section, aside, footer, video, audio, figure, textarea {
  padding: 0;
  margin: 0;
}

/* line 13, ../sass/_screen.scss */
input, select, textarea, img, area {
  outline: none;
  border: none;
}

/* line 17, ../sass/_screen.scss */
input, select, textarea {
  background: #fff;
}

/* line 20, ../sass/_screen.scss */
mark {
  background: none;
}

/* line 23, ../sass/_screen.scss */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 1;
}

/* line 28, ../sass/_screen.scss */
textarea {
  resize: none;
}

/* line 31, ../sass/_screen.scss */
menu, ul, ol {
  list-style-type: none;
}

/* line 37, ../sass/_screen.scss */
em, i, b, small, h1, h2, h3, h4, h5, h6, address {
  font-style: normal;
  font-weight: normal;
}

/* line 42, ../sass/_screen.scss */
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

/* line 47, ../sass/_screen.scss */
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

/* line 51, ../sass/_screen.scss */
button {
  margin: 0;
  padding: 0;
  background: #fff;
  outline: none;
}

/* line 57, ../sass/_screen.scss */
.fl {
  float: left;
}

/* line 60, ../sass/_screen.scss */
.fr {
  float: right;
}

/*clearFix*/
/* line 65, ../sass/_screen.scss */
.clearFix {
  clear: both;
  *zoom: 1;
}

/* line 69, ../sass/_screen.scss */
.clearFix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  content: "";
  font-size: 0;
}

/*必须包含一个大盒子*/
#contains{
  min-width: 1200px;
  margin: 0 auto;
  display: block;
}

/*top样式*/
.page{
  margin: 0 auto;
  width: 1000px;
}

/* line 14, ../sass/_index.scss */
.page-header {
  width: 100%;
  height: 60px;
  background: #040519;
  position: relative;
  /* border-bottom: 1px rgba(255, 255, 255, 0.15) solid; */
}
.page-header:hover{
  background: #1d1e20;
}
.page-hidden{
  width: 100%;
  overflow: hidden;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 18, ../sass/_index.scss */
.page-header-box {
  margin: 0 auto;
  width: 1200px;
  height: 60px;
  position: relative;
}

/* line 22, ../sass/_index.scss */
.page-header-left {
  margin-right: 15px;
  float: left;
  height: 60px;
}
/* line 27, ../sass/_index.scss */
.page-header-left a{
  display: block;
  height: 60px;
  line-height: 60px;
} 
.page-header-left a img{
  max-height: 44px;
  display: inline-block;
  vertical-align: middle;
}

/* line 37, ../sass/_index.scss */
.page-header-right {
  float: right;
  height: 60px;
  font-size: 0;
}
.page-header-right a{
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  transition: 0.2s;
}
.page-header-right a:hover{
  color: #f55a29;
}
.page-header-right a.reg{
  margin-left: 10px;
  padding: 0 30px;
  height: 28px;
  background: #268cf4;
  line-height: 28px;
  border-radius: 4px;
}
.page-header-right a.reg:hover{
  color: #fff;
}
.page-header-right a.page-header-user{
  color: #f95918;
}


/* 右侧悬浮 */
.awords{
  width: 40px;
  height: 100%;
  background: #222;
  position: fixed;
  top: 0; right: 0;
  z-index: 49;
  padding-top: 120px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
}
.awords.on{
  right: -40px;
}
.awords ul li{
  width: 40px;
  height: 40px;
  line-height: 36px;
  position: relative;
  transition: 0.2s;
}
.awords ul li a{
  height: 100%;
  display: block;
}
.awords ul li a img{
  vertical-align: middle;
}
.awords ul li:hover{
  background: #268cf4;
}
.awords ul li.imqq{
  height: auto;
}
.awords ul li.imqq{
  margin-bottom: 20px;
  padding: 10px 0;
  line-height: 1;
}
.awords ul li.imqq em{
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.awords ul li.imqq img{
  line-height: 1;
  margin-bottom: 5px;
}
.awords ul li.download{
  margin-top: 10px;
  height: auto;
}
.awords ul li.download span{
  padding: 6px 0;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #268cf4;
  letter-spacing: 1px;
}
.awords ul li.redbag{
  margin-top: 10px;
  padding: 10px 0;
  height: auto;
  line-height: 1;
  cursor: pointer;
}
.awords ul li.redbag img{
  width: 25px;
}
.awords ul li.redbag:hover{
  background: none;
}
.awords ul li.redbag:hover img{
  -webkit-animation: redBag 1.3s linear 1;
  -moz-animation: redBag 1.3s linear 1;
  -ms-animation: redBag 1.3s linear 1;
  -o-animation: redBag 1.3s linear 1;
  animation: redBag 1.3s linear 1;
}
@-webkit-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@-moz-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@-ms-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@-o-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}


.awords ul li:hover .awords-tip{
  opacity: 1;
  right: 55px;
}
.awords-tip{
  padding: 12px 20px;
  background: #222;
  position: absolute;
  top: 2px;
  right: -212px;
  transition: 0.4s;
  z-index: -1;
}
.awords-tip:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #222;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 12px;
  right: -10px;
}
.awords-tip p{
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.awords .phone .awords-tip{
  width: 172px;
}
.awords-phone{
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  background: url('../bundles/shopexwebonex/images/home2016/awords-phone1.png') no-repeat;
  background-size: 100% 100%;
  -webkit-animation: switchImg 1s linear infinite;
  animation: switchImg 1s linear infinite;
}
@-webkit-keyframes switchImg{
  0%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone1.png') no-repeat;
    background-size: 100% 100%;
  }
  25%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone2.png') no-repeat;
    background-size: 100% 100%;
  }
  50%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone3.png') no-repeat;
    background-size: 100% 100%;
  }
  75%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone4.png') no-repeat;
    background-size: 100% 100%;
  }
  100%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone1.png') no-repeat;
    background-size: 100% 100%;
  }
}
@keyframes switchImg{
  0%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone1.png') no-repeat;
    background-size: 100% 100%;
  }
  25%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone2.png') no-repeat;
    background-size: 100% 100%;
  }
  50%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone3.png') no-repeat;
    background-size: 100% 100%;
  }
  75%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone4.png') no-repeat;
    background-size: 100% 100%;
  }
  100%{
    background: url('../bundles/shopexwebonex/images/home2016/awords-phone1.png') no-repeat;
    background-size: 100% 100%;
  }
}



.awords .qrcode .awords-tip{
  top: -60px;
  width: 122px;
  padding: 12px;
}
.awords .qrcode .awords-tip:after{
  top: 75px;
}
.awords .qrcode .awords-tip p{
  margin-top: 8px;
}
.awords .service .awords-tip{
  width: 95px;
}
.awords .developer .awords-tip{
  width: 70px;
}
.awords .backtop .awords-tip{
  width: 56px;
}
.awords .backtop{
  position: absolute;
  left: 0;
  bottom: 40px;
}
.awords-move{
  width: 122px;
  height: 122px;
  position:relative;
}
.awords-move img{
  display: block;
  width: 100%;
  height: 100%;
}
.awords-move .footer-line {
  width: 100%;
  height: 0;
  border-bottom: 2px solid #268cf4;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(38, 140, 244, 0.2);
  -webkit-animation: move 5s linear infinite; 
  -moz-animation: move 5s linear infinite; 
  -ms-animation: move 5s linear infinite; 
  -o-animation: move 5s linear infinite; 
  animation: move 5s linear infinite;
}


.awords-shrink{
  display: block;
  width: 16px;  
  height: 115px;
  background: #222;
  position: absolute;
  top: 120px;
  right: 40px;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 115px;
  vertical-align: middle;
  text-align: center;
}
.awords-shrink img{
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.awords.on .awords-shrink img{
  transform: rotate(180deg);
}

/* 底部通栏广告 */
.footer-awords{
  width: 100%;
  height: 100px;
  background: #323232;
  position: fixed;
  z-index: 48;
  left: 0;
  bottom: 0; 
}
.footer-awords-box{
  margin: 0 auto;
  padding-top: 15px;
  width: 1100px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  position: relative;
}
.footer-awords-box p{
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  text-align: left;
}
.footer-awords-box p span{
  margin: 0 3px;
  font-size: 24px;
  vertical-align: bottom;
  color: #ffcc01;
}
.footer-awords-box a{
  width: 150px;
  height: 48px;
  background: #ffea01;
  border-radius: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  color: #a55d00;
  font-weight: bold;
}
.footer-awords-close{
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 16px; right: 60px;
}
.footer-awords-close img{
  display: block;
  width: 100%;
}


/* nav */
.nav{
  height: 60px;
  float: left;
}
.nav ul{
  font-size: 0;
}
.nav ul li{
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.nav ul li.hot{
  background: url('../bundles/shopexwebonex/images/home2016/hot.png') no-repeat 64px 6px;
  background-size: 24px 16px;
}
.nav ul li:after{
  content: "";
  margin-top: -3px;
  display: block;
  width: 0px;
  height: 3px;
  background: #268cf4;
  transition: 0.4s;
}
.nav ul li:hover:after{
  width: 100%;
}
.nav ul li a{
  padding: 0 18px;
  display: inline-block;
  font-size: 14px;
  line-height: 60px;
  color: #f6f6f7;
}
.nav-box{
  margin-left: -960px;
  width: 1920px;
  height: 0;
  background: url('../bundles/shopexwebonex/images/home2016/navbox_arrow.png') no-repeat center 476px rgba(39, 39, 39, 0.98);
  background-size: 22px 10px;
  transition: 0.4s;
  overflow: hidden;
  position: absolute;
  top: 60px; left: 50%;
  z-index: 49;
}
.nav ul li.act:hover .nav-box{
  height: 500px;
}
.nav-content{
  margin: 0 auto;
  padding-top: 20px;
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
}
.nav-product dl{
  font-size: 0;
  display: -webkit-box;
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;  
  display: flex; 
}
.nav-product dl dd:first-child{
  margin-left: -20px;
}
.nav-product dl dd{
  -webkit-box-flex: 2;
  -moz-box-flex: 2; 
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; 
  padding-left: 20px;
  display: inline-block;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
  vertical-align: top;
  box-sizing: border-box;
}
.nav-product.nav-service dl dd{
  height: 440px;
}
.nav-product.nav-solution dl dd{
  height: 440px;
}
.nav-product.nav-service dl dd:last-child{
  -webkit-box-flex: 3;
  -moz-box-flex: 3; 
  -webkit-flex: 3;
  -ms-flex: 3; 
  flex: 3;
}
.nav-product dl dd:last-child{
  border-right: none;
}
.nav-product dl dd h2{
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  background: #268cf4;
}
.nav-product dl dd .nav-product-list{
  margin: 0 0 10px;
  position: relative;
}
.nav-product dl dd .nav-product-list.hot:after{
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url('../bundles/shopexwebonex/images/home2016/listhot1.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0; right: 0;
}
.nav-product dl dd .nav-product-list:last-child{
  margin: 0;
}
.nav-product dl dd .nav-product-list a{
  padding: 10px 15px;
  width: 100%;
  height: 78px;
  display: block;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.2s;
}
.nav-product dl dd .nav-product-list a:hover{
  background: #268cf4;
}
.nav-product dl dd .nav-product-list a:hover p{
  color: #fff;
}
.nav-product dl dd .nav-product-list h3{
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.nav-product dl dd .nav-product-list p{
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.nav-product dl dd  .nav-product-hot{
  margin-bottom: 10px;
  position: relative;
}
.nav-product dl dd .nav-product-hot.hot:after{
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url('../bundles/shopexwebonex/images/home2016/listhot2.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0; right: 0;
}
.nav-product dl dd .nav-product-hot a{
  padding: 10px 15px;
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.nav-product.nav-service dl dd .nav-product-hot a{
  background: rgba(255, 255, 255, 0.1);
}
.nav-product dl dd .nav-product-hot a:hover{
  background: #268cf4;
}
.nav-product dl dd .nav-product-more a{
  display: inline-block;
  width: 132px;
  height: 34px;
  background: #f55a29;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
}
.nav-product dl dd .nav-adver{
  margin-bottom: 10px;
}
.nav-product dl dd .nav-adver a{
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.nav-product dl dd .nav-adver a img{
  display: block;
  width: 100%;
}
.nav-product dl dd .nav-adver a p{
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}


/* banner */
.handle-banner{
  margin: 0 auto;
  height: 500px;
  position: relative;
  background: #040519;
}
.handle-banner ul{
  display: block;
  font-size: 0;
  height: 100%;
}
.handle-banner ul li{
  width: 100%;
  height: 100%;
}
.handle-banner ul li a{
  margin: 0 auto;
  max-width: 1920px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.handle-banner ul li a img{
  position: absolute;
  display: block;
  margin-left: -960px;
  top: 0; left: 50%;
}
.handle-banner ol{
  width: 100%;
  display: block;
  position: absolute;
  bottom: 15px;
  text-align: center;
  z-index: 10;
  font-size: 0;
}
.handle-banner ol li{
  margin: 0 3px;
  display: inline-block;
  width: 26px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
  cursor: pointer;
}
.handle-banner ol li.on{
  background: #fff;
}
.handle-banner ol li:hover{
  background: #fff;
}
.handle-banner .tempWrap{
  height: 100%;
}
/*左右按钮*/
.handle-banner .prev img,.handle-banner .next img{
  display: block;
  width: 100%;
  height: 100%;
}
.handle-banner .prev,.handle-banner .next{
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: 0.4s;
}
.handle-banner .prev{
  left: 40px;
}
.handle-banner .next{
  right: 40px;
}
.handle-banner:hover .prev,.handle-banner:hover .next{ 
  opacity: 1;
  bottom: 255px;
}

/*tils*/
.home-til{
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.home-til h3{
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1;
  color: #333;
}
.home-til p{
  font-size: 14px;
  line-height: 1;
  color: #828282;
}


/*shopexone*/
.shopexone{
  padding-bottom: 50px;
}
.shopexone-divide{
  padding: 10px 0;
  text-align: center;
}
.shopexone-divide p{
  font-size: 14px;
  line-height: 1;
  color: #828282;
}
.shopexone-divide img{
  margin: 13px 0 15px;
}
.shopexone-divide ul{
  font-size: 0;
}
.shopexone-divide ul li{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  color: #828282;
}
.shopexone-divide ul li:after{
  content: "";
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: url('../bundles/shopexwebonex/images/home2016/shopexone_point.png') no-repeat 100% 100%;
}
.shopexone-divide ul li:last-child:after{
  display: none;
}
.shopexone-number{
  padding: 25px 0 30px;
  text-align: center;
}
.shopexone-number ul{
  font-size: 0;    
  display: inline-block;
  width: 1200px;
}
.shopexone-number ul li{
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.shopexone-number ul li:nth-child(1){
  margin-right: 90px;
}
.shopexone-number ul li:nth-child(2){
  margin-right: 110px;
}
.shopexone-number ul li:nth-child(3){
  margin-right: 70px;
}
.shopexone-number ul li img{
  margin-right: 4px;
  width: 76px;
  display: inline-block;
  vertical-align: middle;
}
.shopexone-cont{
  display: inline-block;
  vertical-align: middle;    
  text-align: left;
}
.shopexone-cont-til{
  margin-bottom: 12px;
}
.shopexone-cont-til h3{
  margin-right: 5px;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  color: #ffa200;
  vertical-align: bottom;
}
.shopexone-cont-til span{
  font-size: 18px;
  line-height: 24px;
  color: #333;
  vertical-align: bottom;
}
.shopexone-cont p{
  font-size: 16px;
  line-height: 1;
  color: #818181;
}
.shopexonex-a{
  text-align: center;
}
.shopexonex-a a{
  display: inline-block;
  width: 130px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffa200;
  border-radius: 2px;
  transition: 0.4s;
  border: 1px solid #ffa200;
  position: relative;
}
.shopexonex-a a:hover{
  color: #fff;
}
.shopexonex-a a:hover .move-effect{
  width: 100%;
  background: #ffa200;
}


/*hotproduct*/
.hotproduct{
  height: 684px;
  background: #f6f8fb;
  position: relative;
}
.hotproduct-box{
  padding-top: 30px;
  text-align: center;
}
.hotproduct-inline{
  display: inline-block;
  overflow: hidden;
  margin-top: -100px;
  margin-bottom: -100px;
  padding-bottom: 100px;
  padding-top: 100px;
}
.hotproduct-box ul{
  font-size: 0;
}
.hotproduct-box ul li{
  margin-right: -1px;
  width: 280px;
  height: 386px;
  float: left;
  border: 1px solid #e8ebee;
  background: #fff;
  transition: 0.4s;
  position: relative;
  text-align: center;
}
.hotproduct-box ul li:hover{
  margin-top: -22px;
  height: 430px;
  border: 1px solid #268cf4;
  box-shadow: 0 0 35px rgba(39,142,287,0.3);
  z-index: 5;
}
.hotproduct-top{
  height: 145px;
  padding-top: 16px;
  border-bottom: 1px solid #e8ebee;
  box-sizing: border-box;
  background: #eef0f3;
  transition: 0.4s;
}
.hotproduct-top-img{
  margin-bottom: 15px;
  display: inline-block;
  width: 52px;
  height: 52px;
}
.hotproduct-top h3{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  color: #333;
  transition: 0.4s;
}
.hotproduct-top p{
  font-size: 14px;
  line-height: 1;
  color: #333;
  transition: 0.4s;
}
.hotproduct-box ul li:hover .hotproduct-top{
  height: 167px;
  padding-top: 38px;
  background: #268cf4;
  border-bottom: none;
}
.hotproduct-box ul li:hover .hotproduct-top h3{
  color: #fff;
}
.hotproduct-box ul li:hover .hotproduct-top p{
  color: #fff;
}
.hotproduct-cont{
  padding-top: 25px;
  position: relative;
}
.hotproduct-cont p{
  font-size: 14px;
  line-height: 26px;
  color: #828282;
}
.hotproduct-cont p:last-child{
  margin-bottom: 0;
}
.hotproduct-cont a{
  margin-left: -66px;
  display: block;
  width: 132px;
  height: 40px;
  border: 1px solid #ffa200;
  border-radius: 2px;
  font-size: 16px;
  line-height: 38px;
  color: #ffa200;
  position: absolute;
  top: 178px;
  left: 50%;
  box-sizing: border-box;
  transition: 0.4s;
}
.hotproduct-cont a:hover{
  color: #fff;
}
.hotproduct-cont a:hover .move-effect{
  width: 100%;
  background: #ffa200;
}
.hotproduct-box .prev,.hotproduct-box .next{
  display: block;
  width: 22px;
  height: 41px;
  position: absolute;
  top: 54%;
  cursor: pointer;
}
.hotproduct-box .prev img,.hotproduct-box .next img{
  display: block;
  width: 100%;
  height: 100%;
}
.hotproduct-box .prev{
  left: 50%;
  margin-left: -600px;
}
.hotproduct-box .next{
  right: 50%;
  margin-right: -600px;
}
.hotproduct-top-img01{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_01.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-top-img02{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_02.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-top-img03{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_03.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-top-img04{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_04.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-top-img05{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_05.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-top-img06{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_06.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-top-img07{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_07.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-top-img08{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_08.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-box ul li:hover .hotproduct-top-img01{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_01_act.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-box ul li:hover .hotproduct-top-img02{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_02_act.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-box ul li:hover .hotproduct-top-img03{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_03_act.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-box ul li:hover .hotproduct-top-img04{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_04_act.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-box ul li:hover .hotproduct-top-img05{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_05_act.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-box ul li:hover .hotproduct-top-img06{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_06_act.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-box ul li:hover .hotproduct-top-img07{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_07_act.png') no-repeat;
  background-size: 100% 100%;
}
.hotproduct-box ul li:hover .hotproduct-top-img08{
  background: url('../bundles/shopexwebonex/images/home2016/hotproduct_08_act.png') no-repeat;
  background-size: 100% 100%;
}
  
/* shopexcase */
.shopexcase{
  height: 650px;
}
#shopexcase_box{
  height: 100%;
  transition: background 0.4s;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s; 
  -o-transition: background 0.4s;
}
#shopexcase_box.shopexcasebg1{
  background: url('../bundles/shopexwebonex/images/home2016/shopexcase_bg_01.jpg') no-repeat center center;
}
#shopexcase_box.shopexcasebg2{
  background: url('../bundles/shopexwebonex/images/home2016/shopexcase_bg_02.jpg') no-repeat center center;
}
#shopexcase_box.shopexcasebg3{
  background: url('../bundles/shopexwebonex/images/home2016/shopexcase_bg_03.jpg') no-repeat center center;
}
#shopexcase_box.shopexcasebg4{
  background: url('../bundles/shopexwebonex/images/home2016/shopexcase_bg_04.jpg') no-repeat center center;
}
#shopexcase_box.shopexcasebg5{
  background: url('../bundles/shopexwebonex/images/home2016/shopexcase_bg_05.jpg') no-repeat center center;
}
#shopexcase_box.shopexcasebg6{
  background: url('../bundles/shopexwebonex/images/home2016/shopexcase_bg_06.jpg') no-repeat center center;
}

.shopexcase .home-til h3,.shopexcase .home-til p{
  color: #fff;
}
.shopexcase ol{
  margin-bottom: 25px;
  display: block;
  text-align: center;
  font-size: 0;
}
.shopexcase ol li{
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 132px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
}
.shopexcase ol li.on{
  background: #268cf4;
  border: 1px solid #268cf4;
}
.shopexcase ol li:last-child{
  margin: 0;
}
.shopexcase .shopexcase-cont{
  margin: 0 auto;
  width: 1090px;
  font-size: 0;
}
.shopexcase ul li{
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  width: 208px;
  height: 168px;
  background: rgba(255,255,255,0.3);
}
.shopexcase ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.shopexcase ul li a img{
  display: block;
  width: 100%;
  height: 100%;
}


/*shopexsolution*/
.shopexsolution{
  padding-bottom: 68px;
}
.shopexsolution-box{
  margin: 10px auto 0;
  width: 1200px;
  max-width: 1400px;
  position: relative;
}
.shopexsolution-box ul{
  font-size: 0;
  text-align: center;
}
.shopexsolution-box ul li{
  margin-right: 0.75%;
  display: inline-block;
  width: 19.4%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.shopexsolution-box ul li:last-child{
  margin-right: 0;
}
.shopexsolution-box ul li img{
  display: block;
  width: 100%;
}
.shopexsolution-box .prev,.shopexsolution-box .next{
  width: 50px;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 10;
  display: none;
  opacity: 0;
  transition: 0.4s;
}
.shopexsolution-box:hover .prev,.shopexsolution-box:hover .next{
  display: block;
  opacity: 1;
}
.shopexsolution-box .prev img,.shopexsolution-box .next img{
  margin-top: -15px;
  margin-left: -6px;
  display: block;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.shopexsolution-box .prev{
  position: absolute;
  left: 0;
}
.shopexsolution-box .next{
  position: absolute;
  right: 0;
}
.shopexsolution-shadow{
  padding-top: 55%;
  display: block;    
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0; left: 0;
  background: rgba(0,0,0,0.4);
  z-index: 5;
  box-sizing: border-box;
  transition: 0.4s;
}
.shopexsolution-box .shopexsolution-shadow img{
  margin-bottom: 11%;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.shopexsolution-line{
  margin-bottom: 6%;
  text-align: center;
  opacity: 1;
  transition: 0.4s;
}
.shopexsolution-line:after{
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
}
.shopexsolution-shadow h3{
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.shopexsolution-shadow p{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: none;
}
.shopexsolution-shadow-a{
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0; bottom: 80px;
}
.shopexsolution-shadow a{
  width: 130px;
  height: 0;
  display: inline-block;
  border-radius: 2px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  transition: 0.4s;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.shopexsolution-shadow a:hover{
  color: #268cf4;
}
.shopexsolution-shadow a:hover .move-effect{
  width: 100%;
  background: #fff;
}
.shopexsolution-box ul li:hover .shopexsolution-shadow{
  padding-top: 35%;
  background: rgba(36,141,247,0.8);
}
.shopexsolution-box ul li:hover .shopexsolution-shadow .shopexsolution-line{
  display: none;
  opacity: 0;
}
.shopexsolution-box ul li:hover .shopexsolution-shadow p{
  display: block;
}
.shopexsolution-box ul li:hover .shopexsolution-shadow a{
  height: 36px;
  border: 1px solid #fff;
}


/* shopexkingclub */
.shopexkingclub{
  padding-bottom: 50px;
  background: #f6f8fb;
  text-align: center;
}
.shopexkingclub-info{
  margin-top: -10px;
  margin-bottom: 30px;
  text-align: center;
}
.shopexkingclub-info span{
  font-size: 14px;
  line-height: 1;
  color: #333;
  vertical-align: middle;
}
.shopexkingclub-info .shopexkingclub-line{
  margin: 0 10px;
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #dde4ed;
  vertical-align: middle;
}
.shopexkingclub-box{
  margin: 0 auto;
  width: 1200px;
}
.shopexkingclub-box ul{
  display: flex;
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;      
  display: -webkit-flex;    
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
}
.shopexkingclub-box ul li{
  -webkit-box-flex: 1;     
  -moz-box-flex: 1;  
  -webkit-flex: 1;          
  -ms-flex: 1;             
  flex: 1;
  height: 150px;
  text-align: center;
  background: #268cf4;
}
.shopexkingclub-box ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.shopexkingclub-box ul li h3{
  margin-bottom: 8px;
  padding-top: 40px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.shopexkingclub-box ul li h4{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.shopexkingclub-box ul li p{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.shopexkingclub-box ul:last-child li:last-child{
  -webkit-box-flex: 2;     
  -moz-box-flex: 2;  
  -webkit-flex: 2;          
  -ms-flex: 2;     
  flex: 2;
}
.shopexkingclub-box ul:last-child li:last-child a{
  padding-top: 85px;
  width: 100%;
  height: 100%;
  display: block;
  background: url('../bundles/shopexwebonex/images/home2016/shopexkingclub_16.jpg') no-repeat center center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

/* shopexrecruit */
.shopexrecruit{
  padding-bottom: 50px;
  text-align: center;
}
.shopexrecruit span{
  margin-top: 38px;
  font-size: 28px;
  line-height: 1;
  color: #268cf4;
}
.shopexrecruit img{
  margin: 20px auto;
  max-width: 3840px;
  width: 100%;
  display: block;
}
.shopexrecruit a{
  display: inline-block;
  width: 150px;
  height: 42px;
  border: 1px solid #268cf4;
  border-radius: 2px;
  font-size: 18px;
  line-height: 40px;
  color: #268cf4;
  text-align: center;
  box-sizing: border-box;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.shopexrecruit a:hover{
  color: #fff;
}
.shopexrecruit a:hover .move-effect{
  width: 100%;
  background: #268cf4;
}

/* shopexnews */
.shopexnews{
  padding-bottom: 80px;
  background: url('../bundles/shopexwebonex/images/home2016/shopexnews.png') #f8fafc repeat center center;
}
.shopexnews-box{
  margin: 0 auto;
  width: 1200px;
  display: flex;
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;      
  display: -webkit-flex;    
}
.shopexnews-list,.shopexnews-team{
  padding: 0 20px 20px;
  height: 420px;
  -webkit-box-flex: 1;     
  -moz-box-flex: 1;  
  -webkit-flex: 1;          
  -ms-flex: 1;             
  flex: 1;
  box-sizing: border-box;
  background: #fff;
  border-top: 3px solid #268cf4;
}
.shopexnews-list{
  margin-right: 20px;
}
.shopexnews-list h3,.shopexnews-team h3{
  padding: 15px 0;
  font-size: 18px;
  line-height: 1;
  color: #333;
}
.shopexnews-list h3 a{
  margin-top: 5px;
  float: right;
  font-size: 14px;
  line-height: 1;
  color: #636363;
  transition: 0.2s;
}
.shopexnews-list h3 a:hover{
  color: #ffa200;
}
.shopexnews-state{
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.shopexnews-state a:hover h4,.shopexnews-state a:hover p{
  color: #ffa200;
}
.shopexnews-state li{
  height: 34px;
  line-height: 34px;
}
.shopexnews-state li h4{
  display: inline-block;
  width: 400px;
  font-size: 14px;
  line-height: 34px;
  vertical-align: middle;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;    
  white-space: nowrap;
}
.shopexnews-state li p{
  font-size: 14px;
  line-height: 34px;
  color: #636363;
  vertical-align: middle;
  float: right;
}
.shopexnews-partner dl{
  display: flex;
  display: -webkit-box;      
  display: -moz-box;        
  display: -ms-flexbox;      
  display: -webkit-flex;  
  border-bottom: 1px solid #fff;
}
.shopexnews-partner dl:last-child{
  border-bottom: none;
}
.shopexnews-partner dl dd{
  -webkit-box-flex: 1;     
  -moz-box-flex: 1;  
  -webkit-flex: 1;          
  -ms-flex: 1;             
  flex: 1;
  height: 115px;
  line-height: 115px;
  font-size: 0;
  border-right: 1px solid #fff;
  background: #f1f4f6;
}
.shopexnews-partner dl dd img{
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.shopexnews-partner dl dd:last-child{
  border-right: none;
}


/* shopexlogin */
.shopexlogin{
  height: 595px;
  text-align: center;
  background: url('../bundles/shopexwebonex/images/home2016/shopexlogin.jpg') #26a3f4 no-repeat center center;
  background-size: auto 100%;
  box-sizing: border-box;
}
.shopexlogin .home-til{
  padding-top: 135px;
}
.shopexlogin .home-til h3,.shopexlogin .home-til p{
  color: #fff;
}
.shopexlogin a{
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  transition: 0.4s;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.shopexlogin a:hover{
  color: #268cf4;
}
.shopexlogin a:hover .move-effect{
  width: 100%;
  background: #fff;
}



/*特效运动*/
.move-effect{
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s !important;
  z-index: -1;
}





/* line 721, ../sass/_index.scss */
.footer {
  padding-bottom: 100px;
  background: #373d41;
  position: relative;
}

/* line 725, ../sass/_index.scss */
.footer-box {
  width: 1100px;
  margin: 0 auto;
}
.footer-contact{
  margin: 0 auto;
  border-bottom: 1px solid  #4d5256;
  height: 100px;
  box-sizing: border-box;
  font-size: 0;
  line-height: 100px;
}
.footer-phone-icon{
  margin-right: 20px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.footer-phone{
  margin-right: 110px;
  display: inline-block;
  vertical-align: middle;
}
.footer-phone p{
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
  color: #fcfcfd;
}
.footer-phone p:last-child{
  margin-bottom: 0px;  
}
.footer-contact a{
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  height: 24px;
  border-right: 1px solid #CFD0D1;
  line-height: 24px;
}
.footer-contact a:last-child{
  border-right: none;
}
.footer-contact a span{
  font-size: 16px;
  color: #f9f9fa;
  vertical-align: middle;
}
.footer-contact a:hover span{
  text-decoration: underline;
}
.footer-contact a img{
  margin-right: 5px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.footer-list{
  margin: 0 auto;
  padding: 30px 0;
  width: 1100px;
  border-bottom: 1px solid  #4d5256;
  font-size: 0;
  display: flex;
}
.footer-list dl{
  flex: 3;
  box-sizing: border-box;
}
.footer-list dl:last-child{
  flex: 4;
}
.footer-list dl dt{
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.footer-list dl dd{
  display: block;
  margin-bottom: 15px;
}
.footer-list dl dd:last-child{
  margin-bottom: 0;
}
.footer-list dl dd a{
  font-size: 14px;
  line-height: 1;
  color: #A9B0B4;
}
.footer-list dl dd a:hover{
  color: #ffa200;
}
.footer-qr{
  display: inline-block;
  margin-right: 30px;
}
.footer-qr:last-child{
  margin-right: 0;
}
.footer-qr span{
  font-size: 12px;
  line-height: 24px;
  color: #A9B0B4;
}
.footer-img {
  width: 108px;
  height: 108px;
  position: relative;
}
.footer-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.footer-img .footer-line{
  width: 100%;
  height: 0;
  border-bottom: 2px solid #268cf4;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(38, 140, 244, 0.2);  
  -webkit-animation: move 5s linear infinite; 
  -moz-animation: move 5s linear infinite; 
  -ms-animation: move 5s linear infinite; 
  -o-animation: move 5s linear infinite; 
  animation: move 5s linear infinite;
}
@-webkit-keyframes move{ from {height: 0;} to {height: 108px;}} 
@-moz-keyframes move{ from {height: 0;} to {height: 108px;}} 
@-ms-keyframes move{ from {height: 0;} to {height: 108px;}}
@-o-keyframes move{ from {height: 0;} to {height: 108px;}}
@keyframes move{ from {height: 0;} to {height: 108px;}} 

/* 友情链接 */
.link-wrap{
  padding: 30px 0;
  border-bottom: 1px solid  #4d5256;
}
.link-wrap dl{
  display: block;
}
.link-wrap dl dt{
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.link-wrap dl dd{
  margin-left: 72px;
}
.link-wrap dl dd a{
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  color: #A9B0B4;
}
.link-wrap dl dd a:hover{
  color: #ffa200;
}
/* 版权 */
.copyright{
  padding: 30px 0 20px;
  text-align: left;
}
.copyright p{
  font-size: 14px;
  line-height: 24px;
  color: #A9B0B4;
}
.copyright p a{
  font-size: 0;
}
.copyright p a span{
  font-size: 14px;
  line-height: 1;
  color: #A9B0B4;
  vertical-align: middle;
}
.copyright p a img:first-child{
  margin-right: 3px;
}
.copyright p a img{
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 20px;
  height: 20px;
}


/* 注册弹框 */
.reg-box{
  width: 0px;/*420px;*/
  height: 0px;/*450px;*/
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 50px #333;
  border-radius: 5px;
  z-index: 50;
  display: none;
  background: #fff;
  box-sizing: border-box;
}
#reg{
  width: 420px;
  height: 450px;
  border-radius: 5px;
}
.bounced-register{
  width: 420px;
  height: 450px;
  padding: 30px 15px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}
.bounced-register ul li{
  padding:20px 0;
  width: 100%;
  height: 78px;
  position: relative;
  box-sizing: border-box;
}
.bounced-register ul li h3{
  display: inline-block;
  width: 110px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  color: #333;
  text-align: right;
}
.bounced-register ul li h3 span{
  color:#e34700;
  margin-right:5px;
}
.bounced-register ul li input{
    padding: 0 15px;
    width: 245px;
    height: 38px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
    box-sizing: border-box;
}
.error-prompt{
    font-size: 12px;
    line-height: 1;
    color: #e34700;
    position: absolute;
    top: 64px;
    left: 120px;
}
.sms-code{
  display: inline-block;
  width: 245px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
}
.bounced-register ul li .sms-code input{
  width: 100%;
  height: 100%;
  border:none;
}
.sms-code-send{
  position: absolute;
  top:0;right: 0;
  font-size: 14px;
  line-height: 36px;
  color:#999;
  padding:0 12px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-left:1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #f0f0f0;
  cursor: pointer;
}
.bounced-register ul li .tc{
  text-align: center;
}
.bounced-register-submit{
  display: inline-block;
  width: 240px;
  height: 38px;
  border-radius:3px;
  background: #0077dd;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size:16px;
  line-height: 38px;
  color:#fff;
  cursor: pointer;
}
.bounced-register-close{
  width: 42px;
  height: 35px;
  position: absolute;
  top:-17px; right: 0;
  cursor: pointer;
}
.bounced-register-close img{
  width: 100%;
  height: 100%;
}


/*video*/
.video-box{
  width: 970px;
  height: 570px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #3e8ddc;
  background: #3e8ddc;
  border-radius: 6px;
  text-align: center;
}
.video-close{
  height: 24px;
  text-align: right;
} 
.video-close img{
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0px 10px 0;
  cursor: pointer;
}
.mask{
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.7);
  display: none;
  top:0; left:0;
  z-index:50;
}
.shade{
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.7);
  top:0; left:0;
  z-index:50;
}

#vid{
  border-radius: 10px;
}
.vid{
  display: none;
}


/* line 754, ../sass/_index.scss */
.pop-up {
  width: 640px;
  height: 340px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #f0f0f0;
  box-shadow: 0 0 30px #666;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  z-index: 30;
  display: none;
}

/* line 768, ../sass/_index.scss */
.pop-up-close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
/* line 775, ../sass/_index.scss */
.pop-up-close img {
  width: 100%;
}

/* line 779, ../sass/_index.scss */
.pop-up-box {
  background: #187bce;
  height: 234px;
  padding-top: 44px;
  box-sizing: border-box;
}
/* line 783, ../sass/_index.scss */
.pop-up-box img {
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
}
/* line 788, ../sass/_index.scss */
.pop-up-box h3 {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}
/* line 794, ../sass/_index.scss */
.pop-up-box p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

/* line 801, ../sass/_index.scss */
.pop-up-phone h3 {
  font-size: 18px;
  line-height: 26px;
  color: #187bce;
  margin-top: 16px;
}
/* line 807, ../sass/_index.scss */
.pop-up-phone p {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #187bce;
}
/*未登录弹框*/
.pop-iframe{
  width: 600px;
  height: 525px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index:100;
  box-shadow: 0px 0px 50px #333;
}
.pop-iframe-close{
  position: absolute;
  display: block;
  width: 53px;
  height: 45px;
  top: -22px;
  right: 0;
  background: url('../bundles/shopexwebonex/images/home2016/pop_iframe_close.png') no-repeat;
  cursor: pointer;
}

.penkrName{
    font-size: 0;
    width: 664px;
    height: 78px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
}
.penkrName span{
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  color: #333;
  text-align: right;
}
.penkrName input[name="firmName"]{
  margin-right: 20px;
  padding: 0 15px;
  width: 360px;
  height: 38px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  vertical-align: middle;
  color: #333;
}
.penkrName button{
  display: inline-block;
  width: 120px;
  height: 38px;
  border-radius: 3px;
  background: #0077dd;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
}
.penkr-firm{
  padding: 20px;
  width: 668px;
  height: 78px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 50px #333;
  border-radius: 5px;
  z-index: 50;
  display: none;
  background: #fff;
}
.penkr-firm-close{
  width: 42px;
  height: 35px;
  position: absolute;
  top: -17px;
  right: 0;
  cursor: pointer;
}
.penkr-firm-close img{
  width: 100%;
  height: 100%;
}

/* 红包 */
.redbag-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
}
.redbag-box{
  margin-top: -250px;
  margin-right: -250px;
  position: fixed;
  top: 760px;
  right: 250px;
  z-index: 51;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.redbag-box img{
  display: block;
  width: 100%;
  height: 100%;
}
.redbag-box a{
  display: block;
  width: 206px;
  height: 60px;
  position: absolute;
  top: 358px;
  left: 145px;
}
.redbag-box-close{
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
}
.redbag-box.act{
  top: 50%;
  right: 50%;
  width: 500px;
  height: 500px;
}