[v-cloak] {
  display: none;
}


/*banner样式*/
.banner {
  position: relative;
  height: 684px;
}

.banner .carousel,
.banner .carousel-inner,
.banner .item,
.banner .item img {
  height: 100% !important;
  background: #000;
  margin: 0 auto;
}

/* 金价板块样式 */
.gold {
  margin-top: -64px;
  position: relative;
}

.gold .gold_value {
  width: 812px;
  height: 269px;
  background: linear-gradient(180deg, #FFE8CA 0%, #BD9A6B 100%);
  box-shadow: 0px 10px 24px 0px rgba(191, 165, 132, 0.56);
  border-radius: 4px;
  margin-bottom: 20px;
}

.form-inline_top {
  margin-top: 19px;
}

.gold .gold_img {
  height: 303px;
  display: block;
  margin: 0 auto;
}

.form-group {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.gold_btn_wrap {
  display: block;
  margin: 0 auto;
}

.form-group label {
  font-size: 26px;
  color: #824A00;
  margin-right: 14px;
  vertical-align: middle;
  font-weight: normal;
}

.form-group .input-group-btn {
  position: absolute;
  top: 6px;
  right: 32px;
}

.form_margin_right {
  margin-right: 50px;
}

.form-control {
  width: 165px !important;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #824A00;
  background: transparent;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  font-size: 24px;
  color: rgb(130, 74, 0);
}

.form-control::placeholder {
  color: rgba(130, 74, 0, 0.6);
  border: none;
}

.dropdown-menu {
  left: 118px;
}

.bs_select_wrap {
  padding: 0;
  border: none;
  position: relative;
}

.form-weight {
  padding-right: 38px;
}

.unit {
  position: absolute;
  height: 48px;
  top: 0;
  line-height: 48px;
  right: 14px;
}

.bs_select {
  padding-left: 8px;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  appearance: none;
}

input:focus,
select:focus {
  border: 1px solid #824A00 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
}

.bs_select_icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 11px;
  right: 14px;
  background: url(../img/DJT_131.png) no-repeat;
}

.form-control-hr {
  width: 206px !important;

}

.form-control[readonly] {
  background-color: transparent !important;
}

.form-control::-moz-placeholder {
  color: rgba(149, 81, 56, 0.6);
}

.form-control:-ms-input-placeholder {
  color: rgba(149, 81, 56, 0.6);
}

.form-control::-webkit-input-placeholder {
  color: rgba(149, 81, 56, 0.6);
}

.dropdown-menu-right {
  right: auto;
  left: -148px;
  top: 123%;
}

.input-group-btn>.btn,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  background-color: transparent;
  border: 0;
}

.input-group-btn .caret {
  border-top: 8px dashed #955138;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.input-group-btn:last-child>.btn,
{
margin-left: -6px;
}

.gold_btn {
  display: block;
  margin: 30px auto 0;
  padding: 11px 72px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FCE5C6 100%);
  box-shadow: 0px 11px 13px 0px rgba(161, 126, 80, 0.68);
  border-radius: 4px;
  border: 0;
  font-size: 30px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  color: #9B6216;
  line-height: 42px;
}

/* 金价 */
.gold_price {
  position: relative;
  overflow: hidden;
  margin-right: -24px;
}

.gold_price_num {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  flex-direction: column;
}

.price_num_vl {
  font-size: 48px;
  color: #FFFDFD;
  line-height: 67px;
}

.price_num_vn {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
}

.price_num_pl {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
}

/* 回收方式 */
.put {
  min-height: 707px;
  background: url(../img/DJT_33.png) 100%;
  margin-top: 52px;
}

.put_tit {
  padding: 60px 0 76px;
  text-align: center;
}

.put_tit_store {
  font-size: 36px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #E9BA7B;
  line-height: 50px;
}

.put_tit_rm {
  font-size: 26px;
  font-family: AlibabaPuHuiTi_2_45_Light;
  color: #E9BA7B;
  line-height: 37px;
  margin-top: 14px;
}

.put_tran {
  margin: 0 auto;
}

.tran_item {
  width: 280px;
  background: #E9BA7B;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-left: 26px;
  margin-bottom: 20px;
}

.tran_item:first-child {
  margin-left: 0;
}

.tran_img {
  height: 269px;
  background-color: #E9BA7B;
  /* background-size: 100% auto; */
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s all ease;
  background-size: auto 100%;
}

.tran_img.active {
  height: 339px;
}

.tran_img1 {
  background-image: url(../img/DJT_34.png);
  background-size: auto 100%;
}

.tran_img2 {
  background-image: url(../img/DJT_35.png);
}

.tran_img3 {
  background-image: url(../img/DJT_36.png);
  /* background-position: center -10px; */
}

.tran_img3.active {
  /* background-position: center top; */
}

.tran_img4 {
  background-image: url(../img/DJT_37.png);
}

.tran_item .tran_name {
  height: 77px;
  background: #DAB079;
  font-size: 30px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #FFFFFF;
}

.ptm_tit {
  padding: 90px 0 76px;
  text-align: center;
}

.ptm_tit_store {
  font-size: 36px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #26252B;
}

.ptm_tit_rm {
  font-size: 26px;
  font-family: AlibabaPuHuiTi_2_45_Light;
  color: #8D5E3D;
  margin-top: 14px;
}

/* 多平台 */
.ptm_tran {}

.ptm_item {
  width: 284px;
  height: 184px;
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 21px;
  margin-bottom: 20px;
}

.ptm_item:first-child {
  margin-left: 0;
}

.ptm .ptm_item {
  transition: all 0.2s
}

.ptm .ptm_item:hover {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 30px 1px rgba(160, 162, 167, 0.3)
}

.ptm_item img {
  width: 100%;
  height: 100%;
}

.ptm_name {
  width: 100%;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 28px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #5C3631;
}

/* 服务 */
.serves {
  background: #D6B186;
  margin-top: 80px;
}

.serves_content {
  min-height: 675px;
  margin: 0 auto;
  float: left;
  margin-left: 54px;
}

.serves_title {
  font-size: 36px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #26252B;
  line-height: 50px;
  background: linear-gradient(287deg, #704109 0%, #583E34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 56px;
}

.serves_line {
  width: 40px;
  height: 5px;
  background: #D8D8D8 linear-gradient(287deg, #704109 0%, #26252B 100%);
  border-radius: 2px;
  margin-left: 6px;
  margin-bottom: 24px;
}

.serves_box {
  margin-right: 24px;
}

.serves_item {
  width: 223px;
  height: 234px;
  background: #25242A;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: .5s all ease;
  padding: 0 20px;
}

.serves_item.active {
  width: 356px;
}

.serves_item:last-child {
  margin-right: 0;
}

.serves_item .icon {
  margin: 23px auto 17px;
  width: 70px;
  height: 70px;
  background-size: 100%;
}

.serves_item h3 {
  text-align: center;
  transition: .5s all ease;
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #F2D0A9;
  line-height: 25px;
  margin: 0;
}

.serves_item P {
  text-align: center;
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_35_Thin;
  color: #BCBCBC;
  line-height: 22px;
  margin: 0;
}

.fw1 {
  background: url(../img/DJT_24.png) no-repeat;
}

.fw2 {
  background: url(../img/DJT_22.png) no-repeat;
}

.fw3 {
  background: url(../img/DJT_20.png) no-repeat;
}

.fw4 {
  background: url(../img/DJT_19.png) no-repeat;
}

.serves_item.active .icon {
  width: 80px;
  height: 80px;
}

.serves_item.active .fw1 {
  background: url(../img/DJT_18.png) no-repeat;
}

.serves_item.active .fw2 {
  background: url(../img/DJT_17.png) no-repeat;
}

.serves_item.active .fw3 {
  background: url(../img/DJT_6.png) no-repeat;
}

.serves_item.active .fw4 {
  background: url(../img/DJT_26.png) no-repeat;
}

.serves_item P.fw_top {
  margin-top: 7px;
}

.serves_img_wrap {
  width: 533px;
  height: 675px;
  margin: 0 auto;
  position: relative;
}

.serves_img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.serves_lis {
  position: relative;
  padding-left: 63px;
  padding-top: 56px;
}

.lis_title {
  font-size: 36px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #26252B;
  line-height: 50px;
  background: linear-gradient(287deg, #FFDFB9 0%, #FFD993 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lis_line {
  width: 40px;
  height: 5px;
  background: #D8D8D8 linear-gradient(287deg, #FFDFB9 0%, #DAB36D 100%);
  border-radius: 2px;
  margin-top: 13px;
}

/* 最新资讯&黄金知识 */
.ift .ptm_item {
  height: auto;
  width: 265px;
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 0;
  margin-right: 46.5px;
  margin-bottom: 20px;
}

.ift .ptm_item:last-child {
  margin-right: 0;
}

/* 友情链接 */
.blogroll {
  height: 52px;
  line-height: 52px;
  background: #FAE7D1;
  margin-top: 109px;
  font-size: 24px;
  color: #25242A;
}

.com_blog a {
  font-size: 22px;
  color: #BF7E2F;
  margin-left: 60px;
}

/* footer页面底部 */
footer {
  background: #25242A;
}

.footer_box {
  /* height: 338px; */
}

.ft_news {}

.ft_news_item {
  padding-top: 58px;
  margin-left: 106px;
}

.ft_news_item:first-child {
  margin-left: 0;
}

.news_item_2 {
  margin-top: -16px;
}

.news_item_ion {
  height: 70px;
  line-height: 70px;
  border-right: 1px solid #AC9782;
  padding-right: 30px;
  display: inline-block;
  margin-right: 20px;
}

.news_item_ion img {
  width: 60px;
  height: 60px;
}

.news_tops {
  font-size: 20px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  color: #C6A379;
  line-height: 28px;
}

.news_tips {
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_45_Light;
  color: #C6A379;
  line-height: 25px;
  margin-top: 8px;
}

.ir_code {
  margin-right: 20px;
  text-align: center;
  margin-top: -20px;
}

.ir_code:last-child {
  margin-right: 0;
}

.ir_code img {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 6px;
}

.ft_line {
  width: 1200px;
  height: 1px;
  background: #948676;
  opacity: 0.47;
  margin: 22px auto;
}

.ft_plat {}

.ft_plat_item:nth-child(2) {
  margin-left: 146px;
}

.ft_plat_item:nth-child(3) {
  margin-left: 99px;
}

.plat_mian {
  font-size: 24px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #AF9779;
  line-height: 33px;
  margin-bottom: 12px;
  opacity: 0.79;
}

.plat_li {
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_35_Thin;
  color: #EBCAA1;
  line-height: 25px;
  margin-left: 22px;
}

.plat_li:first-child {
  margin-left: 0;
}

.copyright {
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_35_Thin;
  color: #E2BD8E;
  line-height: 25px;
  opacity: 0.6;
  /* margin-top: 38px; */
  margin-bottom: 25px;
}

/* 右侧悬浮内容 */
.fixrit {
  position: fixed;
  right: 0;
  top: 280px;
  box-shadow: -3px 6px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0px 0px 8px;
  width: 132px;
  text-align: center;
}

.arcodex {
  width: 132px;
  height: 156px;
  background: #fff;
  position: relative;
}

.consult {
  width: 132px;
  height: 156px;
  background: #fff;
  position: relative;
}

.arcodex img {
  width: 88px;
  height: 88px;
  margin: 20px 0 5px;
}

.consult img {
  width: 100px;
  height: 100px;
  margin: 20px 0 5px;
}

.contact {
  width: 132px;
  height: 126px;
  background: #FFD79C;
  position: relative;
}

.contact img {
  width: 52px;
  height: 52px;
  margin: 21px 0 8px;
}

.fixrit .fixrit_txt {
  font-size: 20px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #87694C;
  line-height: 28px;
}

.fixrit .flt {
  background: #FFFFFF;
  box-shadow: -6px 14px 40px 0px rgba(0, 0, 0, 0.13);
  border-radius: 9px;
  position: absolute;
  top: 0;
  right: 144px;
}

.fixrit .arcodex .flt {
  width: 203px;
  height: 282px;
  display: none;
}

.arcodex .flt img {
  width: 199px;
  height: 199px;
  margin: 43px auto;
}

.consult .flt img {
  width: 199px;
  height: 199px;
  margin: 43px auto;
}

.fixrit .contact .flt {
  width: 165px;
  height: 126px;
  box-sizing: border-box;
  padding-top: 31px;
  display: none;
}

.fixrit .consult .flt {
  width: 203px;
  height: 282px;
  display: none;
}

.flt .fixrit_txt {
  font-size: 22px;
  line-height: 30px;
}

.fixrit_txt_pbone {
  font-family: AlibabaPuHuiTi_2_65_Medium;
  margin-top: 4px;
}




.price-dialog {
  width: 750px;
  height: 474px;
  background: linear-gradient(181deg, #FFF7E6 40%, #F3BD70 110%);
  border-radius: 10px;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 55;
  text-align: center;

}

.price-dialog img {
  position: absolute;
  top: 36px;
  right: 36px;
}

.price-dialog .title {
  /* margin: 65px auto; */
  margin: 55px auto;
  width: 306px;
  height: 53px;
  font-size: 38px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #9B6216;
  line-height: 53px;
  background: url('../img/编组29.png') no-repeat;
}

.price-dialog .body {
  height: 107px;
  font-size: 76px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #9B6216;
  line-height: 107px;
}

.price-dialog .footer {
  padding-top: 18px;
  padding-left: 30px;

  width: 620px;
  height: 128px;
  background: #FFF9EB;
  border-radius: 8px;
  opacity: 0.69;
  margin-top: 40px;
  margin-left: 65px;
  /* margin-bottom: 50px; */
}

.price-dialog .footer .ps1 {
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;

}

.price-dialog .footer .ps2 {
  font-size: 26px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  /* margin-top: 20px;
	margin-left: 40px; */
  text-align: center;
  margin-top: 6px;
  margin-left: -23px;
}