	
@charset "utf-8";
/* CSS Document */

a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
input{
  /*-webkit-appearance:none;去除input默认样式*/
  /*-webkit-tap-highlight-color:rgba(0, 0, 0, 0);去除点击高亮的颜色*/
	}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
	 padding: 0;background: url("/image/ecp/blindbox/bg1080.jpg") no-repeat center top}
    

.headbox{  height: 44px; padding:0px;}
.headbox h1{ margin:0px 15px; width:auto; height:auto; display:block; float:left;}.headbox h3{  line-height:44px; margin:0px ; padding:0px;}
.headbox h1 a{ width:100px; height:44px; display:block; float:left;padding:0px; background:url(http://www.artrade.com/image/ecp/logo.png) no-repeat center center;   background-size: 100px 44px;}

.logo_style{ float:left}
.login_right{ width:auto; float:right; margin:0px 15px; line-height:44px;}
.login_right a{ color:#000; margin:0px 15px; text-decoration: none;}
.footbox{ width:100%; padding:20px 0px; margin-top: 40px; height:auto; text-align:center; color:#994801; font-size:16px}
/***************/	
.banner-box{width:100%; text-align: center;margin: 0px auto; }
.manghe-box{ width: 100%; height: auto ; margin: 0px auto 30px auto;   overflow: hidden;}
.swiper-container {
    width: 100%;padding-bottom:40px;padding-top:10px;
    /*position: absolute;
    top: 50%;*/
 }
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    height: auto;
	padding: 20px; 
	background:#fff ;
	box-shadow: 0 6px 6px rgba(0,0,0,0.1), 0 8px 6px rgba(0,0,0,0.1); 
  }
.show-bimg{ float:left}
.show-bimg img{ width:100%;}
.bg .bgImg{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
  }
.shadow{
    width: 100%;
    height: auto;
    text-align: center;
	display: block;
	float:left;    
  }
.shadow span{width: 100%;   padding:15px 0px 5px 0px; display:  block; font-size: 20px;  color: #c25c03} 
.shadow p{width: 100%; display: block; padding: 10px 0px; margin:0px; font-size: 16px; color: #757575} 
	
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    position:absolute;
    height:1.2em;
    width:100%;
    bottom:0px;
    z-index:1000;

}
.swiper-pagination .swiper-pagination {
    display:inline-block;
    height:0.6em;
    width:0.6em;
    background:#FFF;
    border-radius:50%;
    margin-right:1em;
}
 .swiper-pagination-bullet-active{
	width:16px; height: 6px;
    background:#d7000f;
}
.kaiheguize{ margin: 0px auto; border-radius: 10px;  background-color: rgba(255, 255, 255, 0.1);  box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.25);   }
.kaiheguize h3{font-size:24px}
.kaiheguize p{ line-height:1.6; font-size:16px; color: #994801}
.cd-popup-trigger {
  display: block;  
  height: auto;  
}	
.cd-popup ,.laybox{
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible,.laybox.layis-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container,.laybox-container {
  position: relative;
  width: 90%; 
  height: 340px;
  z-index: 999;
  max-width: 400px;
  top:40%;
  margin: -170px auto;
	
  /*background: #FFF;*/
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.laybox-container {background: #FFF;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); height: auto;}	
	
.cd-popup-container p {
  padding: 1em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a ,.laybox-container .cd-buttons a{
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a, .laybox-container .cd-buttons li:first-child a{
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close, .laybox-container .cd-popup-close{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px; text-align: center;  /*border: 1px solid #fff; */border-radius:100%
}
	.laybox-container .cd-popup-close{background-color: #333;}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after,.laybox-container .cd-popup-close::before,.laybox-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #fff;
}
	 
.cd-popup-container .cd-popup-close::before,.laybox-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after,.laybox-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}	
.modal__content,.laybox__content {
  will-change: transform, opacity;
  position:relative;
  padding:0.4rem 0.4rem 0.4rem 0.4rem ;
	
  /*background: #eae4ce;*/
  background-clip: padding-box;
  /*box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);*/
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  
}
.modal__content h4{line-height:1.4;}
.modal__content img{ width:100%;}
.modal__content h1{ color:#F00}

.wei_box{ width:auto; margin: 0px auto; text-align:center}

.list-item-box{  padding: 5px 0px; height: auto; margin:5px auto;display:inline-block;  overflow: hidden; border-radius: 10px; background-color: rgba(255, 255, 255, 0.1);  box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.25);}
.item-sbox{   float:left;  }	
.kh-container{ width:100%; height: auto; margin: 0 auto}	
.item-sbox a img{ width: 100%}
.item-sbox img{ width: 100%}
	
/******媒体查询**********/	
@media (min-width: 280px) {
	.top-box{display: block}
    .wei_box{ width: 260px}
	.item-sbox {width: 65px;}	
	.item-sbox{  margin: 10px;  width: 45px; height: 45px; }
	.banner-box img{ width:100%}
	.modal__content img.lihe{ width:200px; margin: 15px 0px}
	.modal__content img.lijidakai{ width:260px; margin: 15px 0px}	
	.kaiheguize{ padding: 15px;}
	.swiper-container {width:100%;	}
	.swiper-slide{ width: 220px;}	
	.kh-container{ width:96%; }		
	.footbox{ font-size:14px;	}
	.laybox__content img{ width:100% }

    /***24-11-6  新加入  ***/
    .bianqianbox{ width:260px; margin:0px auto; height: auto; display:inline-block}
    .qipaijiabox{ width:130px; height:36px; float:left; background:url(/image/ecp/blindbox/kqjbg07.png) no-repeat; background-size: 130px 36px; color:#994801}
    .gujiabox{ width:130px; height:36px; float:left;  background:url(/image/ecp/blindbox/gjbg07.png) no-repeat; background-size: 130px 36px; color:#c20607}
    .qipaijia_txt{ width:65px; height:36px;float:left; margin-top: 6px; line-height: 1.0; font-size:10px;}
    .qipaijia_rmb,.gujia_rmb{ width:65px; height:36px; float:left;  margin-top:0px;  line-height:1.6;color:#f4eedf; overflow:hidden}
    .qipaijia_rmb span,.gujia_rmb span{ font-size:10px; margin-right:4px; }
    .qipaijia_rmb strong,.gujia_rmb strong{ font-size:18px;}
    /***新加入 end***/

    }
@media (min-width: 312px) {
    .top-box{display:block}
    .wei_box{width: 300px}
	.item-sbox {width: 75px;}	
	.item-sbox{  margin: 10px;  width: 55px; height: 55px; }	
	/*.banner-box img{ width:100%}*/
	.modal__content img.lihe{ width:200px; margin: 15px 0px}
	.modal__content img.lijidakai{ width:260px; margin: 15px 0px}
	.laybox__content img{ width:100% }
	
	}	
@media (min-width: 360px) {
    .bg{padding-top: 0px;}
	.top-box{display:block}
    .wei_box{width: 340px}
	.item-sbox {width: 90px;}	
	.item-sbox{  margin: 10px;  width: 65px; height: 65px; }	
	/*.banner-box img{ width:100%}*/
	.kaihexuzhi img{ width:360px;}
	.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 240px;
    height: auto;
    border-radius: 10px;
	padding: 20px 20px 5px 20px; background:#fff ;
	box-shadow: 0 6px 6px rgba(0,0,0,0.1), 0 8px 6px rgba(0,0,0,0.1); 
  }
	.modal__content img.lihe{ width:200px; margin: 15px 0px}
	.modal__content img.lijidakai{ width:260px; margin: 15px 0px}
	.kh-container{ width:94%; height: auto; margin: 0 auto}	
	.laybox__content img{ width:100% }
	}
@media (min-width: 540px) {
	.top-box{display:block}	
	.bg{padding-top: 0px;}
    .wei_box{width: 440px}
	.item-sbox {width: 110px;}	
	.item-sbox{  margin: 10px;  width: 90px; height: 90px; }		
/*	.banner-box img{ width:100%}*/
	.kaihexuzhi img{ width:360px;}
	.modal__content img.lihe{ width:200px; margin: 15px 0px}
	.modal__content img.lijidakai{ width:260px; margin: 15px 0px}
		.laybox__content img{ width:100% }
	}
@media (min-width: 640px) {
		.top-box{display:block}
		.bg{padding-top: 0px;}
		/*.banner-box img{ width:100%}*/
		.kaihexuzhi img{ width:360px;}
		.modal__content img.lihe{ width:200px; margin: 15px 0px}
    	.modal__content img.lijidakai{ width:260px; margin: 15px 0px}
		.laybox__content img{ width:100% }
	}
@media (min-width: 768px) {
		.bg{padding-top: 0px;}
		.list-item-box{ padding: 0px;}
        .wei_box{width: 460px}
	    .item-sbox{   width: 90px; height: 90px; margin: 10px }	
		/*.banner-box img{ width:100%}*/
		.kaihexuzhi-tsimg{ width:730px;}
		.kaihexuzhi img{ width:360px;}
		.modal__content img.lihe{ width:200px; margin: 15px 0px}
	    .modal__content img.lijidakai{ width:260px; margin: 15px 0px}
		.laybox__content img{ width:100% }
	}	
@media (min-width:870px) {
		.top-box{display:block}
		.bg{padding-top: 0px;}
		/*.banner-box img{ width:100%}*/
		.kaihexuzhi-tsimg{ width:730px;}
		.kaihexuzhi img{ width:360px;}
		.modal__content img.lihe{ width:200px; margin: 15px 0px}
	   .modal__content img.lijidakai{ width:260px; margin: 15px 0px}
		.laybox__content img{ width:100% }
	}	
@media (min-width: 1024px) {
		
	.top-box{ width: 100%; height: 44px; padding:0px; display: block }
	.headbox{width: 1024px ; margin:0 auto ;}
	.logo-box{ width:1024px; height: auto} 	
	.swiper-container {width: 1024px;  }	
	.swiper-slide {width: 320px; }
	.kh-container{ width: 1024px; margin: 0px auto  }
	/*.banner-box img{ width:100%}*/
    .wei_box{ width:640px;}
	.list-item-box{  margin:40px auto 15px  auto; padding:10px 20px;}
	.item-sbox{  width: 90px; height: 90px; margin: 15px }	
	.banner-box{ width:1024px; height:auto; margin: 0px auto; text-align: center}
	.kaiheguize{ width:780px; padding: 40px}
	.laylijidakai{width: auto ;height:auto;margin:0 auto;box-shadow:1px 1px 5px #333;-webkit-box-shadow:1px 1px 5px #333;display:none;position:fixed;top:50%;left:50%;margin:-120px 0 0 -150px;z-index:100000;}
	.kaihexuzhi-ts{ width:1024px;}
	.kaihexuzhi-ts img{ width:730px;}
	.kaihexuzhi img{ width:360px;}
	.laybox__content img{ width:100% }
	.modal__content img.lihe{ width:200px; margin: 15px 0px}
	.modal__content img.lijidakai{ width:260px; margin: 15px 0px}
    /***24-11-6 新加入***/
    .bianqianbox{ width:520px; margin:0px auto; height: auto; display:inline-block}
    .qipaijiabox{ width:260px; height:72px; float:left; background:url(/image/ecp/blindbox/kqjbg07.png) no-repeat; color:#994801}
    .gujiabox{ width:260px; height:72px; float:left;  background:url(/image/ecp/blindbox/gjbg07.png) no-repeat; color:#c20607}
    .qipaijia_txt{ width:130px; height:60px;float:left; margin-top: 10px; line-height: 1.4; font-size:18px;}
    .qipaijia_rmb,.gujia_rmb{ width:130px; height:60px; float:left;  margin-top:0px;  line-height:60px;color:#f4eedf; overflow:hidden}
    .qipaijia_rmb span,.gujia_rmb span{ font-size:20px; margin-right:4px; }
    .qipaijia_rmb strong,.gujia_rmb strong{ font-size:38px;}
    /***新加入 end***/

	}

