/* 样式重置 start*/

* {
	margin: 0;
	padding: 0;
}

p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
	margin: 0;
}

body {
	/* line-height: 1.2; */
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #333;
}

ul,
ol,
li {
	list-style: none;
	padding: 0;
}

i,
em {
	font-style: normal;
}

/* 清除浮动 */

.clearfix:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* 触发 hasLayout */
	zoom: 1;
}


/* 隐藏填充文字 */

.visiblity {
	visibility: hidden;
}


/* 主字体 */

.m_f_f {
	font-family: PingFang-SC-Regular;
}


/* 主颜色 */

.m_c {
	color: #333333;
}


/* 主字号 */

.m_f_s {
	font-size: 14px;
}

/* margin-bottom  15px*/
.m_b_15 {
	margin-bottom: 15px;
}

/* 回到顶部 */

#goTop {
	display: none;
	position: fixed;
	bottom: 3rem;
	right: 0.15rem;
	z-index: 12;
	background: #c69c6d;
	color: #fff;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	text-align: center;
	line-break: 0.5rem;
}

.goback {
	float: left;
	line-height: 0.63rem;
	height: 0.63rem;
}

.goback img {
	width: 0.18rem;
	height: 0.33rem;
	margin-left: 0.1rem;
	display: block;
	margin-top: 0.15rem;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w980 {
	width: 980px;
	margin: 0 auto;
}

/*input focus置空placeholder*/
input:focus::-webkit-input-placeholder {
	color: transparent;
}

/* color */

.c1 {
	color: #CF914C !important;
}

/* 预约申请 toast*/
.apply_toast {
	border-radius: 10px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

body .apply_toast .layui-layer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000 !important;
	font-size: 18px !important;
}
/*头部区域*/

section.top {
	margin: 0 auto;
	display: flex;
	height: 105px;
	align-items: center;
  }
  
  .logo {
	width: 186px;
	height: 72px;
  }
  
  .top_title {
	font-size: 30px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(175, 110, 38, 1);
	background: linear-gradient(182deg,
	  rgba(241, 195, 127, 1) 0%,
	  rgba(176, 134, 89, 1) 63.9892578125%,
	  rgba(212, 148, 76, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 50px;
	margin-right: 325px;
  }
  
  .phone {
	display: flex;
	align-items: center;
  }
  
  .phone .phone_icon {
	width: 48px;
	height: 42px;
	margin-right: 20px;
  }
  
  .phone .phone_num {
	font-size: 38px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(58, 58, 58, 1);
	background: linear-gradient(182deg,
	  rgba(241, 195, 127, 1) 0%,
	  rgba(176, 134, 89, 1) 63.9892578125%,
	  rgba(212, 148, 76, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  /*头部区域 end*/
  
  /*nav start*/
  
  section.nav {
	width: 100%;
	background: #000;
	height: 64px;
	color: #ffffff;
	font-size: 22px;
	position: relative;
	z-index: 222;
  }
  
  .nav_list {
	margin: 0 auto;
	height: 100%;
  }
  
  .nav_list>ul {
	height: 100%;
  }
  
  .nav_list>ul>li {
	float: left;
	height: 100%;
	line-height: 64px;
	width: 140px;
	text-align: center;
  }
  
  .nav_list>ul>li>a {
	display: block;
	color: #fff;
	letter-spacing: 3px;
  }
  
  .firstItem {
	float: left;
	height: 100%;
	line-height: 64px;
	width: 140px;
	text-align: center;
  }
  
  .firstItem>a {
	/* color: #CF914C; */
	display: block;
	color: #fff;
	background: #cf914c;
	/* color: #fff; */
  }
  
  .firstItem .menu {
	position: absolute;
	z-index: 99;
	width: 140px;
	display: none;
  }
  
  .firstItem:hover .menu {
	display: block;
  }
  
  .menu_bg {
	height: 250px;
	width: 140px;
	padding-top: 10px;
	box-sizing: border-box;
	opacity: 0.5;
	background: #cf914c;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
  }
  
  /* nav menu start */
  .left_menu_list {
	position: relative;
	z-index: 3;
  }
  
  .left_menu_list>ul {
	height: 250px;
	width: 140px;
	/* background: url('../images/bg_menu.png') center no-repeat; */
	padding-top: 15px;
	box-sizing: border-box;
  }
  
  .left_menu_list>ul>li {
	height: 53px;
	text-align: center;
	position: relative;
  }
  
  .left_menu_list>ul>li.active {
	background: #fff;
  }
  
  .left_menu_list>ul>li i {
	opacity: 0;
  }
  
  .left_menu_list>ul>li.active i {
	color: #cf966d;
	opacity: 1;
  }
  
  .left_menu_list>ul>li.menu_list>a {
	display: block;
	height: 53px;
	line-height: 53px;
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .left_menu_list>ul>li.active>a {
	color: #cf966d;
  }
  
  .menu_list .category_icon {
	width: 38px;
	height: 38px;
	display: block;
	/* background: url('../images/menu_icon.png') no-repeat; */
	background-size: cover;
	margin-right: 14px;
  }
  
  .menu_list:nth-child(1).active .category_icon {
	background-position-x: -152px;
  }
  
  .menu_list:nth-child(2) .category_icon {
	background-position-x: -38px;
  }
  
  .menu_list:nth-child(2).active .category_icon {
	background-position-x: -190px;
  }
  
  .menu_list:nth-child(3) .category_icon {
	background-position-x: -76px;
  }
  
  .menu_list:nth-child(3).active .category_icon {
	background-position-x: -228px;
  }
  
  .menu_list:nth-child(4) .category_icon {
	background-position-x: -114px;
  }
  
  .menu_list:nth-child(4).active .category_icon {
	background-position-x: -266px;
  }
  
  .menu_list .category_name {
	/* margin-right: 30px; */
	font-size: 22px;
	font-family: SourceHanSansCN-Regular;
  }
  
  .right_menu_list {
	width: 700px;
	height: 53px;
	position: absolute;
	top: 0;
	left: 140px;
	background: #fff;
	box-shadow: 0px 2px 6px 0px rgba(157, 28, 79, 0.35);
	display: none;
  }
  
  .right_menu_list>ul {
	height: 53px;
  }
  
  .right_menu_list .more_brand {
	width: 139px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #cf966d;
	color: #cf966d;
	text-align: center;
	font-size: 14px;
	padding: 5px 2px;
	position: absolute;
	bottom: 24px;
	left: 16px;
	/* box-sizing: border-box; */
  }
  
  .right_menu_list .more_brand>i {
	font-size: 14px;
	margin-left: 20px;
	opacity: 1;
  }
  
  .right_menu_list>ul {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
  }
  
  .right_menu_list>ul>li {
	/* width: 25%; */
	float: left;
	height: 53px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	/* border-bottom: 1px solid #bfbfbf; */
  }
  
  .right_menu_list>ul>li:last-child {
	float: right;
  }
  
  .right_menu_list>ul>li:last-child a {
	color: #cb844c;
  }
  
  .right_menu_list>ul>li>a {
	color: #717171;
	font-size: 16px;
  }
  
  .right_menu_list>ul>li>a:hover {
	color: #cb844c;
  }
  
  /* nav menu end */
  
  /*nav end*/
  /*banner start*/

.banner {
	height: 720px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 22;
  }
  
  .banner-container {
	position: relative;
  }
  
  .banner a {
	display: block;
	height: 720px;
	width: 100%;
	background-size: cover !important;
  }
  
  .banner .banner-pagination-custom {
	background: #fff;
	height: 2px;
	width: 60px;
	display: inline-block;
	margin: 0 17.5px;
  }
  
  .banner .banner-pagination-custom.active {
	background: #3a3a3a;
  }
  
  .banner .banner-pagination {
	bottom: 86px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
  }
  
  .banner-button-prev {
	left: 3%;
	/* background: url(../images/default_right.png) no-repeat center; */
	background: url(../images/right.png) no-repeat center;
  }
  
  .banner-button-next {
	right: 3%;
	/* background: url(../images/default_left.png) no-repeat center; */
	background: url(../images/left.png) no-repeat center;
  }
  
  .banner-button-prev:hover {
	background: url(../images/right.png) no-repeat center;
  }
  
  .banner-button-next:hover {
	background: url(../images/left.png) no-repeat center;
  }
  
  /*banner end*/

  /* slogan start */
  .slogan {
	width: 100%;
	height: 720px;
	background: #f3f3f3;
	padding-top: 75px;
  }
  
  .slogan_container {
	margin: 0 auto;
	height: 668px;
	background: url("../images/modal_bg.png") no-repeat center;
	background-size: contain;
	position: relative;
  }
  .slogan_container .slogan_main{
	position: absolute;
	left: 133px;
	top: 69px;
	width: 1000px;
	height: 453px;
  }
  .slogan_container .slogan_main img{
	width: 100%;
	height: auto;
  }
  .slogan-zs{
	position: absolute;
	right: 57px;
	top: 117px;
	width: 191px;
	height: 97px;
	background: url("../images/modal_zs.png");
	background-size: 191px auto;
  }
  .slogan_container .slogan_input {
	position: absolute;
	bottom: 130px;
	left: 240px;
	display: flex;
  }
  
  .slogan_input>input {
	width: 538px;
	height: 77px;
	background: #FFFFFF;
	border: 2px solid #BC2042;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 35px;
	text-align: center;
	outline-style: none;
  }
  
  .slogan_input>input::-webkit-input-placeholder {
	color:#F996B0;
	outline-style: none;
  }
  
  .slogan_input>.slogan_btn {
	color: #fff;
	font-size: 42px;
	background: url(../images/btn_bg.png) no-repeat center;
	height: 77px;
	width: 162px;
	text-align-last: center;
	line-height: 77px;
	margin-left: 22px;
	cursor: pointer;
	letter-spacing: 3px;
  }
  
  .slogan_input>.slogan_btn:hover {
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }
  
  .slogan_text {
	/*height:522px;*/
	height: 475px;
	background: rgba(255, 255, 255, 1);
	border: 6px solid rgba(226, 226, 225, 1);
	border-radius: 20px;
	/*display: flex;
	  flex-wrap: wrap;*/
	/*align-items: center;*/
	/*justify-content: center;*/
  }
  
  .slogan_text>.text01 {
	width: 100%;
	text-align: center;
  }
  /*slogan end  */

/* Vip-sell 开始 */
.entrance_list {
	margin-top: 58px;
	display: flex;
	justify-content: space-around;
  }
  
  .entrance_item {
	margin: 0 15px;
  }
  
  .entrance_item a {
	display: block;
	position: relative;
	width: 276px;
	height: 391px;
	border-radius: 15px;
	overflow: hidden;
  }
  
  .entrance_item:nth-child(1) a {
	background: url(../images/watch.png) no-repeat center;
  }
  
  .entrance_item:nth-child(2) a {
	background: url(../images/bag.png) no-repeat center;
  }
  
  .entrance_item:nth-child(3) a {
	background: url(../images/jewelry.png) no-repeat center;
  }
  
  .entrance_item:nth-child(4) a {
	background: url(../images/diamond.png) no-repeat center;
  }
  
  .entrance_item a:hover {
	box-shadow: 1px 5px 10px #666;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  
  .entrance_item a .desc {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 63px;
	line-height: 63px;
	background:rgb(141, 140, 140,0.4);
	/*color: #cf914c;*/
	color: #fff;
	font-size: 31px;
	font-family: MicrosoftYaHei-Bold;
	/*font-weight: bold;*/
	text-align: center;
	letter-spacing: 3px;
	z-index: 22;
  }
/* 回收优势 start */
  .advantage_list {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .advantage_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .advantage_item .advantage_item_title {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	font-weight: bold;
	/* font-size: 25px; */
	font-size: 28px;
  }
  
  .advantage_item .advantage_item_desc {
	text-align: center;
	width: 100%;
	height: 150px;
  }
  
  .advantage_item .advantage_item_desc p {
	/* text-align: left; */
	/* font-size: 16px; */
	font-size: 20px;
	color: #3a3a3a;
	font-family: MicrosoftYaHei;
	/*letter-spacing: 1px;*/
	line-height: 1.5;
  }
/* 回收优势 end */

.copyright a{
	color:#ffff
}


.navigation{
   width: 100%;
    height: 65px;
    color: #dddddd;
    font-size: 22px;
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}