* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #4C4C4C;
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #4C4C4C;
  text-decoration: none;
  outline: none;
}
img {
  border: none;
}
ul {
  list-style: none;
}
input,
select,
textarea,
button {
  outline: none;
}
.lazyload,
.lazyloading {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lazyloaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#top_nav,
#header,
#body,
#footer,
#footer_logos {
  max-width: 1940px;
  margin: 0 auto;
  min-width: 1200px;
}
#header {
  position: relative;
}
#header #header_nav {
  padding-top: 10px;
}
#header #header_nav .left {
  float: left;
}
#header #header_nav .left img {
  margin-top: 4px;
}
#header #header_nav .right {
  float: right;
}
#header #header_nav .right .normal {
  color: white;
  margin-right: 30px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  display: inline-block;
}
#header #header_nav .right .normal:hover {
  height: 48px;
  color: #38C87A;
  border-bottom: 2px solid #38C87A;
}
#header #header_nav .right .normal.no_border {
  border: none;
}
#header #header_nav .right .normal #category {
  font-weight: bold;
  color: #ffba00;
}
#header #header_nav .right .normal #category span {
  font-size: 12px;
}
#header #header_nav .right .login_a {
  display: inline;
  color: #646464;
  border: 1px solid #646464;
  padding: 3px 15px;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 10px;
}
#header #header_nav .right .login_a:hover {
  background: #38C978;
  color: white;
}
#header #header_nav .right #show_menu {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 20;
  opacity: 0.94;
}
#header #header_nav .right #show_menu .a_angle {
  position: relative;
  left: 62px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fffdfd;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#header #header_nav .right #show_menu .lc_cate_menu {
  background-color: white;
  border-radius: 5px;
  box-shadow: -2px 2px 3px #888888;
}
#header #header_nav .right #show_menu .lc_cate_menu .left_menu {
  float: left;
  padding: 20px;
  border-radius: 5px;
}
#header #header_nav .right #show_menu .lc_cate_menu .left_menu .one_menu {
  cursor: pointer;
  line-height: 25px;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f4f2f2;
}
#header #header_nav .right #show_menu .lc_cate_menu .left_menu .one_menu .menu_t {
  font-size: 14px;
  font-weight: bold;
}
#header #header_nav .right #show_menu .lc_cate_menu .left_menu .one_menu .menu_e {
  font-size: 12px;
}
#header #header_nav .right #show_menu .lc_cate_menu .left_menu .one_menu.active {
  color: #56d492;
}
#header #header_nav .right #show_menu .lc_cate_menu .left_menu .one_menu.active a {
  color: #56d492;
}
#header #header_nav .right #show_menu .lc_cate_menu .right_menu {
  display: none;
  float: left;
  width: 500px;
  padding: 5px 15px 0;
}
#header #header_nav .right #show_menu .lc_cate_menu .right_menu .a_menu .m_c {
  margin-top: 25px;
  color: black;
  font-size: 14px;
  font-weight: bold;
}
#header #header_nav .right #show_menu .lc_cate_menu .right_menu .a_menu .m_c .m_c_a {
  color: black;
  font-size: 14px;
  font-weight: bold;
  border: none;
}
#header #header_nav .right #show_menu .lc_cate_menu .right_menu .a_menu .m_c .m_c_a:hover {
  cursor: pointer;
  color: #40cf84;
}
#header #header_nav .right #show_menu .lc_cate_menu .right_menu .a_menu .m_k .go {
  display: inline-block;
  margin: 10px 30px 5px 0;
  padding: 2px 5px;
  border: none;
  color: black;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}
#header #header_nav .right #show_menu .lc_cate_menu .right_menu .a_menu .m_k .go:hover {
  background-color: #40cf84;
  color: white;
}
#header #header_nav .right #show_menu .lc_cate_menu .right_menu .a_menu .m_k .go.hot_c {
  color: #ffb14b;
}
#header #header_nav .right #show_menu .lc_cate_menu .right_menu .a_menu .m_k .go.hot_c:hover {
  background-color: #ffb14b;
  color: white;
}
#header #header_bg {
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header #header_bg img {
  width: 100%;
  height: 100%;
}
#header #header_search_category {
  display: inline-block;
  padding: 3px 20px;
  color: #b5b5b5;
  border-radius: 14px;
  vertical-align: top;
  float: left;
}
#header .header_search_content {
  margin-top: 70px;
}
#header #header_search {
  padding-bottom: 60px;
  font-size: 13px;
  position: relative;
}
#header #header_search #header_search_p {
  text-align: right;
}
#header #header_search #header_search_p a {
  color: #b5b5b5;
}
#header #header_search #header_search_nav {
  text-align: center;
  color: #36C877;
  font-size: 16px;
  font-weight: bold;
}
#header #header_search #logo {
  margin-top: 29px;
  float: left;
}
#header #header_search #search_input #input_div {
  width: 750px;
  margin-left: 247px;
  margin-top: 25px;
  color: #b5b5b5;
  text-align: center;
}
#header #header_search #search_input #input_div .tfree_ask {
  text-align: center;
  width: 155px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 26px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 26px;
  -moz-background-clip: padding;
  border-radius: 26px;
  background-clip: padding-box;
  background-color: #ffba00;
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin: 25px auto 0;
}
#header #header_search #search_input #input_div #search_phone {
  height: 20px;
  width: 98%;
  text-align: right;
  padding-right: 15px;
  color: #d51d1b;
  font-size: 13px;
  font-weight: bold;
}
#header #header_search #search_input #input_div #search_phone span {
  font-family: Arial;
  letter-spacing: 0.01em;
}
#header #header_search #search_input #input_div #search_phone img {
  vertical-align: text-bottom;
}
#header #header_search #search_input #input_div ul {
  margin-left: 5px;
}
#header #header_search #search_input #input_div ul li {
  float: left;
  margin-top: 10px;
  margin-right: 5px;
}
#header #header_search #search_input #input_div ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#header #header_search #search_input #input_div #input1 {
  margin-top: 6px;
  width: 758px;
  position: relative;
}
#header #header_search #search_input #input_div #input1 #category_d {
  background: #F4F4F4;
  float: left;
  width: 129px;
  height: 56px;
  text-align: left;
  padding-left: 33px;
  line-height: 56px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-right: none;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 10px;
  -moz-background-clip: padding;
  border-top-left-radius: 10px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #585757;
}
#header #header_search #search_input #input_div #input1 #category_d:hover {
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
#header #header_search #search_input #input_div #input1 #category_d #cat_img {
  vertical-align: middle;
  margin-left: 1px;
  margin-top: -3px;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list {
  border: 1px solid #00D781;
  background: #fff;
  position: absolute;
  width: 598px;
  left: -1px;
  top: 56px;
  padding: 10px 0;
  border-top: 0;
  z-index: 20;
  display: none;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list li {
  width: 67px;
  height: 24px;
  line-height: 24px;
  margin-left: 6px;
  float: left;
  text-align: center;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
  cursor: pointer;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list li:hover {
  background-color: #00D781;
  color: #fff;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list li.light {
  color: white;
  background: #00D781;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list li.light:hover {
  color: #ce0000;
  background-color: #fff;
}
#header #header_search #search_input #input_div #input1 #search_input_right_d {
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
  background: white;
  border-left: none;
  width: 623px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header #header_search #search_input #input_div #input1 #search_input_right_d #search_input2 {
  height: 34px;
  line-height: 34px;
  margin-top: 12px;
  border: none;
  width: 370px;
  float: left;
  text-indent: 10px;
  padding-left: 5px;
  font-size: 13px;
}
#header #header_search #search_input #input_div #input1 #search_input_right_d #search_input2:focus {
  outline: none;
}
#header #header_search #search_input #input_div #input1 #search_input_right_d #search_select {
  width: 80px;
  height: 30px;
  margin-top: 15px;
  border: none;
  float: left;
  background: white;
}
#header #header_search #search_input #input_div #input1 #search_input_right_d #search_btn {
  float: right;
  width: 153px;
  height: 56px;
  background: #00D781 url(/image/website/pc/index_new/search.png) no-repeat 55px 10px;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
}
#header #header_search #search_input #input_div #own {
  margin-top: 6px;
  width: 100px;
  height: 42px;
  line-height: 42px;
  float: left;
  margin-left: 10px;
  background: #FF9000;
  color: white;
  text-align: center;
  text-decoration: none;
}
#header #header_search #QRcode_div {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  text-align: center;
  color: #777;
}
#header #header_search #QRcode_div #QRcode {
  width: 80px;
  height: 80px;
}
#header #header_search #QRcode_div_best {
  top: 78px;
  right: 0px;
  position: absolute;
  text-align: center;
  color: #777;
}
#header #header_search #QRcode_div_best #QRcode {
  width: 80px;
  height: 80px;
}
#header #header_search #e_hero img {
  width: 160px;
  margin-top: 14px;
  float: right;
}
#header #header_bottom {
  height: 35px;
  background-color: #ececec;
}
#header #header_bottom .content {
  position: relative;
}
#header #header_bottom .content #category {
  background: #00933e;
  width: 210px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  cursor: pointer;
}
#header #header_bottom .content #header_nav li {
  float: left;
  width: 130px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}
#header #header_bottom .content #header_nav li a {
  color: #4C4C4C;
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: 27px 8px;
  position: relative;
}
#header #header_bottom .content #header_nav li a:hover {
  color: #00933e;
}
#header #header_bottom .content #header_nav li a img {
  position: absolute;
  top: 5px;
}
#header #header_bottom .content #header_nav li .active {
  color: #00933e;
}
#header #dropdown_div {
  position: absolute;
  top: 35px;
  height: 450px;
  *font-size: 12px;
  z-index: 999;
}
#header #dropdown_div #dropdown_menu {
  width: 210px;
  height: 500px;
  float: left;
  background: #ececec;
  z-index: 9999;
}
#header #dropdown_div #dropdown_menu ul {
  width: 100%;
  display: inline-block;
  margin-top: 6px;
}
#header #dropdown_div #dropdown_menu ul a {
  color: #3f3d3e;
  display: block;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: 12px 10px;
}
#header #dropdown_div #dropdown_menu ul a .iconfont {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 26px;
  color: #b0b0b0;
}
#header #dropdown_div #dropdown_menu ul a.dropdown_menu_hover {
  color: #00933e;
  background-color: white;
}
#header #dropdown_div #dropdown_menu ul a.dropdown_menu_hover li {
  border-bottom: 1px solid #fff;
}
#header #dropdown_div #dropdown_menu ul a.dropdown_menu_hover .iconfont {
  color: #00933e;
}
#header #dropdown_div #dropdown_menu ul a li {
  height: 54px;
  padding-top: 14px;
  width: 170px;
  margin-left: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  border-bottom: 1px solid #dadada;
}
#header #dropdown_div #dropdown_menu ul a li p.tname {
  font-weight: bold;
  text-indent: 20px;
  font-size: 14px;
}
#header #dropdown_div #dropdown_menu ul a li p.tsub_name {
  margin-top: 6px;
  text-indent: 20px;
  font-size: 12px;
}
#header #dropdown_div #side_menu {
  width: 600px;
  height: 465px;
  margin-top: 6px;
  border-left: none;
  float: left;
  background: white;
  display: none;
  z-index: 9999;
}
#header #dropdown_div #side_menu .cat_info {
  padding: 15px 20px;
  display: none;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list {
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list:last-child {
  border-bottom: none;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list p {
  font-weight: bold;
  margin-bottom: 6px;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list p a {
  padding: 0;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul {
  width: 100%;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li {
  float: left;
  height: 27px;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 3px;
  font-size: 12px;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li a:hover {
  background-color: #00933e;
  color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li.vertical_line {
  line-height: 22px;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li:last-child {
  border: none;
}
.custom-select {
  padding: 0;
}
.custom-select .show_extra {
  font-size: 14px;
  text-indent: 6px;
  position: absolute;
  background-color: #fff;
  color: #666;
  width: 180%;
  margin-top: 4px;
  display: none;
  border: 1px solid #1e90ff;
}
.custom-select .show_extra li:hover {
  background-color: #1e90ff;
  color: #fff;
}
#top_nav {
  background: #f6f6f6;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  color: #888;
}
#top_nav #left_nav {
  float: left;
}
#top_nav #left_nav a {
  color: #888;
}
#top_nav #right_nav {
  float: right;
}
#top_nav #right_nav li {
  float: left;
  padding-left: 8px;
}
#top_nav #right_nav li.line {
  font-size: 13px;
}
#top_nav #right_nav li a {
  color: black;
  text-decoration: none;
  font-size: 12px;
}
#top_nav #right_nav li#top_own {
  padding-left: 18px;
}
#top_nav #right_nav li#top_own a {
  color: #7f7f7f;
  background-color: #e6e6e6;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
  padding: 3px 9px;
}
#top_nav #right_nav li#top_buy {
  padding-left: 4px;
}
#top_nav #right_nav li#top_buy a {
  color: white;
  background-color: #00933e;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
  padding: 3px 9px;
}
#top_nav #right_nav li#nav_bar {
  padding-left: 16px;
}
#top_nav #right_nav li#nav_bar a {
  color: #616161;
}
#top_nav #right_nav li#nav_bar #nav_bar_div {
  position: absolute;
  height: 180px;
  border: 1px solid #ccc;
  top: 30px;
  right: 10px;
  background: white;
  z-index: 9999;
  display: none;
  padding: 10px 10px;
}
#top_nav #right_nav li#nav_bar #nav_bar_div .nav_list {
  width: 100px;
  float: left;
  text-align: center;
  border-right: 1px solid #ccc;
}
#top_nav #right_nav li#nav_bar #nav_bar_div .nav_list p {
  color: black;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding-left: 8px;
}
#top_nav #right_nav li#nav_bar #nav_bar_div .nav_list li {
  line-height: 26px;
}
#top_nav #right_nav li#nav_bar #nav_bar_div .nav_list:last-child {
  border: none;
}
#footer {
  height: 250px;
  background: #343434;
  color: #989898;
}
#footer a {
  color: #989898;
  text-decoration: none;
}
#footer #foot_top {
  height: 270px;
  font-size: 13px;
}
#footer #foot_top #foot1 {
  padding-top: 87px;
  float: left;
  width: 250px;
  height: 183px;
}
#footer #foot_top .foot_list {
  padding-top: 40px;
  width: 130px;
  height: 230px;
  float: left;
}
#footer #foot_top .foot_list p {
  color: #DDDDDD;
  font-size: 16px;
}
#footer #foot_top .foot_list li {
  margin-top: 14px;
}
#footer #foot_top #foot2 {
  padding-top: 43px;
  float: right;
  width: 300px;
  height: 227px;
}
#footer #foot_top #foot2 p {
  line-height: 26px;
}
#footer #foot_top #foot2 #QRcode2 {
  width: 110px;
  height: 110px;
}
#footer #footer_bottom {
  border-top: 1px solid #4C4C4C;
  font-size: 12px;
}
#footer #footer_bottom #scroll_friend_link {
  width: 100%;
  height: 18px;
  line-height: 18px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
#footer #footer_bottom #scroll_friend_link label {
  width: 70px;
  height: 100%;
  color: #ddd;
}
#footer #footer_bottom #scroll_friend_link #scroll_friend_ul {
  width: 600px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 65px;
}
#footer #footer_bottom #scroll_friend_link #scroll_friend_ul .scroll_f_u_s {
  width: 100%;
  height: 30px;
}
#footer #footer_bottom #scroll_friend_link #scroll_friend_ul .scroll_f_u_s a {
  float: left;
  padding: 0 15px;
  color: #ddd;
  height: 30px;
}
#footer #footer_bottom #bottom_left {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  padding-top: 100px;
  float: left;
  line-height: 30px;
}
#footer #footer_bottom #bottom_left .foot_tags {
  float: left;
  padding: 0 10px;
  word-break: keep-all;
}
#footer #footer_bottom #bottom_left .footer_high_light {
  color: #DDDDDD;
}
#footer #footer_bottom #bottom_right {
  margin-top: 20px;
  width: 700px;
  float: right;
  line-height: 30px;
  text-align: right;
}
#footer_logos .footer_img {
  width: 130px;
  height: 50px;
}
#body {
  background: #f6f6f6;
  overflow: hidden;
}
.red {
  color: red;
}
.content {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
#logo2 {
  width: 167px;
  height: 99px;
}
.clear {
  clear: both;
}
.white_bg {
  background: white;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
/*************** Pagination ***************/
.pagination {
  text-align: center;
  padding: 20px 0 5px 0;
  font-size: 12px;
  margin-bottom: 45px;
}
.pagination a {
  margin: 0;
  padding: 0 15px;
  border: 1px solid #ddd;
  width: auto;
  color: #747474;
  height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 30px;
}
.pagination a.number {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
}
.pagination a.current {
  background: #ff9002;
  border-color: #ff9002 !important;
  color: #fff !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.pagination a.current:hover {
  text-decoration: none;
}
/* dialog register */
.dialog_register .dialog_r_item {
  height: 34px;
}
.dialog_register .dialog_r_item label {
  margin-right: 5px;
  width: 85px;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.dialog_register .dialog_r_item .dialog_r_input {
  border: 1px solid #dbdbdb;
  height: 27px;
  line-height: 27px;
  text-indent: 5px;
  width: 130px;
}
.dialog_register .dialog_r_item .dialog_r_input.red_border {
  border: 1px solid #ce0000;
}
.dialog_register .dialog_r_item #register_send_code {
  margin-left: 10px;
  background-color: #f2f2f2;
  border: 1px solid #c1c1c1;
  color: gray;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 9px;
}
.dialog_register .dialog_r_item .d_r_short_input {
  width: 70px;
}
.dialog_register .dialog_r_item #dialog_do_register {
  margin-top: 10px;
  cursor: pointer;
  margin-left: 94px;
  padding: 3px 12px;
  color: #fff;
  border: 1px solid #00933e;
  background-color: #00933e;
}
.dialog_register .green_note {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.dialog_register .green_note .green_success {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* frame_fixed_menu  start*/
#frame_fixed_menu {
  position: fixed;
  right: 0;
  top: 286px;
  width: 90px;
  height: 440px;
  z-index: 1000 !important;
  background-position: top left;
  background-repeat: no-repeat;
}
#frame_fixed_menu .fixed_menu_cont {
  border-radius: 30px;
  padding-top: 29px;
  width: 60px;
  margin: 163px auto 0;
  background-color: #c5c5c5;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 30px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 30px;
  background-clip: padding-box;
}
#frame_fixed_menu .fixed_menu_cont .frame_fixed_bd_lxb {
  width: 250px;
  height: 50px;
  position: absolute;
  top: 200px;
  right: 81px;
}
#frame_fixed_menu .fixed_menu_cont .frame_fixed_bd_lxb .frame_fixed_db_cont {
  width: 240px;
  height: 100%;
  background-color: #FFB005;
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  float: left;
}
#frame_fixed_menu .fixed_menu_cont .frame_fixed_bd_lxb .frame_fixed_db_cont .bd_lxb_note {
  color: #fff;
  margin-top: 17px;
  text-align: center;
  width: 100%;
  font-size: 13px;
}
#frame_fixed_menu .fixed_menu_cont .frame_fixed_bd_lxb .frame_fixed_db_right {
  margin-top: 17px;
  float: left;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #FFB005;
  border-bottom: 7px solid transparent;
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#frame_fixed_menu .fixed_menu_cont .contrast_btn {
  height: 64px;
  border-top: 1px solid #d8d8d8;
  width: 100%;
  background: no-repeat center 1px;
}
#frame_fixed_menu .fixed_menu_cont .contrast_btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 98px;
}
#frame_fixed_menu .fixed_menu_cont .contrast_btn.backup {
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 30px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 30px;
  background-clip: padding-box;
  background-position: center 8px;
}
#frame_fixed_menu .fixed_menu_cont .contrast_btn:hover {
  background-color: #FFB005;
}
#frame_fixed_menu .fixed_menu_cont .contrast_btn.qqnumber {
  position: relative;
}
#frame_fixed_menu .fixed_menu_cont .contrast_btn.qqnumber .show_qr_code {
  display: none;
  position: absolute;
  top: -20px;
  right: 60px;
}
#frame_fixed_menu .fixed_menu_cont .contrast_btn.qqnumber .show_qr_code img {
  border: 5px solid #FFB005;
  width: 100px;
}
#frame_fixed_menu .fixed_menu_cont .contrast_btn.qqnumber:hover .show_qr_code {
  display: inline-block;
}
.u-flyer {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  position: fixed;
  z-index: 9999;
}
/* frame_fixed_menu  end*/
.contact_seller_phone {
  width: 280px;
  height: 110px;
  margin: 0 auto;
}
.contact_seller_phone .bap2_1 {
  font-size: 20px;
  color: #CE0000;
  margin-left: 31px;
  margin-bottom: 8px;
  margin-top: 3px;
  font-weight: bold;
}
.contact_seller_phone .bap2_2 {
  font-size: 12px;
  color: black;
  margin-left: 31px;
  margin-bottom: 10px;
}
.contact_seller_phone .bap2_3 {
  width: 215px;
  height: 35px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  padding-left: 31px;
}
.contact_seller_phone .bap2_3 .ask_phone,
.contact_seller_phone .bap2_3 .left_employee_phone,
.contact_seller_phone .bap2_3 .phone {
  border: 1px solid #00933e;
  width: 144px;
  height: 33px;
  text-indent: 5px;
  float: left;
}
.contact_seller_phone .bap2_3 .do_ask_phone,
.contact_seller_phone .bap2_3 .call_for_help,
.contact_seller_phone .bap2_3 .do_ask,
.contact_seller_phone .bap2_3 .do_ask_phone_employee {
  width: 67px;
  height: 35px;
  border: none;
  float: left;
  color: white;
  cursor: pointer;
  letter-spacing: 1px;
  background: #00933e;
}
.contact_seller_phone .bap_error {
  display: none;
  height: 18px;
  width: 100%;
  color: red;
  text-indent: 30px;
}
#valid_answer {
  padding: 4px 10px;
  background: #CE0000;
  border: none;
  color: white;
  cursor: pointer;
}
#answer {
  padding: 3px 10px;
  border: 1px solid #CE0000;
  margin-left: 20px;
  width: 100px;
}
/** 搜索下拉start **/
#keywords_popupmenu {
  position: absolute;
  outline: 0;
  margin: 0;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-color: #EEE;
  border-top: none;
  background-color: #fff;
  z-index: 99999;
  width: 267px;
  top: 45px;
  left: 129px;
}
#keywords_popupmenu.s-menu-hidden {
  visibility: hidden;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem {
  color: #333;
  list-style: none;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  left: -9999px;
  top: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem b {
  font-weight: 700;
  color: #000;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-list {
  height: 26px;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-list .s-mi-cont-key {
  float: left;
  padding-left: 5px;
  text-align: left;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-list .s-mi-cont-style {
  float: left;
  margin-left: 15px;
  text-align: left;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem.s-menuitem-hover {
  background-color: #FFBA00;
  color: #fff;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem.s-menuitem-hover b {
  color: #fff;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem.s-menuitem-hover .s-mi-tip {
  background: #FFBA00;
  border-top: 1px solid #FFBA00;
  color: #fff;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem.s-menuitem-hover .s-mi-list {
  color: #fff;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-tip {
  font-family: '\5B8B\4F53';
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #fff;
  padding: 0 5px;
  overflow: hidden;
  color: #333;
  cursor: pointer;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-tip b {
  font-family: Arial;
  display: inline-block;
  vertical-align: middle;
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-tip em {
  margin: 0 5px 0 0;
  font-weight: 700;
  padding: 0;
  float: none;
  font-size: 12px;
  font-style: normal;
}
/** 搜索下拉end **/
/** 首页底部start **/
#index_footer {
  height: auto;
  width: 100%;
  min-width: 1200px;
  padding-bottom: 80px;
}
#index_footer .index_footer_top {
  height: 214px;
  width: 100%;
  background-color: #fff;
  padding-top: 53px;
}
#index_footer .index_footer_top .foot_list {
  width: 183px;
  height: 100%;
  float: left;
}
#index_footer .index_footer_top .foot_list p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
#index_footer .index_footer_top .foot_list ul {
  margin-top: 18px;
}
#index_footer .index_footer_top .foot_list ul li a {
  font-size: 12px;
  color: #999;
  text-align: left;
  line-height: 25px;
}
#index_footer .index_footer_top .contact_us {
  float: right;
}
#index_footer .index_footer_top .contact_us .tit {
  font-size: 18px;
  color: #d11a14;
  font-weight: bold;
  margin-bottom: 7px;
}
#index_footer .index_footer_top .contact_us p {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 12px;
  color: #999;
}
#index_footer .index_footer_top .contact_us p.hot {
  color: #d11a14;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  font-family: Arial;
}
#index_footer .index_footer_bottom {
  height: 207px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
#index_footer .index_footer_bottom .content .qrcode {
  width: 515px;
  height: 158px;
  margin: 43px auto 0;
}
#index_footer .index_footer_bottom .content .qrcode ul li {
  float: left;
  width: 167px;
  text-align: center;
}
#index_footer .index_footer_bottom .content .qrcode ul li img {
  vertical-align: middle;
  width: 124px;
  height: 124px;
}
#index_footer .index_footer_bottom .content .qrcode ul li p {
  text-align: center;
  color: #fff;
  line-height: 32px;
}
#index_footer .index_footer_bottom .content .text {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  text-align: center;
}
#index_footer .index_footer_bottom .content .text b,
#index_footer .index_footer_bottom .content .text a {
  color: #fff;
  padding: 0 20px;
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
}
#index_footer .index_footer_bottom .content .bottom_logo {
  margin-top: 15px;
  text-align: center;
}
#index_footer .index_footer_bottom .content #scroll_friend_link {
  width: 500px;
  height: 18px;
  line-height: 18px;
  position: relative;
  overflow: hidden;
  margin: 10px auto 0;
}
#index_footer .index_footer_bottom .content #scroll_friend_link label {
  width: 70px;
  height: 100%;
  color: #ddd;
}
#index_footer .index_footer_bottom .content #scroll_friend_link #scroll_friend_ul {
  width: 430px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 65px;
}
#index_footer .index_footer_bottom .content #scroll_friend_link #scroll_friend_ul .scroll_f_u_s {
  width: 100%;
  height: 30px;
}
#index_footer .index_footer_bottom .content #scroll_friend_link #scroll_friend_ul .scroll_f_u_s a {
  float: left;
  padding: 0 15px;
  color: #ddd;
  height: 30px;
}
#index_footer .index_footer_bottom .content .ba {
  text-align: center;
  color: white;
  font-size: 12px;
  margin-top: 80px;
}
/** 首页底部end **/
body {
  /** 底部浮动留电start **/
  /** 底部浮动留电end **/
}
body #bottom_fixed_right_a {
  position: fixed;
  left: 0;
  bottom: 40px;
  cursor: pointer;
  width: 90px;
  height: 40px;
  z-index: 1001;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 20px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 20px;
  background-clip: padding-box;
  background-color: #ffba00;
  -webkit-box-shadow: 6px 7px 20px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px 7px 20px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 7px 20px 5px rgba(0, 0, 0, 0.15);
}
body #bottom_fixed_right_a p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  line-height: 40px;
  left: 12px;
}
body #bottom_fixed_a {
  width: 100%;
  min-width: 1200px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
}
body #bottom_fixed_a .bfa_bg {
  width: 100%;
  height: 80px;
  background-color: #000;
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body #bottom_fixed_a .bfa_body {
  width: 1200px;
  height: 41px;
  margin: 19px auto 0;
  position: relative;
}
body #bottom_fixed_a .bfa_body .model {
  float: left;
  margin-left: 115px;
}
body #bottom_fixed_a .bfa_body .phone_cont {
  float: left;
  margin-left: 12px;
  height: 40px;
  width: 600px;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.2);
}
body #bottom_fixed_a .bfa_body .phone_cont .timing_phone {
  height: 100%;
  border: none;
  background-color: #fff;
  font-size: 13px;
  text-indent: 30px;
  width: 490px;
  float: left;
}
body #bottom_fixed_a .bfa_body .phone_cont .timing_leave_phone {
  height: 40px;
  line-height: 40px;
  width: 110px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background-color: #d9221c;
  display: inline-block;
  color: #fff;
}
body #bottom_fixed_a .bfa_body .comm_cont {
  float: left;
  height: 40px;
  position: relative;
}
body #bottom_fixed_a .bfa_body .comm_cont .bfa_free_ask {
  line-height: 40px;
  background-color: #ffba00;
  color: #000;
  width: 100px;
  text-align: center;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  margin-left: 15px;
  font-size: 14px;
  display: inline-block;
  float: left;
}
body #bottom_fixed_a .bfa_body .comm_cont span {
  width: 1px;
  height: 40px;
  display: inline-block;
  border-left: 1px solid #fff;
  margin: 0 32px;
  float: left;
}
body #bottom_fixed_a .bfa_body .comm_cont .bfa_qq_ask {
  line-height: 40px;
  background-color: #0d9c78;
  color: #000;
  width: 100px;
  text-align: center;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  margin-left: 15px;
  font-size: 14px;
  display: inline-block;
  float: left;
}
body #bottom_fixed_a .bfa_body .comm_cont .bfa_qq_ask img {
  vertical-align: middle;
  margin-right: 2px;
}
body #bottom_fixed_a .bfa_body .comm_cont .bfa_see_close {
  line-height: 45px;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  float: left;
  margin-left: 15px;
}
body #bottom_fixed_a .bfa_body .comm_cont .bfa_close {
  position: absolute;
  top: -10px;
  right: -70px;
  cursor: pointer;
  width: 43px;
}
body #bottom_fixed_a .bfa_body .see_close {
  position: absolute;
  top: 53px;
  right: 93px;
  cursor: pointer;
  width: 72px;
  line-height: 24px;
  text-align: center;
  background-color: #ff7e00;
  color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
#footer {
  background: black;
}
#footer #footer_body1 {
  background: white;
  color: black;
  padding-bottom: 20px;
}
#footer #footer_body1 .footer_ul {
  float: left;
  margin-right: 100px;
}
#footer #footer_body1 .footer_ul li {
  padding: 3px;
}
#footer #footer_body1 .footer_ul .footer_a_title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
#footer #footer_body1 .footer_ul .footer_a {
  color: #999;
}
#footer #footer_body2 {
  background: black;
  color: white;
}
#footer #footer_body2 #fb_div {
  margin-top: 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#footer #footer_body2 #fb_ul li {
  float: left;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
}
#footer #footer_body2 #fb_div2 {
  text-align: center;
  margin-top: 40px;
}
#footer #footer_body2 #fb_div2 p {
  margin-top: 10px;
}
#footer #footer_body2 #footer_img_container {
  width: 310px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
#footer #footer_body2 #footer_img_container .footer_img {
  float: left;
  text-align: center;
  display: inline-block;
}
#footer #footer_body2 #footer_img_container .footer_img:nth-child(1) {
  margin-right: 60px;
}
#footer #footer_body2 #footer_img_container .footer_img img {
  display: block;
  width: 124px;
  height: 124px;
  margin-bottom: 5px;
}
/* 加载中 */
.loading {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 90;
  /*display: none;*/
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -20px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #529df5;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.layer_login_div,
.layer_login_div_search {
  width: 530px;
  border: none;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
.layer_login_div .layui-layer-content,
.layer_login_div_search .layui-layer-content {
  padding: 0 0 30px;
}
.layer_login_div .title,
.layer_login_div_search .title {
  height: 56px;
  background-color: #efefef;
  text-align: center;
}
.layer_login_div .title .t1,
.layer_login_div_search .title .t1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 56px;
  color: #333;
}
.layer_login_div .layer_close,
.layer_login_div_search .layer_close {
  position: absolute;
  top: 11px;
  right: 21px;
}
.layer_login_div .layer_close img,
.layer_login_div_search .layer_close img {
  width: 35px;
}
.layer_login_div #layer_login_div,
.layer_login_div_search #layer_login_div {
  position: relative;
  padding: 0 60px;
}
.layer_login_div #layer_login_div .l_note,
.layer_login_div_search #layer_login_div .l_note {
  font-size: 15px;
  color: #34bf62;
  text-align: left;
  height: 24px;
}
.layer_login_div #layer_login_div .l_note .iconfont,
.layer_login_div_search #layer_login_div .l_note .iconfont {
  font-size: 12px;
}
.layer_login_div #layer_login_div .input-group,
.layer_login_div_search #layer_login_div .input-group {
  position: relative;
}
.layer_login_div #layer_login_div .input-group #layer_register_telphone,
.layer_login_div_search #layer_login_div .input-group #layer_register_telphone {
  -webkit-border-radius: 48px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 48px;
  -moz-background-clip: padding;
  border-radius: 48px;
  background-clip: padding-box;
  height: 48px;
  width: 100%;
  border: 1px solid #dcdcdc;
  margin-top: 25px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 16px;
  text-indent: 55px;
}
.layer_login_div #layer_login_div .input-group #layer_register_telphone::-webkit-input-placeholder,
.layer_login_div_search #layer_login_div .input-group #layer_register_telphone::-webkit-input-placeholder {
  color: #b3b3b3;
}
.layer_login_div #layer_login_div .input-group #layer_register_telphone:-moz-placeholder,
.layer_login_div_search #layer_login_div .input-group #layer_register_telphone:-moz-placeholder {
  color: #b3b3b3;
}
.layer_login_div #layer_login_div .input-group #layer_register_telphone::-moz-placeholder,
.layer_login_div_search #layer_login_div .input-group #layer_register_telphone::-moz-placeholder {
  color: #b3b3b3;
}
.layer_login_div #layer_login_div .input-group #layer_register_telphone:-ms-input-placeholder,
.layer_login_div_search #layer_login_div .input-group #layer_register_telphone:-ms-input-placeholder {
  color: #b3b3b3;
}
.layer_login_div #layer_login_div .input-group .note_register_telphone,
.layer_login_div_search #layer_login_div .input-group .note_register_telphone {
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  color: #1cce71;
  text-indent: 40px;
  background-repeat: no-repeat;
  background-position: 25px center;
}
.layer_login_div #layer_login_div .validate_code_div,
.layer_login_div_search #layer_login_div .validate_code_div {
  height: 48px;
  width: 100%;
  margin-top: 27px;
  margin-bottom: -10px;
}
.layer_login_div #layer_login_div .validate_code_div input,
.layer_login_div_search #layer_login_div .validate_code_div input {
  width: 260px;
  height: 100%;
  -webkit-border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 24px;
  -moz-background-clip: padding;
  border-radius: 24px;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  text-indent: 55px;
  float: left;
}
.layer_login_div #layer_login_div .validate_code_div img,
.layer_login_div_search #layer_login_div .validate_code_div img {
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
.layer_login_div #layer_login_div .code_cont,
.layer_login_div_search #layer_login_div .code_cont {
  margin-top: 27px;
  height: 48px;
  width: 100%;
  -webkit-border-radius: 48px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 48px;
  -moz-background-clip: padding;
  border-radius: 48px;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.layer_login_div #layer_login_div .code_cont #layer_register_code,
.layer_login_div_search #layer_login_div .code_cont #layer_register_code {
  width: 59%;
  height: 100%;
  display: inline-block;
  border: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 11px;
  text-indent: 55px;
}
.layer_login_div #layer_login_div .code_cont #layer_register_code::-webkit-input-placeholder,
.layer_login_div_search #layer_login_div .code_cont #layer_register_code::-webkit-input-placeholder {
  color: #b3b3b3;
}
.layer_login_div #layer_login_div .code_cont #layer_register_code:-moz-placeholder,
.layer_login_div_search #layer_login_div .code_cont #layer_register_code:-moz-placeholder {
  color: #b3b3b3;
}
.layer_login_div #layer_login_div .code_cont #layer_register_code::-moz-placeholder,
.layer_login_div_search #layer_login_div .code_cont #layer_register_code::-moz-placeholder {
  color: #b3b3b3;
}
.layer_login_div #layer_login_div .code_cont #layer_register_code:-ms-input-placeholder,
.layer_login_div_search #layer_login_div .code_cont #layer_register_code:-ms-input-placeholder {
  color: #b3b3b3;
}
.layer_login_div #layer_login_div .code_cont #layer_register_send_code,
.layer_login_div_search #layer_login_div .code_cont #layer_register_send_code {
  width: 41%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  float: right;
  border: none;
  background-color: #1cce71;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.layer_login_div #layer_login_div #layer_register_note,
.layer_login_div_search #layer_login_div #layer_register_note {
  line-height: 30px;
  display: block;
  width: 100%;
  color: red;
  font-size: 12px;
}
.layer_login_div #layer_login_div .last_note,
.layer_login_div_search #layer_login_div .last_note {
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 12px;
  margin-top: 12px;
  font-weight: bold;
}
.layer_login_div #layer_login_div .last_note span,
.layer_login_div_search #layer_login_div .last_note span {
  color: #1cce71;
}
.layer_login_div #layer_login_div #layer_do_register,
.layer_login_div_search #layer_login_div #layer_do_register {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #1cce71;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 14px;
  -webkit-border-radius: 48px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 48px;
  -moz-background-clip: padding;
  border-radius: 48px;
  background-clip: padding-box;
  letter-spacing: 1px;
  display: block;
  border: 1px solid #dcdcdc;
}
.layer_login_div #layer_login_div #layer_do_register.login_btn,
.layer_login_div_search #layer_login_div #layer_do_register.login_btn {
  background-color: #ffa405;
}
.dialog_cs_div {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.dialog_cs_div .layui-layer-content {
  padding: 0 0 30px;
}
.dialog_cs_div .title {
  height: 60px;
  background-color: #efefef;
  text-align: center;
}
.dialog_cs_div .title .t1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  padding-top: 15px;
}
.dialog_cs_div .title .t2 {
  color: #de5252;
  font-size: 14px;
  line-height: 14px;
  padding-top: 5px;
}
.dialog_cs_div .title .t3 {
  font-weight: bold;
  font-size: 19px;
  line-height: 52px;
  padding-top: 5px;
}
.dialog_cs_div .title .t3.cut_down_tit {
  color: #da0000;
}
.dialog_cs_div .title .tbranddetail {
  line-height: 60px;
  font-weight: bold;
  font-size: 19px;
  color: #4c4c4c;
}
.dialog_cs_div .dialog_cs_close {
  position: absolute;
  top: 13px;
  right: 10px;
}
.dialog_cs_div .dialog_cs_close img {
  width: 34px;
}
.dialog_cs_div #dialog_cs_div {
  position: relative;
  padding: 0 60px;
  text-align: center;
}
.dialog_cs_div #dialog_cs_div .cs_note {
  font-size: 14px;
  color: #2e2e2e;
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
}
.dialog_cs_div #dialog_cs_div .cs_note .bold {
  font-weight: bold;
}
.dialog_cs_div #dialog_cs_div .cs_note_dt {
  font-size: 22px;
  line-height: 22px;
  color: #ffa405;
  font-weight: bold;
  margin-top: 19px;
}
.dialog_cs_div #dialog_cs_div .cs_note_dt2 {
  font-size: 16px;
  line-height: 16px;
  color: #ffa405;
  font-weight: bold;
  margin-top: 8px;
}
.dialog_cs_div #dialog_cs_div #contact_seller_phone,
.dialog_cs_div #dialog_cs_div .input-text,
.dialog_cs_div #dialog_cs_div .contact_seller_phone {
  height: 38px;
  width: 100%;
  -webkit-border-radius: 38px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 38px;
  -moz-background-clip: padding;
  border-radius: 38px;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  margin-top: 15px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 16px;
  text-indent: 38px;
}
.dialog_cs_div #dialog_cs_div .input-group-dt {
  position: relative;
}
.dialog_cs_div #dialog_cs_div .input-group-dt #contact_seller_phone {
  margin-top: 12px;
}
.dialog_cs_div #dialog_cs_div .input-group-dt .note_register_telphone {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #1cce71;
  text-indent: 40px;
  background-repeat: no-repeat;
  background-position: 25px center;
}
.dialog_cs_div #dialog_cs_div .last_p_note {
  font-size: 12px;
  color: #4c4c4c;
  margin-top: 10px;
}
.dialog_cs_div #dialog_cs_div .input-group {
  height: 40px;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.dialog_cs_div #dialog_cs_div .input-group .input-text {
  margin-top: 0;
}
.dialog_cs_div #dialog_cs_div .input-group .float_price {
  position: absolute;
  height: 40px;
  line-height: 40px;
  top: 0;
  right: 0;
  width: 50px;
  color: #ffa405;
  font-size: 16px;
}
.dialog_cs_div #dialog_cs_div input::-ms-input-placeholder {
  text-align: left;
}
.dialog_cs_div #dialog_cs_div input::-webkit-input-placeholder {
  text-align: left;
}
.dialog_cs_div #dialog_cs_div #do_dialog_cs {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #da251c;
  color: #fff;
  text-align: center;
  margin-top: 36px;
  -webkit-border-radius: 48px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 48px;
  -moz-background-clip: padding;
  border-radius: 48px;
  background-clip: padding-box;
  letter-spacing: 1px;
  font-size: 16px;
}
.dialog_cs_div #dialog_cs_div #do_dialog_cs.ask_for_buy {
  background-color: #ffa405;
  color: #fff;
  margin-top: 30px;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.dialog_cs_div #dialog_cs_div #do_dialog_cs.cut_down_price {
  background-color: #da0000;
  color: #fff;
  letter-spacing: 0;
}
