html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
div,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
}
input {
  padding: 0;
  margin: 0;
}
input,
textarea,
select,
button,
div,
a:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
button {
  background: transparent;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  border: none;
  height: auto;
  margin: 0 auto;
}
body {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  background: #fafafa;
  font-family: 'Microsoft YaHei', 'PingFang SC' !important;
  background-color: #fff;
  font-size: 14px;
}
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #b3b3b3;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
a:active,
a:hover {
  text-decoration: none;
}
:focus {
  -moz-outline-style: none;
}
/*----- clearfix-----*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
/*清除浮动*/
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*清除浮动*/
.block {
  clear: both;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*清除浮动*/
.block {
  width: 1200px;
  margin: 0 auto;
}
#header {
  width: 100%;
  display: inline-block;
  background-color: #fff;
}
#header .top {
  width: 100%;
  height: 50px;
  background-color: #b6bcc6;
  display: inline-block;
}
#header .top .block .hotline {
  display: inline-block;
  float: left;
  line-height: 50px;
}
#header .top .block .hotline .txt {
  font-size: 14px;
  color: #fff;
}
#header .top .block .hotline .num {
  font-size: 18px;
  color: #3e579c;
  padding-left: 10px;
  font-weight: 600;
}
#header .top .block .sign_nav {
  display: inline-block;
  float: right;
}
#header .top .block .sign_nav ul li {
  margin-top: 10px;
  float: left;
}
#header .top .block .sign_nav ul li a {
  font-size: 14px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 16px;
}
#header .top .block .sign_nav ul li:hover a {
  color: #3e579c;
}
#header .top .block .sign_nav ul .cart {
  border: 0;
}
#header .top .block .sign_nav ul li:nth-child(1) {
  border: 0;
  padding: 0;
  margin-top: 8px;
}
#header .top .block .sign_nav ul li:nth-child(1) a img {
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin: 2px 10px 0 0;
  vertical-align: middle;
}
#header .top .block .sign_nav ul li:last-child {
  padding: 0;
  border: 0;
  margin-left: 8px;
}
#header .top .block .sign_nav ul .cart_link {
  border: 0;
}
#header .select {
  position: relative;
  float: left;
  margin: 6px 10px 0 10px;
  background: url(../images/down.png) center right;
  background-repeat: no-repeat;
  background-size: 10px;
}
#header .select dt {
  height: 28px;
  width: 40px;
  display: inline-block;
  line-height: 28px;
  padding: 0 12px 0 10px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #afafaf;
}
#header .select dd {
  position: absolute;
  left: 0;
  top: 29px;
  border: 1px solid #d2ccc4;
  background: #fff;
  display: none;
}
#header .select dd ul {
  padding: 4px;
  width: 80px;
  max-height: 200px;
  overflow: auto;
}
#header .select dd ul li a {
  line-height: 28px;
  display: block;
  padding: 0 8px;
  font-size: 14px;
  color: #afafaf;
}
#header .select dd ul li a:hover {
  background: #f5f5f5;
}
#header .head {
  width: 100%;
  height: 82px;
}
#header .head .logo {
  height: 82px;
  display: inline-block;
  float: left;
}
#header .head .logo img {
  width: auto;
  height: 82px;
}
#header .head .search {
  display: inline-block;
  float: right;
  margin-top: 20px;
}
#header .head .search .search_input {
  width: 340px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 30px;
  position: relative;
  display: inline-block;
}
#header .head .search .search_input input {
  width: 200px;
  height: 30px;
  background-color: #f2f2f2;
  border: 0;
  color: #000;
  font-size: 14px;
  margin: 5px 0 0 30px;
}
#header .head .search .search_input input::-webkit-input-placeholder {
  color: #afafaf;
}
#header .head .search .search_input button {
  background: #f2f2f2;
  border: 0;
  position: absolute;
  right: 20px;
  top: 7px;
}
#header .head .search .search_input button i {
  width: 24px;
  height: 24px;
}
#header .head .search .search_input button i img {
  width: 100%;
}
#header .head .search span {
  padding-left: 13px;
  font-size: 12px;
  color: #afafaf;
}
#header .head .search span a {
  font-size: 12px;
  color: #afafaf;
  padding-left: 5px;
}
#header .head .search span a:hover {
  color: #3e579c;
}
#header .nav {
  width: 100%;
  height: 50px;
  background-color: #3e579c;
}
#header .nav .wrap_txt {
  width: 26.66%;
  text-align: center;
  display: inline-block;
  float: left;
  position: relative;
  cursor: pointer;
}
#header .nav .wrap_txt span {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}
#header .nav .wrap_txt .txt:hover .list {
  display: block;
}
#header .nav .list {
  width: 100%;
  display: inline-block;
  float: left;
  background-color: #2d3e6f;
  text-align: left;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  display: none;
}
#header .nav .list ul li {
  padding-left: 60px;
}
#header .nav .list ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
#header .nav .list ul li:nth-child(1) {
  margin-top: 5px;
}
#header .nav .list ul li:hover a {
  color: red;
}
#header .nav .subnav ul {
  display: inline-block;
  float: none;
}
#header .nav .subnav ul li {
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
#header .nav .subnav ul li a.nav_a {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  display: block;
  line-height: 50px;
}
#header .nav .subnav ul li a.nav_a:hover {
  background: #002078;
}
#header .nav .subnav ul li:hover p {
  margin-top: -20px;
}
#header .nav .subnav ul li.child {
  position: relative;
}
#header .nav .subnav ul li.child ul.childnav {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  height: auto;
  background: #002078;
  opacity: 0;
  text-align: center;
  padding: 0;
  height: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  transition: all 0.4s ease 0s;
  box-shadow: 0px 5px 5px 0px rgba(14, 5, 10, 0.3);
  z-index: 10001;
}
#header .nav .subnav ul li.child ul.childnav li.child_li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #3e579c;
  padding: 0;
}
#header .nav .subnav ul li.child ul.childnav li.child_li:last-child {
  border: 0;
}
#header .nav .subnav ul li.child ul.childnav a {
  display: block;
  color: #fff;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 50px;
  transition: all 0.2s ease-in-out;
  background-size: 0 0;
  text-align: center;
}
#header .nav .subnav ul li.child ul.childnav a:hover,
#header .nav .subnav ul li.child ul.childnav a.active {
  background: #fff;
  color: #002078;
}
#header .nav .subnav ul li.child:hover a.nav_a {
  background: #002078;
}
#header .nav .subnav ul li.child:hover ul.childnav {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.next_prev {
  padding: 50px 0 ;
}
.next_prev .next,
.next_prev .prev {
  float: right;
  width: 45%;
}
.next_prev .next a,
.next_prev .prev a {
  text-align: right;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.next_prev .next a:hover,
.next_prev .prev a:hover {
  color: #3e579c;
}
.next_prev .prev {
  float: left;
}
.next_prev .prev a {
  text-align: left;
}
.rightside {
  position: fixed;
  bottom: 10%;
  right: 0;
  width: 49px;
  height: 147px;
  background-color: #fff;
  border-radius: 5px 0 0 5px ;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.rightside li {
  width: 49px;
  height: 49px;
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #3e579c;
  line-height: 49px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  cursor: pointer;
}
.rightside li .pic {
  position: absolute;
  right: 48px;
  padding-right: 27px;
  bottom: 0;
  display: none;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  background: #fff;
}
.rightside li .pic .img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1.7;
  font-size: 14px;
  color: #333;
  padding-bottom: 15px;
}
.rightside li .pic .img img {
  width: 300px;
}
.rightside li .pic .qq {
  padding: 5px;
  padding-left: 10px;
  font-size: 14px;
  vertical-align: top;
  line-height: 30px;
}
.rightside li .pic .qq a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightside li .pic .qq img {
  width: 20px;
  display: inline-block;
  padding-right: 5px;
}
.rightside li .pic .qq a:hover {
  color: #3e579c;
}
.rightside li.one {
  background: url(../images/icon_r_1.png) right no-repeat;
}
.rightside li.two {
  background: url(../images/icon_r_2.png) right no-repeat;
}
.rightside li#open {
  display: none;
}
.rightside li#close {
  border-radius: 5px 0 0 0 ;
  background: #fff;
}
.rightside li:hover .pic {
  display: block;
  opacity: 1;
}
.rightside li.one:hover,
.rightside li.two:hover,
.rightside li.three:hover {
  background-position: left;
  background-color: #3e579c;
}
.rightside ul {
  position: relative;
  z-index: 2;
}
.rightside .icon {
  position: absolute;
  top: -50px;
  right: 5px;
  width: 60px;
  z-index: 1;
}
.rightside .icon img {
  width: auto;
  max-width: 100%;
  display: block;
}
.rightside #cart_rb_fixed {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
}
.rightside #cart_rb_fixed .num {
  position: absolute;
  right: 5px;
  top: -5px;
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: orange;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.rightside #cart_rb_fixed a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rightside #cart_rb_fixed .pic {
  text-align: center;
}
.rightside #cart_rb_fixed .pic img {
  width: 24px;
  display: inline-block;
}
#footer {
  width: 100%;
  display: inline-block;
}
#footer .top {
  width: 100%;
  background-color: #2d3e6f;
  display: inline-block;
}
#footer .top span {
  font-size: 12px;
  color: #fff;
  line-height: 53px;
}
#footer .top .left {
  float: left;
}
#footer .top .right {
  float: right;
}
#footer .foot {
  width: 100%;
  display: inline-block;
  background-color: #fff;
}
#footer .foot ul li {
  width: 11.4%;
  height: 161px;
  margin-top: 30px;
  float: left;
  margin-left: 6.2%;
  background: url(../images/spot.jpg) right repeat-y;
}
#footer .foot ul li h5 {
  font-size: 16px;
  color: #2d3e6f;
}
#footer .foot ul li dl {
  padding: 20px 0 0 0;
}
#footer .foot ul li dl dt a {
  font-size: 14px;
  color: #2d3e6f;
  line-height: 30px;
}
#footer .foot ul li dl dt:hover a {
  color: #3e579c;
}
#footer .foot ul li:first-child {
  margin-left: 0;
}
.header_bg {
  height: 172px;
  width: 100%;
  display: none;
}
.index .banner_list {
  width: 100%;
  height: 440px;
  display: inline-block;
}
.index .banner_list .list {
  width: 26.66%;
  height: 100%;
  display: inline-block;
  float: left;
  background-color: #2d3e6f;
  text-align: left;
  display: none;
}
.index .banner_list .list ul li {
  padding-left: 60px;
}
.index .banner_list .list ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.index .banner_list .list ul li:nth-child(1) {
  margin-top: 5px;
}
.index .banner_list .list ul li:hover a {
  color: red;
}
.index .banner_list .pic {
  width: 100%;
  height: 100%;
}
.index .banner_list .pic .swiper-container {
  height: 440px;
}
.index .banner_list .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.index .newest {
  width: 100%;
  margin-top: 40px;
  display: inline-block;
  padding-bottom: 38px;
}
.index .newest .name {
  font-size: 18px;
  color: #2d3e6f;
  font-weight: 600;
}
.index .newest ul {
  border-top: 3px solid #2d3e6f;
  margin-top: 14px;
}
.index .newest ul li {
  width: 17.5%;
  float: left;
  margin: 28px 0 0 3.125%;
}
.index .newest ul li .pic {
  width: 100%;
  height: 197px;
  overflow: hidden;
}
.index .newest ul li .pic img {
  width: 100%;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.index .newest ul li .txt {
  width: 100%;
  font-size: 12px;
  color: #4b4b4b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 0 0 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.index .newest ul li .num {
  font-size: 18px;
  color: #8e0000;
  text-align: center;
  padding-top: 5px;
}
.index .newest ul li:first-child {
  margin-left: 0;
}
.index .newest ul li:hover .pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.index .newest ul li:hover .txt {
  color: #2d3e6f;
}
.index .news_txt {
  width: 100%;
  display: inline-block;
  background-color: #fafafa;
  padding: 70px 0 60px 0;
}
.index .news_txt ul li {
  width: 29%;
  display: inline-block;
  margin-left: 6%;
  vertical-align: top;
}
.index .news_txt ul li .title {
  width: 100%;
  border-bottom: 3px solid #232e4b;
  display: inline-block;
  padding-bottom: 18px;
}
.index .news_txt ul li .title .left {
  float: left;
  font-size: 18px;
  color: #232e4b;
  font-weight: 600;
}
.index .news_txt ul li .title .right a {
  font-size: 12px;
  color: #232e4b;
  float: right;
  margin-top: 5px;
}
.index .news_txt ul li .title .right:hover a {
  color: #3e579c;
}
.index .news_txt ul li .list {
  width: 100%;
  overflow: hidden;
}
.index .news_txt ul li .list dl {
  margin-top: 20px;
}
.index .news_txt ul li .list dl dt {
  width: 100%;
  margin: 0;
}
.index .news_txt ul li .list dl dt a {
  width: 100%;
  font-size: 12px;
  color: #232e4b;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.index .news_txt ul li .list dl dt:hover a {
  color: #3e579c;
}
.index .news_txt ul li:first-child {
  margin: 0;
}
.index .iabout {
  padding-bottom: 30px;
}
.index .iabout .indexNewsTitle {
  text-align: center;
  margin-top: 38px;
  position: relative;
  z-index: 9;
  padding-bottom: 30px;
}
.index .iabout .indexNewsTitle p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  color: #f2f2f2;
}
.index .iabout .indexNewsTitle span {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
.index .iabout .indexNewsTitle b {
  display: inline-block;
  width: 70px;
  height: 4px;
  background-color: #428aee;
  margin-top: 15px;
}
.index .iabout .about_left {
  float: left;
  width: 58%;
}
.index .iabout .about_left .txt {
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(40, 40, 40, 0.1);
  padding: 30px 30px 65px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  height: 226px;
}
.index .iabout .about_left .txt a {
  color: #428aee;
  border: 1px solid #428aee;
  position: absolute;
  padding: 0 25px;
  bottom: 25px;
  right: 35px;
  background-color: #fff;
}
.index .iabout .about_right {
  width: 42%;
  float: right;
}
.index .iabout .about_right .about_pic {
  width: 100%;
  background-color: #f8f8f8;
  position: relative;
}
.index .iabout .about_right .about_pic img {
  width: 100%;
  display: block;
}
.index .coop_brand {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding-bottom: 110px;
}
.index .coop_brand .name {
  font-size: 18px;
  color: #2d3e6f;
  font-weight: 600;
  padding: 40px 0;
}
.index .coop_brand .pic {
  width: 100%;
}
.index .coop_brand .pic ul li {
  width: calc(20% - 20px);
  float: left;
  margin: 0 10px;
  height: 180px;
}
.index .coop_brand .pic ul li .img {
  width: 100%;
  height: 130px;
  border: 1px solid #d6d6d6;
  text-align: center;
}
.index .coop_brand .pic ul li .img img {
  max-width: 100%;
  height: auto;
  max-height: 130px;
  display: inline-block;
  vertical-align: middle;
}
.index .coop_brand .pic ul li .txt {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.index .coop_brand .pic ul li:hover .img {
  border: 1px solid #2d3e6f;
}
.index .coop_brand .pic ul li:hover .txt {
  color: #2d3e6f;
}
.index .friendlylink {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding-bottom: 110px;
}
.index .friendlylink .name {
  font-size: 18px;
  color: #2d3e6f;
  font-weight: 600;
  padding: 15px 0;
}
.index .friendlylink .pic {
  width: 100%;
}
.index .friendlylink .pic ul li {
  width: auto;
  float: left;
  margin: 0 10px;
}
.index .friendlylink .pic ul li .txt {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.index .friendlylink .pic ul li:hover .txt {
  color: #2d3e6f;
}
.index .friendlylink .pic ul:after {
  content: " ";
  display: block;
  clear: both;
}
.personal {
  width: 100%;
  display: inline-block;
  padding-bottom: 85px;
}
.personal .list_nav {
  width: 23.83%;
  display: inline-block;
  float: left;
  padding-top: 40px;
}
.personal .list_nav .name {
  width: 100%;
  display: inline-block;
  background-color: #cdcdcd;
}
.personal .list_nav .name div {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding-left: 35px;
}
.personal .list_nav .guild {
  width: 100%;
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 0 0 8px 8px;
}
.personal .list_nav .guild ul {
  padding: 0 0 10px 0;
}
.personal .list_nav .guild ul li a {
  font-size: 14px;
  color: #202020;
  line-height: 40px;
  display: block;
  padding-left: 35px;
}
.personal .list_nav .guild ul li a:hover,
.personal .list_nav .guild ul li a.active {
  color: #fff;
  background: #3e579c;
}
.personal .idea {
  width: 73.58%;
  display: inline-block;
  float: right;
  padding-top: 40px;
}
.personal .idea .user {
  width: 100%;
  display: inline-block;
}
.personal .idea .user .name {
  width: 100%;
  display: inline-block;
  background-color: #3e579c;
}
.personal .idea .user .name div {
  font-size: 14px;
  color: #fff;
  padding-left: 30px;
  line-height: 50px;
}
.personal .idea .user .content {
  width: 100%;
  display: inline-block;
  background-color: #f4f4f4;
}
.personal .idea .user .content .ideal {
  width: 100%;
  display: inline-block;
  padding-top: 45px;
}
.personal .idea .user .content .ideal .wrap {
  width: calc(100% - 60px);
  margin: 0 30px;
  border-bottom: 1px dotted #a0a0a0;
  display: inline-block;
  padding-bottom: 44px;
}
.personal .idea .user .content .ideal .wrap .pic {
  height: 137px;
  width: 137px;
  border-radius: 50%;
  display: inline-block;
  float: left;
}
.personal .idea .user .content .ideal .wrap .pic img {
  width: 100%;
}
.personal .idea .user .content .ideal .wrap .text {
  display: inline-block;
  float: left;
  padding-left: 0;
}
.personal .idea .user .content .ideal .wrap .text .user_name {
  font-size: 18px;
  color: #202020;
  font-weight: 600;
}
.personal .idea .user .content .ideal .wrap .text .txt {
  padding-top: 17px;
}
.personal .idea .user .content .ideal .wrap .text .txt a {
  font-size: 14px;
  color: #202020;
}
.personal .idea .user .content .ideal .wrap .text .txt2 {
  line-height: 24px;
}
.personal .idea .user .content .ideal .wrap .text .txt2 span {
  padding-right: 29px;
}
.personal .idea .user .content .ideal .wrap .text .txt2 a {
  font-size: 14px;
  color: #202020;
}
.personal .idea .user .content .ideal .bot_txt {
  padding: 30px 0 35px 30px;
}
.personal .idea .user .content .ideal .bot_txt strong span {
  font-size: 14px;
  color: #202020;
  margin-right: 25px;
  border-right: 1px solid #bababa;
  padding-right: 25px;
}
.personal .idea .user .content .ideal .bot_txt strong span a {
  color: #ff4200;
}
.personal .idea .user .content .ideal .bot_txt strong span:last-child {
  margin: 0;
  border: 0;
}
.personal .idea .mend {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}
.personal .idea .mend .name {
  font-size: 18px;
  color: #0a0a0a;
}
.personal .idea .mend table {
  width: 100%;
  margin-top: 15px;
}
.personal .idea .mend table thead {
  width: 100%;
}
.personal .idea .mend table thead tr {
  height: 50px;
  width: 100%;
  border: 1px solid #dadada;
  background-color: #f5f5f5;
}
.personal .idea .mend table thead tr th {
  font-size: 14px;
  color: #3d3d3d;
}
.personal .idea .mend table thead tr th:nth-child(1) {
  width: 22.8%;
  border-right: 1px solid #dadada;
}
.personal .idea .mend table thead tr th:nth-child(2) {
  width: 28.57%;
  border-right: 1px solid #dadada;
}
.personal .idea .mend table thead tr th:nth-child(3) {
  width: 17.14%;
  border-right: 1px solid #dadada;
}
.personal .idea .mend table thead tr th:nth-child(4) {
  width: 32%;
}
.personal .idea .mend table tbody {
  width: 100%;
}
.personal .idea .mend table tbody tr {
  height: 55px;
  border: 1px solid #dadada;
  border-top: 0;
}
.personal .idea .mend table tbody tr td {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.personal .idea .mend table tbody tr td a {
  font-size: 14px;
  color: #ff5500;
  text-decoration: underline;
}
.personal .idea .table {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.personal .idea .table .name {
  font-size: 18px;
  color: #0a0a0a;
}
.personal .idea .table table {
  width: 100%;
  margin-top: 15px;
}
.personal .idea .table table thead {
  width: 100%;
}
.personal .idea .table table thead tr {
  height: 50px;
  width: 100%;
  border: 1px solid #dadada;
  background-color: #f5f5f5;
}
.personal .idea .table table thead tr th {
  font-size: 14px;
  color: #3d3d3d;
  border-right: 1px solid #dadada;
}
.personal .idea .table table thead tr th:last-child {
  border: 0;
}
.personal .idea .table table thead.add {
  height: 40px;
  line-height: 40px;
}
.personal .idea .table table tbody {
  width: 100%;
}
.personal .idea .table table tbody tr {
  height: 55px;
  border: 1px solid #dadada;
  border-top: 0;
}
.personal .idea .table table tbody tr td {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.personal .idea .table table tbody tr td a {
  font-size: 14px;
  color: #ff5500;
  text-decoration: underline;
}
.personal .idea .table table tbody tr td input[type="text"] {
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  color: #000;
  border-radius: 4px;
  border: 1px solid #dadada;
  background: none;
  width: 80%;
}
.personal .idea .table table tbody tr td input[type="submit"] {
  background: #3e579c;
  color: #fff;
  height: 30px;
  border-radius: 4px;
  border: 0;
  width: 80px;
}
.cart {
  width: 100%;
  background-color: #fff;
  display: inline-block;
}
.cart .commodity .table {
  width: 100%;
  display: inline-block;
  margin: 30px 0;
}
.cart .commodity .table .name {
  font-size: 18px;
  color: #0a0a0a;
}
.cart .commodity .table table {
  width: 100%;
  margin-top: 15px;
}
.cart .commodity .table table thead {
  width: 100%;
}
.cart .commodity .table table thead tr {
  height: 50px;
  width: 100%;
  border: 1px solid #dadada;
  background-color: #f5f5f5;
}
.cart .commodity .table table thead tr th {
  font-size: 14px;
  color: #3d3d3d;
  border-right: 1px solid #dadada;
}
.cart .commodity .table table thead tr th:last-child {
  border: 0;
}
.cart .commodity .table table thead.add {
  height: 40px;
  line-height: 40px;
}
.cart .commodity .table table tbody {
  width: 100%;
}
.cart .commodity .table table tbody tr {
  height: 55px;
  border: 1px solid #dadada;
  border-top: 0;
}
.cart .commodity .table table tbody tr td {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.cart .commodity .table table tbody tr td a {
  font-size: 14px;
  color: #ff5500;
  text-decoration: underline;
}
.cart .commodity .table table tbody tr td input[type="text"] {
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  color: #000;
  border-radius: 4px;
  border: 1px solid #dadada;
  background: none;
  width: 80%;
}
.cart .commodity .table table tbody tr td input[type="submit"] {
  background: #3e579c;
  color: #fff;
  height: 30px;
  border-radius: 4px;
  border: 0;
  width: 80px;
}
.cart .commodity .main {
  width: 100%;
  height: 30px;
  background-color: #f7f7f7;
}
.cart .commodity .main .subnav {
  width: calc(100% - 37px);
  padding: 0 0 0 37px;
}
.cart .commodity .main .subnav span {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  display: block;
  float: left;
}
.cart .commodity .main .subnav span:nth-child(1) {
  width: 55.6%;
}
.cart .commodity .main .subnav span:nth-child(2) {
  width: 16.76%;
}
.cart .commodity .main .subnav span:nth-child(3) {
  width: 17.19%;
}
.cart .commodity .main .subnav span:nth-child(4) {
  width: 9%;
}
.cart .commodity .wrapper .goods {
  width: calc(100% - 100px);
  margin: 0 60px 0 40px;
  padding: 20px 0;
  border-top: 1px dotted #a0a0a0;
  display: inline-block;
}
.cart .commodity .wrapper .goods .check {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: left;
  margin: 57px 30px 0 0;
}
.cart .commodity .wrapper .goods .check label i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/checkbox_icon.png) left no-repeat;
  background-size: cover;
}
.cart .commodity .wrapper .goods .check .on i {
  background-position: -16px 0;
}
.cart .commodity .wrapper .goods .pic {
  width: 126px;
  height: 126px;
  display: inline-block;
  float: left;
}
.cart .commodity .wrapper .goods .pic img {
  width: 100%;
}
.cart .commodity .wrapper .goods span {
  padding-top: 43px;
  display: inline-block;
}
.cart .commodity .wrapper .goods .name {
  width: 19.1%;
  padding-left: 23px;
}
.cart .commodity .wrapper .goods .name a {
  font-size: 12px;
  color: #000;
}
.cart .commodity .wrapper .goods .name:hover a {
  font-size: 12px;
  color: #3e579c;
}
.cart .commodity .wrapper .goods .brief {
  width: 20.1%;
  font-size: 12px;
}
.cart .commodity .wrapper .goods .brief a {
  color: #7d7d7d;
}
.cart .commodity .wrapper .goods .brief:hover a {
  color: #3e579c;
}
.cart .commodity .wrapper .goods .num1,
.cart .commodity .wrapper .goods .num2 {
  font-size: 16px;
  color: #9c0001;
}
.cart .commodity .wrapper .goods .num1 {
  width: 20.1%;
}
.cart .commodity .wrapper .goods .num2 {
  padding-left: 115px;
}
.cart .commodity .wrapper .goods input {
  height: 25px;
  width: 70px;
  background-color: #fff;
  border: 1px solid #dddddd;
  font-size: 12px;
  color: #000;
  box-sizing: border-box;
  padding-left: 10px;
}
.cart .commodity .wrapper .goods input::-webkit-input-placeholder {
  color: #000;
}
.cart .commodity .wrapper .goods:first-child {
  border: 0;
}
.cart .commodity .wrapper .whole {
  width: 100%;
  height: 100px;
  background-color: #e8e8e8;
}
.cart .commodity .wrapper .whole div {
  display: inline-block;
  float: left;
}
.cart .commodity .wrapper .whole .check {
  padding: 45px 0 0 42px;
}
.cart .commodity .wrapper .whole .check label i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/checkbox2.png) left no-repeat;
  background-size: cover;
}
.cart .commodity .wrapper .whole .check label span {
  font-size: 12px;
  color: #000;
  padding-left: 10px;
  vertical-align: bottom;
}
.cart .commodity .wrapper .whole .check .on i {
  background-position: -16px 0;
}
.cart .commodity .wrapper .whole .delete {
  padding: 45px 0 0 33px;
}
.cart .commodity .wrapper .whole .delete span {
  font-size: 12px;
  color: #434343;
}
.cart .commodity .wrapper .whole .selected {
  font-size: 12px;
  color: #434343;
  padding: 26px 0 0 540px;
}
.cart .commodity .wrapper .whole .selected span {
  font-size: 30px;
  color: #ff3c00;
}
.cart .commodity .wrapper .whole .total {
  font-size: 12px;
  color: #434343;
  padding: 26px 0 0 50px;
}
.cart .commodity .wrapper .whole .total span {
  font-size: 30px;
  color: #ff3c00;
}
.cart .commodity .wrapper .whole .submit {
  width: 188px;
  height: 57px;
  background-color: #ff3c00;
  border-radius: 5px;
  text-align: center;
  line-height: 57px;
  font-size: 18px;
  color: #fff;
  margin: 23px 0 0 55px;
  cursor: pointer;
}
.cart .esteja {
  width: 100%;
  margin: 50px 0 55px 0;
  border: 1px solid #ddd;
  padding: 0 0 35px 0;
  display: inline-block;
}
.cart .esteja .name {
  width: 100%;
  display: inline-block;
  background-color: #f7f7f7;
}
.cart .esteja .name p {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  padding-left: 35px;
}
.cart .esteja .link {
  margin: 25px 30px 0 30px;
}
.cart .esteja .link .rias {
  width: calc(25% - 30px);
  margin-left: 40px;
  display: inline-block;
  float: left;
}
.cart .esteja .link .rias .pic {
  width: 100%;
  height: 254px;
  overflow: hidden;
}
.cart .esteja .link .rias .pic img {
  width: 100%;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
}
.cart .esteja .link .rias .txt {
  width: 100%;
  font-size: 12px;
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0 0 0;
}
.cart .esteja .link .rias:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.cart .esteja .link .rias:hover .txt {
  color: #3e579c;
}
.cart .esteja .link .rias:first-child {
  margin: 0;
}
.goodslist .filter {
  width: 100%;
  display: inline-block;
  border: 1px solid #dadada;
  margin: 25px 0;
}
.goodslist .filter .group {
  width: 100%;
  min-height: 55px;
  display: -webkit-box;
}
.goodslist .filter .group .left {
  width: 10.8%;
  background: #efefef;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  color: #202020;
}
.goodslist .filter .group .right {
  width: 89.1%;
  min-height: 40px;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  padding: 10px 0;
}
.goodslist .filter .group .right a {
  display: inline-block;
  font-size: 14px;
  color: #202020;
  margin: 2.5px 0 2.5px 8px;
  padding: 0 10px;
  line-height: 30px;
}
.goodslist .filter .group .right a.active,
.goodslist .filter .group .right a:hover {
  background-color: #3e579c;
  color: #fff;
}
.goodslist .filter .group:last-child .right {
  border-bottom: 0;
}
.goodslist .sortdiv {
  width: 100%;
  border: 1px solid #dadada;
  border-left: 0;
  background: #f5f5f5;
  height: 45px;
}
.goodslist .sortdiv a {
  display: inline-block;
  padding: 0 45px;
  line-height: 45px;
  border-left: 1px solid #dadada;
  margin: 0;
  float: left;
}
.goodslist .sortdiv a.active,
.goodslist .sortdiv a:hover {
  background: #fff;
  color: #ff5500;
}
.goodslist .purchase {
  width: 100%;
}
.goodslist .purchase .nav_link {
  float: right;
  margin: 30px 0;
}
.goodslist .purchase .nav_link span {
  font-size: 12px;
  color: #000;
}
.goodslist .purchase .nav_link span a {
  color: #3d3d3d;
  font-size: 12px;
}
.goodslist .purchase .nav_link span a:hover {
  color: #ff5500;
}
.goodslist .purchase .content {
  width: 100%;
  display: inline-block;
}
.goodslist .purchase .content table {
  width: 100%;
  border: 1px solid #e4e4e4;
  table-layout: fixed;
}
.goodslist .purchase .content table thead {
  width: 100%;
}
.goodslist .purchase .content table thead tr {
  height: 48px;
  width: calc(100% - 2px);
  background-color: #f5f5f5;
}
.goodslist .purchase .content table thead tr th {
  border-right: 1px solid #dadada;
  font-size: 14px;
  color: #3d3d3d;
  text-align: left;
  width: auto;
}
.goodslist .purchase .content table tbody tr {
  height: 55px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.goodslist .purchase .content table tbody tr td {
  font-size: 12px;
  color: #333;
  text-align: left;
  width: auto;
  padding: 5px 0;
}
.goodslist .purchase .content table tbody tr td span {
  font-size: ;
}
.goodslist .purchase .content table tbody tr td a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.goodslist .purchase .content table tbody tr td a:hover {
  color: #ff5500;
}
.goodslist .purchase .content table tbody tr td .attr_number {
  height: 22px;
  width: 76px;
  margin: 0 auto;
}
.goodslist .purchase .content table tbody tr td .attr_number input {
  width: 30px;
  height: 20px;
  border: 1px solid #7f9db9;
  float: left;
  text-align: center;
}
.goodslist .purchase .content table tbody tr td .attr_number a {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-color: #f0f0f0;
  border: 1px solid #d7d9d9;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  float: left;
}
.goodslist .purchase .content table tbody tr td .attr_number a:hover {
  color: #ff5500;
}
.goodslist .purchase .content table tbody tr td .pic {
  width: 26px;
  height: 26px;
  margin: 0 auto;
}
.goodslist .purchase .content table tbody tr td .pic img {
  width: 100%;
}
.goodslist .purchase .content table tbody tr:hover {
  background: #ececec;
}
.sign {
  width: 100%;
  height: 611px;
  display: inline-block;
  position: relative;
  background: url(../images/sign.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sign .layer {
  min-height: 420px;
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  float: right;
  margin-top: 55px;
  padding-bottom: 30px;
}
.sign .layer .layer_box {
  width: calc(100% - 97px);
  margin: 0 50px 0 47px;
}
.sign .layer .big {
  font-size: 24px;
  color: #000;
  margin-top: 36px;
}
.sign .layer .name {
  font-size: 12px;
  color: #afafaf;
  margin-top: 23px;
}
.sign .layer .name span {
  color: #3e579c;
  margin-left: 4px;
}
.sign .layer .tel {
  position: relative;
}
.sign .layer .tel input {
  width: 100%;
  height: 32px;
  border: 1px solid #afafaf;
  color: #000;
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box;
}
.sign .layer .tel .acco {
  width: 17px;
  height: 16px;
  background: url(../images/number.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 11px;
  top: 9px;
}
.sign .layer .pass {
  font-size: 12px;
  color: #afafaf;
  margin-top: 10px;
}
.sign .layer .password {
  position: relative;
}
.sign .layer .password input {
  width: 100%;
  height: 32px;
  border: 1px solid #afafaf;
  color: #000;
  font-size: 14px;
  padding-left: 10px;
  box-sizing: border-box;
}
.sign .layer .password i {
  width: 14px;
  height: 18px;
  background: url(../images/password_icon.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 12px;
}
.sign .layer .password .eye {
  background-position: top;
}
.sign .layer a.check_company_name {
  margin-top: 23px;
  background: #3e579c;
  text-align: center;
  line-height: 40px;
  border: 0;
  font-size: 16px;
  display: block;
  color: #fff;
  border-radius: 8px;
  width: 100%;
}
.sign .layer input[type="text"]:focus,
.sign .layer input[type="password"]:focus,
.sign .layer textarea:focus,
.sign .layer select:focus {
  border: 1px solid #7abd54;
}
.sign .layer .code {
  width: 100%;
  margin-top: 25px;
  display: inline-block;
}
.sign .layer .code input {
  width: 35%;
  height: 35px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}
.sign .layer .code .pic {
  width: 29.7%;
  display: inline-block;
  float: left;
  margin: 3px 0 0 18px;
}
.sign .layer .code span {
  font-size: 15px;
  color: #666;
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
}
.sign .layer button {
  width: 100%;
  height: 47px;
  border-radius: 8px;
  background-color: #3e579c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
}
.sign .layer .submit2 {
  width: 100%;
  height: 47px;
  border-radius: 8px;
  background-color: #3e579c;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  text-align: center;
  line-height: 47px;
}
.sign .layer .links {
  margin-top: 22px;
}
.sign .layer .links .regi {
  width: 84px;
  height: 25px;
  display: inline-block;
  float: right;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
}
.deteils .free {
  line-height: 50px;
  font-size: 14px;
  color: #3e579c;
}
.deteils .free a {
  color: #3e579c;
}
.deteils .wrapper_dele {
  margin: 0px 0 87px 0;
  width: 100%;
  display: inline-block;
}
.deteils .left_list {
  width: 330px;
  display: block;
  float: right;
}
.deteils .left_list .name {
  width: 100%;
  background-color: #3e579c;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  display: inline-block;
  text-align: center;
}
.deteils .left_list .sidebar {
  width: 100%;
  background-color: #f4f4f4;
  padding-bottom: 95px;
}
.deteils .left_list .sidebar .products {
  width: 100%;
  border-bottom: 1px dotted #a0a0a0;
  padding: 28px 0 0 0;
}
.deteils .left_list .sidebar .products .pic {
  width: calc(100% - 34px);
  margin: 0 18px 0 16px;
}
.deteils .left_list .sidebar .products .pic img {
  width: 100%;
}
.deteils .left_list .sidebar .products .txt {
  width: calc(100% - 34px);
  margin: 0 18px 0 16px;
  font-size: 12px;
  color: #202020;
  text-align: center;
  padding: 10px 0 28px 0;
}
.deteils .left_list .sidebar .products:first-child {
  padding-top: 16px;
}
.deteils .left_list .newslist {
  padding: 0 20px;
  background: #FFFFFF;
}
.deteils .left_list .newslist .newslist_title {
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 0;
}
.deteils .left_list .newslist .newslist_title a {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  border-left: 4px solid #3e579c;
  padding-left: 10px;
  line-height: 1;
}
.deteils .left_list .newslist .newslist_ul {
  padding: 10px 0;
  height: 192px;
  overflow-x: hidden;
  overflow-y: auto;
}
.deteils .left_list .newslist .newslist_ul li {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #333333;
}
.deteils .left_list .newslist .newslist_ul li span {
  color: #333;
}
.deteils .left_list .newslist .newslist_ul li .leftname {
  float: left;
  width: 62%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.deteils .left_list .newslist .newslist_ul li .rightcode {
  float: right;
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.deteils .left_list .newslist .newslist_ul li a:hover span {
  color: #3e579c;
}
.deteils .left_list .newslist .newslist_ul_2 {
  padding: 10px 0;
}
.deteils .left_list .newslist .newslist_ul_2 li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #3e579c;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}
.deteils .left_list .newslist .newslist_ul_2 li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.deteils .left_list .newslist .newslist_ul_2 li a {
  line-height: 32px;
  font-size: 12px;
  color: #333333;
}
.deteils .left_list .newslist .newslist_ul_2 li a:hover {
  color: #3e579c;
}
.deteils .right_cont {
  width: 840px;
  display: block;
  float: left;
}
.deteils .right_cont .pic {
  width: 350px;
  float: left;
  padding-right: 30px;
}
.deteils .right_cont .pic img {
  width: 100%;
}
.deteils .right_cont .text {
  display: block;
  float: left;
  width: calc(100% - 380px);
}
.deteils .right_cont .text .big {
  font-size: 24px;
  color: #000;
}
.deteils .right_cont .text .txt1 {
  padding: 13px 0 22px 0;
}
.deteils .right_cont .text .txt1 span {
  font-size: 12px;
  color: #000;
}
.deteils .right_cont .text .txt1 .num {
  font-size: 25px;
  color: #ff3c00;
  font-weight: 600;
}
.deteils .right_cont .text .txt {
  line-height: 28px;
}
.deteils .right_cont .text .txt span {
  font-size: 12px;
  color: #000;
  line-height: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  text-align: right;
}
.deteils .right_cont .text .txt span:nth-child(2) {
  padding-left: 9px;
  width: auto;
  text-align: left;
}
.deteils .right_cont .text .txt .attr_number {
  display: inline-block;
  margin: 0 0 0 0;
  vertical-align: middle;
}
.deteils .right_cont .text .txt .attr_number .cut,
.deteils .right_cont .text .txt .attr_number .add {
  width: 28px;
  height: 26px;
  border: 1px solid #DCDFE6;
  background-color: #ededed;
  text-align: center;
  line-height: 24px;
  color: #606266;
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
  float: left;
  border-radius: 4px 0 0 4px;
}
.deteils .right_cont .text .txt .attr_number input {
  width: 50px;
  height: 26px;
  border-top: 1px solid #DCDFE6;
  border-bottom: 1px solid #DCDFE6;
  color: #666;
  line-height: 26px;
  text-align: center;
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
  color: #606266;
  float: left;
}
.deteils .right_cont .text .txt .attr_number .add {
  color: #606266;
  border-radius: 0 4px 4px 0;
}
.deteils .right_cont .text .txt .input_txt {
  vertical-align: top;
  text-align: left;
}
.deteils .right_cont .text .list .txt {
  width: 50%;
  float: left;
}
.deteils .right_cont .text .list .txt_long {
  width: 100%;
  float: none;
}
.deteils .right_cont .text .btn {
  margin: 27px 0 0 0;
  height: 40px;
}
.deteils .right_cont .text .btn input,
.deteils .right_cont .text .btn .jsclick {
  width: 140px;
  height: 40px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background: #3e579c;
}
.deteils .right_cont .text .btn input:hover,
.deteils .right_cont .text .btn .jsclick:hover {
  background: rgba(62, 87, 156, 0.8);
}
.deteils .right_cont .text .btn .jsclick {
  float: right;
  margin-left: 10px;
  width: 100px;
  background: #D01126;
}
.deteils .right_cont .text .btn .jsclick img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
}
.deteils .right_cont .text .btn .jsclick:hover {
  float: right;
  margin-left: 10px;
  width: 100px;
  background: rgba(208, 18, 37, 0.8);
}
.deteils .good_desc {
  width: 100%;
  display: inline-block;
  border: 1px solid #dadada;
  margin-top: 10px;
}
.deteils .good_desc .top {
  width: 100%;
  height: 50px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #dadada;
}
.deteils .good_desc .top .btn1,
.deteils .good_desc .top .btn2 {
  width: 177px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #000;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.deteils .good_desc .top .btn1 {
  border-right: 1px solid #dadada;
}
.deteils .good_desc .top .active {
  background-color: #fff;
}
.deteils .good_desc .content {
  display: block;
  padding: 25px;
}
.deteils .good_desc .content p {
  font-size: 14px;
  color: #000;
}
.deteils .good_desc .content .txt1,
.deteils .good_desc .content .txt2 {
  display: none;
}
.deteils .good_desc .content .active {
  display: block !important;
}
.deteils .good_desc .content .goods_txt_detail table {
  width: 100% !important;
  border: 0 !important;
  border-left: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}
.deteils .good_desc .content .goods_txt_detail table tr.firstRow td {
  background: #f2f2f2 !important;
}
.deteils .good_desc .content .goods_txt_detail table th,
.deteils .good_desc .content .goods_txt_detail table td {
  border: 0 !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  padding: 12px 10px !important;
  min-height: 20px !important;
  line-height: 20px !important;
  font-size: 14px !important;
  text-align: left !important;
  min-width: 105px !important;
}
.deteils .related-product-content {
  margin-top: 30px;
}
.deteils .related-product-content .related-item {
  box-sizing: border-box;
  width: calc(33.33% - 16px);
  background: #f9f9f9;
  padding: 0 24px;
  margin-right: 24px;
  float: left;
}
.deteils .related-product-content .related-item * {
  box-sizing: border-box;
}
.deteils .related-product-content .related-item .related-item_title {
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 0;
}
.deteils .related-product-content .related-item .related-item_title a {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  border-left: 4px solid #3e579c;
  padding-left: 10px;
  line-height: 1;
}
.deteils .related-product-content .related-item .related-item_ul {
  padding: 20px 0 0 0;
}
.deteils .related-product-content .related-item .related-item_ul li {
  position: relative;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.deteils .related-product-content .related-item .related-item_ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.deteils .related-product-content .related-item .related-item_ul li a:hover {
  color: #3e579c;
}
.deteils .related-product-content .related-item .related-item_ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  font-family: none;
  margin-top: 10px;
}
.deteils .related-product-content .related-item .related-item_ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 1px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 6px;
}
.deteils .related-product-content .related-item:nth-child(3n) {
  margin-right: 0;
}
.news .block {
  margin-top: 40px;
}
.news .block .VerticalMenu {
  width: 23.9%;
  display: inline-block;
  float: left;
  cursor: pointer;
  padding-bottom: 80px;
}
.news .block .VerticalMenu .menu {
  width: 100%;
  float: left;
}
.news .block .VerticalMenu .menu .wrap {
  text-align: center;
  background-color: white;
  line-height: 40px;
  border-bottom: 1px solid #939191;
  transition: background-color 0.4s linear;
  background-color: #cdcdcd;
}
.news .block .VerticalMenu .menu .wrap a {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 40px;
}
.news .block .VerticalMenu .menu .wrap a:hover {
  background-color: #a52d2d;
  color: #fff;
}
.news .block .VerticalMenu .menu .list {
  width: 100%;
  display: inline-block;
}
.news .block .VerticalMenu .menu .list div {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e6e6e6;
  transition: background-color 0.1s linear 0s;
  text-align: center;
}
.news .block .VerticalMenu .menu .list div a {
  font-size: 14px;
  color: #000;
  line-height: 40px;
  display: block;
}
.news .block .VerticalMenu .menu .list div a:hover {
  background-color: #3e579c;
  color: #fff;
}
.news .block .content {
  width: 73%;
  display: inline-block;
  float: right;
  padding-bottom: 80px;
}
.news .block .content h1 {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.news .block .content .info img {
  max-width: 100% !important;
  height: auto !important;
}
.news .block .content .info p {
  font-size: 14px;
  color: #000;
}
.news .block .newslit li a {
  display: block;
  padding: 0 20px;
  line-height: 42px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  color: #000;
}
.news .block .newslit li a span {
  float: right;
  font-size: 12px;
  line-height: 42px;
  color: #333;
}
.news .block .newslit li a:hover {
  color: #fff;
  background: #3e579c;
}
.news .block .newslit li a:hover span {
  color: #fff;
}
.details .list_nav {
  width: 23.83%;
  display: inline-block;
  float: left;
  padding-top: 40px;
}
.details .list_nav .name {
  width: 100%;
  display: inline-block;
  background-color: #cdcdcd;
}
.details .list_nav .name div {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding-left: 35px;
}
.details .list_nav .guild {
  width: 100%;
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 0 0 8px 8px;
}
.details .list_nav .guild ul {
  padding: 0 0 10px 0;
}
.details .list_nav .guild ul li a {
  font-size: 14px;
  color: #202020;
  line-height: 40px;
  display: block;
  padding-left: 35px;
}
.details .list_nav .guild ul li a:hover,
.details .list_nav .guild ul li a.active {
  color: #fff;
  background: #3e579c;
}
.details .deta {
  width: 73.58%;
  display: inline-block;
  float: right;
  padding-top: 40px;
  position: relative;
}
.details .deta .table {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}
.details .deta .table .name {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background-color: #3e579c;
  box-sizing: border-box;
  padding-left: 15px;
}
.details .deta .table input {
  width: 100px;
  height: 30px;
  position: absolute;
  right: 25px;
  top: 105px;
  background-color: #3e579c;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.details .deta .table ul {
  width: 100%;
  display: inline-block;
  padding: 30px 0;
}
.details .deta .table ul li {
  width: 100%;
  display: inline-block;
}
.details .deta .table ul li .txt {
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.details .deta .table ul li table {
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  width: calc(100% - 44px);
  margin-left: 20px;
}
.details .deta .table ul li table td,
.details .deta .table ul li table th {
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  text-align: center;
  line-height: 40px;
}
.details .deta .table ul li table th {
  background: #5a75c0;
  color: #fff;
  font-weight: normal;
}
.details .deta .table .line {
  width: calc(100% - 40px);
  margin: 0 auto 0 auto;
  border-bottom: 1px dashed #000;
}
.details .deta .table .order_txt {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding: 0 0 0 20px;
  margin: 20px 0px;
}
.details .deta .table .order_txt span {
  padding: 0 20px;
}
.details .deta .table .order_txt span i {
  font-style: normal;
  font-size: 16px;
  color: #ff4200;
}
.details .deta .table .order_txt span:first-child {
  border-right: 1px solid #000;
  padding-left: 0;
}
#pages {
  padding: 50px 0 30px 0;
  text-align: center;
}
#pages a,
#pages span {
  display: inline-block;
  line-height: 30px;
  min-width: 10px;
  margin: 0 2px;
  padding: 0 10px;
}
#pages a {
  background: none;
  color: #3e579c;
  border: 1px solid #3e579c;
  border-radius: 15px;
}
#pages span.current,
#pages a:hover,
#pages a.active {
  background: #3e579c;
  color: #fff;
  border: 1px solid #3e579c;
  border-radius: 15px;
}
#pages span.pageindex,
#pages span.all {
  display: none;
}
.pop_small {
  width: 500px;
  border-radius: 15px;
  padding: 50px;
  position: fixed;
  z-index: 1001;
  background: #fff;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  box-shadow: 0px 1px 30px 0px rgba(26, 37, 63, 0.5);
  display: none;
}
.pop_small .title {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: bolder;
}
.pop_small .title i {
  font-size: 16px;
}
.pop_small .close {
  position: absolute;
  right: 0;
  top: -46px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.pop_small .close img {
  width: 34px;
  height: 34px;
}
.pop_small .close:hover {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.pop_small .form_box {
  margin-top: 20px;
}
.pop_small .form_box .input {
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  text-indent: 20px;
}
.pop_small .form_box .btn {
  text-align: right;
  padding-top: 20px;
}
.pop_small .form_box a.toDown {
  width: 140px;
  height: 40px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background: #D01126;
}
.pop_small .form_box a.toDown img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
}
.pop_small .form_box a.toDown:hover {
  background: rgba(208, 18, 37, 0.8);
}
.pop_small .form_box .toDown.disabled {
  background: #111;
}
.pop_small .form_box .toDown.disabled:hover {
  background: #111;
}
.pop_leave_message {
  width: 500px;
  border-radius: 15px;
  padding: 50px;
  position: fixed;
  z-index: 1001;
  background: #fff;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  box-shadow: 0px 1px 30px 0px rgba(26, 37, 63, 0.5);
  display: none;
}
.pop_leave_message .title {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: bolder;
}
.pop_leave_message .title i {
  font-size: 16px;
}
.pop_leave_message .close {
  position: absolute;
  right: 0;
  top: -46px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.pop_leave_message .close img {
  width: 34px;
  height: 34px;
}
.pop_leave_message .close:hover {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.pop_leave_message .form_box {
  margin-top: 20px;
}
.pop_leave_message .form_box table{
  width: 100%;
}
.pop_leave_message .form_box table .city-picker-dropdown{
  left: 198px !important;
  top: -10px !important;
}
.pop_leave_message .form_box table td{
  min-width: 50px;
}
.pop_leave_message .form_box table .captcha-img{
  padding-left: 10px;
}
.pop_leave_message .form_box table .require{
  color: red;
}
.pop_leave_message .form_box table .mes-textarea{
  height: 60px;
  line-height: 30px;
}
.pop_leave_message .form_box table tr{
  height: 60px;
}
.pop_leave_message .form_box table .title-td{
  padding-left: 10px;
}
.pop_leave_message .form_box .input {
  width: 100%;
  height: 30px;
  line-height: 48px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  text-indent: 5px;
}
.pop_leave_message .form_box .btn {
  text-align: center;
  padding-top: 20px;
}
.pop_leave_message .form_box a.submitLeaveMessage {
  width: 140px;
  height: 40px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background: #D01126;
}
.pop_leave_message .form_box a.submitLeaveMessage:hover {
  background: rgba(208, 18, 37, 0.8);
}
.pop_leave_message .form_box .submitLeaveMessage.disabled {
  background: #111;
}
.pop_leave_message .form_box .submitLeaveMessage.disabled:hover {
  background: #111;
}
.pop_small.active,
.pop_leave_message.active,
.popbg.active,
.pop_mes_bg.active {
  display: block;
}
.popbg {
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: fixed;
  display: none;
}
.pop_mes_bg {
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: fixed;
  display: none;
}
.leave-message{
  width: 90px !important;
  background-color: #00aa54 !important;
}
