body {
  background: #fff;
}
.animated {
  animation-duration: .3s;
  animation-fill-mode: both;
}
#prompts {
  background-color: #fff;
  line-height: 34px;
}
#prompts #zjw_location {
  width: auto;
  position: relative;
}
#prompts #zjw_location .location_tips {
  width: 800px;
  line-height: 34px;
  color: #90969f;
}
#prompts #zjw_location .location_tips span {
  display: inline-block;
  float: left;
  font-size: 12px;
}
#prompts #now_city {
  padding-left: 16px;
  background: url('../img/zjw_icon.png') no-repeat;
  background-position: 0px 10px;
  color: #d94421;
  font-size: 16px;
  font-weight: 600;
}
#prompts #change_city {
  cursor: pointer;
}
#prompts #change_city:hover {
  color: #666;
}
#prompts #weather {
  margin-left: 16px;
}
#prompts #weather img {
  vertical-align: middle;
}
#prompts #address {
  position: absolute;
  top: 35px;
  left: 0;
  width: 386px;
  transition: all 0.3s ease-out;
  border: 1px solid #dadada;
  background-color: #fff;
  padding-bottom: 10px;
  z-index: 2000;
}
#prompts #address p {
  width: 343px;
  margin: 0 auto;
  padding-top: 8px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
#prompts #address .line {
  padding-left: 6px;
}
#prompts #address .line span {
  display: inline-block;
  width: 57px;
  line-height: 26px;
  text-align: center;
  float: left;
  margin-left: 4px;
  color: #676869;
  cursor: pointer;
  border: 2px solid transparent;
  border-bottom: none;
}
#prompts #address .line span:hover {
  color: #2187cf;
}
#prompts #address .line .on {
  border-color: #d94421;
  background-color: #f5f5f5;
  border-bottom-color: transparent ;
}
#prompts #address .city_list {
  width: 100%;
  border: 2px solid #d94421;
  margin-top: -2px;
  background-color: #f5f5f5;
  padding-left: 16px;
  padding-bottom: 4px;
}
#prompts #address .city_list span {
  line-height: 20px;
  padding: 2px 6px;
  margin-top: 6px;
  display: block;
  text-align: center;
  float: left;
  color: #676869;
  cursor: pointer;
  border: 2px solid transparent;
}
#prompts #address .city_list span:hover {
  background-color: #2187cf;
  color: #fff;
}
#prompts #address .city_list .on {
  background-color: #2187cf;
  color: #fff;
}
#prompts .right li {
  display: inline-block;
  font-size: 12px;
  color: #52575e;
}
#prompts .right li a {
  color: #52575e;
}
#prompts .right li a:hover {
  color: #1989e7;
}
#prompts .right .middle_li {
  padding: 0 10px;
}
#search_area {
  height: 132px;
  background-color: #edf0f3;
}
#search_area .left {
  height: 132px;
  width: 458px;
  background: url("../img/search_logo.png") no-repeat center;
  background-position-x: 1px;
}
#search_area .right {
  margin-top: 46px;
  height: 42px;
  background-color: #fff;
  position: relative;
}
#search_area .right .item_con .item1 {
  border: 1px solid #d94421;
  border-right: none;
  padding-left: 14px;
  font-size: 14px;
  color: #636879;
  height: 41px;
  line-height: 41px;
  width: 108px;
  background: url("../img/icon_1.png") no-repeat center;
  background-position-x: 82px;
  cursor: pointer;
}
#search_area .right .item_con .item2 input {
  height: 41px;
  width: 240px;
  border: none;
  border-top: 1px solid #d94421;
  border-bottom: 1px solid #d94421;
  color: #b1b6bf;
}
#search_area .right .item_con .item3 {
  cursor: pointer;
  width: 110px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background: url("../img/search_bg.png") no-repeat;
  color: #fff;
  font-size: 16px;
}
#search_area .right .item_list {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 99;
}
#search_area .right .item_list li {
  background-color: #1E9FFF;
  line-height: 36px;
  min-width: 108px;
  padding-left: 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
#search_area .right .item_list li:hover {
  background-color: #4E5465;
}
#nav {
  position: relative;
}
#nav .banner {
  width: 100%;
  height: 518px;
  position: relative;
  box-shadow: 0px 2px 16px #888888;
}
#nav .banner .list {
  width: 100%;
}
#nav .banner .list li:first-child {
  display: block;
}
#nav .banner .list li {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#nav .banner .list .on {
  display: block;
}
#nav .banner .list img {
  display: block;
  width: 100%;
  height: 518px;
  margin: 0 auto;
}
#nav .banner .list .on {
  display: block;
}
#nav .banner #btn_sub {
  position: absolute;
  height: 20px;
  bottom: 10px;
  left: 50%;
  margin-left: -100px;
}
#nav .banner #btn_sub li {
  z-index: 1000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  background-color: #fff;
}
#nav .banner #btn_sub li:hover {
  background-color: #ef510e;
}
#nav .banner #btn_sub .on {
  background-color: #ef510e;
}
#nav .content {
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
}
#nav .content .service {
  width: 150px;
  height: 42px;
  line-height: 42px;
  background-color: #2795f2;
  color: #fff;
  cursor: pointer;
}
#nav .content .service b {
  padding-left: 14px;
  font-size: 13px;
}
#nav .content .service span {
  font-size: 16px;
  padding-left: 16px;
}
#nav .content .service .service_list {
  display: none;
  height: 100%;
  position: relative;
}
#nav .content .service .service_list .list_ul ._list {
  height: 95px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 5px solid transparent;
}
#nav .content .service .service_list .list_ul ._list i {
  font-style: normal;
  display: block;
  height: 100%;
  width: 130px;
  margin: 0 auto;
  border-bottom: 1px solid #42435b;
  text-align: left;
  line-height: 94px;
  font-size: 16px;
  color: #fff;
  padding-left: 6px;
}
#nav .content .service .service_list .list_ul ._list .service_con {
  display: none;
  opacity: 0;
  width: 780px;
  height: 475px;
  position: absolute;
  left: 150px;
  top: 0px;
  color: #0C0C0C;
  transition: all 0.2s ease-out;
  background-color: #fff;
}
#nav .content .service .service_list .list_ul ._list:hover {
  border-left: 5px solid #fe4c2d;
  background-color: #43435d;
}
#nav .content .service .service_list .list_ul ._list:hover .service_con {
  opacity: 1;
  display: block;
}
#nav .content .service:hover .service_list {
  display: block;
}
#nav .content .layui-nav {
  width: 1050px;
  height: 42px;
  background-color: #fff;
}
#nav .content .layui-nav .layui-nav-item {
  line-height: 42px;
  height: 45px;
  position: relative;
}
#nav .content .layui-nav .layui-nav-item a {
  color: #39393a;
  font-size: 16px;
  padding: 0px 15px; 
}
#nav .content .layui-nav .layui-nav-item span {
  display: none;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 2px;
  background-color: #1E9FFF;
  width: 100%;
}
#nav .content .layui-nav .on span {
  display: block;
}
#nav .service_con {
  padding-left: 30px;
}
#nav .service_con .top {
  width: 718px;
  height: 88px;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  color: #f72221;
  line-height: normal;
}
#nav .service_con .top span {
  display: block;
  padding-top: 50px;
  background-color: #fff;
  cursor: default;
}
#nav .service_con .bottom ul {
  margin-top: 14px;
}
#nav .service_con .bottom li {
  display: block;
  float: left;
  line-height: 28px;
  padding: 0 6px;
  color: #999999;
  margin-bottom: 10px;
}
#nav .service_con .bottom li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 16px;
  color: #999999;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#nav .service_con .bottom li a:hover {
  background-color: #1E9FFF;
  color: #fff;
}
#nav .link {
  width: 270px;
  height: 518px;
  position: absolute;
  right: 0;
  top: 0;
}
#nav .link .service_call {
  line-height: 42px;
  background-color: #e84825;
  color: #fff;
  box-shadow: -1px 4px 17px #888888;
}
#nav .link .service_call ._call1 {
  padding-left: 20px;
}
#nav .link .service_call ._call2 {
  padding-left: 16px;
  font-size: 16px;
}
#nav .link .aptitude_call {
  border-bottom: 2px solid #ff4f2e;
  color: #fff;
  line-height: 42px;
  background: #ed1f1c;
  background: -webkit-linear-gradient(#d94321, #f30a1a);
  background: -o-linear-gradient(#d94321, #f30a1a);
  background: -moz-linear-gradient(#d94321, #f30a1a);
  background: linear-gradient(#d94321, #f30a1a);
}
#nav .link .aptitude_call ._call1 {
  padding-left: 20px;
}
#nav .link .aptitude_call ._call2 {
  padding-left: 16px;
  font-size: 16px;
}
#nav .link .form {
  position: relative;
  width: 100%;
  height: 432px;
  background: #586172;
}
#nav .link .form .title {
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
#nav .link .form .title span {
  width: 107px;
  display: inline-block;
  cursor: pointer;
}
#nav .link .form .title .bot_p3 {
  border-bottom: 3px solid #e64824;
}
#nav .link .form .layui-input {
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
  width: 230px;
  height: 34px;
  outline: none;
  color: #757575;
}
#nav .link .form .district {
  color: #9199a6;
}
#nav .link .form .district .selelct {
  width: 105px;
  height: 34px;
  float: left;
  margin-left: 20px;
}
#nav .link .form .district .layui-form-select {
  width: 105px;
  float: left;
  margin-left: 20px;
}
#nav .link .form .district .layui-form-select .layui-select-title {
  width: 105px;
}
#nav .link .form .district .layui-form-select .layui-select-title .layui-input {
  width: 105px;
  padding-right: 20px;
  color: #757575;
}
#nav .link .form .district .layui-form-select .layui-edge {
  top: 39%;
}
#nav .link .form #classify {
  position: relative;
}
#nav .link .form #classify input {
  cursor: pointer;
}
#nav .link .form #classify i {
  font-style: normal;
  position: absolute;
  top: 9px;
  right: 28px;
  color: #c2c2c2;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#nav .link .form #classify .on {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav .link .form textarea {
  width: 230px;
  height: 76px;
  margin: 0 auto;
  color: #757575;
  margin-bottom: 20px;
}
#nav .link .form .layui-btn {
  display: block;
  width: 230px;
  height: 35px;
  background: url("../img/shenqing.png") no-repeat;
  margin: 0 auto;
  box-shadow: 0px 4px 16px #eb261d;
}
#nav .link .form .tab_con {
  display: none;
  width: 600px;
  height: 180px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 20px;
}
#nav .link .form .tab_con .title {
  position: relative;
}
#nav .link .form .tab_con .title .ul1 {
  border-bottom: 1px solid #ededed;
  height: 42px;
}
#nav .link .form .tab_con .title .ul1 .on {
  color: #fe4a2d;
}
#nav .link .form .tab_con .title .ul1 .on span {
  background-color: #fe4a2d;
}
#nav .link .form .tab_con .title .ul1 li {
  line-height: 42px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  position: relative;
  cursor: pointer;
}
#nav .link .form .tab_con .title .ul1 li span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
#nav .link .form .tab_con .title #tabClose {
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 8888;
  height: 20px;
  width: 20px;
  line-height: normal;
  cursor: pointer;
  color: #9f9f9f;
}
#nav .link .form .tab_con .tabCon {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 43px;
  left: 0;
  width: 600px;
  height: 138px;
  overflow-y: auto;
  padding-top: 18px;
  padding-left: 8px;
}
#nav .link .form .tab_con .tabCon li {
  float: left;
  line-height: 26px;
  padding-right: 12px;
  padding-left: 12px;
  cursor: pointer;
  color: #666;
}
#nav .link .form .tab_con .tabCon li:hover {
  background-color: #2795f2;
  color: #fff;
}
#nav .link .form .tab_con .tabCon .on {
  background-color: #2795f2;
  color: #fff;
}
#project {
  height: 164px;
  background-color: #ffffff;
}
#project .con {
  height: 100%;
  background: url("../img/project.png") no-repeat center;
  background-position-x: 0px;
}
#project .pro {
  width: 248px;
  height: 102px;
  float: left;
  margin-left: 16px;
  margin-top: 30px;
  transition: all 0.2s ease-out;
}
#project .pro a {
  display: block;
  width: 100%;
  height: 100%;
}
#project .pro:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
#project .pro1 {
  margin-left: 160px;
  background: url("../img/project1.png") no-repeat center;
}
#project .pro2 {
  background: url("../img/project2.png") no-repeat center;
}
#project .pro3 {
  background: url("../img/project3.png") no-repeat center;
}
#project .pro4 {
  background: url("../img/project4.png") no-repeat center;
}
.buy {
  width: 1200px;
  margin: 0 auto;
  margin-top: 36px;
}
.buy .buy_topa {
  height: 47px;
  background: #f8fafb;
  border-bottom: 1px solid #dfe1e4;
}
.buy .buy_topa ul {
  overflow: hidden;
}
.buy .buy_topa ul li {
  float: left;
  height: 47px;
  width: 125px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  color: #424242;
}
.buy .buy_topa ul li a {
  color: #424242;
}
.buy .buy_topa ul .bot_l {
  border-top: 2px solid #2795f2;
  height: 47px;
  color: #2795f2;
  background: #ffffff;
  border-left: 1px solid #dfe1e4;
  border-right: 1px solid #dfe1e4;
  position: relative;
}
.buy .buy_topa ul .bot_l a {
  color: #2795f2;
}
.buy .buy_topa ul .bot_l span {
  position: absolute;
  z-index: 3;
  height: 2px;
  background: #FFFFFF;
  width: 123px;
  bottom: -1px;
  left: 0;
}
.buy .buy_topb {
  width: 1200px;
  border: 1px solid #ecedee;
  padding: 0 15px;
  height: auto;
}
.buy .buy_topb .topb_m {
  width: 1170px;
  margin: 0 auto;
  border-bottom: 1px solid #ecedee;
  height: 101px;
}
.buy .buy_topb .topb_m .topb_left {
  font-size: 14px;
  color: #424242;
  float: left;
  height: 101px;
  padding-top: 22px;
  width: 101px;
  font-weight: bold;
}
.buy .buy_topb .topb_m .topb_right {
  padding-top: 16px;
  float: left;
  width: 90%;
}
.buy .buy_topb .topb_m .topb_right .lis_noe li {
  float: left;
  font-size: 14px;
  color: #565656;
  padding: 6px 12px;
  cursor: pointer;
  position: relative;
  margin-right: 3px;
  margin-top: 3px;
}
.buy .buy_topb .topb_m .topb_right .lis_noe li .topb_lis {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 3;
  background: #FFFFFF;
  width: 658px;
  border: 1px solid #2795f2;
  padding: 15px 12px;
}
.buy .buy_topb .topb_m .topb_right .lis_noe li .topb_lis li {
  float: left;
  font-size: 14px;
  color: #565656;
  padding: 2px 12px;
  position: static;
}
.buy .buy_topb .topb_m .topb_right .lis_noe li .topb_lis li:hover {
  color: #2795f2;
  background: #eaf1f6;
}
.buy .buy_topb .topb_m .topb_right .lis_noe li:hover {
  background: #2795f2;
  color: #FFFFFF;
  position: relative;
}
.buy .buy_topb .topb_m .topb_right .lis_noe li:hover .topb_lis {
  display: block;
}
.buy .buy_topb .topb_m .topb_right .lis_noe .k_list {
  background: #2795f2;
  color: #FFFFFF;
  position: relative;
}
.buy .buy_topb .topb_mnoe {
  display: none;
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #ecedee;
}
.buy .buy_topb .topb_mnoe .topb_left {
  font-size: 14px;
  color: #424242;
  float: left;
  padding-top: 22px;
  width: 101px;
  font-weight: bold;
}
.buy .buy_topb .topb_mnoe .topb_right {
  padding-top: 16px;
  float: left;
  width: 91%;
  position: relative;
  height: 60px;
  overflow: hidden;
}
.buy .buy_topb .topb_mnoe .topb_right .lis_noe li {
  float: left;
  font-size: 14px;
  color: #565656;
  padding: 6px 12px;
  cursor: pointer;
  position: relative;
  margin-right: 3px;
  margin-top: 3px;
}
.buy .buy_topb .topb_mnoe .topb_right .lis_noe li .topb_lis {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 2;
  background: #FFFFFF;
  width: 658px;
  border: 1px solid #2795f2;
  padding: 15px 12px;
}
.buy .buy_topb .topb_mnoe .topb_right .lis_noe li .topb_lis li {
  float: left;
  font-size: 14px;
  color: #565656;
  padding: 2px 12px;
  position: static;
}
.buy .buy_topb .topb_mnoe .topb_right .lis_noe li .topb_lis li:hover {
  color: #2795f2;
  background: #eaf1f6;
}
.buy .buy_topb .topb_mnoe .topb_right .lis_noe li:hover {
  background: #2795f2;
  color: #FFFFFF;
  position: relative;
}
.buy .buy_topb .topb_mnoe .topb_right .lis_noe li:hover .topb_lis {
  display: block;
}
.buy .buy_topb .topb_mnoe .topb_right .lis_noe .k_list {
  background: #2795f2;
  color: #FFFFFF;
  position: relative;
}
.buy .buy_topb .topb_mnoe .topb_right .more_m {
  position: absolute;
  right: 0;
  top: 25px;
  cursor: pointer;
}
.buy .buy_topb .topb_mtow {
  display: none;
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.buy .buy_topb .topb_mtow .topb_left {
  font-size: 14px;
  color: #424242;
  float: left;
  padding-top: 22px;
  width: 101px;
  font-weight: bold;
}
.buy .buy_topb .topb_mtow .topb_right {
  padding-top: 16px;
  float: left;
  width: 90%;
  position: relative;
  height: 57px;
  overflow: hidden;
}
.buy .buy_topb .topb_mtow .topb_right .lis_noe li {
  float: left;
  font-size: 14px;
  color: #565656;
  padding: 6px 12px;
  cursor: pointer;
  position: relative;
  margin-right: 3px;
}
.buy .buy_topb .topb_mtow .topb_right .lis_noe li:hover {
  background: #2795f2;
  color: #FFFFFF;
  position: relative;
}
.buy .buy_topb .topb_mtow .topb_right .lis_noe li:hover .topb_lis {
  display: block;
}
.buy .buy_topb .topb_mtow .topb_right .lis_noe .k_list {
  background: #2795f2;
  color: #FFFFFF;
  position: relative;
}
.buy .nav {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dfe1e4;
  border-top: 0;
  background: #f8fafb;
}
.buy .nav .shai_a {
  float: left;
  font-size: 14px;
  width: 101px;
  color: #424242;
  height: 55px;
  line-height: 55px;
  margin-left: 15px;
  font-weight: bold;
}
.buy .nav .shai_b {
  width: 90%;
  height: auto;
  float: left;
}
.buy .nav .shai_b ul {
  height: auto;
  overflow: hidden;
}
.buy .nav .shai_b ul li {
  float: left;
  height: 24px;
  border: 1px solid #2795f2;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 18px;
  color: #2795f2;
  padding-left: 5px;
}
.buy .nav .shai_b ul li span {
  color: #2795f2;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  height: 22px;
  padding-right: 5px;
}
.buy .nav .shai_b ul li .coole {
  height: 22px;
  width: 20px;
  background: #2795f2;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  float: right;
  cursor: pointer;
  padding-right: 0;
}
.buy .nav .shai_b ul .remove_p3 {
  width: 88px;
  height: 24px;
  border: 1px solid #dfe1e4;
  line-height: 24px;
  text-align: center;
  color: #676767;
  font-size: 14px;
  cursor: pointer;
  background: #ffffff;
}
.hot_p3 {
  height: 58px;
  width: 1200px;
  margin: 0 auto;
  background: #f4f7f9;
  margin-top: 20px;
}
.hot_p3 .hot_t {
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #424242;
  margin-left: 15px;
  float: left;
  font-weight: bold;
  margin-right: 25px;
}
.hot_p3 ul {
  height: 58px;
  padding-top: 18px;
  overflow: hidden;
  float: left;
  width: 90%;
}
.hot_p3 ul li {
  float: left;
  color: #7c7c7d;
  font-size: 14px;
  padding: 2px 8px;
  cursor: pointer;
  margin-right: 7px;
}
.hot_p3 ul li:hover {
  background: #ef510e;
  color: #ffffff;
}
.hot_p3 ul .hot_a {
  background: #ef510e;
  color: #ffffff;
}
.list_buy {
  width: 1200px;
  margin: 0 auto;
}
.list_buy .list_buya li {
  float: left;
  margin-right: 29px;
  margin-top: 23px;
  position: relative;
}
.list_buy .list_buya li:nth-child(3n+3) {
  margin-right: 0;
}
.list_buy .list_buya li .try_a {
  height: 203px;
  width: 380px;
}
.list_buy .list_buya li .try_b {
  top: 0;
  position: absolute;
  z-index: 2;
  height: 203px;
  width: 380px;
  border: 1px solid #dfe1e4;
  padding: 20px 20px;
  background: #f8fafb;
  transition: .2s;
  overflow: hidden;
}
.list_buy .list_buya li .try_b .name_buy {
  font-size: 16px;
  color: #424242;
  position: relative;
  font-weight: bold;
}
.list_buy .list_buya li .try_b .name_buy img {
  position: absolute;
  right: -21px;
  top: -21px;
}
.list_buy .list_buya li .try_b .Line {
  height: 1px;
  width: 97px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #2795f2;
}
.list_buy .list_buya li .try_b .deng {
  margin-bottom: 6px;
}
.list_buy .list_buya li .try_b .deng .deng_a {
  font-size: 14px;
  color: #676767;
  font-weight: bold;
  width: 166px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.list_buy .list_buya li .try_b .deng .deng_a i {
  font-size: 14px;
  color: #838383;
  font-style: normal;
}
.list_buy .list_buya li .try_b .deng .deng_b {
  font-size: 14px;
  color: #676767;
  font-weight: bold;
  width: 166px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.list_buy .list_buya li .try_b .deng .deng_b i {
  font-size: 14px;
  color: #ef510e;
  font-style: normal;
}
.list_buy .list_buya li .try_b .diqu {
  margin-bottom: 9px;
  font-size: 14px;
  color: #676767;
  font-weight: bold;
}
.list_buy .list_buya li .try_b .diqu i {
  font-size: 14px;
  color: #838383;
  font-style: normal;
}
.list_buy .list_buya li .try_b .xiang {
  font-size: 14px;
  color: #676767;
  font-weight: bold;
  height:  54px;
  width: 307px;
  overflow: hidden;
}
.list_buy .list_buya li .try_b .xiang img {
  float: left;
  padding-top: 3px;
  padding-right: 3px;
}
.list_buy .list_buya li .try_b .xiang .xiang_a {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 14px;
  color: #676767;
  font-weight: bold;
}
.list_buy .list_buya li .try_b .xiang .xiang_a i {
  font-size: 14px;
  color: #838383;
  font-style: normal;
  display: block;
}
.list_buy .list_buya li .try_b .xiang .xiang_a i span {
  width: auto;
  padding: 6px 6px;
  color: #2795f2;
  background: #ecf5fc;
  display: block;
  margin-top: 2px;
}
.list_buy .list_buya li .try_b .xiang .xiang_a .jugg {
  font-size: 14px;
  font-weight: bold;
  color: #ef510e;
  display: inline-block;
}
.list_buy .list_buya li .try_b .immediately {
  margin-top: 21px;
  display: block;
}
.list_buy .list_buya li .try_b .immediately button {
  float: right;
  width: 90px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  color: #ffffff;
  border: 0;
  outline: auto;
  background: #ef510e;
  cursor: pointer;
}
#find {
  height: 306px;
  background-color: #f8fafb;
}
#find .nb {
  margin-top: 40px;
  margin-right: 2px;
  height: 230px;
  width: 198px;
  float: left;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#find .nb a {
  display: block;
  width: 100%;
  height: 100%;
}
#find .nb:hover {
  box-shadow: 0px 4px 25px #cdcdcd;
  transform: translateY(-3px);
}
#find ._nb1 {
  background: url("../img/find.png") no-repeat;
  background-position: 20px 8px;
  background-color: #fff;
}
#find ._nb2 {
  background: url("../img/find.png") no-repeat;
  background-position: -185px 8px;
  background-color: #fff;
}
#find ._nb3 {
  background: url("../img/find.png") no-repeat;
  background-position: -397px 8px;
  background-color: #fff;
}
#find ._nb4 {
  background: url("../img/find.png") no-repeat;
  background-position: -602px 8px;
  background-color: #fff;
}
#find ._nb5 {
  background: url("../img/find.png") no-repeat;
  background-position: -805px 8px;
  background-color: #fff;
}
#find ._nb6 {
  background: url("../img/find.png") no-repeat;
  background-position: -1012px 8px;
  background-color: #fff;
}
