@charset "UTF-8";

/*------------// Overall //------------------*/
body {
  font: 12px/140% Arial, "宋体", Helvetica, sans-serif, Verdana;
  color: #5a5a5a;
  margin: 0;
  background: #FFF;
  font-family: 微软雅黑;
}

html,
body {
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

table,
td {
  font: 12px/140% Arial, "宋体", Helvetica, sans-serif, Verdana;
  color: #5a5a5a;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th,
td {
  border-collapse: collapse;
}

A:link {
  text-decoration: none;
}

A:visited {
  text-decoration: none;
}

A:hover {
  text-decoration: none;
}

img {
  border: 0;
}

div,
p,
img,
ul,
ol,
li,
form,
input,
label,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0
}

a {
  blr: expression(this.onFocus=this.blur())
}

/*for IE*/
a {
  outline: none;
}

/*for Firefox*/
ol,
ul,
li {
  list-style-type: none;
}

.overz {
  overflow: auto;
  zoom: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}

.mn_12 {
  margin-bottom: 12px;
}

/*@font-face {
	font-family: "Alpida Unicode System";
	font-style: normal;
	src: url(uyghur.eot);
}
@font-face {
	font-family: "Alpida Unicode System";
	src: local("Alpida Unicode System"), url(AlpidaUniSys.ttf) format("opentype");
}*/

#scroll_container {
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
  width: 100%;
}

#scroll_container_bg {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}

#canvas {
  position: relative;
  width: 100%;
  z-index: 99;
  padding-top: 0px;
}

#canvas .cstlayer,
#site_footer .cstlayer {
  left: 0;
  top: 0;
  position: absolute;
  /*overflow:hidden;*/
  z-index: 99;
}

.cstlayer .layer_content {
  behavior: url(../../../script/pie.htc);
}

/*--阴影几种样式--*/
.wp-moudle-shadow-one,
.wp-moudle-shadow-two,
.wp-moudle-shadow-three,
.wp-moudle-shadow-four {
  behavior: url(../../../script/pie.htc);
}

.wp-moudle-shadow-one {
  -moz-box-shadow: 1px 2px 12px 3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 1px 2px 12px 3px rgba(0, 0, 0, .4);
  box-shadow: 1px 2px 12px 3px rgba(0, 0, 0, .4);
}

.wp-moudle-shadow-two {
  -moz-box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, .4);
  box-shadow: 1px 1px 12px 6px rgba(0, 0, 0, .4);
}

.wp-moudle-shadow-three {
  -moz-box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, .4);
  box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, .4);
}

.wp-moudle-shadow-four {
  -moz-box-shadow: -3px 3px 12px 3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: -3px 3px 12px 3px rgba(0, 0, 0, .4);
  box-shadow: -3px 3px 12px 3px rgba(0, 0, 0, .4);
}

/*--自定义下拉菜单--*/
/*注释behavior属性 - IE8下边框无法显示*/
.wp-diy-selected {
  width: auto;
  height: 22px;
  line-height: 23px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /*behavior: url(../../../script/pie.htc);*/
  border: 1px solid #b5b5b5;
  background: url(../images/wp-link-input-bg.gif) repeat-x #FFF;
}

.wp-diy-selected-left {
  float: left;
  padding: 0 3px;
  white-space: nowrap;
  width: 84%;
  overflow: hidden;
  text-align: left;
}

.wp-diy-selected-button {
  float: right;
}

.wp-diy-selected-button a {
  display: block;
  width: 14px;
  height: 22px;
  overflow: hidden;
  background: url(../images/wp-diy-selected-button.gif) no-repeat;
}

.wp-diy-selected-button a.disabled {
  background: url(../images/wp-diy-selected-button2.gif) no-repeat;
  cursor: default;
}

.wp-diy-selected-content {
  background: #FFF;
  border: 1px solid #b5b5b5;
  border-top: none;
  display: none;
  position: absolute;
  max-height: 110px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1111;
  white-space: nowrap;
}

.wp-diy-selected-content ul li {
  height: 22px;
  line-height: 22px;
  text-indent: 5px;
}

.wp-diy-selected-content.hassearchable {
  overflow-y: hidden;
  max-height: 147px;
}

.wp-diy-selected-content.hassearchable ul {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 110px;
}

.wp-diy-selected-content .searchable_div {
  position: relative;
  margin: 5px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
}

.wp-diy-selected-content .searchable_txt {
  border: none;
  line-height: 25px;
  border-radius: 2px;
  width: 100%;
  outline: none;
  max-width: 224px
}

.wp-diy-selected-content .searchable_button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
}

.wp-diy-selected-content .searchable_button img {
  margin-top: 5px;
  width: 15px;
  height: 15px;
}

/*.wp-diy-selected-content ul li:hover,*/
.wp-diy-selected-content ul li.local {
  background: #4d7cc3;
  color: #FFF;
  cursor: pointer;
}

/*.wp-diy-selected-content ul li:hover a,.wp-diy-selected-content ul li:hover a:visited{ color:#FFF;}*/

#copyright {
  margin: 0 auto;
  z-index: 800;
  bottom: 15px;
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  -webkit-text-size-adjust: none;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  padding-left: 13px;
}

#copyright .copyright_c font {
  color: #fff;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
}

#copyright .copyright_c a.font {
  color: #fff;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
}

#copyright .copyright_c {
  background: url(../images/copyright_logo.png) no-repeat left center;
  padding-left: 110px;
  color: #dedede;
  display: inline-block;
  font-family: 'microsoft yahei', Arial;
  font-size: 14px;
  margin-right: 13px;
}

#copyright .copyright_corp font {
  color: #fff;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
}

#copyright .copyright_corp {
  color: #dedede;
  display: inline-block;
  font-family: 'microsoft yahei', Arial;
  font-size: 14px;
  margin-right: 13px;
}

.copyright_bar {
  background: #000;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  position: fixed;
  z-index: 1000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.cp {
  background: url(../images/copy_close.png) 0 0;
  width: 13px;
  height: 13px;
  display: block;
  float: left;
  margin-top: 12px;
}

div.cp:hover {
  background-position: 0 -13px;
}

.copyright_bar {
  background: #000;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  position: fixed;
  z-index: 1000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.new_sitestar_footer_cp {
  display: block;
  position: absolute;
  bottom: 15px;
  width: 274px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  background: url(../images/sitestar_copyright_bg.png) no-repeat;
}

.new_sitestar_footer_cp span {
  display: block;
}

.new_sitestar_footer_cp span.sf_logo {
  float: left;
  background: url(../images/sitestar_copyright_bg.png) no-repeat -10px -39px;
  width: 104px;
  height: 17px;
  margin: 4px 0 0 8px;
}

.new_sitestar_footer_cp span.sf_font font {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.new_sitestar_footer_cp span.sf_font {
  float: left;
  font-family: 'Microsoft yahei';
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  margin-left: 4px;
  margin-top: -2px;
}

.new_sitestar_footer_cp span.sf_close {
  float: right;
  padding: 6px 5px 0 0;
}

.new_sitestar_footer_cp span.sf_close div {
  display: block;
  background: url(../images/sitestar_copyright_bg.png) no-repeat -230px -39px;
  width: 13px;
  height: 13px;
}

.new_sitestar_footer_cp span.sf_close div:hover {
  background: url(../images/sitestar_copyright_bg.png) no-repeat -251px -39px;
}

#wp-floatpanel_loading2 {
  position: absolute;
  left: 45%;
  top: 45%;
}

.wp-new-member-login-windows {
  position: absolute;
  width: 541px;
}

.wp-new-member-login-windows-top {
  height: 35px;
  background: url(../images/wp-new-member-background.png) no-repeat 0 -32px;
}

.wp-new-member-login-windows-c {
  background: url(../images/wp-new-member-login-windows-c.png) repeat-y;
  padding: 5px 35px 24px 35px;
}

.wp-new-member-login-windows-bottom {
  height: 45px;
  background: url(../images/wp-new-member-background.png) no-repeat 0 -68px;
}

.wp-new-member-close {
  width: 30px;
  height: 29px;
  position: absolute;
  z-index: 100;
  margin: 10px 0 0 500px;
}

.wp-new-member-close a {
  display: block;
  width: 30px;
  height: 29px;
  background: url(../images/wp-new-member-background.png) no-repeat;
}

.wp-new-member-close a:hover {
  background-position: -32px 0;
}

.wp-new-member-login-windows-c h2 {
  font-size: 30px;
  height: 50px;
  font-weight: normal;
}

.wp-new-member-topline {
  background: #f9f9f8;
  height: 3px;
  border-top: 1px solid #eae9ea;
}

.wp-new-member-login {
  padding-top: 15px;
  position: relative;
  overflow: auto;
}

.wp-new-member-login input.textinput,
.wp-new-member-login textarea.textinput {
  height: 25px;
  width: 202px;
  border: 1px solid #b5b5b5;
  line-height: 25px;
  padding: 0 5px;
  background: url(../images/wp-new-member-login-text-input.gif) repeat-x;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.wp-new-member-login input.textinput:focus,
.wp-new-member-login textarea.textinput:focus {
  transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, -moz-box-shadow linear .2s;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  outline: none;
  border-color: rgba(30, 117, 16, .75);
  box-shadow: 0 0 8px rgba(30, 117, 16, .5);
  -moz-box-shadow: 0 0 8px rgba(30, 117, 16, .5);
  -webkit-box-shadow: 0 0 8px rgba(30, 117, 16, 3);
  background: #FFF;
}

.wp-new-member-login textarea.textinput {
  height: 80px;
}

#wp_user_info .required,
#wp_user_info label.error {
  color: red;
}

.wp-new-member-common-button {
  width: auto;
  cursor: pointer;
}

.wp-new-member-common-button .wp-new-member-common-button-l {
  float: left;
  width: 4px;
  background: url(../images/wp-new-member-background.png) no-repeat 0 -433px;
  height: 28px;
}

.wp-new-member-common-button .wp-new-member-common-button-c {
  float: left;
  background: url(../images/wp-new-member-background.png) no-repeat -4px -433px;
  height: 28px;
  padding: 0 15px;
}

.wp-new-member-common-button .wp-new-member-common-button-c a,
.wp-new-member-common-button .wp-new-member-common-button-c a:visited {
  color: #FFF;
  line-height: 26px;
  font-size: 14px;
}

.wp-new-member-common-button .wp-new-member-common-button-r {
  float: left;
  width: 4px;
  background: url(../images/wp-new-member-background.png) no-repeat -501px -433px;
  height: 28px;
}

.wp-new-member-common-button:hover .wp-new-member-common-button-l {
  background: url(../images/wp-new-member-background.png) no-repeat 0 -463px;
}

.wp-new-member-common-button:hover .wp-new-member-common-button-c {
  background: url(../images/wp-new-member-background.png) no-repeat -4px -463px;
}

.wp-new-member-common-button:hover .wp-new-member-common-button-r {
  background: url(../images/wp-new-member-background.png) no-repeat -501px -463px;
}

#wp_user_info .wp-new-member-common-button {
  float: left;
}

#wp_user_info a.wp-new-member-common-button-adduser-cancel {
  float: left;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
}


/*--------遮罩层样式-----------*/
#wp-floatpanel_loading,
#wp-floatpanel_overlay,
#wp-confirmpnl_overlay,
#wp-alertpnl_overlay,
#wp-ajaxsend_loading {
  background-color: #000;
  left: 0px;
  top: 0px;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  position: fixed;
}

#wp-confirmpnl_overlay,
#wp-alertpnl_overlay {
  filter: alpha(opacity=45);
  -moz-opacity: 0.45;
  opacity: 0.45;
  z-index: 10000;
}

#wp-template-install-overlay {
  filter: alpha(opacity=45);
  -moz-opacity: 0.45;
  opacity: 0.45;
  z-index: 10001;
  background-color: #000;
  left: 0px;
  top: 0px;
  position: fixed;
  background-image: url(../images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

#wp-ajaxsend_loading {
  background-color: #5A5A5A;
  text-align: center;
}

#wp-floatpanel_loading img,
#wp-ajaxsend_loading img {
  position: absolute;
  left: 45%;
  top: 45%;
}

/*--------遮罩层样式-----------*/
.artview_detail ol,
.artview_detail ul,
.artview_detail li,
.wp-products-detail-desc ol,
.wp-products-detail-desc ul,
.wp-products-detail-desc li,
.product_details_desc .goods-detail ul li,
.payknow_content ul li,
.mpayknow_content ul li {
  list-style-type: disc;
}

.artview_detail ul,
.wp-products-detail-desc ul,
.payknow_content ul,
.mpayknow_content ul {
  margin-left: 28px;
}

.artview_detail li,
.wp-products-detail-desc li,
.product_details_desc .goods-detail ul li,
.payknow_content li,
.mpayknow_content li {
  margin-left: 18px;
}

.payknow_content ol li,
.mpayknow_content ol li {
  list-style-type: decimal;
  display: list-item
}

.artview_detail tr.ue-table-interlace-color-single,
.wp-products-detail-desc tr.ue-table-interlace-color-single,
.product_details_desc .goods-detail tr.ue-table-interlace-color-single,
.payknow_content tr.ue-table-interlace-color-single,
.mpayknow_content tr.ue-table-interlace-color-single {
  background-color: #fcfcfc;
}

.artview_detail tr.ue-table-interlace-color-double,
.wp-products-detail-desc tr.ue-table-interlace-color-double,
.product_details_desc .goods-detail tr.ue-table-interlace-color-double,
.payknow_content tr.ue-table-interlace-color-double,
.mpayknow_content tr.ue-table-interlace-color-double {
  background-color: #f7faff;
}

.navigation,
.wp_subtop,
.navigation ul li {
  behavior: url(../../../script/pie.htc);
}

.jy_toast {
  position: fixed;
  top: 10vh;
  width: 100%;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 999;
  width: 100%;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.jy_toast_box {
  background-color: #908d8d;
  box-shadow: 0 0 10px rgba(148, 146, 146, 0.5);
  color: #fff;
  padding: 0px 20px;
  text-align: center;
  font-size: 17px;
  border-radius: 12px;
}

/* 显示动画 */
.jy_toast.show {
  opacity: 1;
  transform: translateY(0);
}

.jy_container {
  position: relative;
  text-align: center;
}

.jy_common-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-image: radial-gradient(rgb(11 133 219 / 24%) 3px, transparent 0); */
  /* background-size: 30px 30px;
  background-position: -5px -5px; */
  margin: 20px 0;
  padding: 20px 0;
}

.jy_common-title {
  line-height: 140%;
  font-size: 24px;
  color: rgb(67, 67, 67);
  letter-spacing: 0px;
  font-weight: bold;
}

.jy_common-title-sub {
  font-size: 14px;
  color: rgb(204, 204, 204);
  margin-top: 5px;
}

.jy_common-title-line {
  border-top: 3px solid #fbc021;
  width: 50px;
  text-align: center;
  margin-top: 19px;
}


.swiper-container .swiper-button-prev {
  background-image: url(https://jiayun-1320124959.cos.ap-guangzhou.myqcloud.com/mobile/images/icon_left.png);
  left: 0;
}

.swiper-container .swiper-button-next {
  background-image: url(https://jiayun-1320124959.cos.ap-guangzhou.myqcloud.com/mobile/images/icon_right.png);
  right: 0;
}

/* From uiverse.io by @Ali-Tahmazi99 */
.jy_more_button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #0f1923;
  cursor: pointer;
  position: relative;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}
.jy_more_button:hover {
  color: white !important;
}

.jy_more_button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #5b6c7fbd;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
  border-radius: 50px;
}

.jy_more_button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #a5b5c7db;
  transform: skew(-15deg);
  transition: all .2s ease;
}

.jy_more_button_text {
  position: relative;
}

.jy_more_button:hover .jy_more_button_sl {
  width: calc(100% + 15px);
}

/* .jy_more_button:hover .jy_more_button_lg::after {
  background-color: #fff;
} */
