* {
  outline: none;
}
.hidetext {
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
}
body p.noborder,
body div.noborder,
body span.noborder {
  border: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 109.99%;
  line-height: 150%;
  background: #fff;
  font-family: "宋体";

}
.btns {
  border-radius: 0;
}
.reset,
.reset * {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
a {
  color: #222;
}
a:active,
a:hover,
a:visited {
  color: #b0a377;
  text-decoration: none;
}
input {
  border: 0;
  background: transparent;
  outline: none;
  color: #222;
}
input.placeholder {
  color: #aaa;
}
.usermenu {
  position: absolute;
  top: 1px;
  right: 0px;
  display: block;
  color: #fff;
  height: 42px;

  text-indent: -99em;
  line-height: 42px;
  float: right;
  overflow: hidden;
  margin: 0;
  font-size: 120%;
}
.usermenu:after {
  content: ' ';
  display: block;

  height: 42px;
  float: right;
  background: transparent url('images/icon_user.png') center no-repeat;
  background-size: 50%;
  /*margin-right:35px;*/
}
.usermenu_new {
  position: absolute;
  top: 1px;
  right: 5px;
  display: block;
  color: #fff;
  text-indent: -99em;
  line-height: 42px;
  float: right;
  overflow: hidden;
  margin: 0;
  font-size: 120%;
}
.usermenu_new:after {
  content: ' ';
  display: block;
  float: right;
  background-size: 50%;
  /*margin-right:35px;*/
}
.first_page .usermenu_new {
  width: auto;
  text-indent: 0;
}
.first_page .usermenu {
  width: auto;
  text-indent: 0;
}
.header {
  height: 50px;
  background: #ffffff;
  position: relative;
  width: 100%;
}
.header h1.name {
  height: 50px;
  float: left;
  margin: 0 0 0 15px;
}
.header h1.name a {
  display: block;
  margin: 17px 0 0;
}
.header h1.name img {
  width: 100px;
  float: left;
  text-align: center
}
.header .site_navem {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 50px;
  height: 33px;
  position: absolute;
  top: 8px;
  background: transparent url('/themes/totwoo/images/index-new/icon_menu.png') center no-repeat;
  background-size: 50%;
}
ul.header_menu {
  display: none;
  font-size: 140%;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 90;
}
ul.header_menu li {
  line-height: 50px;
}
ul.header_menu li a {
  color: #222;
  display: block;
  background: #f9f9f9;
  position: relative;
}
ul.header_menu li a:active {
  background: #ececec;
}
ul.header_menu li ul {
  display: none;
}
ul.header_menu li.open a {
  background: #ececec;
}
ul.header_menu li.open a:after {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -10px;
  content: ' ';
  background-image: url('images/ico_down_g.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 50%;
}
ul.header_menu li.open ul {
  width: 100%;
  background: #99acac;
}
ul.header_menu li.open ul li,
ul.header_menu li.open ul a {
  color: #fff;
  background: transparent;
}
ul.header_menu li.open ul a:hover,
ul.header_menu li.open ul a:active {
  background: #b7c6c6;
}
ul.header_menu li.open ul a:hover:after,
ul.header_menu li.open ul a:active:after {
  display: none;
}
.site_links {
  font-size: 120%;
  width: 70%;
  margin: 0 auto;
  padding: 60px 0 30px;
}
.site_links ul {
  width: 50%;
  padding: 0 10px 40px 0;
  float: left;
  text-align: left;
}
.site_links ul:last-child {
  width: 100%;
}
.site_links ul li {
  padding: 15px 0 5px;
  position: relative;
}
.site_links ul li a {
  color: #777;
}
.site_links ul li a.tels {
  color: #222;
  font-size: 160%;
}
.site_links ul li a:hover {
  color: #b0a377;
  text-decoration: none;
}
.site_links ul .tit {
  background: transparent left center no-repeat;
  color: #222;
  font-size: 140%;
  height: 35px;
  border: 0;
  border-bottom: 1px #222 solid;
  margin: 0 auto 10px 0;
  padding: 0;
  display: inline-block;
}
.site_links ul .fa {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background: transparent center no-repeat;
}
.site_links ul .fa-weixin {
  background-image: url('images/wx.png');
  background-size: auto 80%;
}
.site_links ul .fa-weibo {
  background-image: url('images/wb.png');
  background-size: auto 80%;
}
.site_links ul .sns {
  padding-left: 25px;
}
.footer {
  display: block;
  text-align: center;
  line-height: 1em;
  padding: 30px 0 20px;
  color: #aaa;
  background: #444;
}
.footer img {
  width: 80px;
  margin: 0 0 20px;
}
.footer p.icp_info {
  color: #ccc;
}
.index_footer {
  display: block;
  color: #777;
  text-align: center;
  line-height: 1em;
  padding: 40px 0;
  background: #444;
}
.index_footer img {
  display: block;
  margin: 0 auto 50px;
}
.index_footer p.icp_info {
  color: #ccc;
  margin: 0 0 5px 0;
}
a#totop_tag {
  display: none;
  position: fixed;
  top: 100%;
  right: 15px;
  margin: -65px 0 0 0;
  width: 50px;
  height: 50px;
  background: #d4c188 url('images/totop.png') center no-repeat;
  background-size: 40%;
  border-radius: 50px;
  z-index: 99;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
}
a#totop_tag.show {
  display: block;
}
.selected_options {
  position: relative;
}
.selected_options img {
  display: none;
  margin: 0 0 20px;
}
/*.selected_options img:first-child {
  display: block;
}*/
.selected_options a {
  font-size: 12px;
  float: left;
  padding: 20px 20px;
  margin: 0 10px 10px 0;
  line-height: 1em;
  color: #222;
  border: 1px #b7c6c6 solid;
  text-align: center;
  position: relative;
}
.selected_options a.clear {
  clear: both;
}
.selected_options a.current {
  color: #fff;
  background: #b7c6c6;
}
.selected_options a:last-child {
  margin: 0;
}
.selected_options .texts {
  padding: 30px 0;
  color: #222;
  font-size: 14px;
  display: block;
  clear: both;
}
.selected_options .texts p {
  margin-bottom: 20px;
}
.selected_options .texts span {
  font-size: 12px;
  color: #aaa;
  padding-left: 1em;
  font-style: italic;
}
.selected_options .texts label {
  width: 250px;
  padding: 5px 0 10px;
  display: block;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.selected_options .texts label.blur {
  border-bottom: 2px solid #b0a377;
  padding: 5px 0 9px;
}
.selected_options .texts label input {
  width: 100%;
}
span.space {
  height: 30px;
  display: block;
  clear: both;
}
p.text-line {
  color: #aaa;
}
p.add_the_items {
  margin: 0 0 20px;
  display: block;
  clear: both;
}
p.add_the_items a,
p.add_the_items a:hover {
  display: inline-block;
  color: #b0a377;
  font-size: 14px;
  line-height: 18px;
  border: 0;
  min-width: 1px;
  padding: 10px 0 10px 30px;
  background: transparent url('images/glodadd.png') left center no-repeat;
}
#mask_window {
  background: transparent url("images/75bg.png") repeat scroll 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 95;
  display: none;

}
#mask_window .mask_window_inner {
  position: relative;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 220px;
  margin: -110px 0 0 -260px;
  z-index: 97;
  background-color: #fff;
  text-align: center;

}
#mask_window .mask_window_inner h3 {
  color: #222;
  font-size: 24px;
  padding: 50px 0 30px;
  margin: 0;
}
#mask_window .mask_window_inner .close_show_code {
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  background: #fff url('images/win_clise.png') center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  line-height: 56px;
}
#mask_window .mask_window_inner .close_show_code:hover {
  background-color: #f2f2f2;
}
#mask_window .mask_window_inner .button_line {
  height: 65px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#mask_window .mask_window_inner .button_line a {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #b0a377;
  border: 1px #b0a377 solid;
  margin: 0 5px;
}
#mask_window .mask_window_inner .button_line a:hover {
  color: #fff;
  background: #b0a377;
}
div#address_edit,
div#right_code_cont {
  font-size: 14px;
  margin: 30px 12.5% 0;
}
div#address_edit h2.tit,
div#right_code_cont h2.tit {
  font-size: 18px;
}
div#address_edit label,
div#right_code_cont label {
  font-weight: normal;
  padding: 5px 0 11px;
  display: block;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
div#address_edit label.none_border,
div#right_code_cont label.none_border {
  border: 0;
  margin: 0 0 20px;
}
div#address_edit label.selecter,
div#right_code_cont label.selecter {
  position: relative;
}
div#address_edit label.selecter a,
div#right_code_cont label.selecter a {
  color: #222;
  display: block;
  margin: 0;
  background: transparent url('images/menu_btn_down.png') right center no-repeat;
}
div#address_edit label.selecter .m_zlxg,
div#right_code_cont label.selecter .m_zlxg {
  text-align: left;
  padding: 10px;
  border: 1px #99acac solid;
  margin: 0 0 20px;
  position: relative;
  cursor: pointer;
}
div#address_edit label.selecter div.open,
div#right_code_cont label.selecter div.open {
  color: #fff;
  background-color: #c8d7d4;
}
div#address_edit label.selecter #shengfen,
div#right_code_cont label.selecter #shengfen {
  float: left;
  width: 45%;
}
div#address_edit label.selecter #chengshi,
div#right_code_cont label.selecter #chengshi {
  float: right;
  width: 45%;
}
div#address_edit label.selecter #quyu,
div#right_code_cont label.selecter #quyu {
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  background-position: 255px center;
}
div#address_edit label.selecter #quyu .m_zlxg2,
div#right_code_cont label.selecter #quyu .m_zlxg2 {
  width: 100%;
}
div#address_edit label.selecter .m_zlxg2,
div#right_code_cont label.selecter .m_zlxg2 {
  width: 100%;
  position: absolute;
  top: 40px;
  left: -1px;
  z-index: 99;
  background: #809090;
  height: 160px;
  overflow-y: scroll;
  font-size: 12px;
  display: none;
}
div#address_edit label.selecter ul li,
div#right_code_cont label.selecter ul li {
  line-height: 32px;
  text-indent: 1em;
}
div#address_edit label.selecter ul li.hover,
div#right_code_cont label.selecter ul li.hover,
div#address_edit label.selecter ul li:hover,
div#right_code_cont label.selecter ul li:hover {
  background-color: #b7c6c6;
}
div#address_edit label input,
div#right_code_cont label input {
  width: 100%;
}
div#address_edit label.blur,
div#right_code_cont label.blur {
  border-bottom: 2px solid #b0a377;
  padding: 5px 0 10px;
}
div#address_edit label span.text,
div#right_code_cont label span.text {
  font-size: 12px;
  position: absolute;
  padding: 0 2px;
  top: 0;
  right: 0;
  color: #fff;
  background: #222;
  display: none;
}
div#address_edit .button_line,
div#right_code_cont .button_line {
  padding: 10px 0 40px;
}
div#address_edit .button_line .btn,
div#right_code_cont .button_line .btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #b0a377;
  border: 1px #b0a377 solid;
  background-color: transparent;
  border-radius: 0;
}
div#address_edit .button_line .btn:hover,
div#right_code_cont .button_line .btn:hover {
  color: #fff;
  background-color: #b0a377;
}
#address_tags {
  margin: 30px 12.5% 30px;
}
.selected_options {
  position: relative;
}
.selected_options img {
  display: none;
  margin: 0 0 20px;
}
/*.selected_options img:first-child {
  display: block;
}*/
#services_select img:first-child {
    display: block;
}
.selected_options a {
  font-size: 14px;
  float: left;
  padding: 10px 20px;
  margin: 0 20px 20px 0;
  line-height: 1.4em;
  color: #777;
  border: 1px #b7c6c6 solid;
  text-align: center;
  position: relative;
}
.selected_options a.clear {
  clear: both;
}
.selected_options .texts {
  padding: 30px 0;
  color: #222;
  font-size: 14px;
  display: block;
  clear: both;
}
.selected_options .texts p {
  margin-bottom: 20px;
}
.selected_options .texts span {
  font-size: 12px;
  color: #aaa;
  padding-left: 1em;
  font-style: italic;
}
.selected_options .texts label {
  width: 250px;
  padding: 5px 0 10px;
  display: block;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.selected_options .texts label.blur {
  border-bottom: 2px solid #b0a377;
  padding: 5px 0 9px;
}
.selected_options .texts label input {
  width: 100%;
}
#confirm {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 310px;
  height: 220px;
  margin: -110px 0 0 -155px;
  background: #fff;
  z-index: 951;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px #aaa solid;
  box-shadow: 0 0 0px #000;
}
#confirm #confirm_closex {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAGFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNxwqAAAACHRSTlMAH+/Z1w3MDJgkzOMAAABUSURBVAjXJY2xDYAwEAMvBaJNxE8QWCAwQRADUGWD7L8Ctih98tmsGUgvowMx2Y5Muhvp7MSeESiKCDyOAtURolpR+ZKCykUKdr1h1xujWZks/88HEOsJcUeWkU4AAAAASUVORK5CYII=') center no-repeat;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-indent: -999em;
}
#confirm #confirm_closex:hover {
  background-color: #f2f2f2;
}
#confirm * {
  margin: 0;
  padding: 0;
}
#confirm .confirm_title {
  font-size: 200%;
  display: block;
  color: #222;
  height: 75px;
  line-height: 112.5px;
  text-align: center;
  overflow: hidden;
}
#confirm .confirm_cont {
  display: block;
  padding: 10px;
  min-height: 85px;
  line-height: 1.8em;
  overflow: hidden;
  text-align: center;
}
#confirm .shares {
  padding: 10px;
  height: 90px;
}
#confirm .shares a {
  font-size: 12px;
  color: #888888;
  float: left;
  width: 33%;
  text-align: center;
}
#confirm .shares a:first-child {
  margin-left: 1%;
}
#confirm .shares a span.icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 5px;
  background: transparent center no-repeat;
  background-size: 98% 98%;
}
#confirm .confirm_cont span {
  color: #b0a377;
}
#confirm .confirm_button {
  height: 60px;
  line-height: 40px;
  text-align: center;
}
#confirm .confirm_button a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  width: 130px;
  margin: 0 10px;
  color: #b0a377;
  border: 1px #b0a377 solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#confirm .confirm_button a:hover {
  color: #fff;
  background: #b0a377;
}
#app_mask {
  color: #fff;
  position: fixed !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAACnej3aAAAAAXRSTlO/Gzh2ewAAABNJREFUOMtjGAWjYBSMglFAVwAABXgAAcVQ1XUAAAAASUVORK5CYII=);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 950;
}
#app_mask.maskmsg,
#app_mask.maskinfo {
  top: 50px;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
#app_mask.maskmsg span.text,
#app_mask.maskinfo span.text {
  display: block;
}
#app_mask span.text {
  display: none;
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0 5% 0;
  top: 0;
  height: 30px;
  overflow: hidden;
  width: 90%;
  font-size: 120%;
}
.first_page {
  text-align: center;
}
.first_page .usermenu {
  top: 0;
  right: 0;
  padding: 0 0 0 10px;
  background: #fff;
}
.first_page .usermenu:after {
  /*background: transparent url('images/icon_user_w.png') center no-repeat;*/
  background-size: 50%;
}
.first_page span.usermenu {
  text-align: center;
  padding: 0 25px;
  background: #fff;
  color: #222;
}
.first_page span.usermenu:after {
  display: none;
}
.first_page a {
  color: #222;
}
.site_imgplayer .banner {
  height: 100%;
  width: auto;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .cont {
  height: 100%;
  width: 100%;
}
.banner .tit {
  font-size: 210%;
  display: block;
}
.banner img {
  width: 100%;
  display: block;
  clear: both;
}
.banner_00 {
  height: 100%;
  background: transparent url('images/banner_00.jpg') top center no-repeat;
  background-size: 100% auto;
}
.banner_00 img {
  width: 100%;
  height: 100%;
}
.banner_00 .banner_1_text {
  color: #fff;
  text-align: center;
}
.banner_00 .banner_1_text .tit {
  color: #fff;
  font-size: 380%;
  font-family: "宋体";
  padding: 50px 0 0;
  margin: 0;
}
.banner_00 .banner_1_text hr {
  width: 110px;
  margin: 20px auto;
}
.banner_00 .banner_1_text p {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 5px;
}
.banner_00 .banner_1_text a.btns {
  color: #b0a377;
  background: #fff url('images/readmore.gif') center no-repeat;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  padding: 0;
  width: 60px;
  height: 12px;
  line-height: 17px;
  margin: 30px auto;
  position: relative;
}
.banner_00 .banner_1_btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  display: block;
  margin: 0 0 0 -100px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 210px;
  height: 110px;
  background: transparent url('images/banner_1_btn.png') center top no-repeat;
  background-size: 75%;
}
.banner_00 .banner_1_btn a {
  display: block;
  width: 210px;
  height: 51px;
  background: transparent url('images/banner_1_btn.png') center top no-repeat;
  background-size: 75%;
}
.banner_00 .banner_1_btn a:active {
  background-image: url('images/banner_1_btn_hover.png');
  background-size: 75%;
}
.banner_01 {
  height: 100%;
  background: transparent url('images/banner_1.jpg') center;
}
.banner_01 .banner_1_text {
  color: #fff;
  text-align: center;
}
.banner_01 .banner_1_text .tit {
  color: #fff;
  font-size: 380%;
  font-family: "宋体";
  padding: 50px 0 0;
  margin: 0;
}
.banner_01 .banner_1_text hr {
  width: 110px;
  margin: 20px auto;
}
.banner_01 .banner_1_text p {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 5px;
}
.banner_01 .banner_1_text a.btns {
  color: #b0a377;
  background: #fff url('images/readmore.gif') center no-repeat;
  background-size: 100%;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  padding: 0;
  width: 60px;
  height: 12px;
  line-height: 17px;
  margin: 30px auto;
  position: relative;
}
.banner_01 .banner_1_btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  display: block;
  margin: 0 0 0 -100px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 210px;
  height: 110px;
  background: transparent url('images/banner_1_btn.png') center top no-repeat;
  background-size: 75%;
}
.banner_01 .banner_1_btn a {
  display: block;
  width: 210px;
  height: 51px;
  background: transparent url('images/banner_1_btn.png') center top no-repeat;
  background-size: 75%;
}
.banner_01 .banner_1_btn a:active {
  background-image: url('images/banner_1_btn_hover.png');
  background-size: 75%;
}
.site_imgplayer {
  color: #fff;
  position: relative;
  margin-bottom: 100px -40px;
  overflow: hidden;
  background-color: #777;
}
.site_imgplayer .banner {
  float: left;
}
.site_imgplayer .player_cont {
  position: relative;
  height: 100%;
}
.site_imgplayer span {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: absolute;
  cursor: pointer;
  top: 50%;
  width: 30px;
  height: 60px;
  margin: -30px 0 0 0;
  background: transparent center no-repeat;
  background-size: 100%;
}
.site_imgplayer #player_back {
  left: 10px;
  background-image: url(/themes/totwoo/images/go_l.png);
}
.site_imgplayer #player_next {
  right: 10px;
  margin-left: 25%;
  background-image: url(/themes/totwoo/images/go_r.png);
}
.banner_02 .banner_2_text {
  color: #fff;
  background: #222;
}
.banner_02 .banner_2_text h3.tit {
  color: #fff;
  font-weight: normal;
  font-size: 150%;
  margin: 0;
  padding: 40px 0 0;
  border: 0;
}
.banner_02 .banner_2_text h2.tit {
  color: #fff;
  font-size: 280%;
  font-weight: bold;
  font-family: "宋体";
  border: 0;
  margin: 0;
  padding: 10px 0 0;
}
.banner_02 .banner_2_text hr {
  width: 110px;
  margin: 20px auto;
}
.banner_02 .banner_2_text p {
  font-size: 12px;
  margin: 0 40px;
  line-height: 1.3em;
  padding: 0 0 40px;
}
.banner_03 .banner_3_text {
  color: #222;
  text-align: center;
}
.banner_03 .banner_3_text h2.tit {
  font-family: "宋体";
  margin: 0;
  padding: 30px 0 0;
}
.banner_03 .banner_3_text h3 {
  font-size: 22px;
  margin: 5px 0;
}
.banner_03 .banner_3_text hr {
  width: 110px;
  border-top-color: #222;
}
.banner_03 .banner_3_text p {
  color: #aaa;
  font-size: 12px;
  line-height: 1.3em;
}
.banner_03 .banner_3_text a {
  font-size: 10px;
  color: #aaa;
}
.banner_04 .banner_4_text {
  color: #fff;
  background: #b19db3;
  padding: 0 0 50px;
}
.banner_04 .banner_4_text .tit {
  color: #fff;
  font-family: "宋体";
  padding: 40px 0 0;
  margin: 0;
  border: 0;
}
.banner_04 .banner_4_text hr {
  width: 110px;
  margin: 20px auto;
}
.banner_04 .banner_4_text p {
  display: block;
  text-align: right;
  width: 280px;
  margin: 0 auto;
  clear: both;
}
.banner_04 .banner_4_text p a {
  position: relative;
  font-size: 10px;
  color: #fff;
}
.banner_04 .banner_4_text ul.clearfix {
  width: 280px;
  height: 333px;
  margin: 0 auto;
  background: transparent url('images/back_line.png') center no-repeat;
}
.banner_04 .banner_4_text ul.clearfix li {
  font-size: 10px;
  width: 130px;
  height: 111px;
  padding: 30px 0 0;
}
.banner_04 .banner_4_text ul.clearfix li.left {
  float: left;
  text-align: right;
}
.banner_04 .banner_4_text ul.clearfix li.right {
  float: right;
  text-align: left;
}
.banner_05 {
  height: 620px;
  background: #313232 url('images/banner_5.png') center bottom no-repeat;
  background-size: 100% auto;
}
.banner_05 .banner_5_text {
  color: #fff;
  text-align: center;
}
.banner_05 .banner_5_text h3 {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  border: 0;
  padding: 50px 0 0;
  margin-top: 0;
}
.banner_05 .banner_5_text hr {
  width: 110px;
  margin: 40px auto 40px;
}
.banner_05 .banner_5_text p {
  color: #fff;
  margin: 0 auto;
  font-size: 12px;
  line-height: 20px;
}
.index_products h2.title {
  font-size: 20px;
  color: #222;
  margin: 10px 0 0;
  padding: 20px 0 20px;
  /*border-bottom: 1px #222 solid;*/
  display: inline-block;
}
.index_products ul li {
  width: 50%;
  padding: 0 0 10px;
  float: left;
  text-align: center;
  position: relative;
}
.index_products ul li.pro_1 {
  background: #fafafa;
}
.index_products ul li.pro_2 {
  background: #ffef81;
}
.index_products ul li.both_pro {
  float: none;
  width: 100%;
  clear: both;
}
.index_products ul li.both_pro1 {
  background: #ffef81;
}
.index_products ul li img {
  display: block;
  margin: 0 auto 3px;
}
.index_products ul li a.btns {
  height: 40px;
  width: 304px;
  font-family: '宋体';
  bottom: 0;
  line-height: 38px;
  color: #333;
  font-size: 10px;
  display: block;
  margin: 0 auto;
  border: 1px #333 solid;
  border-radius: 0;
}
.index_products ul li a.btns:hover {
  color: #fff;
  background: #333;
}
.index_pic_list {
  background: #f7f7f7;
  text-align: center;
}
.index_pic_list .title {
  display: inline-block;
  color: #222;
  font-size: 180%;
  margin: 30px 0 0;
  padding: 20px 0 40px;
  border-top: 1px #222 solid;
}
.index_pic_list ul {
  width: 70%;
  margin: 0 auto;
}
.index_pic_list ul.first-child {
  margin: 0;
}
.index_pic_list ul li {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.index_pic_list ul li img {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}
.index_pic_list ul li:active:after {
  background: rgba(0, 0, 0, 0.35);
}
.tit {
  background: transparent left center no-repeat;
  color: #222;
  font-size: 160%;
  border-top: 1px #222 solid;
  margin: 0 0 10px 0;
  padding: 20px 0 15px;
  display: inline-block;
}
.pb10 {
  padding-bottom: 10px;
}
.titmb10 {
  padding-bottom: 50px;
}
#products_buypage {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 50px;
  line-height: 50px;
}
#products_buypage h1.name {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 15px;
  margin: 0;
  line-height: 30px;
  z-index: 2;
}
#products_buypage a.buy {
  top: 10px;
  right: 15px;
  position: absolute;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #3c3847;
  z-index: 2;
}
#products_buypage a.buy:active {
  background-color: #666074;
}
#products_buypage.tops {
  position: fixed;
}
#products_buypage.tops h1.name {
  color: #fff;
  top: 10px;
}
#products_buypage.tops a.buy {
  top: 10px;
}
#products_buypage em {
  position: absolute;
  height: 50px;
  display: block;
  width: 100%;
  background: transparent url('images/product_masks.6.png');
  z-index: 1;
}
#products {
  padding: 0;
}
.products {
  text-align: center;
  position: relative;
  background: transparent center repeat-x;
  clear: both;
  overflow: hidden;
}
.products a {
  display: block;
  width: 210px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
  border: 1px #222 solid;
}
.products a:hover {
  color: #222;
}
.products a:active {
  color: #fff;
  background-color: #b0a377;
  border-color: #b0a377;
}
.products_1 {
  height: 650px;
  background-image: url('images/productsbg_1.jpg');
  color: #fff;
}
.products_1 .tit {
  color: #fff;
  border: 0;
  margin: 340px auto 0;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
}
.products_1 hr {
  width: 106px;
  margin: 30px auto;
}
.products_2 {
  height: 700px;
  background-image: url('images/productsbg_2.jpg');
  color: #222;
}
.products_2 .tit {
  border: 0;
  margin: 330px auto 0;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
}
.products_2 hr {
  width: 106px;
  margin: 30px auto;
  border-color: #222;
}
.products_2 p {
  margin: 0;
}
.products_2 strong {
  font-size: 36px;
  line-height: 36px;
  display: block;
  padding: 40px 0 20px;
}
.products_2 strong span {
  font-size: 18px;
}
.products_3 {
  height: 700px;
  background-image: url('images/productsbg_3.jpg');
  color: #222;
}
.products_3 .tit {
  border: 0;
  margin: 330px auto 0;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
}
.products_3 hr {
  width: 106px;
  margin: 30px auto;
  border-color: #222;
}
.products_3 p {
  margin: 0;
}
.products_3 strong {
  font-size: 36px;
  line-height: 36px;
  display: block;
  padding: 40px 0 20px;
}
.products_3 strong span {
  font-size: 18px;
}
.products_4 {
  line-height: 25px;
  background-image: none;
}
.products_4 ul.product_img {
  width: 75%;
  margin: 45px auto;
}
.products_4 ul.product_img li img {
  width: 100%;
  display: block;
}
.products_5 {
  background-image: none;
  color: #f9f9f9;
  margin: 0;
  padding: 0;
  list-style: none;
}
.products_5 ul li {
  height: 256px;
  color: #fff;
  background: #222 center repeat-x;
  position: relative;
  z-index: 1;
}
.products_5 ul li * {
  position: relative;
  z-index: 3;
}
.products_5 ul li em.after {
  display: block;
  width: 100%;
  height: 620px;
  position: absolute;
  background-image: url('images/product_masks.6.png');
  top: 0;
  left: 0;
  z-index: 2;
}
.products_5 ul li em.after:hover {
  background-image: url('images/product_masks.png');
}
.products_5 ul li h4.tit {
  color: #fff;
  font-size: 25px;
  margin-top: 40px;
  border-color: #fff;
  padding: 12px 0 10px;
}
.products_5 ul li h4.tit span {
  font-size: 15px;
  display: block;
}
.products_5 ul li strong {
  font-weight: normal;
  font-size: 10px;
  display: block;
  clear: both;
  margin: 0;
}
.products_5 ul li p {
  line-height: 128%;
  font-size: 80%;
}
.products_5 ul li span.icons {
  display: block;
  margin: 15px auto 20px;
  width: 32px;
  height: 32px;
  background: transparent center no-repeat;
  background-size: 100%;
}
.products_5 ul li.item_1 {
  background-image: url('images/productsbg_sub1.jpg');
  background-size: auto 100%;
}
.products_5 ul li.item_1 span.icons {
  background-image: url('images/productsbg_icons_1.png');
}
.products_5 ul li.item_2 {
  background-image: url('images/productsbg_sub2.jpg');
  background-size: auto 100%;
}
.products_5 ul li.item_2 span.icons {
  background-image: url('images/productsbg_icons_2.png');
}
.products_5 ul li.item_3 {
  background-image: url('images/productsbg_sub3.jpg');
  background-size: auto 100%;
}
.products_5 ul li.item_3 span.icons {
  background-image: url('images/productsbg_icons_3.png');
}
.products_5 ul li.item_4 {
  background-image: url('images/productsbg_sub4.jpg');
  background-size: auto 100%;
}
.products_5 ul li.item_4 span.icons {
  background-image: url('images/productsbg_icons_4.png');
}
.products_5 ul li.item_5 {
  background-image: url('images/productsbg_sub5.jpg');
  background-size: auto 100%;
}
.products_5 ul li.item_5 span.icons {
  background-image: url('images/productsbg_icons_5.png');
}
.products_5 ul li.item_6 {
  background-image: url('images/productsbg_sub6.jpg');
  background-size: auto 100%;
}
.products_5 ul li.item_6 span.icons {
  background-image: url('images/productsbg_icons_6.png');
}
.proudct_intor_table {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px #cccccc solid;
}
.proudct_intor_table th,
.proudct_intor_table td {
  border-top: 1px #cccccc solid;
}
.proudct_intor_table th {
  font-size: 18px;
  width: 30%;
  text-align: center;
  background: #f9f9f9;
}
.proudct_intor_table td {
  padding: 30px;
  background: #fff;
}
.product_views .cont {
  width: 100%;
}
.product_views .product_views_pic .cont {
  position: relative;
  text-align: center;
  padding: 30px 0 0;
}
.product_views .product_views_pic .cont .pci_view {
  width: 100%;
  height: 285px;
}
.product_views .product_views_pic .cont .pci_view img {
  height: 285px;
  margin: 0 auto;
}
.product_views .product_views_pic .cont .pci_subpic {
  width: auto;
  padding: 20px 0;
}
.product_views .product_views_pic .cont .pci_subpic img {
  width: 80px;
  height: 80px;
  border: 1px transparent solid;
}
.product_views .product_views_pic .cont .pci_subpic img.border {
  border-color: #c8d7d4;
}
.product_views .product_views_pic .cont h3.name {
  color: #222;
  font-size: 22px;
  margin: 0 0 15px;
}
.product_views .product_views_pic .cont p.into {
  color: #aaa;
  font-size: 14px;
  margin: 10px 10px 35px;

}
.product_views .product_views_pic .cont p.price {
  text-align: left;
  text-indent: 1em;
  color: #b0a377;
  font-size: 22px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 40px;
}
.product_views .product_views_pic .cont p.price span {
  font-size: 14px;
}
.product_views .product_views_pic .cont a.btn {
  position: absolute;
  right: 1em;
  bottom: 0;
  display: block;
  font-size: 14px;
  width: 110px;
  height: 35px;
  line-height: 34px;
  padding: 0;
  color: #fff;
  background: #b0a377;
}
.product_views .product_views_pic .cont a.btn:hover {
  background: #9b8e61;
}
.product_views .product_views_pic .cont .btn6 {
  position: absolute;
  right: 1em;
  bottom: 0;
  display: block;
  font-size: 14px;
  width: 110px;
  height: 35px;
  line-height: 34px;
  padding: 0;
  color: #fff;
  background: #b0a377;
}
.product_views .product_views_pic .cont .btn6:hover {
  background: #9b8e61;
}
.product_views .proudct_views_box {
  background: #5a5b62;
}
.product_views .proudct_views_box .cont {
  color: #fff;
}
.product_views .battery_box_1 h3.name {
  padding: 25px 0 0 25px;
}
.product_views .battery_box_1 p.into {
  padding: 0 0 0 25px;
}
.product_views .battery_box_1 img {
  margin: auto;
  display: block;
}
.product_views .battery_box_1 .img_0,
.product_views .battery_box_1 .img_1 {
  width: 45%;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 2%;
}
.product_views .battery_box_1 .img_0 {
  left: 190px;
}
.product_views .battery_box_1 .img_0 img {
  width: 105px;
}
.product_views .battery_box_1 .img_1 {
  right: 150px;
}
.product_views .battery_box_1 .img_1 img {
  width: 135px;
}
.product_views .battery_box_2 h3.name {
  padding: 25px 0 0 25px;
}
.product_views .battery_box_2 p.into {
  padding: 0 0 0 25px;
}
.product_views .battery_box_2 img {
  /*height: 135px;*/
  margin: auto;
  display: block;
}
.product_views .battery_box_2 .img_0,
.product_views .battery_box_2 .img_1 {
  width: 45%;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 2%;
}
.product_views .proudct_views_intor .cont {
  padding: 50px 0 30px;
}
.product_views .proudct_views_morelist {
  background: #f3f3f3;
  text-align: center;
}
.product_views .proudct_views_morelist .cont {
  padding: 30px 0 25px;
}
.product_views .proudct_views_morelist li {
  margin: 0 20px 20px;
  padding: 0 0 0 105px;
  position: relative;
  background: #fff;
  height: 150px;
  text-align: left;
}
.product_views .proudct_views_morelist li img {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.product_views .proudct_views_morelist li h3.name {
  font-size: 18px;
  padding: 20px 0;
}
.product_views .proudct_views_morelist li p.into {
  line-height: 18px;
}
.product_views .proudct_views_morelist li span.more {
  font-size: 10px;
  line-height: 1.1em;
  color: #b0a377;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.product_views .proudct_views_morelist li a {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: transparent;
  position: absolute;
  z-index: 2;
}
.product_views_item .product_views_banner {
  color: #fff;
  background: transparent center repeat-x;
  height: 555px;
  padding: 0 20px;
 /* width:100%;
  max-width:640px;
  min-width:320px;*/
}





.product_views_item h3.name {
  font-size: 18px;
}
.product_views_item .banner_0 {
  text-align: right;
  background-image: url("images/product_pics/banner_01_new.jpg");
  background-position: top center;
  background-size: auto 100%;
}
.product_views_item .banner_0 h3.name {
  margin: 0;
  padding: 360px 0 0;
}
.product_views_item .banner_0 hr {
  width: 110px;
  /*margin: 15px 0 15px auto;*/
}

.product_views_item .banner_memory {
  text-align: right;
  background-image: url("images/product_pics/memory_list.png");
  background-position: top center;
  background-size: auto 100%;
}
.product_views_item .banner_memory h3.name {
  margin: 0;
  padding: 360px 0 0;
}
.product_views_item .banner_memory hr {
  width: 110px;
  /*margin: 15px 0 15px auto;*/
}
.product_views_item .banner_1 {
  background-image: url("images/product_pics/banner_02_new.jpg");
  text-align: left;
  background-position: top center;
  background-size: auto 100%;

}
.product_views_item .banner_1 h3.name {
  margin: 0;
  padding: 320px 0 0;
}
/*.product_views_item .banner_1 hr {
  width: 110px;
  margin: 25px 0 25px auto;

}*/
.product_views_item .product_views_banner_hg {
  color: #fff;
  background: transparent center repeat-x;
  height: 560px;
  padding: 0 20px;
  background-color:#32312d;

}
.product_views_item .banner_hg {
  
  background-position:top;
  background-image: url("images/product_pics/m_banner_hg_new.jpg");
  width:100%;


}
.product_views_item .banner_hg h3.name {
  margin: 0;
  padding: -60px 0 0;
  text-align: center;

}
.product_views_item .banner_hg_sz {
  background-position:top;
  background-image: url("images/product_pics/m_banner_hg_sz_new.jpg");
  width:100%;

}
.product_views_item .banner_hg_sz h3.name {
  margin: 0;
  padding: -60px 0 0;
  text-align: center;

}


.product_views_item .product_views_list ul li {
  width: auto;
  text-align: center;
  padding: 0 0 25px;
}
.product_views_item .product_views_list ul li img {
  width: auto;
  height: 125px;
  margin: 0 auto 10px;
}
.product_views_item .product_views_list ul li h3.name {
  color: #222;
  font-size: 20px;
  padding: 0 0 15px;
}
.product_views_item .product_views_list ul li p.into {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 15px;
}
.product_views_item .product_views_list ul li p.price {
  color: #222;
  font-size: 14px;
  padding: 0 0 15px;
}
.product_views_item .product_views_list ul li a.btn {
  display: block;
  margin: 0 auto;
  color: #b0a377;
  border: 1px #b0a377 solid;
  width: 120px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
}
.product_views_item .product_views_list ul li a.btn:hover {
  color: #fff;
  background: #b0a377;
}
.product_views_item .product_views_list ul li .btn6 {
  display: block;
  margin: 0 auto;
  color: #b0a377;
  border: 1px #b0a377 solid;
  width: 120px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
}
.product_views_item .product_views_list ul li .btn6:hover {
  color: #fff;
  background: #b0a377;
}
.product_views_item .product_into_plan {
  color: #fff;
  background: #404146;
}
.product_views_item .product_into_plan .cont {
  text-align: center;
}
.product_views_item .product_into_plan img {
  width: 100%;
}
.product_views_item .product_into_plan h3.tit {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  border-bottom: 1px #fff solid;
  padding: 80px 0 30px;
  margin: 0 auto 60px;
}
.product_views_item .product_into_plan ul {
  -ms-text-align-last: left;
  text-align: left;
  padding: 0 10px;
}
.product_views_item .product_into_plan ul li {
  width: 42%;
  float: left;
  margin: 0 4% 60px;
}
.product_views_item .product_into_plan ul li:last-child {
  clear: left;
}
.product_views_item .product_into_plan ul h4.name {
  margin-bottom: 15px;
}


.product_views_item .product_into_plan_new {
  color: #000000;
  background: transparent url('images/product_pics/product_list_bg.jpg') center no-repeat;
  background-size: 100% 100%;
}
.product_views_item .product_into_plan_new .cont {
  text-align: center;
}
.product_views_item .product_into_plan_new img {
  /*width: 100%;*/
}
.product_views_item .product_into_plan_new h3.tit {
  font-size: 28px;
  color: #000000;
  display: inline-block;
  border-bottom: 1px #000000 solid;
  padding: 50px 0 30px;
  margin: 0 auto 60px;
}
.product_views_item .product_into_plan_new h4.name {
  font-size: 22px;
  margin-bottom: 15px;
}
.product_views_item .product_into_plan_new p {
  font-size: 13px;
  color: gray;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
}
.newproduct_into {
  margin: 0 auto;
  padding: 0 20px;
}
.newproduct_into .cont_text {
  border: 5px #ddd solid;
  margin: 0;
  text-align: center;
  color: #474747;
}
.newproduct_into .cont_text img {
  width: 100%;
  margin: 10px 0 10px;
}
.newproduct_into .cont_text h3 {
  padding: 0 60px;
  margin: 0 0 20px;
}
.newproduct_into .cont_text p {
  font-size: 14px;
  line-height: 2em;
  padding: 0 20px 10px;
}
.newproduct_into .img_view {
  padding: 30px 0;
}
.newproduct_into .img_view img {
  width: 100%;
}
div.layout {
  min-height: 100%;
  position: relative;
}*/
div.layout .footer {
  /*position: absolute;*/
  width: 100%;
  bottom: 0;
}
div.layout .footer img.logo {
  display: none;
}
.login_form {
  padding: 40px 0 0;
  margin: auto;
  width: 100%;
  position: relative;
}
.login_form #break_password {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
}
.login_form #break_password:active {
  color: #b0a377;
}
.login_form form {
  width: 80%;
  margin: auto;
}
.login_form label {
  font-weight: normal;
  padding: 10px 0;
  display: block;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.login_form label.code {
  margin-right: 130px;
}
.login_form label.code a {
  position: absolute;
  top: 4px;
  right: -130px;
  font-size: 130%;
  display: block;
  width: 110px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #b0a377;
  border: 1px #b0a377 solid;
}
.login_form label.code a:active {
  color: #fff;
  background: #b0a377;
}
.login_form label.code a#time_code,
.login_form label.code a#time_code:active {
  color: #ddd;
  border: 1px #ddd solid;
  background: #fff;
}
.login_form label.code a#time_code:active {
  color: #aaa;
}
.login_form label.blur {
  border-bottom: 2px solid #b0a377;
  padding: 10px 0 9px;
}
.login_form label input[type=text],
.login_form label input[type=password] {
  font-size: 150%;
  width: 100%;
  height: 24px;
  line-height: 24px;
}
.login_form label span.text {
  font-size: 12px;
  position: absolute;
  padding: 0 2px;
  top: 10px;
  right: 0;
  color: #fff;
  background: #222;
  display: none;
}
.login_form h1.logo {
  text-align: center;
  margin: 0 auto 40px;
}
.login_form h1.logo img {
  width: 40%;
}
.login_form p.slogan {
  text-align: center;
  font-size: 180%;
  line-height: 130%;
  font-weight: bold;
  color: #222;
  margin: 0 0 16px;
}
.login_form p.plans {
  font-size: 100%;
  text-align: center;
  color: #aaa;
  margin: 0 0 30px;
}
.login_form p.button_line {
  margin: 40px 0 25px;
}
.login_form p.button_line .btns {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 50px;
  color: #fff;
  background: #b0a377;
}
.login_form p.button_line .btns:active {
  background-color: #9b8e61;
}
.login_form p.more_link {
  margin: 0 0 25px;
  text-align: right;
}
.login_form p.more_link a {
  color: #aaa;
}
.login_form p.more_link a:active {
  color: #b0a377;
}
.login_form p.en_textline {
  background: url("images/line_centersIJksajwe.gif") center no-repeat;
  text-align: center;
  margin: 0 20px 30px;
}
.login_form p.en_textline span {
  background: #fff;
  padding: 0 10px;
}
.user_member_cont,
.user_cont_flex {
  margin: 10px 5% 0;
}
.user_member_bar {
  display: none;
}
.user_member_question {
  font-size: 120%;
  padding: 0 0 20px;
}
.user_member_question p {
  padding-left: 30px;
}
.user_member_question p.q {
  /*font-size: 120%;*/
  color: #222;
  /*height: 24px;*/
  /*line-height: 24px;*/
  /*background: transparent url('images/app/question-right.png') right center no-repeat;*/
  /*background-size: auto 100%;*/
  /*margin-bottom:20px;*/
}
.faq_1 {
  /*height: 24px;*/
  /*line-height: 24px;*/
  background: transparent url('images/app/question-right.png') right center no-repeat;
  background-size: auto 100%;
  /*margin-bottom:20px;*/
}
.faq_1_show {
  /*height: 24px;*/
  /*line-height: 24px;*/
  background: transparent url('images/app/question-bottom.png') right center no-repeat;
  background-size: auto 100%;
  /*margin-bottom:20px;*/
}

.user_member_question p.r {
  font-size: 100%;
  color: #777;
  line-height: 150%;
  padding-bottom: 10px;
}
.user_member_services {
  margin: -20px 0 0;
  padding: 20px 0 40px;
}
.user_member_services p {
  color: #777;
  font-size: 14px;
  line-height: 24px;
}
.user_member_services b {
  color: #222;
}
.user_member_conpanyplan {
  font-size: 120%;
  text-align: center;
  padding: 0 0 20px;
}
.user_member_conpanyplan img {
  margin: 0 auto 20px;
  width: 100%;
}
.user_member_conpanyplan img.text {
  width: 75%;
  margin: 0 auto 30px;
}
.user_member_conpanyplan p {
  line-height: 24px;
}
.medianews ul li {
  margin: 0 0 20px;
  background: #f9f9f9;
  border-radius: 3.33333333px;
  padding: 30px;
}
.medianews ul li.hover {
  box-shadow: 0 1px 2px #aaa;
}
.medianews ul li .tit {
  background: transparent left center no-repeat;
  color: #222;
  font-size: 180%;
  font-weight: normal;
  border: 0;
  border-bottom: 1px #222 solid;
  margin: 0 0 10px;
  padding: 0 0 10px;
  display: inline-block;
}
.medianews ul li .tit strong {
  font-family: "宋体";
  color: #222;
  font-size: 200%;
  margin: 0 0 0 0;
  padding: 0 25px 0 0;
  background: transparent url("images/line_trbl.png") right center no-repeat;
}
.medianews ul li .tit span {
  font-family: "宋体";
  color: #777;
  font-size: 22px;
}
.medianews ul li .text {
  color: #222;
  font-size: 140%;
  line-height: 140%;
}
.medianews ul li .author {
  color: #777;
  font-size: 100%;
}
.medianews ul li .readmore {
  color: #b0a377;
  font-size: 80%;
  display: inline-block;
}
#downapp {
  text-align: center;
  color: #222;
  padding: 0 0 60px;
}
#downapp h3 {
  font-weight: bold;
  padding: 20px 0;
}
#downapp p {
  color: #aaa;
  padding: 0 0 20px;
}
#downapp img.btnimg {
  width: 50%;
}
#reserve {
  text-align: center;
  margin: 0 10%;
  padding: 30px 0;
}
#reserve h2.tit {
  color: #222;
  font-weight: bold;
  font-size: 170%;
  line-height: 140%;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
#reserve h2.tit strong {
  color: #b0a377;
}
#reserve hr {
  width: 110px;
  border-top: 1px #222 solid;
  margin: 20px auto;
}
#reserve p {
  font-size: 100%;
  margin: 0 30px 10px;
}
#reserve img.product_img {
  margin: 0 auto 10px;
}
#reserve .btns {
  font-size: 18px;
  display: block;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #b0a377;
  margin: 0 auto;
}
#reserve .btns:active {
  background-color: #ac9f73;
}
.user_member_form {
  position: relative;
}
.user_member_form #break_password {
  position: absolute;
  top: 10px;
  right: 0;
  color: #aaa;
}
.user_member_form #break_password:hover {
  color: #b0a377;
}
.user_member_form .user_member_form_text {
  color: #222;
  font-size: 12px;
  line-height: 20px;
}
.user_member_form .user_member_form_text i {
  font-size: 12px;
  color: #aaa;
  padding: 0 5px;
}
.user_member_form form.member_form {
  margin: 0;
}
.user_member_form form.member_form label {
  margin-bottom: 20px;
}
.user_member_form span.labelname {
  font-size: 14px;
  color: #222;
  display: block;
  clear: both;
  line-height: 1.01em;
  padding: 0 0 20px;
}
.user_member_form span.labelname em {
  font-size: 12px;
  color: #aaa;
  padding: 0 5px;
}
.user_member_form label {
  font-weight: normal;
  padding: 5px 0 10px;
  display: block;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.user_member_form label.blur {
  border-bottom: 2px solid #b0a377;
  padding: 5px 0 9px;
}
.user_member_form label input[type=text],
.user_member_form label input[type=password] {
  font-size: 14px;
  width: 100%;
  height: 24px;
  line-height: 24px;
}
.user_member_form label span.text {
  font-size: 12px;
  position: absolute;
  padding: 0 2px;
  top: 0;
  right: 0;
  color: #fff;
  background: #222;
  display: none;
}
.user_member_form input {
  border: 0;
  background: transparent;
  outline: none;
  color: #222;
}
.user_member_form input.placeholder {
  color: #aaa;
}
.user_member_form div.sexual_select {
  height: 10px;
}
.user_member_form div.sexual_select a:last-child {
  margin: 0;
}
.user_member_form p.button_line {
  margin: 20px 0 30px;
  display: block;
  clear: both;
}
.user_member_form p.button_line .btns {
  display: block;
  width: 100%;
  font-size: 160%;
  color: #fff;
  background: #b0a377;
}
.user_member_form p.button_line .btns:hover {
  background-color: #ac9f73;
}
.user_member_bar {
  text-align: center;
  padding: 20px 0 0;
}
.user_member_bar .tit {
  font-size: 200%;
  border-top: 0;
  border-bottom: 1px #ddd solid;
  margin: 0 0 20px;
}
.user_member_bar li a {
  font-size: 140%;
  display: block;
  height: 50px;
  line-height: 50px;
}
.user_member_bar li a:hover {
  color: #222;
}
.user_member_bar li a:active {
  color: #b0a377;
  background: #f2f2f2;
}
.back_bar {
  padding: 20px 10px 0 20px;
  text-align: left;
}
.back_bar a {
  font-size: 100%;
  color: #aaa;
}
.back_bar a:hover {
  color: #aaa;
}
.back_bar a:active {
  color: #b0a377;
}
.address ul li {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px #99acac solid;
  position: relative;
}
.address ul li .tel {
  font-size: 12px;
  font-style: italic;
}
.address ul li .name {
  font-size: 14px;
  padding: 10px 0;
}
.address ul li .address {
  font-size: 12px;
}
.address ul li.hover {
  background: #f4f7f6;
}
.address ul li.hover span {
  display: block;
}
.address ul li span {
  position: absolute;
  background: transparent left bottom no-repeat;
  cursor: pointer;
}
.address ul li span.delete {
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: 15px;
  right: 15px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  background-image: url('images/bxwx.png');
}
.address ul li span.hover {
  background-color: #eee;
}
.address ul li span.edit {
  color: #b0a377;
  height: 16px;
  line-height: 16px;
  bottom: 15px;
  right: 15px;
  padding: 0 0 0 20px;
  background-image: url('images/edit_icon.png');
}
.user_member_tabs {
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
.user_member_tabs a {
  font-size: 140%;
  padding: 0 4px;
  float: left;
  width: 33.33%;
  text-align: center;
}
.user_member_tabs a.current {
  color: #b0a377;
  border-bottom: 2px #b0a377 solid;
}
.user_member_tabs a:hover {
  color: #b0a377;
}
.myrights .add_the_items {
  margin: 0;
  padding: 20px 0 0;
  display: block;
  clear: both;
}
.myrights.overrights ul li {
  background-position: right top;
}
.myrights.timeout ul li p.text em {
  color: #222;
  font-style: normal;
  text-decoration: line-through;
}
.myrights ul {
  width: 346px;
  margin: 0 auto;
  padding: 20px 0 0;
  zoom: .8;
}
.myrights ul li {
  float: left;
  margin: 0 10px 20px 0;
  width: 158px;
  height: 262px;
  padding: 68px 10px 0;
  color: #aaa;
  text-align: center;
  background: transparent url('images/vip_bgtag.png') left top no-repeat;
}
.myrights ul li.rights-over {
  background-position: right top;
}
.myrights ul li h3.name {
  font-size: 130%;
  height: 24px;
}
.myrights ul li span.price {
  color: #b0a377;
  font-size: 30px;
  height: 50px;
  display: block;
}
.myrights ul li span.price em {
  font-style: normal;
  font-size: 18px;
}
.myrights ul li p.text {
  line-height: 1.2em;
}
.myrights ul li p.text em {
  font-style: normal;
}
.orders {
  text-align: center;
  padding: 10px 0 0 0;
}
.orders ul {
  text-align: left;
  border-bottom: 1px #ddd solid;
}
.orders ul li {
  position: relative;
  display: block;
  clear: both;
  min-height: 165px;
}
.orders ul li .pics {
  min-height: 80px;
}
.orders ul li .pics a {
  float: left;
  position: relative;
  display: block;
  line-height: 70px;
  min-width: 70px;
  min-height: 70px;
  padding: 0 0 0 75px;
  margin: 0 20px 0 0;
}
.orders ul li .pics a img {
  position: absolute;
  border-radius: 3.33333333px;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}
.orders ul li span.steps {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding: 0 30px;
}
.orders ul li span.steps_1 {
  color: #9dc98a;
  background-image: url('images/step_1.png');
}
.orders ul li span.steps_2 {
  color: #9fc1c0;
  background-image: url('images/step_2.png');
}
.orders ul li span.steps_3 {
  color: #222222;
  background-image: url('images/step_3.png');
}
.orders .order_tit {
  font-size: 12px;
  color: #aaa;
  padding: 10px 0;
  font-style: italic;
}
.orders .order_tit span {
  padding: 0 15px 0 0;
}
.orders .order_tit span:first-child {
  font-style: normal;
  font-size: 14px;
  color: #222;
}
.orders .order_link {
  float: right;
}
.orders .order_link a,
.orders .order_link span {
  display: block;
  height: 33%;
  text-align: center;
  float: left;
  padding: 0 10px;
}
.orders .order_link a:first-child {
  display: none;
}
.orders .order_link a:last-child {
  color: #b0a377;
}
.orders .order_link span {
  visibility: hidden;
}
.orders .order_texts {
  position: absolute;
  width: 80px;
  height: 70px;
  bottom: 40px;
  right: 0;
}
.orders .order_texts a,
.orders .order_texts span {
  display: block;
  height: 33%;
  text-align: center;
}
.orders .order_texts span {
  visibility: hidden;
}
.orders .order_texts span.text {
  color: #222;
  visibility: visible;
}
.orders .price {
  float: left;
  text-align: center;
  font-size: 14px;
  color: #222;
}
.orders .more_order {
  font-size: 10px;
  color: #aaa;
  display: block;
  text-align: center;
  width: 10em;
  padding: 4px;
  margin: 10px auto;
  background: transparent url("images/menu_btn_down.png") right center no-repeat;
}
.order_timeline {
  padding: 40px 0 140px;
  margin: 0 0 0 2%;
}
.order_timeline .order_lines {
  margin: 0 1% 0 0;
  height: 4px;
  position: relative;
}
.order_timeline .order_lines img {
  border-radius: 10px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.order_timeline .order_lines #order_line {
  width: 99%;
  background: #dcdcdc;
}
.order_timeline .order_lines #order_line_current {
  background: #9dc98a;
}
.order_timeline .order_lines #order_line_current.s33 {
  width: 33%;
}
.order_timeline .order_lines #order_line_current.s66 {
  width: 66%;
}
.order_timeline .order_lines #order_line_current.s99 {
  width: 99%;
}
.order_timeline .order_lines #order_line_num {
  position: absolute;
  font-family: "宋体";
  font-style: italic;
  font-size: 15px;
  top: -35px;
  line-height: 1em;
  left: 0;
  width: 3.4em;
  text-align: center;
  padding: 2px 5px 0;
  border-radius: 10px;
  color: #fff;
  background: #9dc98a;
  margin: 0 0 0 -1.7em;
}
.order_timeline .order_lines #order_line_num.s33 {
  left: 33%;
}
.order_timeline .order_lines #order_line_num.s66 {
  left: 66%;
}
.order_timeline .order_lines #order_line_num.s99 {
  left: 99%;
}
.order_timeline .order_lines #order_line_num .num {
  font-size: 10px;
}
.order_timeline .order_lines #order_line_num em {
  line-height: 1px;
  width: 1px;
  height: 1px;
  border-width: 4px;
  border-style: solid;
  border-color: #9dc98a transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 -5px 0;
}
.order_timeline .name {
  color: #222;
  position: absolute;
  width: 70px;
  text-align: center;
  top: 20px;
  left: 0;
  margin: 0 0 0 -35px;
}
.order_timeline .name p.time {
  font-size: 10px;
  color: #aaa;
  line-height: 1.2em;
}
.order_timeline .name.over,
.order_timeline .name.over p.time {
  color: #9dc98a;
}
.order_timeline #tab2 {
  left: 33%;
}
.order_timeline #tab3 {
  left: 66%;
}
.order_timeline #tab4 {
  left: 99%;
}
.order_view .names {
  font-size: 14px;
  color: #222;
  padding: 10px 0;
}
.order_view .cont {
  font-size: 12px;
  color: #777;
  padding: 0 0 70px 0;
  line-height: 24px;
  width: 100%;
}
.order_view p.button_line {
  margin: 0;
  padding-right: 180px;
  position: relative;
}
.order_view p.button_line .btns {
  position: absolute;
  right: 0;
  display: block;
  width: 160px;
  float: right;
  font-size: 18px;
  color: #fff;
  background: #b0a377;
}
.order_view p.button_line .btns:hover {
  background-color: #ac9f73;
}
.order_view p.button_line span.timer {
  color: #fff;
  margin: 5px 0 0;
  padding: 5px;
  float: right;
  font-size: 9px;
  line-height: 14px;
  height: auto;
  background-color: #222;
}
.product_list {
  width: 100%;
}
.product_list ul {
  border-bottom: 1px #aaa solid;
  padding: 0 0 10px;
}
.product_list ul li {
  margin: 0 0 20px;
}
.product_list dt {
  display: none;
}
.product_list dt span {
  color: #aaa;
  padding: 3.33333333px 0 20px;
}
.product_list dd div {
  position: relative;
}
.product_list dd div.col_1 {
  padding: 0 0 0 90px;
}
.product_list dd div.col_1 img {
  position: absolute;
  top: 0;
  left: 0;
}
.product_list dd div.col_2 {
  padding: 0 0 0 90px;
}
.product_list dd div.col_3 {
  margin-left: 90px;
}
.product_list dd div.col_3,
.product_list dd div.col_4,
.product_list dd div.col_5 {
  float: left;
  width: 20%;
}
.product_list dd div.col_4 {
  text-align: center;
}
.product_list dd div.col_5 {
  float: right;
}
.product_list dd div.col_5 p {
  color: #b0a377;
}
.product_list dd div p {
  color: #222;
  margin: 10px 0 0;
  line-height: 1.2em;
}
.product_list dd div p strong {
  font-size: 14px;
  font-weight: 400;
}
.product_list dd div p span {
  color: #aaa;
  display: block;
}
.product_list p.subtotal {
  text-align: right;
  width: 190px;
  float: right;
  clear: both;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 90px;
  margin: 0 20px;
  position: relative;
  color: #b0a377;
}
.product_list p.subtotal span.stit {
  display: block;
  width: 90px;
  color: #aaa;
  position: absolute;
  top: 0;
  left: 0;
}
.product_list p.subtotal span.big {
  font-size: 200%;
}
.product_list p.subtotal:first-child {
  margin-top: 20px;
}
.product_list p.subtotal:last-child {
  margin: 35px 20px 25px;
}
p.button_line {
  margin: 0;
  height: 65px;
  padding: 15px 50% 20px 0;
  position: relative;
}
p.button_line .btns {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  width: 45%;
  font-size: 18px;
  height: 50px;
  color: #fff;
  background: #b0a377;
}
p.button_line .btns:hover {
  background-color: #ac9f73;
}
p.button_line a {
  position: absolute;
  top: 15px;
  right: 55%;
  display: block;
  width: 45%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #b0a377;
  background: #fff;
  border: 1px #b0a377 solid;
}
p.button_line a:hover {
  color: #fff;
  background: #b0a377;
}
p.button_line span.timer {
  font-size: 9px;
  line-height: 16px;
  height: 50px;
  color: #fff;
  margin: 0;
  padding: 5px;
  float: right;
  height: 24px;
  overflow: hidden;
  background-color: #222;
}
.shoppingcart_list {
  width: 100%;
}
.shoppingcart_list .col_1,
.shoppingcart_list .col_2,
.shoppingcart_list .col_3,
.shoppingcart_list .col_4,
.shoppingcart_list .col_5 {
  text-align: left;
}
.shoppingcart_list ul {
 /* border-bottom: 1px #ddd solid;*/
  padding: 0 0 10px;
}
.shoppingcart_list ul li {
  margin: 0 0 20px;
  position: relative;
}
.shoppingcart_list dt {
  display: none;
}
.shoppingcart_list dd#subtotal {
  padding: 35px 0 25px;
}
.shoppingcart_list dt span {
  color: #aaa;
  padding: 3.33333333px 0 20px;
}
.shoppingcart_list dd div {
  position: relative;
}
.shoppingcart_list dd div.col_1 {
  padding: 0 0 0 90px;
}
.shoppingcart_list dd div.col_1 img {
  position: absolute;
  top: 0;
  left: 0;
}
.shoppingcart_list dd div.col_2,
.shoppingcart_list dd div.col_3,
.shoppingcart_list dd div.col_4,
.shoppingcart_list dd div.col_5 {
  margin: 0 0 0 90px;
}
.shoppingcart_list dd div.col_3 p,
.shoppingcart_list dd div.col_4 p,
.shoppingcart_list dd div.col_5 p {
  margin: 0;
}
.shoppingcart_list dd div.col_3 p {
  font-size: 14px;
}
.shoppingcart_list dd div.col_4 {
  height: 50px;
}
.shoppingcart_list dd div.col_4 span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  background: transparent url('images/minus_add.png') 0 0 no-repeat;
  cursor: pointer;
}
.shoppingcart_list dd div.col_4 span.add {
  left: 60px;
  background-position: -20px 0;
}
.shoppingcart_list dd div.col_4 input {
  height: 30px;
  line-height: 30px;
  width: 40px;
  margin-top: -15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  background: transparent;
}
.shoppingcart_list dd div.col_4 input.l {
  left: 5px;
  text-align: left;
}
.shoppingcart_list dd div.col_5 {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
}
.shoppingcart_list dd div.col_5 span.icon_close {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
  top: 100%;
  left: 0;
  margin: -10px 0 0;
  background: transparent url('images/icon_closes.gif') center no-repeat;
  cursor: pointer;
}
.shoppingcart_list dd div.col_5 span.hover {
  background-color: #eee;
}
.shoppingcart_list dd div p {
  color: #222;
  margin: 15px 0 0;
  line-height: 1.8em;
}
.shoppingcart_list dd div p strong {
  font-size: 14px;
  font-weight: 400;
}
.shoppingcart_list dd div p span {
  color: #aaa;
  display: block;
}
.shoppingcart_list p.subtotal {
  text-align: right;
  width: 190px;
  float: right;
  clear: both;
  line-height: 30px;
  padding: 0 0 0 90px;
  margin: 0 20px;
  position: relative;
  color: #b0a377;
}
.shoppingcart_list p.subtotal span.stit {
  display: block;
  width: 90px;
  color: #aaa;
  position: absolute;
  top: 0;
  left: 0;
}
.shoppingcart_list p.subtotal span.big {
  font-size: 200%;
}
.shoppingcart_list p.subtotal:first-child {
  margin-top: 20px;
}
.shoppingcart_list p.subtotal:last-child {
  margin: 0 20px;
}
.product_overview {
  width: 100%;
}
.product_overview ul {
  border-bottom: 1px #ddd solid;
  padding: 0 0 10px;
}
.product_overview ul li {
  margin: 0 0 20px;
}
.product_overview dt {
  display: none;
}
.product_overview dt span {
  color: #aaa;
  padding: 3.33333333px 0 20px;
}
.product_overview dd div {
  position: relative;
}
.product_overview dd div.col_1 {
  padding: 0 0 0 90px;
}
.product_overview dd div.col_1 img {
  position: absolute;
  top: 0;
  left: 0;
}
.product_overview dd div.col_2,
.product_overview dd div.col_3 {
  margin: 0 0 0 90px;
}
.product_overview dd div.col_3 {
  float: left;
  width: 32%;
}
.product_overview dd div.col_4 {
  float: right;
  width: 30%;
}
.product_overview dd div.col_3 p,
.product_overview dd div.col_4 p,
.product_overview dd div.col_5 p {
  margin: 0;
}
.product_overview dd div.col_5 {
  clear: both;
  margin: 0 0 0 90px;
}
.product_overview dd div.col_5 p {
  color: #b0a377;
}
.product_overview dd div p {
  color: #222;
  margin: 15px 0 0;
  line-height: 1.8em;
}
.product_overview dd div p strong {
  font-size: 14px;
  font-weight: 400;
}
.product_overview dd div p span {
  color: #aaa;
  display: block;
}
.product_overview dd div p span.name {
  display: inline-block;
  color: #aaa;
}
.product_overview p.subtotal {
  text-align: right;
  width: 190px;
  float: right;
  clear: both;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 90px;
  margin: 0 20px;
  position: relative;
  color: #b0a377;
}
.product_overview p.subtotal span.stit {
  display: block;
  width: 90px;
  color: #aaa;
  position: absolute;
  top: 0;
  left: 0;
}
.product_overview p.subtotal span.big {
  font-size: 200%;
}
.product_overview p.subtotal:first-child {
  margin-top: 20px;
}
.product_overview p.subtotal:last-child {
  margin: 35px 20px 25px;
}
#pay_select a {
  text-indent: 25px;
  background-position: 20px center;
  background-repeat: no-repeat;
}
#pay_select #zhifubao {
  background-image: url('images/zhifubao.png');
}
#pay_select #weixin {
  background-image: url('images/weixin.png');
}
#pay_select #paypay {
  background-image: url('images/paypay.png');
}
#coupon_select a {
  padding: 15px 10px;
  line-height: 1.4em;
}
#coupon_select a span {
  font-size: 10px;
  display: block;
}
#invoice_select .invoice_val {
  font-size: 14px;
  line-height: 1.8em;
  clear: both;
  padding: 10px 0;
  color: #777;
  display: block;
}
#invoice_select .invoice_val b {
  color: #222;
}
#invoice_select .invoice_val label {
  width: 410px;
  height: 30px;
  border-bottom: 1px solid #ddd;
}
#invoice_select .invoice_val label.blur {
  border-bottom: 2px solid #b0a377;
  padding: 0 0 1px;
}
#invoice_select .invoice_val input {
  width: 100%;
}
#type_select a {
  padding: 15px 0 0;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 50px;
  width: 100%;
  height: 120px;
}
#type_select a span {
  display: block;
  font-size: 9px;
  line-height: 16px;
  margin: 0 40px;
}
#collr_select a {
  font-size: 12px;
  padding: 15px 0;
  min-width: 10px;
  width: 42%;
  margin: 0 10px 10px 0;
}
#commodity_select a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  min-width: 1px;
  background: transparent center no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  text-indent: -99em;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#commodity_select a img {
  position: absolute;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 1;
}
#commodity_select a span {
  display: none;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  background: transparent url('images/selectimg_selected.png') center no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  z-index: 3;
}
#commodity_select a.current {
  border: 0;
}
#commodity_select a.current span {
  display: block;
}
#commodity_select a.current img {
  top: 1px;
  left: 1px;
}
.imgupload span.uploadbtn {
  font-size: 14px;
  float: left;
  min-width: 150px;
  padding: 0 20px;
  margin: 0 0 20px;
  line-height: 50px;
  color: #222;
  border: 1px #b7c6c6 solid;
  text-align: center;
  text-indent: 1.5em;
  display: block;
  position: relative;
  cursor: pointer;
  background-image: url('images/upload_icon.png');
  background-repeat: no-repeat;
  background-position: 25px center;
}
.imgupload span.uploadbtn:hover,
.imgupload span.uploadbtn .hover {
  background-color: #f4f7f6;
}
.imgupload ul {
  display: block;
  clear: both;
  height: 120px;
}
.imgupload ul li {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  text-align: center;
  background: #fafafa;
}
.imgupload ul li img {
  max-width: 120px;
  margin: auto;
}
.imgupload ul li em {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 24px;
  height: 24px;
  right: 5px;
  top: 5px;
  border-radius: 24px;
  background: transparent url('images/wclose_icon.png') center no-repeat;
  cursor: pointer;
}
#services_select {
  padding: 0 0 20px;
}
.product_new ul {
  padding: 40px 30px;
  text-align: center;
  line-height: 1.6em;
}
.product_new ul li {
  color: #222;
  font-size: 14px;
  height: 370px;
  border: 1px solid #ddd;
  padding: 50px 20px 0;
  margin: 0 0 40px;
}
.product_new ul li:last-child {
  margin: 0;
}
.product_new ul span.names {
  font-size: 16px;
}
.product_new ul h3.name {
  font-size: 22px;
  margin-bottom: 30px;
}
.product_new ul p.into {
  font-size: 12px;
  color: #777;
  margin-bottom: 30px;
}
.product_new ul .price {
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
}
.product_new ul .price span {
  display: block;
  font-size: 12px;
  line-height: 24px;
}
.product_new ul .tels {
  font-size: 16px;
  color: #b0a377;
}
.product_new ul .tels span {
  font-size: 22px;
  display: block;
  line-height: 2em;
}
.rolls {
  text-align: center;
}
.rolls h3.name {
  color: #222;
}
.rolls span.name {
  font-size: 18px;
  color: #222;
}
.rolls hr {
  width: 60px;
  border-color: #222;
  margin: 15px auto 15px 0;
}
.rolls ul {
  text-align: left;
  padding: 60px 0;
}
.rolls li {
  height: 160px;
  width: 280px;
  margin: 0 auto;
}
.newones {
  color: #fff;
  height: 430px;
  text-align: center;
  background: #242424 url("images/index_new/index_new_undefinds.png") top center no-repeat;
  background-size: 100% auto;
}
.newones h3.name {
  font-size: 28px;
  margin: 0;
  padding: 168px 0 14px;
}
.newones p.into {
  font-size: 22px;
  padding: 0 0 14px;
}
.newones span.plans {
  font-size: 14px;
}



#show_code {
    background: transparent url('images/75bg.png');
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 95;
    display: none;
}
#show_code #show_code_inner {
    position: relative;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    margin: -250px 0 0 -400px;
    z-index: 97;
    background-color: #fff;
    text-align: center;
}
#show_code #show_code_inner .a,
#show_code #show_code_inner .p {
    display: none;
}
#show_code #show_code_inner h3 {
    color: #222;
    font-size: 24px;
    padding: 50px 0 30px;
    margin: 0;
}
#show_code #show_code_inner p {
    font-size: 14px;
    margin: 0;
}
#show_code #show_code_inner img.code {
    width: 230px;
    height: 230px;
    margin: 30px auto;
}
#show_code #show_code_inner a.download {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 36px;
    margin: 0 auto;
    color: #b0a377;
    border: 1px #b0a377 solid;
}
#show_code #show_code_inner a.download:hover {
    color: #fff;
    background-color: #b0a377;
}
#show_code #show_code_inner .close_show_code {
    width: 60px;
    height: 60px;
    font-size: 30px;
    text-align: center;
    background: #fff url('images/win_clise.png') center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    line-height: 56px;
}
#show_code #show_code_inner .close_show_code:hover {
    background-color: #f2f2f2;
}
#show_code *,
#show_window *,
#user_menu * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#login_areacode {
    font-size: 16px;
    font-weight: normal;
    border: 1px #99acac solid;
    padding: 0;
    position: relative;
}
#login_areacode #area_val {
    color: #222;
    text-align: left;
    padding: 10px;
    margin: 0 10px 0 0;
    background: transparent url('/themes/totwoo/images/menu_btn_down.png') right center no-repeat;
    display: block;
    position: relative;
    cursor: pointer;
}
#area_selects {
    padding: 20px 0;
}
#area_selects li {
    font-size: 18px;
    padding: 30px 20px;
    color: #222;
    text-align: right;
    position: relative;
}
#area_selects li span.address {
    position: absolute;
    top: 30px;
    left: 20px;
}
#area_selects li:active {
    background-color: #f2f2f2;
}
#area_selects li.tag {
    background-color: #f5f5f5;
}
.view_img{
	cursor:pointer;
}

.index_bg2 {
  font-size: 12px;
  width: 100%;
  height: 350px;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
  /*background-image: url('./images/index_new/index_bg2.jpg');*/
  /*background-repeat: no-repeat;*/
  background-color:#1e1e1e;
}

.index_bg2 p{
  color: white;
}

.index_bg1{ overflow:hidden;background-color: #FAFAFA;}
.index_bg1 ul{ margin-bottom:-1px;padding:0  10px}
.index_bg1 ul li{ color: #fff;font-size: 14px;height:50px; line-height:50px; text-align:left; border-bottom:1px solid #E1E1E1;list-style-type:none;
  display: flex; /* 使用 flexbox 布局 */
  justify-content: space-between; /* 子元素分别靠两边 */
  align-items: center; /* 垂直居中 */
}
.index_bg1 ul li a {
  color: #000;
}
.index_bg1 ul li a:hover {
  color: #000;
}
.index_bg1 ul li span{
 /* float:right;*/
  color:#000;margin-right:20px;
}

.index_top{ margin-bottom:-1px;background-color: #110918;padding:0  10px}

.left {
	float: left;
	width: 50%;
}
.right {
	margin-left: 50%;
	width: 50%;
}
.logo_div {
	text-align:center;height:50px;line-height:50px;
}
.logo_img {
	display: inline-block; vertical-align: middle;
}

a {behavior:url(xuxian.htc)}
.woaicss {width:100%;overflow:hidden;margin-top:20px;margin-bottom:20px;}

.woaicss_title {font-size:14px;height:46px; background:#fff;text-align:center;}
.woaicss_title ul{font-size:14px;height:46px; background:#fff;text-align:center;list-style-type:none;}
.woaicss_title li {display:block; float:left; margin:0 2px 0 0; display:inline-block; text-align:center;}
.woaicss_title li a {display:block;line-height:45px;}
.woaicss_title li a:hover {text-decoration:underline;}

.tab_1 {font-size:14px;height:46px;width:130px; background:#fff url(/themes/totwoo/images/tab_white.png) no-repeat; overflow:hidden;text-align:center;line-height:45px;}
.tab_2 {font-size:14px;height:46px;width:130px; background:#fff url(/themes/totwoo/images/tab_black.png) no-repeat; overflow:hidden;text-align:center;line-height:45px;}

.woaicss_title_bg1 {}
.woaicss_title_bg2 {color:red;}
.woaicss_title_bg3 {background-position:0 -60px;}
.woaicss_title_bg4 {background-position:0 -90px;}

#box {
  width: 400px;
  height: 300px;
  margin: 100px auto 0;
}
#tab_nav {
  margin: 0;
  padding: 0;
  height: 25px;
  line-height: 24px;
}
#tab_nav li {
  float: left;
  margin: 0 3px;
  list-style: none;
  border: 1px solid #999;
  border-bottom: none;
  height: 24px;
  width: 60px;
  text-align: center;
  background: #FFF;
}
/*a {*/
  /*font: bold 14px/24px "微软雅黑", Verdana, Arial,*/
  /*Helvetica,sans-serif;*/
  /*color: green;*/
  /*text-decoration: none;*/
/*}*/
/*a:hover {*/
  /*color: red;*/
/*}*/
#tab_content {
  width: 550px;
  height: 450px;
  border: 1px solid #999;
  font: bold 4em/273px "微软雅黑", Verdana, Arial,
  Helvetica,sans-serif;
  text-align: center;
  background: #FFF;
  overflow: hidden;
}
#t_1,#t_2,#t_3 {
  width: 100%;
  height: 450px;
}

/*table{ border-top:1px solid #ccc; border-right:1px solid #ccc; line-height:30px;font-size:13px;margin: 0 auto;}*/
/*tr{margin: 10px;padding: 50px;}*/
/*td{ border-bottom:1px solid #ccc;margin: 10px;padding: 20px;}*/
/*td{ border-left:1px solid #ccc;}*/

.title_size{font-size:15px;font-weight: bold;}
.div_padding{line-height:30px;padding-left:5px;}
.weight{margin: 0 auto;text-align:center;font-weight: bold;}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.slide{
  height:320px;
  /*position:relative;*/

}
.title{
  /*position:relative;*/
  padding-bottom:30px;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
.content{
  /*position: absolute;*/

  font-size: 14px;
  color: #666666;
  line-height:180%
}
a {
  color: #000000;
  text-decoration: none;
}
a:active,
a:hover,
a:visited {
  color: #000000;
  text-decoration: none;
}

.details{
  color:#26433D;
  font-size: 14px;
  /*text-decoration:overline;*/
  /*text-decoration:underline;*/
  border-top:1px solid #26433D;
  border-bottom:1px solid #26433D;
  padding:5px;
}

.details a:active{}
.details a:hover{
  color: red;
  text-decoration: none;
}
.details a:visited {
  color: #b0a377;
  text-decoration: none;
}
.footer{
  text-align: left;
  margin-top:20px;
  margin-left:10px;
  font-color:#7A7A7A;
}