/*--统一设置--*/
html,body{ font-size:12px; margin:0; padding:0; font-family:"圆体-简"; width:100%; height:100%; background-color:transparent;} 
ul{ list-style-type:none; padding:0px; margin:0}
form{margin:0}
.clear{clear:both}
.check_input{width:10px; height:10px; border:0;}
.height_clear{height:15px; clear:both}
.form_input{ border:none;height:42px; width:100%; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px;}
.form_textarea{width:100%; height:80px; border:none; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; outline:none}
.form_btn{border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; cursor:pointer}
.search_input{border:1px solid #999; height:20px; width:150px;}

.reg_bgpic {
	width: 100%;
	height: 100%;
	background: url(../images/pb.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
  }
  
  .reg_wc {
	width: 820px;
	height: auto;
	display: none;
	justify-content: flex-start;
	z-index: 9999999;
	background: #fff;
	border: 1px solid #3FD6DD;
	position: absolute;
	left: 50%;
	margin-left: -410px;
	top: 16%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	padding-bottom: 40px;
  }
  
  .reg_wc .l {
	width: 40%;
	height: 100%;
	background: url(../images/sign_login_box_left.webp) no-repeat #39C3CB;
	background-size: contain;
  }
  
  .reg_wc .r {
	width: 100%;
  }
  
  .reg_wc .r .r_1 {
	width: 100%;
	margin-top: 80px;
	text-align: center;
	font-size: 18px
  }
  
  .reg_wc .r .r_2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
  }
  
  .reg_wc .r .r_3 {
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	text-align: left;
  }
  
  .reg_wc .r .r_4 {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	display: flex;
	justify-content:flex-start;
	position: relative;
  }



  
  .reg_wc .r .r_4 .send_code {text-decoration: none; color: #39C3CB; position: absolute; right: 10px; top: 10px;}

  .reg_wc .r .r_4 span{display: flex; align-items: center;}
  .reg_wc .r .r_4 span:nth-child(2){margin-left: 10px;}
  .reg_wc .r .r_4 span .layui-form-radio{ margin: 0; padding: 0;}
  .reg_wc .r .r_4 .layui-form-select{width:100%!important}
  .reg_wc .r .r_4 .layui-select-title input{width:100%!important}
  
  .reg_wc .r .r_5 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
  }
  
  .reg_wc .r .r_5 button {
	width: 100%
  }
  
  .reg_wc .r .r_6 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
  }
  
  .reg_wc .r .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
  }


  .forget_wc {
	width: 820px;
	height: 580px;
	display: none;
	overflow: hidden;
	justify-content: flex-start;
	z-index: 9999999;
	background: #fff;
	border: 1px solid #3FD6DD;
	position: absolute;
	left: 50%;
	margin-left: -410px;
	top: 16%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
  }
  
  .forget_wc .l {
	width: 40%;
	height: 100%;
	/*background:url(../images/sign_login_box_left.webp) no-repeat #39C3CB;*/
	background-size: contain;
  }
  
  .forget_wc .r {
	width: 100%;
  }
  
  .forget_wc .r .r_1 {
	width: 100%;
	margin-top: 80px;
	text-align: center;
	font-size: 18px
  }
  
  .forget_wc .r .r_2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
  }
  
  .forget_wc .r .r_3 {
	width: 90%;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
  }
  
  .forget_wc .r .r_4 {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	position: relative;
  }

  .forget_wc .r .r_4 .send_codes {text-decoration: none; color: #39C3CB; position: absolute; right: 10px; top: 10px;}
  
  .forget_wc .r .r_4 div:nth-child(1) {
	width: 73%
  }
  
  .forget_wc .r .r_5 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
  }
  
  .forget_wc .r .r_5 button {
	width: 100%
  }
  
  .forget_wc .r .r_6 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
  }
  
  .forget_wc .r .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
  }


  .reset_wc {
	width: 820px;
	height: 580px;
	display: none;
	overflow: hidden;
	justify-content: flex-start;
	z-index: 9999999;
	background: #fff;
	border: 1px solid #3FD6DD;
	position: absolute;
	left: 50%;
	margin-left: -410px;
	top: 16%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
  }
  
  .reset_wc .l {
	width: 40%;
	height: 100%;
	/*background:url(../images/sign_login_box_left.webp) no-repeat #39C3CB;*/
	background-size: contain;
  }
  
  .reset_wc .r {
	width: 100%;
  }
  
  .reset_wc .r .r_1 {
	width: 100%;
	margin-top: 80px;
	text-align: center;
	font-size: 18px
  }
  
  .reset_wc .r .r_2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
  }
  
  .reset_wc .r .r_3 {
	width: 90%;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
  }
  
  .reset_wc .r .r_4 {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	position: relative;
  }

  
  .reset_wc .r .r_4 div:nth-child(1) {
	width: 73%
  }
  
  .reset_wc .r .r_5 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
  }
  
  .reset_wc .r .r_5 button {
	width: 100%
  }
  
  .reset_wc .r .r_6 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
  }
  
  .reset_wc .r .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
  }



  
  .login_wc {
	width: 820px;
	height: 580px;
	display: none;
	overflow: hidden;
	justify-content: flex-start;
	z-index: 9999999;
	background: #fff;
	border: 1px solid #3FD6DD;
	position: absolute;
	left: 50%;
	margin-left: -410px;
	top: 16%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
  }
  
  .login_wc .l {
	width: 40%;
	height: 100%;
	/*background:url(../images/sign_login_box_left.webp) no-repeat #39C3CB;*/
	background-size: contain;
  }
  
  .login_wc .r {
	width: 100%;
  }
  
  .login_wc .r .r_1 {
	width: 100%;
	margin-top: 80px;
	text-align: center;
	font-size: 18px
  }
  
  .login_wc .r .r_2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
  }
  
  .login_wc .r .r_3 {
	width: 90%;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
  }
  
  .login_wc .r .r_4 {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	display: flex;
	justify-content: space-between;
  }
  
  .login_wc .r .r_4 div:nth-child(1) {
	width: 73%
  }
  
  .login_wc .r .r_5 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
  }
  
  .login_wc .r .r_5 button {
	width: 100%
  }
  
  .login_wc .r .r_6 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
  }
  
  .login_wc .r .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
  }


  .addperson_wc {
	width: 820px;
	height: 520px;
	display: none;
	justify-content: flex-start;
	z-index: 9999999;
	background: #fff;
	border: 1px solid #3FD6DD;
	position: fixed;
	left: 50%;
	margin-left: -410px;
	top: 16%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
  }
  
  .addperson_wc .l {
	width: 40%;
	height: 100%;
	background: url(../images/sign_login_box_left.webp) no-repeat #39C3CB;
	background-size: contain;
  }
  
  .addperson_wc .r {
	width: 100%;
  }
  
  .addperson_wc .r .r_1 {
	width: 100%;
	margin-top: 80px;
	text-align: center;
	font-size: 18px
  }
  
  .addperson_wc .r .r_2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
  }
  
  .addperson_wc .r .r_3 {
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	text-align: left;
  }
  
  .addperson_wc .r .r_4 {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	display: flex;
	justify-content:flex-start;
  }

  .addperson_wc .r .r_4 span{display: flex; align-items: center;}
  .addperson_wc .r .r_4 span:nth-child(2){margin-left: 10px;}
  .addperson_wc .r .r_4 span .layui-form-radio{ margin: 0; padding: 0;}
  
  .addperson_wc .r .r_4 div:nth-child(1) {
	width: 73%
  }
  
  .addperson_wc .r .r_5 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
  }
  
  .addperson_wc .r .r_5 button {
	width: 100%
  }
  
  .addperson_wc .r .r_6 {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
  }
  
  .addperson_wc .r .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
  }


.common_top_wc{width:100%;}
.common_top_wc .common_top{width: 1700px; margin: 0 auto; height: 120px; display: flex; justify-content: space-between; align-items: center; padding: 0;}
.common_top_wc .common_top .common_top_left{display: flex; align-items: center;}
.common_top_wc .common_top .common_top_left .menu{margin-left: 20px;}
.common_top_wc .common_top .common_top_left .menu a{color:#000; font-size:16px; text-decoration: none; margin: 0 15px;}
.common_top_wc .common_top .common_top_left .logo{color: #fff; font-size: 14px;}
.common_top_wc .common_top .common_top_right{display: flex; align-items: center;}
.common_top_wc .common_top .common_top_right span{display: block;}
.common_top_wc .common_top .common_top_right .r1{margin-right: 10px; display: flex;}
.common_top_wc .common_top .common_top_right .r1 a{font-size:16px; text-decoration: none; color:#000}
.common_top_wc .common_top .common_top_right .r2{margin-right: 10px; position: relative;}
.common_top_wc .common_top .common_top_right .r2 a{display: block;}
.common_top_wc .common_top .common_top_right .r2 div{position: absolute; width:20px; height: 20px; background:#FF0000; text-align: center; line-height: 20px; color:#fff; border-radius: 20px; top:-3px; right: -3px;}
.common_top_wc .common_top .common_top_right .r2 .cart_num{display: none;}
.common_top_wc .common_top .common_top_right .r2 .cart_num_show{display: block;}
.common_top_wc .common_top .common_top_right .r3{width:140px; height: 35px; border: 1px solid #000; border-radius: 22px; text-align: center; line-height: 35px; font-size:16px; cursor: pointer; position: relative;}
.common_top_wc .common_top .common_top_right .r3 .lan_wc{width:100%; position: absolute;  top:36px; z-index: 99999; background: #fff; border-radius: 10px; display: none;}
.common_top_wc .common_top .common_top_right .r3 .lan_wc a{display: block; width:100%; text-decoration: none; color:#000}
.common_top_wc .common_top .common_top_right .menu_mobile{display: none;}


.common_top_wc .common_top .menu_mobile{float: right; display: none}

.common_banner_wc{width: 100%; height: 800px;}
.common_banner_wc .txt_wc{width:1700px; margin: 0 auto;}
.common_banner_wc .txt1{width: 100%;  color: #0d5694; font-size: 50px; text-align: left; font-weight: 800;  text-shadow: 1px 1px 6px rgba(255, 255, 255, 1);  -webkit-text-stroke: 0.2px #fff; text-stroke: 0.2px #fff;}
.common_banner_wc .txt2{width: 100%;  color: #0d5694; font-size: 30px; text-align: left; margin-top: 10px; text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.7);  -webkit-text-stroke: 0.3px #fff; text-stroke: 0.3px #fff;}
.common_banner_wc .txt3{width: 100%; text-align: left; margin-top: 14px;}
.common_banner_wc .txt3 a{display:inline-block; padding: 0 20px; height: 45px; background: #006EB6; border-radius: 30px; font-size: 18px; line-height: 45px; text-decoration: none; color:#fff; justify-content: center; align-items: center;  }
.common_banner_wc .txt3 a img{width:13px; height: 19px;}


.index_count_wc{width: 100%; height: auto; z-index: 999999; position: relative;}
.index_count_wc .index_count{width: 1200px; height: 182px; margin: 0 auto; margin-top: -50px; background: url(../images/cnum.jpg) center; border-radius:10px;   box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); display: flex; justify-content: space-between; align-items: center;}
.index_count_wc .index_count .c_num{width:33.33%}
.index_count_wc .index_count .c_num .txt{display: block; width:100%; text-align: center; font-size:24px}
.index_count_wc .index_count .c_num .num{display: block; width:100%; text-align: center; font-size:32px; color:#0057a0}

.index_city_wc{width: 100%; margin-top: 50px;}
.index_city_wc .index_city{width: 1700px; margin:0 auto;}
.index_city_wc .index_city .title{width: 100%; text-align: center; font-size:26px}
.index_city_wc .index_city .content{width: 100%; display: flex; justify-content: space-between; margin-top: 50px;}
.index_city_wc .index_city .content img{border-radius: 15px;}
.index_city_wc .index_city .content .left{width:48%; position: relative;}
.index_city_wc .index_city .content .left .l1{display: flex; width:100%; height: 100%; position: absolute; left:0; top:0; justify-content: center; align-items: center; color:#fff; text-decoration: none; font-size:20px}
.index_city_wc .index_city .content .right{width:51%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.index_city_wc .index_city .content .right .r1{width:49%; position:relative;}
.index_city_wc .index_city .content .right .r1 a{display: flex; width:100%; height: 100%; position: absolute; left:0; top:0; justify-content: center; align-items: center; color:#fff; text-decoration: none; font-size:20px}
.index_city_wc .index_city .content .right .r2{width:49%; position:relative;}
.index_city_wc .index_city .content .right .r2 a{display: flex; width:100%; height: 100%; position: absolute; left:0; top:0; justify-content: center; align-items: center; color:#fff; text-decoration: none; font-size:20px}
.index_city_wc .index_city .content .right .r3{width:100%; position:relative; margin-top: 5px;}
.index_city_wc .index_city .content .right .r3 a{display: flex; width:100%; height: 100%; position: absolute; left:0; top:0; justify-content: center; align-items: center; color:#fff; text-decoration: none; font-size:20px}



.index_yl_wc{width: 100%; margin-top: 50px; padding-bottom: 50px;}
.index_yl_wc .index_yl{width: 1700px; margin:0 auto;}
.index_yl_wc .index_yl .title{width: 100%; text-align: center; font-size:26px}
.index_yl_wc .index_yl .content{width: 100%; margin-top: 50px; position: relative;}
.index_yl_wc .index_yl .content .product_wk{width:380px; border-radius: 20px;  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); display: block; overflow: hidden; margin: 10px 0; text-decoration: none; color:#000}
.index_yl_wc .index_yl .content .product_wk .img{display: block; width:100%; height: auto;}
.index_yl_wc .index_yl .content .product_wk .title{display: block; width:100%; height: 120px; line-height: 120px; }
.swiper-button-prev{left: -30px;}
.swiper-button-next{right:-30px}


.ny_shop_wc{width:100%; background: #F4F2EC;}
.ny_shop_wc .ny_shop{width: 1700px; margin:0 auto; display: flex; justify-content: space-between; padding: 30px 0; flex-wrap: wrap;}
.ny_shop_wc .ny_shop .ny_shop_left{width:260px;}
.ny_shop_wc .ny_shop .ny_shop_left .big_class{width:100%; font-size:20px; margin-top: 30px;}
.ny_shop_wc .ny_shop .ny_shop_left .small_class{width:100%; display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 5px 0  15px 0;}
.ny_shop_wc .ny_shop .ny_shop_left .small_class a{display: inline-block; width:33%; text-decoration: none; font-size:14px; color:#666; margin-top: 10px; text-align: center; line-height: 30px;}
.ny_shop_wc .ny_shop .ny_shop_left .small_class .sel{background: #000; border-radius: 15px; color:#fff}
.ny_shop_wc .ny_shop .ny_shop_right{width:1400px; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.ny_shop_wc .ny_shop .ny_shop_right .list_wc{width:23%; background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); display:block; text-decoration: none; margin: 30px 0 0 2%;}
.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_img{width:100%; height:250px; overflow: hidden;}
.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_img img{width:100%}
.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_ms{width:100%; padding: 15px 0;}
.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_ms .list_ms1{width:100%; display: block; font-size:20px; text-indent: 18px; color:#000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_ms .list_ms2{width:100%; display: block; font-size:14px; color:#666;text-indent: 18px; margin-top: 5px;}

.ny_shopdetails_wc{width:100%;}
.ny_shopdetails_wc .ny_shopdetails{width: 1300px; margin:0 auto; display: flex; justify-content: space-between; padding: 30px 0; flex-wrap: wrap;}
.ny_shopdetails_wc .ny_shopdetails .top{width:100%; font-size:14px; color:#000}
.ny_shopdetails_wc .ny_shopdetails .center{width:100%; margin-top: 30px; display: flex; justify-content: space-between;}
.ny_shopdetails_wc .ny_shopdetails .center .center_left{width:600px}
.ny_shopdetails_wc .ny_shopdetails .center .center_right{width:calc(100% - 620px)}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_title{width:100%; font-size:22px; font-weight: 800;}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_star{width:100%; margin-top: 15px;}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_ms{width:100%; font-size:16px; margin-top: 15px;}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_sku_title{width:100%; font-size:16px; margin-top: 15px; font-weight: 800;}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_sku{width:100%; margin-top: 20px; display: flex; justify-content: flex-start;}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_sku span{display:block; padding: 8px 24px; border:1px solid #000; font-size:14px; color:#666; border-radius: 5px; margin: 5px 0 0 15px; cursor: pointer;}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_sku span:nth-child(1){margin-left: 0;}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_sku .sel{background: #000; color:#fff}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_btn{width:100%; margin-top: 25px;}
.ny_shopdetails_wc .ny_shopdetails .center .center_right .r_btn span{display: block; width:35%; line-height: 50px; background: #000; text-align: center; color:#fff; font-size: 14px; border-radius: 5px; cursor: pointer;}
.ny_shopdetails_wc .ny_shopdetails .bottom{width:100%; margin-top: 30px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_title{width:100%; display: flex; justify-content: flex-start; border-bottom: 1px solid #e7e7e7;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_title span{display: block; padding: 20px 20px; font-size:16px; cursor: pointer;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_title .sel{border-bottom: 3px solid #000;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content{width:100%; margin-top: 20px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .conshow1{display: block;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .conshow2{display: none;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .conshow3{display: none;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .conshow1 img{width:100%}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list{width:100%; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-top: 20px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list .l1{width:100%; display: flex; justify-content: space-between; align-items: center; font-family: "myfont2"; font-size: 18px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list .l1 .l1_1{display: flex; justify-content: flex-start; align-items: center;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list .l1 .l1_1 span:nth-child(1){display: block; width:60px;height:60px; background: #848484; display: flex; justify-content: center; align-items: center; border-radius: 60px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list .l1 .l1_1 span:nth-child(2){margin-left: 15px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list .l2{width:100%; display: flex; justify-content:flex-start; align-items: center; margin-top: 10px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list .l2 span:nth-child(2){margin-left: 15px; font-family: "myfont2"; font-size: 14px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list .l3{width:100%; text-align: left; font-size:16px; font-family: "myfont2"; margin-top: 10px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list .l4{width:100%; height:auto; overflow: hidden;; margin-top: 15px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .list .l4 img{width:100%; max-width: 200px;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .datapage{width:100%; display: flex; justify-content: space-between;}
.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .datapage a{display: inline-block; width:400px; line-height: 50px; background:#0D5694; color:#fff; font-size:16px; font-family: "myfont2"; border-radius: 10px; margin-top: 20px; text-decoration: none; text-align: center;}

.ny_banner{width:100%}
.ny_banner img{width:100%}
.sim_wc{width:100%;}
.sim_wc .sim_content{width: 1700px; margin:0 auto;}
.sim_wc .sim_content .change_wc{width:100%;padding-bottom: 50px;}
.sim_wc .sim_content .change_wc .list{width:95%; padding:2.5%; margin-top: 20px; background: #F4F6FA;}
.sim_wc .sim_content .change_wc .list .top{width:100%; display: flex; justify-content: space-between; font-family: "myfont1"; font-size:20px; cursor: pointer; font-weight: 800;}
.sim_wc .sim_content .change_wc .list .top img{width:12px; cursor: pointer;}
.sim_wc .sim_content .change_wc .list .content{width:100%; text-align: left; font-size:16px; line-height: 24px; margin-top:20px; display: none; color:#575757; line-height: 28px;}
.sim_wc .sim_content .change_wc .list:nth-child(1) .content{display: block;}
.sim_wc .sim_content .change_wc .list:nth-child(1) .top img{transform: rotate(90deg);}
.imgtrans{transition: all 0.5s ease; -moz-transition: all 0.5s ease;  -webkit-transition: all 0.5s ease;  -o-transition: all 0.5s ease;}

.sim_wc .sim_content .service_title{width:100%; font-size: 30px; font-weight: 800; text-align: left; margin-top: 30px;}
.sim_wc .sim_content .service_wc{width:100%; margin-top: 30px; margin-bottom: 40px;}
.sim_wc .sim_content .service_wc .service_list{width:100%; padding:20px 0; background: #F4F6FA; border-radius: 10px; margin-top: 20px;}
.sim_wc .sim_content .service_wc .service_list .top{width:96%; margin: 0 auto; display: flex; justify-content: flex-start; align-items: center;}
.sim_wc .sim_content .service_wc .service_list .top span:nth-child(1){display: block; padding: 10px 15px; background: #000; border-radius: 10px; color: #fff; font-size:30px}
.sim_wc .sim_content .service_wc .service_list .top span:nth-child(2){font-size:18px; margin-left: 10px; color:#333}
.sim_wc .sim_content .service_wc .service_list .bottom{width:96%; margin: 0 auto; font-size:16px; color:#575757; margin-top: 20px; line-height: 28px;}


.cart_wc{width:100%;}
.cart_wc .cart_content{width: 1200px; margin:0 auto; padding-bottom: 50px;}
.cart_wc .cart_content .part1{width:100%;}
.cart_wc .cart_content .part1 .part1_title{width:100%; text-align: left; font-size:20px; font-weight: 800;}
.cart_wc .cart_content .part1 .part1_content{width:100%}
.cart_wc .cart_content .part1 .part1_content .cart_title{width:100%; display: flex; justify-content:flex-start; border-bottom: 1px solid #e7e7e7; line-height: 40px;}
.cart_wc .cart_content .part1 .part1_content .cart_title span{font-size:14px; text-align: center;}
.cart_wc .cart_content .part1 .part1_content .cart_title span:nth-child(1){width:40%}
.cart_wc .cart_content .part1 .part1_content .cart_title span:nth-child(2){width:20%}
.cart_wc .cart_content .part1 .part1_content .cart_title span:nth-child(3){width:20%}
.cart_wc .cart_content .part1 .part1_content .cart_title span:nth-child(4){width:20%}
.cart_wc .cart_content .part1 .part1_content .cart_list{width:100%; margin-top: 10px; display: flex; justify-content: flex-start; border-bottom: 1px solid #e7e7e7; padding-bottom: 10px;}
.cart_wc .cart_content .part1 .part1_content .cart_list span{font-size:14px; text-align: center; display: flex; justify-content: center; align-items:center;}
.cart_wc .cart_content .part1 .part1_content .cart_list span img{width: 100%;}
.cart_wc .cart_content .part1 .part1_content .cart_list span:nth-child(1){width:10%}
.cart_wc .cart_content .part1 .part1_content .cart_list span:nth-child(2){width:30%; justify-content: flex-start; text-indent: 10px;}
.cart_wc .cart_content .part1 .part1_content .cart_list span:nth-child(3){width:20%}
.cart_wc .cart_content .part1 .part1_content .cart_list span:nth-child(4){width:20%}
.cart_wc .cart_content .part1 .part1_content .cart_list span:nth-child(5){width:20%}
.cart_wc .cart_content .part1 .part1_content .cart_list .delcart{cursor: pointer;}

.cart_wc .cart_content .part2{width:100%; display: flex; justify-content: right; margin-top: 20px;} 
.cart_wc .cart_content .part2 .part2_gps{width:30%; border: 1px solid #e7e7e7; padding: 1%;}
.cart_wc .cart_content .part2 .part2_title{width:100%; text-align: left; font-size:20px; font-weight: 800;}
.cart_wc .cart_content .part2 .part2_content{width:100%}
.cart_wc .cart_content .part2 .part2_content .c1{width:100%; font-size:14px;line-height: 60px;  border-bottom: 1px solid #e7e7e7; }
.cart_wc .cart_content .part2 .part2_content .c2{width:100%; margin-top: 15px;}
.cart_wc .cart_content .part2 .part2_content .c2 a{display: block; width:100%; line-height: 40px; text-align: center; background: #006EB5; color:#fff; font-size:16px; text-decoration: none;}

.cart_wc .cart_content .part3{width:100%; display: flex; justify-content: center; align-items: center; padding: 100px 0;} 
.cart_wc .cart_content .part3 img{width:100px}

.check_wc{width:100%;}
.check_wc .check_content{width: 1200px; margin:0 auto; padding-bottom: 50px;}
.check_wc .check_content .part_address{width:100%;}
.check_wc .check_content .part_address .top_title{width:100%; line-height: 40px; border: 1px solid #e7e7e7; font-size: 14px; text-indent: 10px; border-left: 2px solid #006EB5;}
.check_wc .check_content .part_address .address_con{width:100%; margin-top: 15px;}
.check_wc .check_content .part_address .address_con .list{width:100%; line-height: 30px; font-size:14px}
.check_wc .check_content .part_product{width:100%; margin-top: 30px;}
.check_wc .check_content .part_product .top_title{width:100%; line-height: 40px; border: 1px solid #e7e7e7; font-size: 14px; text-indent: 10px; border-left: 2px solid #006EB5;}
.check_wc .check_content .part_product .pro_con{width:100%}
.check_wc .check_content .part_product .pro_con .pro_title{width:100%; display: flex; justify-content:flex-start; border-bottom: 1px solid #e7e7e7; line-height: 40px;}
.check_wc .check_content .part_product .pro_con .pro_title span{font-size:12px; text-align: center; color:#666}
.check_wc .check_content .part_product .pro_con .pro_title span:nth-child(1){width:40%}
.check_wc .check_content .part_product .pro_con .pro_title span:nth-child(2){width:20%}
.check_wc .check_content .part_product .pro_con .pro_title span:nth-child(3){width:20%}
.check_wc .check_content .part_product .pro_con .pro_title span:nth-child(4){width:20%}
.check_wc .check_content .part_product .pro_con .pro_list{width:100%; margin-top: 10px; display: flex; justify-content: flex-start; border-bottom: 1px solid #e7e7e7; padding-bottom: 10px; flex-wrap: wrap;}
.check_wc .check_content .part_product .pro_con .pro_list span{font-size:12px; text-align: center; display: flex; justify-content: center; align-items:center;}
.check_wc .check_content .part_product .pro_con .pro_list span img{width: 100%;}
.check_wc .check_content .part_product .pro_con .pro_list span:nth-child(1){width:10%}
.check_wc .check_content .part_product .pro_con .pro_list span:nth-child(2){width:30%; justify-content: flex-start; text-indent: 10px;}
.check_wc .check_content .part_product .pro_con .pro_list span:nth-child(3){width:20%}
.check_wc .check_content .part_product .pro_con .pro_list span:nth-child(4){width:20%}
.check_wc .check_content .part_product .pro_con .pro_list span:nth-child(5){width:20%; cursor: pointer;}
.check_wc .check_content .part_product .pro_con .pro_list .person_list{width:100%; margin-top: 15px;}
.check_wc .check_content .part_product .pro_con .pro_list .person_list .list{width:100%; display: flex; justify-content: flex-start; color:#333; align-items: center; margin-top: 10px;}
.check_wc .check_content .part_product .pro_con .pro_list .person_list .list .l_name{font-size:14px}
.check_wc .check_content .part_product .pro_con .pro_list .person_list .list .l_sex{font-size:14px; margin-left: 20px;}
.check_wc .check_content .part_product .pro_con .pro_list .person_list .list .l_age{font-size:14px; margin-left: 20px;}
.check_wc .check_content .part_product .pro_con .pro_list .person_list .list .l_del{width:20%; margin-left: 20px;}
.check_wc .check_content .part_product .pro_con .pro_list .person_list .list .l_del span{padding: 5px 23px; border: 1px solid #999; border-radius:5px;}
.check_wc .check_content .part_pay{width:100%; margin-top: 30px;}
.check_wc .check_content .part_pay .top_title{width:100%; line-height: 40px; border: 1px solid #e7e7e7; font-size: 14px; text-indent: 10px; border-left: 2px solid #006EB5;}
.check_wc .check_content .part_pay .pay_price{width:100%; display: flex; justify-content: right; font-size:20px; margin-top: 30px;}
.check_wc .check_content .part_pay .pay_btn{width:100%; display: flex; justify-content: right; margin-top: 15px;}
.check_wc .check_content .part_pay .pay_btn button{width:30%;  text-align: center; color:#fff; background: #006EB5;}

.mycenter_wc{width:100%;}
.mycenter_wc .mycenter_content{width: 1200px; margin:0 auto; padding-bottom: 50px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.mycenter_wc .mycenter_content .c_left{width:200px; height: auto; border: 1px solid #e7e7e7;}
.mycenter_wc .mycenter_content .c_left .b_title{width:90%; font-size:16px; font-weight: 800; margin: 0 auto; margin-top: 10px;}
.mycenter_wc .mycenter_content .c_left .b_small{width:90%; font-size:14px; margin:20px auto;  text-indent: 10px;}
.mycenter_wc .mycenter_content .c_left .b_small a{text-decoration: none; color:#666}
.mycenter_wc .mycenter_content .c_left .sel{border-left: 2px solid #0564A8;}
.mycenter_wc .mycenter_content .c_right{width:calc(100% - 220px)}
.mycenter_wc .mycenter_content .c_right .r_title{width:100%; font-size:18px; font-weight: 800;}
.mycenter_wc .mycenter_content .c_right .r_show{font-size:14px; line-height: 28px; margin-top: 20px;}
.mycenter_wc .mycenter_content .c_right .r_show img{max-width:980px; width: 100%; height: auto;}
.mycenter_wc .mycenter_content .c_right .r_content{width:100%; }
.mycenter_wc .mycenter_content .c_right .r_content .order_list{width:100%; border: 1px solid #e7e7e7; padding: 10px; margin-top: 20px;  box-sizing: border-box;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_title{width: 100%; display: flex; justify-content: space-between; font-size:14px; color:#666}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list{width:100%; margin-top: 10px; display: flex; justify-content: flex-start; padding-bottom: 10px; flex-wrap: wrap; border-top:1px solid #e7e7e7; padding-top: 10px;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list span{font-size:12px; text-align: center; display: flex; justify-content: center; align-items:center;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list span img{width: 100%;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list span:nth-child(1){width:10%}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list span:nth-child(2){width:20%; justify-content: flex-start; text-indent: 10px;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list span:nth-child(3){width:15%}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list span:nth-child(4){width:15%}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list span:nth-child(5){width:15%}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list span:nth-child(6){width:15%}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_list span:nth-child(7){width:10%}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_person{width:100%; margin-top: 10px; border-top:1px solid #e7e7e7;  padding-bottom: 10px;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_person .list{width:100%; display: flex; justify-content: flex-start; color:#333; align-items: center; margin-top: 10px;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_person .list .l_name{font-size:14px}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_person .list .l_sex{font-size:14px; margin-left: 20px;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_person .list .l_age{font-size:14px; margin-left: 20px;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_del{width:100%;  padding-bottom: 10px;  padding-top: 10px;}
.mycenter_wc .mycenter_content .c_right .r_content .order_list .o_del a{display: inline-block; padding: 10px 30px; background:red; border-radius: 5px; color:#fff}
.mycenter_wc .mycenter_content .c_right .r_content .view_ok{width:100%; display: flex; justify-content: center; align-items: center; font-size:18px; padding: 100px 0;}
.mycenter_wc .mycenter_content .c_right .r_content .view_ok img{width:50px; height: 50px;}
.mycenter_wc .mycenter_content .c_top{width:100%; margin-bottom: 20px; display: none;}
.mycenter_wc .mycenter_content .c_top a{display: inline-block; padding: 5px 30px; border: 1px solid #000; border-radius: 8px;}
.mycenter_wc .mycenter_content .c_top a:nth-child(2){margin-left: 10px;}
.mycenter_wc .mycenter_content .c_top a:nth-child(3){margin-left: 10px;}
.mycenter_wc .mycenter_content .c_top .sel{background: #000; color:#fff;}

.mycenter_wc .mycenter_content .c_right .r_content .l4{width:50%; font-size:12px; font-family: "myfont2"; display: flex; justify-content: space-between; color:#000; border-radius: 5px; padding: 10px 0; margin-top:10px;}
.mycenter_wc .mycenter_content .c_right .r_content .l4 div{width:48%}
.mycenter_wc .mycenter_content .c_right .r_content .l5{width:50%; font-size:12px; font-family: "myfont2"; display: flex; color:#000; padding: 10px 0; margin-top:10px;}
.mycenter_wc .mycenter_content .c_right .r_content .l5 div{width:100%}
.mycenter_wc .mycenter_content .c_right .r_content .l5 div .l5-1{display:flex; justify-content: left; width:100%}
.mycenter_wc .mycenter_content .c_right .r_content .l5 div .l5-2{display:flex; justify-content: left; width:150px; flex-wrap: wrap; margin-top: 10px;}
.mycenter_wc .mycenter_content .c_right .r_content .l5 div .l5-3{display:flex; justify-content: left; margin-top: 10px;}
.mycenter_wc .mycenter_content .c_right .r_content .l5 div .l5-3 span{display: flex; justify-content: left; align-items: center; margin-left: 8px;}
.mycenter_wc .mycenter_content .c_right .r_content .l5 div .l5-3 span .layui-form-radio{margin: 0; line-height: 0; padding:0}
.mycenter_wc .mycenter_content .c_right .r_content .l5 div .l5-3 span:nth-child(1){margin-left: 0;}
.mycenter_wc .mycenter_content .c_right .r_content .l6{width:50%; font-size:12px; font-family: "myfont2"; display: flex; color:#000; padding: 10px 0; margin-top:10px;}
.mycenter_wc .mycenter_content .c_right .r_content .l6 div{width:100%}

.mycenter_wc .mycenter_content .p_success{width:100%; display: flex; justify-content: center; align-items: center; font-size:16px; padding: 100px 0;}
.mycenter_wc .mycenter_content .p_success img{width:70px}
.mycenter_wc .mycenter_content .p_cancel{width:100%; display: flex; justify-content: center; align-items: center; font-size:16px; padding: 100px 0;}
.mycenter_wc .mycenter_content .p_cancel img{width:70px}

.kf_wc{position: fixed; right:100px; top:47%; z-index: 99999;}
.kf_wc .kf_part1{width:50px; height: 50px; border-radius: 50px;  background: url(../images/k1.png) #000; display: block;}
.kf_wc .kf_part2{width:50px; height: 50px; border-radius: 50px;  background: url(../images/k2.png) #000; display: block; margin-top: 10px;}

.show_fl{width:100%; text-align: left; display: none;}
.show_fl ul{width:100%; display: flex; justify-content: flex-start; flex-wrap: wrap;  position: relative;}
.show_fl ul li{padding:8px 20px; border: 1px solid #666; border-radius: 10px; margin: 0 10px; cursor: pointer; background: #fff;}
.show_fl ul li .t_wc{display: none; position: absolute; width:calc(100vw - 60px); background: #fff; border-radius: 15px; box-shadow: 0px 16px 32px 0px #00000040; left:0; top:50px; padding: 20px; z-index: 999;}
.show_fl ul li .t_wc .t_list{width:100%}
.show_fl ul li .t_wc .t_list a{display:inline-block; padding: 10px 20px; border-radius: 10px; border:1px solid #e7e7e7; margin: 10px;}
.show_fl ul li .t_wc .t_list .sel{background: #000; color:#fff; border-color: #000;}
.show_fl ul li .t_wc .b_list{width:100%; border-top:1px solid #e7e7e7; margin-top: 20px;}
.show_fl ul li .t_wc .b_list a{display:inline-block; padding: 10px 20px; border-radius: 10px; border:1px solid #e7e7e7; margin: 10px;}


.product_wcs{width: 100%; background: #e7e7e7; margin-top: 50px;}
.product_wc{width: 1200px; height: auto; margin: 0 auto; text-align: center;}
.product_wc .product_list{width: 360px; height: auto; text-align: center; font-size: 14px; line-height: 26px; display: inline-block; margin: 50px 18px;}
.product_wc .product_list span{ overflow: hidden; display: block}
.product_wc .product_list span a{display: block}
.product_wc .product_list span a img{border-radius: 50%;}
.product_wc .title{width: 100%; text-align: center; font-size: 30px; padding: 50px 0;}
.product_wc .content{width: 100%; font-size: 16px;}
.product_wc .ms{width: 100%; }
.product_wc .ms .ms1{font-weight: 800; font-size: 18px; text-align: left}
.product_wc .ms .ms2{font-weight: 800; font-size: 16px; text-align: left}
.product_wc .ms .ms3{ font-size: 14px; text-align: left}
.events_wc{width: 1200px; height: auto; margin: 50px auto;}
.events_wc p{margin-top: 20px;}
.sub_wc{width: 100%}
.sub_wc .title{width: 100%; text-align: center; font-size: 30px; padding: 50px 0;}
.sub_wc .content{width: 1200px; text-align: left; margin: 0 auto; font-size: 16px; line-height: 30px;}
.sub_wc .formtxt{width: 100%; text-align: center; font-size: 30px; padding: 40px 0;}
.sub_wc .formlist{width: 1200px;  margin: 0 auto; }
.sub_wc .formlist span{display: block; width: 50%; margin: 0 auto; margin-top: 20px;}
.sub_wc .formlist span .inputs{width: 100%; height: 36px;}
.sub_wc .formlist span .btn{width: 100%; height: 36px;}
.common_foot_wc{width: 100%; text-align: center; background: #494949;}
.common_foot_wc .common_foot{width: 1700px; margin: 0 auto; }
.common_foot_wc .common_foot .f1{width: 100%; display: flex; justify-content: space-between;}
.common_foot_wc .common_foot .f1 .left{width:900px; margin-top: 30px; display: flex; justify-content:space-between;}
.common_foot_wc .common_foot .f1 .left .l1{width:300px; text-align: left;}
.common_foot_wc .common_foot .f1 .left .l1 .l1_title{width:100%; font-size: 20px; font-weight: 800; color:#fff}
.common_foot_wc .common_foot .f1 .left .l1 .l1_content{width:100%; font-size: 14px;  color:#fff; line-height: 26px; margin-top: 20px;}
.common_foot_wc .common_foot .f1 .left .l1 .l1_btn{width:100%; margin-top: 20px;}
.common_foot_wc .common_foot .f1 .left .l1 .l1_btn a{display:inline-block; padding: 7px 30px; background: #fff; border-radius: 22px; text-decoration: none; color:#000; font-size:14px}
.common_foot_wc .common_foot .f1 .left .l2{width:420px; text-align: left;}
.common_foot_wc .common_foot .f1 .left .l2 .l2_title{width:100%; font-size: 20px; font-weight: 800; color:#fff}
.common_foot_wc .common_foot .f1 .left .l2 .l2_content{width:100%; font-size: 14px;  color:#fff; line-height: 26px; margin-top: 20px;}
.common_foot_wc .common_foot .f1 .left .l2 .l2_content .l2_1{background: url(../images/icon1.png) no-repeat; padding-left: 36px; line-height: 36px;}
.common_foot_wc .common_foot .f1 .left .l2 .l2_content .l2_2{background: url(../images/icon.png) no-repeat; background-position: 0 -40px; padding-left: 36px; line-height: 36px; margin-top: 10px;}
.common_foot_wc .common_foot .f1 .left .l2 .l2_content .l2_3{background: url(../images/icon.png) no-repeat; background-position: 0 -72px; padding-left: 36px; line-height: 36px; margin-top: 10px;}
.common_foot_wc .common_foot .f1 .right{width:auto; margin-top: 30px;}
.common_foot_wc .common_foot .f1 .right .r_title{width:100%; font-size: 20px; font-weight: 800; color:#fff}
.common_foot_wc .common_foot .f1 .right .r_code{margin-top:20px}
.common_foot_wc .common_foot .f1 .right .r_code img{width:150px}
.common_foot_wc .common_foot .f2{width: 100%; margin-top: 50px; border-top: 1px solid #9c9c9c; line-height: 100px; color:#fff; font-size: 14px;}


/*--分页样式--*/
.page_total {border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid; background-color: #f5fbff; font-size: 11px; font-weight: bold; font-family: verdana; padding-right: 2px; padding-left: 2px;}
.page_pages {border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid; background-color: #ffffff; font-size: 11px; font-weight: bold; font-family: verdana; padding-right: 2px; padding-left: 2px;}
.page_redirect {border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; border-bottom: #dddddd 1px solid; background-color: #ffffff; font-size: 11px; padding-right: 5px; padding-left: 5px;}
.on_page_redirect {border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid; background-color: #f5fbff; font-size: 11px; color: #FF7200; padding-right: 5px; padding-left: 5px;}
.page_number {border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; border-bottom: #dddddd 1px solid; background-color: #ffffff; font-size: 11px; font-family: verdana; padding-right: 7px; padding-left: 7px;}
.on_page_number {border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; border-bottom: #dddddd 1px solid; background-color: #f5fbff; font-size: 11px; font-family: verdana; color: #FF7200; padding-right: 7px; padding-left: 7px;}
.page_curpage {border-right: #dbddd3 1px solid; border-top: #dbddd3 1px solid; border-left: #dbddd3 1px solid; border-bottom: #dbddd3 1px solid; background-color: #f5fbff; font-size: 11px; font-family: verdana; color: #FF7200; font-weight: bold; padding-right: 7px; padding-left: 7px;}
.page_input {border-right: #808080 1px solid; border-top: #808080 1px solid; border-left: #808080 1px solid; border-bottom: #808080 1px solid; width: 40px; height: 20px; float:left; background:#ffffff;}
.foot_fenye{margin-top:15px; width:100%; text-align:center; height:100px; }


@media screen and (max-width: 1700px) {
	.common_top_wc .common_top{width:98%}
	.common_banner_wc .txt_wc{width:98%}
	.index_city_wc .index_city{width:98%}
	.index_yl_wc .index_yl{width:98%}
	.common_foot_wc .common_foot{width:98%}
	.index_yl_wc .index_yl .content .product_wk{width:92%}
	.index_yl_wc .index_yl .content .product_wk img{width: 100%;}
	.swiper-button-prev{left: -10px;}
	.swiper-button-next{right: -10px;}
	.ny_shop_wc .ny_shop{width:98%}
	.ny_shop_wc .ny_shop .ny_shop_right{width: calc(100% - 260px);}
	.sim_wc .sim_content{width:98%}
}


@media screen and (max-width: 1500px) {
	.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_img{height: 200px;}
}

@media screen and (max-width: 1400px) {
	.common_top_wc .common_top .common_top_left .menu{display: none;}
	.common_top_wc .common_top .common_top_right .r3{display: none;}
	.common_top_wc .common_top .common_top_right .menu_mobile{display: block;}
	.kf_wc{right: 40px; bottom:5%; top:auto; z-index: 9999999;}

}

@media screen and (max-width: 1300px) {
	.ny_shopdetails_wc .ny_shopdetails{width:98%}

}


@media screen and (max-width: 1200px) {
	.index_count_wc .index_count{width:98%}
	.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_img{height: 160px;}
	.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_ms .list_ms1{font-size: 16px;}
	.ny_shopdetails_wc .ny_shopdetails .center .center_left{width: 500px;}
	.ny_shopdetails_wc .ny_shopdetails .center .center_right{width:calc(100% - 520px)}
	.mycenter_wc .mycenter_content{width:98%}
	.cart_wc .cart_content{width:98%}
	.check_wc .check_content{width:98%}
}

@media screen and (max-width: 1000px) {
	.common_foot_wc .common_foot .f1{flex-wrap: wrap;}
	.common_foot_wc .common_foot .f1 .left{width:100%; flex-wrap: wrap;}
	.common_foot_wc .common_foot .f1 .right{width:100%; justify-content: left;}
	.common_foot_wc .common_foot .f1 .right .r_title{text-align: left;}
	.common_foot_wc .common_foot .f1 .right .r_code{text-align: left;}
	.login_wc,.reg_wc,.addperson_wc,.forget_wc,.reset_wc{width:98%; margin-left:-49%}
	.ny_shop_wc .ny_shop .ny_shop_right .list_wc{width:32%}
	.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_img{height: 140px;}
	.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_ms .list_ms1{font-size: 16px;}
	.ny_shopdetails_wc .ny_shopdetails .center .center_left{width: 400px;}
	.ny_shopdetails_wc .ny_shopdetails .center .center_right{width:calc(100% - 420px)}
	.mycenter_wc .mycenter_content .c_left{display: none;}
	.mycenter_wc .mycenter_content .c_right{width: 100%;}
	.mycenter_wc .mycenter_content .c_right .r_content .l5{width: 100%}
	.mycenter_wc .mycenter_content .c_top{display: block;}
}

@media screen and (max-width: 800px) {
	.common_foot_wc .common_foot .f1 .left .l1{width:100%}
	.common_foot_wc .common_foot .f1 .left .l2{width:100%; margin-top: 30px;}
	.index_yl_wc .index_yl .content .product_wk{width:88%}
	.swiper-button-prev{left: 0px;}
	.swiper-button-next{right: 0px;}
	.common_banner_wc .txt1{font-size:38px}
	.common_banner_wc .txt2{font-size:26px}
	.common_banner_wc .txt3 a{font-size:16px}
	.ny_shop_wc .ny_shop .ny_shop_left{display: none;}
	.ny_shop_wc .ny_shop .ny_shop_right{width:100%}
	.ny_shop_wc .ny_shop .ny_shop_right .list_wc{width:47%}
	.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_img{height: 180px;}
	.ny_shopdetails_wc .ny_shopdetails .center .center_left{width: 320px;}
	.ny_shopdetails_wc .ny_shopdetails .center .center_right{width:calc(100% - 340px)}
	.ny_shopdetails_wc .ny_shopdetails .bottom .bottom_content .datapage a{width:30%}
	.show_fl{display: block;}
}

@media screen and (max-width: 800px) {
	.ny_shopdetails_wc .ny_shopdetails .center{flex-wrap: wrap;}
	.ny_shopdetails_wc .ny_shopdetails .center .center_left{width: 100%;}
	.ny_shopdetails_wc .ny_shopdetails .center .center_right{width:  100%}
}	

@media screen and (max-width: 500px) {
	.index_yl_wc .index_yl .content .product_wk{width:80%}
	.common_top_wc .common_top .common_top_left .logo img{width:150px ;}
	.common_top_wc .common_top .common_top_right .r1 .l_am{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 80px; font-size: 16px; display: block;}
}

@media screen and (max-width: 400px) {
	.common_top_wc .common_top .common_top_right .r1 .l_am{width: 50px;}
	.ny_shop_wc .ny_shop .ny_shop_right .list_wc .list_img{height: 140px;}

}
