@charset "utf-8";

/* Source: third/slider/flexslider.css*/

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



/* Source: css/page/fishstore/list.css*/


body{
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}
#footer{
	background: #f5f5f5;
	height: 0;
}

#header .head-nav .wxr-menu {
  position: relative;
  top: 7px;
  font-size: 0;
}

/**banner*/
.fishStoreBanner{
	position: relative;
}
.fishStoreBanner .img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	min-width:1200px;
}
.fishStoreBanner .box{
	width: 100%;
	height: 100%;
}
.fishStoreBanner a:first-child .img{
	opacity: 1;
	z-index: 1;
}
.nav-out{
	min-width:1200px;
	width: 100%;
	text-align: center;
	z-index: 5;
	position: absolute;
	bottom: 20px;
}
.navOne{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #5E5E5E;
	float: left;
}
.nav-in{
    display: flex;
    justify-content: space-around;
	margin: 0 auto;
}
.active{
	background: #ff7700;
}





#main-body{
	min-height: 528px;
	margin-top: 51px;
}
.yw-banner{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0;
	overflow: hidden;
}
.fish-list{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.goods-list-out{
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.goods-list{
	width: 1200px;
	background: white;
	margin:0 auto;
	margin-bottom: 155px;
}
.goods-list-title{
	width: 100%;
	height: 60px;
	background: white;
	border-bottom: 1px #f3f4f8 solid;
}
.goods-list-title-left{
	height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    float: left;
}
.goods-list-title-right{
	width: 150px;
	height: 30px;
	margin-top: 15px;
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #ff7700;
	cursor: pointer;
}
.goods-list-title-right span{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	background: #FF7700;
	color: white;
	display: inline-block;
}
.goods-list-main-none{
	width: 100%;
    height: 395px;
    background: url(../../../res/page/room-normal/fish-mall/nothing.png) 470px no-repeat;
}
.goods-list-main{
	width: 100%;
	padding: 0 20px 20px 0;
	box-sizing: border-box;
	overflow: hidden;
    min-height: 395px;
    min-width: 1200px;
}
.goods-list-main-one{
	width: 275px;
	height: 355px;
	background: white;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	border: 1px #f3f4f8 solid;
	box-sizing: border-box;
	cursor: pointer;
}
.goods-list-main-one:hover{
	border-color: #FF7700;
}
.goods-list-main-one:hover .goods-list-main-one-sure{
	background: #FF5500;
}
.goods-list-main-one-goodImg{
	width: 100%;
	height: 270px;
	border-bottom: 1px #f3f4f8 solid;
	background-color: #f8f8f8;
	position: relative;
}
.goods-list-main-one-goodImg img{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 35px;
	left: 35px;
}
.goods-list-main-one-special{
	width: 36px;
	height: 45px;
	background: url(../../../res/page/room-normal/fish-mall/special.png) no-repeat;
	margin-left: 16px;
	position: relative;
	z-index: 1;
}
.goods-list-main-one-none{
	width: 36px;
	height: 45px;
	background: url(../../../res/page/room-normal/fish-mall/noneOne.png) no-repeat;
	margin-left: 16px;
	position: relative;
	z-index: 1;
}
.goods-list-main-one-specialContent{
	width: 32px;
	margin : 0 auto;
	color: white;
	position: absolute;
	top: 46%;
	left: 0;
	right: 0;
	line-height: 15px;
	transform: translateY(-60%);
	-ms-transform: translateY(-60%);
  	-webkit-transform: translateY(-60%);
  	-o-transform: translateY(-60%);
  	-moz-transform: translateY(-60%);
	font-size: 12px;
}
.goods-list-main-one-content{
	width: 100%;
	height: 84px;
	position: relative;
	padding: 12px 18px 10px 18px;
	box-sizing: border-box;
}
.goods-list-main-one-lineOne{
	width: 100%;
	height: 20px;
}
.goods-list-main-one-name{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	float: left;
	line-height: 20px;
	float: left;
}

.goods-list-main-one-else{
	width: 36px;
	height: 18px;
	background: url(../../../res/page/room-normal/fish-mall/time.png);
	float: left;
	margin-left: 5px;
}
.goods-list-main-one-originalPrice{
	text-align: left;
	font-size: 12px;
	color: #999999;
	text-decoration: line-through;
}
.goods-list-main-one-ywNowPrice{
	height: 20px;
	background: url(../../../res/page/room-normal/fish-mall/fishBallImg.png) 0px 4px no-repeat;
	padding-left: 22px;
    position: absolute;
    top: 50px;
    left: 18px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.goods-list-main-one-ywNowPrice span{
	color: #FF7700;
	font-size: 18px;
}
.goods-list-main-one-ycNowPrice{
	height: 20px;
	background: url(../../../res/page/room-normal/fish-mall/fishc.png) 0px 4px no-repeat;
	padding-left: 22px;
    position: absolute;
    top: 50px;
    left: 18px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.goods-list-main-one-ycNowPrice span{
	color: #FF7700;
	font-size: 18px;
}
.goods-list-main-one-sure{
	width: 66px;
	height: 28px;
	background: #FF7700;
	text-align: center;
	line-height: 28px;
	color: white;
	font-size: 14px;
	position: absolute;
	right: 18px;
	bottom: 12px;
	border-radius: 4px;
}

.good-list-tab-wrap {
	float: left;
    margin: 2px 0;
    line-height: 54px;
    margin-left: 40px;
}

.good-list-tab-wrap.is-active {
	color: #ff7700;
    border-bottom: 4px solid #ff7700;
}

.good-list-tab-cell {
	display: inline-block;
	cursor: pointer;
}





/* Source: css/page/fishstore/detail.css*/

#main-body .fish-detail {
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.ywMall-goodsDetails {
  width: 700px;
  height: 682px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -340px;
  margin-left: -350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background: white;
  border-radius: 6px;
  overflow: hidden;
  z-index: 501;
}

.ywMall-goodsDetails-head {
  width: 100%;
  height: 110px;
  background: url(../../../res/page/room-normal/fish-mall/detailHead.png);
  padding: 25px 0 0 20px;
  box-sizing: border-box;
  position: relative;
}

.ywMall-goodsDetails-head-img {
  width: 70px;
  height: 70px;
}

.ywMall-goodsDetails-head-name {
  position: absolute;
  left: 105px;
  top: 36px;
  font-size: 18px;
  color: #69490a;
  font-weight: bold;
}

.ywMall-goodsDetails-head-rule {
  width: 66px;
  height: 14px;
  background: url(../../../res/page/room-normal/fish-mall/useRule.png) no-repeat;
  position: absolute;
  left: 105px;
  top: 68px;
}

.ywMall-goodsDetails-head-rule:hover {
  background: url(../../../res/page/room-normal/fish-mall/useRuleHover.png) no-repeat;
}

.ywMall-goodsDetails-head-close {
  width: 12px;
  height: 12px;
  background: url(../../../res/page/room-normal/fish-mall/goodsClose.png) no-repeat;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.ywMall-goodsDetails-middle {
  width: 100%;
  height: 415px;
  padding: 18px 26px 0 26px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.ywMall-goodsDetails-middle-title,
.ywMall-goodsDetails-bottom-anchorPartTitle {
  width: 86px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  background: url(../../../res/page/room-normal/fish-mall/someone.png) 0 2px no-repeat;
  padding-left: 14px;
  box-sizing: border-box;
}

.ywMall-goodsDetails-middle-detail {
  width: 100%;
  height: 280px;
  border: 1px #ecd9b3 solid;
  margin-top: 10px;
  overflow: hidden;
  background: #fffcf7;
}

.ywMall-goodsDetails-middle-beforePrice {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: line-through;
  color: #777777;
}

.ywMall-goodsDetails-middle-beforePrice span {
  font-size: 14px;
}

.ywMall-goodsDetails-middle-fishBall {
  position: absolute;
  bottom: 25px;
  right: 0px;
  width: 100%;
  height: 30px;
  font-size: 14px;
  color: #555555;
  font-weight: bold;
}

.ywMall-goodsDetails-middle-fishBall span {
  color: #ff7700;
  font-size: 20px;
}

.ywMall-goodsDetails-middle-my {
  position: absolute;
  top: -80px;
  left: 25px;
  font-size: 14px;
  color: #555555;
  font-weight: bold;
}

.ywMall-goodsDetails-middle-my span {
  color: #ff7700;
  font-size: 20px;
}

.ywMall-goodsDetails-middle-need {
  float: right;
  margin-right: 26px;
}

.ywMall-goodsDetails-middle-need span {
  font-size: 24px;
}

.ywMall-goodsDetails-stopTime {
  width: 38px;
  height: 20px;
  background: #ff7700;
  color: white;
  text-align: center;
  line-height: 20px;
  float: right;
  margin-top: 8px;
  margin-right: 8px;
}

.ywMall-goodsDetails-bottom {
  width: 100%;
  height: 100px;
  padding: 0 26px 0 26px;
  margin-top: 25px;
  box-sizing: border-box;
  position: relative;
}

.ywMall-goodsDetails-bottom-surePart {
  width: 140px;
  height: 100%;
  float: right;
}

.ywMall-goodsDetails-bottom-leave {
  width: 78px;
  height: 20px;
  margin-left: 65px;
  font-size: 14px;
  color: #9a5c00;
}

.ywMall-goodsDetails-bottom-Btn {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  text-align: center;
  line-height: 45px;
  color: white;
  font-size: 18px;
  margin-top: 10px;
  background: #dbdbdb;
}

.ywMall-goodsDetails-bottom-sureBtn {
  background: #e3b355;
  cursor: pointer;
}

.ywMall-goodsDetails-bottom-sureBtn:hover {
  background: #c59433;
}

.ywMall-goodsDetails-bottom-tip {
  font-size: 12px;
  width: 200px;
  color: #999999;
  margin-top: 5px;
  position: absolute;
  text-align: right;
  right: 25px;
}

.ywMall-goodsDetails-bottom-anchorPart {
  width: 315px;
  height: 100%;
  float: left;
  position: relative;
}

.ywMall-goodsDetails-bottom-anchorNone {
  font-size: 16px;
  color: #777777;
  position: absolute;
  top: 36px;
  left: 15px;
}

.ywMall-goodsDetails-bottom-anchorImg {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 42px;
  left: 20px;
  border-radius: 50%;
  border: 2px #eeeeee solid;
}

.ywMall-goodsDetails-bottom-anchorName {
  position: absolute;
  top: 50px;
  left: 90px;
  font-size: 14px;
  font-weight: bold;
}

.ywMall-goodsDetails-bottom-anchorRoom {
  position: absolute;
  top: 75px;
  left: 90px;
  font-size: 12px;
  color: #777777;
}

.ywMall-goodsDetails-tip {
  width: 406px;
  height: 249px;
  background: url(../../../res/page/room-normal/fish-mall/detailTip.png);
  position: absolute;
  top: 84px;
  left: 103px;
  z-index: 1;
  padding: 24px 0 0 22px;
  box-sizing: border-box;
  display: none;
}

#main-body .mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  background: none;
}

#main-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background: none;
}

#main-body .mCSB_inside .mCSB_container {
  margin-right: 0px;
}

#main-body .mCSB_scrollTools .mCSB_dragger {
  right: 5px;
}

.ywMall-goodsDetails-tip-top {
  color: #ff7700;
  font-size: 14px;
  font-weight: bold;
}

.ywMall-goodsDetails-tip-content {
  color: #555555;
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
}

.ywMall-getFishBall {
  width: 852px;
  height: 558px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -438px;
  margin-top: -279px;
  background: url(../../../res/page/room-normal/fish-mall/getFishBall.png) 0 50px no-repeat;
  background-color: white;
  z-index: 10;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.ywMall-getFishBall-title {
  width: 100%;
  height: 50px;
  border-bottom: 1px #f3f4f9 solid;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 50px;
  font-weight: bold;
  font-size: 14px;
}

.ywMall-getFishBall-close {
  width: 10px;
  height: 10px;
  background: url(../../../res/page/room-normal/fish-mall/getClose.png);
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.ywMall-getFishBall-close:hover {
  background: url(../../../res/page/room-normal/fish-mall/getClosehover.png);
}




/*购买结果*/
.ywMall-buyResult {
  width: 430px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background: white;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -215px;
  margin-top: -200px;
  padding-bottom: 30px;
  overflow: hidden;
  z-index: 50;
}

.ywMall-buyResult-title {
  width: 100%;
  height: 42px;
  border-bottom: 1px #f3f4f9 solid;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 42px;
  font-weight: bold;
  font-size: 14px;
}

.ywMall-buyResult-close {
  width: 10px;
  height: 10px;
  background: url(../../../res/page/room-normal/fish-mall/getClose.png);
  position: absolute;
  right: 20px;
  top: 16px;
  cursor: pointer;
}

.ywMall-buyResult-close:hover {
  background: url(../../../res/page/room-normal/fish-mall/getClosehover.png);
}

.ywMall-buyResult-lineOne {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #555555;
}

.ywMall-buyResult-lineTwo {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  color: #777777;
}

.ywMall-buyResult-lineTwo span {
  color: #ff7700;
  font-weight: bold;
}

.ywMall-buyResult-btnOut {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-top: 22px;
}

.ywMall-buyResult-btn {
  width: 100px;
  height: 40px;
  background: #ff7700;
  text-align: center;
  line-height: 40px;
  color: white;
  margin: 0 auto;
  border-radius: 6px;
  margin-bottom: 30px;
  cursor: pointer;
}

.ywMall-buyResult-btn:hover {
  background: #ff5500;
}

.ywMall-goodsDetails-middle-express {
  position: absolute;
  color: #ff7700;
  bottom: 0;
  font-size: 14px;
  right: 26px;
}

.ywMall-buyResult-cc {
  line-height: 30px;
  padding: 15px 0;
  margin: 0 20px;
  border-radius: 6px;
  background: #f4f4f4;
}

.ywMall-buyResult-inn {
  border: none;
  width: 255px;
  margin: 0 10px;
  font-size: 16px;
  color: #f70;
  font-weight: bold;
  background: transparent;
}

.ywMall-buyResult-s_copy {
  color: #555;
  text-decoration: underline;
  font-weight: normal;
}

.ywMall-buyResult-s_copy:hover {
  text-decoration: underline;
}

.ywMall-buyResult-lineTwo-cc {
  text-align: left;
  padding: 0 20px;
  margin-top: 15px;
  font-size: 12px;
  width: auto;
}

.ywMall-view-record {
  position: absolute;
  bottom: 30px;
  right: 20px;
  color: #ff7700;
  font-size: 14px;
}