@charset "utf-8";
/* Author:WuXiaoling Date:2014-02-6 */
/* Reset style */
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
iframe {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
legend {
  color: #000;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del {
  text-decoration: line-through;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  text-decoration: underline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.cb {
  clear: both;
  _display: inline;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #4d7add;
}
/* CSS Document */
html {
  background: #fff;
}
body {
  font-size: 12px;
  font-family: \5FAE\8F6F\96C5\9ED1,\5b8b\4f53,Tahoma,Arial;
  line-height: 20px;
  background: #fff;
  color: #666666;
}
#footer {
  color: #666;
  text-align: center;
  padding: 20px;
  position: relative;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footer a,
#footer span {
  color: #666;
  padding: 0 5px;
}
#footer a.anwang,
#footer a.baojing,
#footer a.jincha {
  display: inline-block;
  padding-top: 5px;
}
#footer a.anwang {
  padding-right: 10px;
}
/* Author:WuXiaoling Date:2014-02-6 */
.mask {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  _height: 1500px;
  background: #333;
  opacity: 0.4;
  filter: alpha(opacity=40);
  _background: none;
}
/*  新登录窗口  */
.login {
  z-index: 110;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.login_n {
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  _top: 0;
  _margin-top: 60px;
  margin-left: -250px;
  padding-bottom: 30px;
  color: #7a808a;
  z-index: 101;
  width: 500px;
  background: #fff;
  font-family: \5FAE\8F6F\96C5\9ED1,\5b8b\4f53,Tahoma,Arial;
  box-shadow: 0 0 3px #ccc;
}
.login_n h2 {
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 36px;
  color: #fff;
}
.login_n h3 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0 ;
  line-height: 30px;
  color: #969696;
}
.login_n .warning {
  display: none;
  position: absolute;
  top: 75px;
  left: 96px;
  width: 306px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  background: #fff8f6;
  border: 1px  #f6b994 solid;
  color: #dc411c;
}
.login_n_t {
  height: 36px;
  background: #444851;
  border-bottom: 3px solid #d8d8d8;
}
.login_n_t .close:link,
.login_n_t .close:visited {
  display: block;
  position: absolute;
  top: 11px;
  right: 13px;
  text-indent: -9999px;
  overflow: hidden;
  width: 14px;
  height: 14px;
  background: url("img/ui_img.png") no-repeat 0 0;
}
.login_n_t .close:hover {
  background-position: -20px 0;
}
.login_n_t .close:active {
  background-position: -40px 0;
}
.login_icon {
  display: ;
  padding: 0;
}
.icon_section {
  height: 110px;
  padding: 30px 0 0 52px;
}
a.btn_icon_qq,
a.btn_icon_wps,
a.btn_icon_sina,
a.btn_icon_mi {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 8px;
  text-indent: -9999px;
  border: 1px solid #dcdcdc;
  background: url("img/ui_common.png?v=9-11-15-48") no-repeat;
}
a.btn_icon_qq:hover,
a.btn_icon_wps:hover,
a.btn_icon_sina:hover,
a.btn_icon_mi:hover {
  border: 1px solid #e93120;
}
a.btn_icon_qq {
  background-position: 0 -368px;
}
a.btn_icon_wps {
  background-position: -80px -368px;
}
a.btn_icon_sina {
  background-position: -80px -448px;
}
a.btn_icon_mi {
  background-position: 0 -448px;
}
.txt_agree {
  clear: both;
  text-align: center;
  color: #999;
}
.txt_agree a {
  color: #2186d3;
}
.remember {
  margin: 0 auto;
  height: 30px;
  width: 108px;
  clear: both;
}
.remember input {
  float: left;
}
.remember label {
  float: left;
  padding-left: 4px;
  line-height: 14px;
  *line-height: 20px;
  color: #666;
}
/* 新登录窗口 end */
/* 登录页面 */
.login_page_t {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  color: #666;
  margin-bottom: 30px;
  border-bottom: 3px solid #e82b1a;
}
.login_page {
  margin: 0 auto;
  width: 500px;
  padding-top: 30px;
  height: 350px;
}
.login_page h3 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  padding: 0;
  line-height: 30px;
  color: #969696;
}
.login_page .icon_section {
  height: 150px;
}
.top_lg_link {
  float: right;
  color: #fff;
}
.top_lg_link a:link,
.top_lg_link a:visited,
.top_lg_link a:active,
.top_lg_link a:hover {
  color: #fff;
  margin: 0 5px;
  float: none;
}
/* LESS */
/* 预览效果 */
.mb_preview {
  display: none;
  z-index: 101;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -293px;
  margin-left: -430px;
  width: 860px;
  height: 586px;
}
.mb_preview .mask {
  display: block;
  z-index: 9;
  _height: 586px;
}
.bg_black {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 860px;
  height: 580px;
  background: #000;
  opacity: 0.8;
  _filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
a.close_preview {
  z-index: 101;
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("img/ui_docer.png?v=9-11-15-48") no-repeat 0 -50px;
  _background: url("img/ui_docer_png8.png?v=9-11-15-48") no-repeat 0 -50px;
}
a.close_preview:hover {
  background-position: -30px -50px;
}
a.close_preview:active {
  background-position: -60px -50px;
}
a.to_prev,
.to_next {
  z-index: 11;
  position: absolute;
  top: 270px;
  display: block;
  width: 56px;
  height: 50px;
  text-indent: -9999px;
  background: url("img/ui_docer.png?v=9-11-15-48") no-repeat;
  _background: url("img/ui_docer_png8.png?v=9-11-15-48") no-repeat;
}
a.to_prev {
  left: 0;
  background-position: -226px -46px;
}
a.to_prev:hover {
  background-position: -226px -106px;
}
a.to_prev_d,
a.to_prev_d:hover {
  cursor: default;
  background-position: -226px -166px;
}
a.to_next {
  right: 0;
  background-position: -290px -46px;
}
a.to_next:hover {
  background-position: -290px -106px;
}
a.to_next_d,
a.to_next_d:hover {
  cursor: default;
  background-position: -290px -166px;
}
.preview_con {
  z-index: 11;
  margin: 0 auto;
  width: 738px;
  position: relative;
}
h2.mb_name {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.img_turning {
  z-index: 130;
  position: absolute;
  top: 50px;
  width: 100%;
  height: 460px;
}
.to_left,
.to_right {
  position: absolute;
  z-index: 14;
  width: 368px;
  height: 460px;
  background: url("img/transparent_bg.png?v=9-11-15-48") no-repeat;
}
.to_left {
  left: 0;
  cursor: url(http://img2.template.cache.wps.cn/wps/cdnwps/images/zt/hand_l.cur), url("img/hand_l.png?v=9-11-15-48"), default;
}
.to_right {
  right: 0;
  cursor: url(http://img2.template.cache.wps.cn/wps/cdnwps/images/zt/hand_r.cur), url("img/hand_r.png?v=9-11-15-48"), default;
}
.img_area {
  width: 738px;
  height: 460px;
  border: 1px #333 solid;
  background: #000;
  position: relative;
  overflow: hidden;
}
.img_area_w {
  width: 2800px;
}
.img_area_w li {
  float: left;
  width: 738px;
  height: 460px;
  text-align: center;
}
.loading_img48 {
  z-index: 13;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 738px;
  height: 460px;
  background: #000000 url("img/loading48.gif") no-repeat center center;
}
.preview_foot {
  position: relative;
  margin: 0 auto;
  width: 738px;
  height: 76px;
}
.preview_foot .icon_free,
.preview_foot .icon_limited {
  position: absolute;
  top: 15px;
  left: -3px;
  display: block;
  text-indent: -9999px;
  width: 48px;
  height: 50px;
  background: url("img/ui_docer.png?v=9-11-15-48") no-repeat;
  _background: url("img/ui_docer_png8.png?v=9-11-15-48") no-repeat;
}
.preview_foot .icon_free {
  background-position: -390px -50px;
}
.preview_foot .icon_limited {
  background-position: -450px -50px;
}
.preview_foot .price_discount {
  float: left;
  font-size: 16px;
  padding: 22px 8px 0 48px;
  color: #fff;
  line-height: 26px;
}
.preview_foot .price_discount span {
  font-size: 30px;
  line-height: 30px;
}
.preview_foot .price_sale {
  float: left;
  width: 50px;
  padding-top: 20px;
}
.preview_foot .discount_rate {
  width: 50px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  color: #f00;
  overflow: hidden;
  background: url("img/ui_docer.png?v=9-11-15-48") no-repeat -220px 0;
  _background: url("img/ui_docer_png8.png?v=9-11-15-48") no-repeat -220px 0;
}
.preview_foot .discount_rate span {
  padding-right: 3px;
}
.preview_foot .price_cost {
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}
.mbimg_page {
  z-index: 11;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  padding-top: 15px;
  height: 40px;
  text-align: center;
}
.mbimg_page a,
.mbimg_page span {
  display: block;
  float: left;
  text-align: center;
}
.mbimg_page .img_num {
  width: 94px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.mbimg_page strong {
  display: inline-block;
  text-align: center;
  padding: 0 2px;
}
a.img_to_prev,
a.img_to_next {
  width: 40px;
  height: 40px;
  background: url("img/ui_docer.png?v=9-11-15-48") no-repeat;
  _background: url("img/ui_docer_png8.png?v=9-11-15-48") no-repeat;
}
a.img_to_prev {
  background-position: -128px -50px;
}
a.img_to_prev:hover {
  background-position: -128px -90px;
}
a.img_to_prev:active {
  background-position: -128px -130px;
}
a.img_to_next {
  float: right;
  background-position: -178px -50px;
}
a.img_to_next:hover {
  background-position: -178px -90px;
}
a.img_to_next:active {
  background-position: -178px -130px;
}
a.btn_buy_red,
a.btn_buy_red:link,
a.btn_buy_red:visited,
a.btn_buy_red:active {
  float: right;
  display: block;
  margin-top: 15px;
  padding-left: 23px;
  width: 112px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #bf0101 url("img/ui_docer.png?v=9-11-15-48") no-repeat -385px 6px;
  _background: #bf0101 url("img/ui_docer_png8.png?v=9-11-15-48") no-repeat -385px 6px;
}
a.btn_buy_red:hover {
  text-decoration: none;
  background: #ac0505 url("img/ui_docer.png?v=9-11-15-48") no-repeat -385px 6px;
  _background: #bf0101 url("img/ui_docer_png8.png?v=9-11-15-48") no-repeat -385px 6px;
}
/* 最后一页 */
.last_page {
  z-index: 20;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.last_close {
  z-index: 30;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  background: url("img/ui_docer.png?v=9-11-15-48") -470px -120px;
}
a.last_close:hover {
  background: url("img/ui_docer.png?v=9-11-15-48") -481px -120px;
}
.last_con_bg {
  z-index: 21;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -97px;
  margin-left: -307px;
  height: 150px;
  width: 590px;
  padding: 20px 0 20px 20px;
  border: 2px #fff solid;
  overflow: hidden;
  background: #eee;
}
.last_mb_img {
  float: left;
  width: 220px;
  height: 142px;
  text-align: center;
  border: 1px #ccc solid;
  background: #fff;
}
.last_mb_img a {
  display: block;
  margin: 5px auto 0 auto;
  width: 210px;
  height: 132px;
  overflow: hidden;
}
.last_mb_img img {
  width: 210px;
  height: 132px;
}
.dl_war,
.vip_dl_war {
  display: none;
  float: left;
  width: 340px;
  height: 110px;
  padding-left: 15px;
  padding-top: 10px;
}
.dl_war h4 {
  margin: 0;
  padding: 0 0 8px 0;
  height: 26px;
  line-height: 22px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.vip_dl_war {
  position: relative;
}
.vip_dl_war p {
  width: 320px;
  height: 60px;
  line-height: 26px;
  color: #0000ff;
  font-size: 16px;
}
.mb_value_vip,
a.btn_back_vip {
  float: left;
  margin-top: 20px;
  margin-right: 12px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.mb_value_vip {
  width: 94px;
  height: 40px;
  line-height: 30px;
  text-align: right;
  font-size: 14px;
  color: #394a5e;
}
.mb_value_vip span {
  font-style: italic;
  font-size: 24px;
  color: #bf0101;
  padding-right: 5px;
}
a.btn_back_vip {
  width: 56px;
  padding-left: 26px;
  color: #757d87;
  background: url("img/ui_docer.png?v=9-11-15-48") no-repeat -470px -145px;
}
a.btn_back_vip:hover {
  color: #7f8fa4;
}
.vip_dl_war .discount_rate {
  position: absolute;
  top: 115px;
  left: 50px;
  display: block;
  width: 50px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  color: #f00;
  overflow: hidden;
  background: url("img/ui_docer.png?v=9-11-15-48") no-repeat -220px 0;
}
.last_con_bg a.btn_buy_red:link,
.last_con_bg a.btn_buy_red:hover,
.last_con_bg a.btn_buy_red:visited,
.last_con_bg a.btn_buy_red:active {
  float: left;
  margin-top: 20px;
  margin-right: 12px;
  padding-left: 20px;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  width: 95px;
  background-position: -400px 3px;
}
.last_con_bg a.btn_buy_red:hover {
  background-position: -400px 3px;
}
.mask_last_bg {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333;
  opacity: 0.5;
  _filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
a:link,
a:visited,
a:hover,
a:active {
  color: #666;
}
.red {
  color: #916e47;
}
.gray {
  color: #999;
}
.banner {
  height: 329px;
  background: #162c39 url("img/banner.png") no-repeat top center;
}
.top_main {
  position: relative;
  width: 1180px;
  height: 329px;
  line-height: 50px;
  margin: 0 auto;
}
.top_main a:link,
.top_main a:visited,
.top_main a:active,
.top_main a:hover {
  color: #fff;
}
.top_lg_link {
  float: right;
  color: #fff;
}
.top_lg_link a:link,
.top_lg_link a:visited,
.top_lg_link a:active,
.top_lg_link a:hover {
  color: #fff;
  margin: 0 5px;
  float: none;
}
.docer_link {
  float: left;
}
a.get_money {
  width: 50px;
  height: 50px;
  padding: 20px 0 0 20px;
  margin: 28px 100px 0 0;
}
.get_money_gif {
  top: 97px;
  left: 830px;
}
a.share_weibo {
  color: #fff;
  float: right;
  background: url("img/ui_img.png") no-repeat -170px 15px;
  padding-left: 25px;
  margin-left: 18px;
}
a.shopping_cart:link,
a.shopping_cart:visited,
a.shopping_cart:active {
  position: relative;
  z-index: 3;
  display: block;
  float: right;
  width: 64px;
  background: url("img/ui_img.png") no-repeat -172px -72px;
  padding: 1px 1px 0 35px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.shopping_cart .yellow {
  font-weight: bold;
}
.top_login {
  float: left;
  height: 33px;
  line-height: 33px;
}
.top_lg_link {
  float: right;
}
.top_lg_info {
  position: relative;
  display: block;
  float: right;
  padding: 0 26px 0 7px ;
  background: url("img/arrow.png") no-repeat top right #ffffff;
  margin-right: 10px;
  _margin-right: 10px;
  border: 1px solid #E8E8E8;
}
.top_lg_info_down {
  display: none;
  position: absolute;
  top: 33px;
  right: -1px;
  z-index: 3;
  width: 76px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  background: #fff;
  text-align: center;
}
.top_lg_info_down li a:link,
.top_lg_info_down li a:visited,
.top_lg_info_down li a:active {
  display: block;
  width: 76px;
  height: 35px;
  background: #fff;
  color: #595959;
}
.top_lg_info_down li a:hover {
  background: #f7f7f7;
  color: #595959;
}
a.shopping_cart_active:link,
a.shopping_cart_active:visited,
a.shopping_cart_active:active,
a.shopping_cart_active:hover {
  border: 1px solid #b7b7b7;
  border-bottom: none;
  background-color: #f2f2f2;
  padding: 0 0 0 34px;
  text-decoration: none;
  color: #162c39;
}
a.shopping_cart_active:link .yellow,
a.shopping_cart_active:visited .yellow,
a.shopping_cart_active:active .yellow,
a.shopping_cart_active:hover .yellow {
  color: #ffa14d;
  padding: 0;
}
.sc_goods,
.sc_goods2 {
  display: none;
  position: absolute;
  z-index: 2;
  top: 40px;
  right: -55px;
  padding: 12px;
  border: 1px solid #b7b7b7;
  background: #f2f2f2;
}
.sc_goods li,
.sc_goods2 li {
  position: relative;
  width: 232px;
  margin-bottom: 18px;
}
.sc_goods {
  width: 232px;
}
.sc_goods2 {
  right: -15px;
}
.sc_no_login {
  background: url("img/sc_no_login.png") no-repeat center center;
  width: 97px;
  height: 79px;
  margin: 0 auto;
}
.sc_goods_none {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #576e7b;
  margin: 25px auto;
}
.sc_goods_ul {
  line-height: 25px;
  border-bottom: 1px solid #999;
  margin-bottom: 8px;
}
.sc_goods_img {
  display: block;
  float: left;
  width: 68px;
  height: 48px;
  margin-right: 12px;
}
.sc_good_info {
  float: left;
  width: 145px;
}
a.sc_good_name:link,
a.sc_good_name:visited,
a.sc_good_name:hover,
a.sc_good_name:active {
  display: block;
  width: 145px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: #999;
}
.sc_good_num {
  color: #9c9c9c;
}
.sc_good_operate {
  float: left;
  width: 150px;
}
.sc_good_operate a:link,
.sc_good_operate a:visited,
.sc_good_operate a:active,
.sc_good_operate a:hover {
  padding-right: 4px;
  color: #ffa200;
}
.sc_good_price {
  display: inline-block;
  width: 118px;
  color: #999;
}
.sc_good_price .red {
  color: #ffa200;
}
.price_red {
  color: #ffa200;
  font-weight: bold;
}
.sc_goods_foot {
  text-align: right;
  line-height: 25px;
  color: #999;
}
.sc_goods_foot p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 10px;
}
.sc_goods_foot .red {
  color: #ffa200;
}
a.my_shopping_cart_btn:link,
a.my_shopping_cart_btn:visited {
  display: inline-block;
  height: 25px;
  padding: 0 11px ;
  margin-top: 8px;
  background: #916e47;
  color: #fff;
}
a.my_shopping_cart_btn:hover {
  background: #9b7750;
  text-decoration: none;
}
a.my_shopping_cart_btn:active {
  background: #86643f;
}
.delect_warnning {
  position: absolute;
  z-index: 3;
  top: 45px;
  left: -45px;
  height: 90px;
  width: 282px;
  background: url("img/warnning_arrow.png") no-repeat -230px 0;
}
.dw_content {
  width: 280px;
  height: 80px;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-top: 0;
  margin-top: 10px;
}
.warnning_logo {
  display: block;
  float: left;
  width: 53px;
  height: 44px;
  margin: 18px 23px 0 27px;
  background: url("img/ui_img.png") no-repeat -150px -350px;
}
.dwc_right {
  float: left;
  text-align: left;
  margin-top: 14px;
}
.dwc_right p {
  font-size: 16px;
}
.dwc_right a.warnning_btn:link,
.dwc_right a.warnning_btn:visited {
  display: inline-block;
  width: 50px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #d3d3d3;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  font-size: 12px;
  text-align: center;
  margin: 12px 13px 0 0;
}
.dwc_right a.warnning_btn:hover {
  border-color: #916e47;
  text-decoration: none;
  border: 1px solid #d3d3d3;
}
.dwc_right a.warnning_btn:active {
  border-color: #86643f;
  border: 1px solid #d3d3d3;
}
.my_shopping_car_loadding {
  width: 40px;
  height: 48px;
  margin: 200px auto;
  background: #f2f2f2 url("img/loading48.gif") no-repeat;
  margin: 20px auto;
}
.main {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.main_top {
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: #916e47;
  margin-top: 50px;
}
.main_top h3 {
  background: #734f28 url("img/h3.png") no-repeat top right;
  float: left;
  font-size: 22px;
  padding: 0 50px 0 20px;
}
.main_content {
  width: 1190px;
}
.main_content li {
  width: 226px;
  height: 280px;
  float: left;
  margin-right: 10px;
  border: 1px solid #f3f3f3;
  padding-bottom: 3px;
  margin-top: 20px;
}
.main_content li:hover {
  padding-bottom: 0;
  border-bottom: 4px #2cc1f1 solid;
}
.main_content li.cb {
  width: 980px;
  height: 0;
  border: 0;
  margin-top: 0;
}
.img {
  display: block;
  width: 226px;
  height: 165px;
  border-bottom: 1px solid #f3f3f3;
}
.img img {
  width: 226px;
  height: 164px;
}
a.title:link,
a.title:visited,
a.title:active {
  display: block;
  width: 206px;
  height: 40px;
  margin: 0 auto;
  color: #666;
  padding: 12px 0;
}
.info {
  float: left;
  width: 125px;
  color: #999;
  margin-left: 12px;
  _margin-left: 6px;
}
.info span {
  display: block;
}
.info span.download_text {
  padding-left: 18px;
  background: url("img/ui_img.png") no-repeat -180px -38px;
}
a.download_btn:link,
a.download_btn:visited,
a.download_btn:active {
  display: block;
  float: left;
  width: 74px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  padding: 1px;
  margin-top: 8px;
}
a.download_btn:hover {
  text-decoration: none;
  border: 2px solid #1ebefb;
  color: #1ebefb;
  padding: 0;
}
a.docer_get_daomi {
  position: absolute;
  top: 34px;
  right: 0;
  width: 171px;
  height: 66px;
  background: url("img/docer.png") no-repeat;
}
.login_lingquan {
  z-index: 111;
}
/*下载弹出框*/
.login_n_download {
  width: 519px;
  height: 300px;
  margin-left: -259px;
  padding: 0;
}
.down_content {
  padding: 27px 18px;
}
.yellow {
  color: #ffa14d;
}
.download_img {
  display: block;
  float: left;
  width: 142px;
  height: 102px;
  border: 1px solid #e9e9e9;
  margin-right: 41px;
}
.dc_right {
  float: left;
  width: 295px;
  color: #999;
}
.dc_right h2 {
  display: block;
  color: #666;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  padding: 0;
  float: none;
}
.dc_right input,
.dc_right label {
  display: inline-block;
  vertical-align: middle;
}
.dc_right input {
  margin-left: 35px;
}
.dc_info {
  position: relative;
  width: 260px;
  height: 67px;
  border: 1px solid #e7e4e4;
  border-radius: 5px;
  margin: 10px 0 25px;
  padding: 20px 0  0 32px;
  background: #fafafa;
  overflow: hidden;
  font-size: 14px;
}
.dc_price {
  line-height: 25px;
}
.dc_price .red {
  color: #db6823;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.dc_price_delect {
  color: #ccc;
}
.delect {
  text-decoration: line-through;
}
.zhekou {
  margin-left: 20px;
}
.person_info {
  display: inline-block;
  vertical-align: middle;
}
.person_info a:link,
.person_info a:visited,
.person_info a:active {
  color: #999;
  padding-left: 5px;
  text-decoration: underline;
}
.person_info a:hover {
  color: #5C5A5A;
}
.person_info2 {
  padding-left: 18px;
}
a.dc_btn1:link,
a.dc_btn1:visited,
a.dc_btn2:link,
a.dc_btn2:visited {
  display: block;
  float: left;
  margin: 3px 0 0 0;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: url("img/ui_img.png") no-repeat;
  font-size: 14px;
}
a.dc_btn1:link,
a.dc_btn1:visited {
  width: 144px;
  background-position: 0 -180px;
  _margin: 10px 0 0 7px;
}
a.dc_btn1:hover {
  background-position: 0 -220px;
  text-decoration: none;
}
a.dc_btn1:active {
  background-position: 0 -260px;
}
a.dc_btn2:link,
a.dc_btn2:visited {
  width: 94px;
  background-position: 0 -300px;
  color: #f5954f;
  margin-left: 10px;
}
a.dc_btn2:hover {
  background-position: -100px -300px;
  text-decoration: none;
  color: #f5954f;
}
a.dc_btn2:active {
  background-position: 0 -340px;
  color: #f5954f;
}
a.dc_btn3:link,
a.dc_btn3:visited {
  width: 114px;
  background-position: 0 -380px;
}
a.dc_btn3:hover {
  background-position: 0 -420px;
}
a.dc_btn3:active {
  background-position: 0 -460px;
}
.warnning {
  display: block;
  color: #EA5E61;
  padding: 5px 0 0 0;
  font-size: 12px;
  height: 20px;
}
.warnning a:link,
.warnning a:visited,
.warnning a:active {
  color: #EA5E61;
  text-decoration: underline;
  padding-left: 5px;
}
.warnning a:hover {
  color: #D1575A;
}
.hide {
  display: none;
}
.warnning_text {
  width: 1160px;
  margin: 10px auto;
  background: #F7DAB6;
  color: #e94f11 ;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 0 0 20px;
}
.ml_content_main {
  width: 1232px;
  margin: 20px 10px;
}
.ml_content_main li {
  position: relative;
  display: block;
  float: left;
  z-index: 1;
}
.ml_content_main .loading {
  width: 100%;
  height: 400px;
  background: url("img/loading48.gif") no-repeat center center;
}
li.hover {
  z-index: 2;
}
li.hover .mcm_show {
  display: block;
}
a.mcm_img {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
a.mcm_img img {
  /*display: inline-block; *display: inline;*zoom: 1;vertical-align: bottom;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
a.mcm_title {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}
.mcm_title_price {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 60px;
  margin-top: 10px;
  text-align: right;
}
.mcm_show {
  display: none;
  position: absolute;
  border: 1px solid #e1e1e1;
  line-height: 25px;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.mcm_show .gray {
  margin-right: 20px;
}
.mcm_show a.add_car,
.mcm_show a.collect {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  text-decoration: none;
}
.mcm_show a.collect:link,
.mcm_show a.collect:visited,
.mcm_show a.collect:active,
.mcm_show a.collect:hover {
  padding-left: 20px;
  background: #5d5d5d url("img/ui_img.png") no-repeat;
}
.mcm_show a.collected:link,
.mcm_show a.collected:visited,
.mcm_show a.collected:active,
.mcm_show a.collected:hover {
  background-color: #916e47;
  cursor: default;
}
.mcm_show a.add_car:link,
.mcm_show a.add_car:visited {
  background: #916e47;
  margin-right: 10px;
}
.mcm_show a.add_car:hover {
  background: #9b7750;
}
.mcm_show a.add_car:active {
  background: #86643f;
}
.mcm_show p {
  height: 25px;
}
.popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.collect_success,
.collect_fail,
.add_again {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0 -50px;
  background: url("img/collect.png") no-repeat #b0adad 30px 10px;
  color: #fff;
  padding: 0 5px 0 30px ;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
}
.collect_success {
  background-position: 30px -30px;
  font-size: 14px;
}
.add_again {
  background: #B0ADAD;
  width: auto;
  padding: 0 40px;
  margin: -20px 0 0 -150px;
}
.ml_content_main_ppt li {
  width: 210px;
  height: 188px;
  margin: 12px 27px 10px 0;
}
.ml_content_main_ppt a.mcm_img {
  width: 210px;
  height: 133px;
}
.ml_content_main_ppt a.mcm_title {
  width: 130px;
}
.ml_content_main_ppt .mcm_show {
  top: -15px;
  left: -6px;
  width: 210px;
  padding: 181px 5px 8px 5px;
}
.ml_content_main_ppt .mcm_show a.add_car {
  width: 100px;
}
.ml_content_main_ppt .mcm_show a.collect:link,
.ml_content_main_ppt .mcm_show a.collect:visited,
.ml_content_main_ppt .mcm_show a.collect:active {
  width: 80px;
  padding-left: 20px;
  background-position: -155px -148px;
}
.ml_content_main_ppt .mcm_show a.collected:link,
.ml_content_main_ppt .mcm_show a.collected:visited,
.ml_content_main_ppt .mcm_show a.collected:active,
.ml_content_main_ppt .mcm_show a.collected:hover {
  background-position: -155px -118px;
}
.ml_content_main_word li {
  width: 153px;
  height: 263px;
  margin: 12px 42px 10px 0;
}
.ml_content_main_word a.mcm_img {
  width: 153px;
  height: 208px;
}
.ml_content_main_word a.mcm_title {
  width: 83px;
  padding-right: 5px;
}
.ml_content_main_word .mcm_show {
  top: -15px;
  left: -8px;
  width: 151px;
  padding: 256px 8px 8px;
}
.ml_content_main_word .mcm_show a.add_car {
  width: 71px;
}
.ml_content_main_word .mcm_show a.collect:link,
.ml_content_main_word .mcm_show a.collect:visited,
.ml_content_main_word .mcm_show a.collect:active {
  width: 50px;
  background-position: -170px -148px;
}
.ml_content_main_word .mcm_show a.collected:link,
.ml_content_main_word .mcm_show a.collected:visited,
.ml_content_main_word .mcm_show a.collected:active,
.ml_content_main_word .mcm_show a.collected:hover {
  background-position: -170px -118px;
}
.shopcart_img_flash {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 0;
  left: 0;
  z-index: 999;
  border: 2px solid #916e47;
}
.more_zt {
  width: 1138px;
  margin: 0 auto;
  background: #F7F7F7;
  border: 1px solid #e5e5e5;
  padding: 20px 20px;
}
.more_zt h3 {
  font-size: 16px;
}
.more_zt_ul {
  float: left;
  color: #989899;
  padding: 10px 30px 0 20px;
}
.more_zt_ul li {
  list-style: disc;
}
.more_zt_ul a:link,
.more_zt_ul a:visited {
  color: #989899;
}
.more_zt_ul a:hover {
  color: #916e47;
  text-decoration: none;
}
.more_zt_ul a:active {
  color: #86643f;
}
