.cardup{
    margin-top: 0.222rem
}
.cu_left{
    width:74%;

    background:rgba(255,255,255,1);
    border:1px solid rgba(191,191,191,1);
    border-radius:4px;
    padding: 0.37rem 0.13rem 0.444rem;
}
.cul_option{padding: 0 0.315rem 0 0.222rem }

.cu_left .cul_tit{

    padding: 0 0.2778rem 0.315rem;
    border-bottom: 1px rgba(191,191,191,.3) solid
}

.cu_left .cul_tit .cult_nav{margin-top: 0.37rem}
.culo_top,.culo_bot{margin-top: 0.222rem}
.culo_top ul{display: inline-block  }
.culo_top ul li {
    display: inline-block;
    list-style: none;
    color: #515C62;
    font-size: 12px;
    margin-left: 4px;
}

.culo_top  ul .checking label{
    color: #4AC5FF
}
.culo_top ul li input{
    width: 0.315rem;
    vertical-align: bottom;
    height: 0.315rem;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(191,191,191,1);
    border-radius: 4px;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
}
.culo_top ul li input:checked {
    background-color: #4AC5FF;
    border: 1px #4AC5FF solid
}
.culo_top ul li input:checked::after {
	content:'';
	top:3px;
	left:2px;
	position:absolute;
	background:transparent;
	border:#fff solid 2px;
	border-top:none;
	border-right:none;
	height:0.111rem;
	width:0.185rem;
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}


.culo_bot .wcbox:checked {border:solid 1px #1673ff}
.culo_bot .wcbox{
    border:solid 1px #ddd;
    width: 0.407rem;
    height: 0.407rem;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius:50%;
    font-size:0.8rem;
    display:inline-block;
	vertical-align:middle;
	/* cursor:default; */
	-webkit-appearance:none;
	-webkit-user-select:none;
	user-select:none;
	-webkit-transition:background-color ease 0.1s;
	transition:background-color ease 0.1s;
}

.cul_nr{
    width: 97.3%;
    margin: auto;
    margin-top: 0.426rem
}
.cul_nr .culn_xscard{
    margin-bottom: 0.519rem
}

.cul_nr .culn_xscard .cardimg{
    width: 214px;
    height: 99%;
}

.cul_nr .cardimg > img{
    width: 49%;
    height: 49%;
}
.cul_nr .culn_xscard,.culn_xscard_hoverd{
    
    height:2.963rem;
    border-radius:4px;
    /* margin: 5px  auto 0; */
}
.cul_nr .culn_xscard > img{
    width: 100%;
    height: 100%;
}
.cul_nr .culn_xscard .imginfodis{
    overflow: hidden;
    line-height:0.685rem;
    font-size: 0.3rem;
    width: 100%;
    height: 0.685rem;
    background:rgba(74,197,255,.7);
    border-radius:4px;
    position: absolute;
    bottom: 0;
}

.cul_nr .culn_xscard_hoverd .imginfodis{
    transition: all .3s;
    line-height: 0.592rem;
    font-size: 0.3rem;
    width: 100%;
    height: 100%;
    background:rgba(74,197,255,.7);
    border-radius:4px;
    position: absolute;
    bottom: 0;
}
.cul_nr .culn_xscard_hoverd .imginfodis p{
    color: #fff;
    line-height: 0.37rem
}
.cul_nr .culn_xscard_hoverd .imginfodis p:nth-child(1){
    margin-top: 0.65rem;
    margin-bottom: 0.15rem
}
.cul_nr .culn_xscard_hoverd .imginfodis p:nth-child(4){
    margin-top: 0.1851rem
}
.cul_nr .circle{
    display: inline-block;
    width:0.4815rem;
    height:0.4815rem;
    background-color:#fff;
    border-radius:50%;
}

.biao{
    width: 0.5rem !important;
    height: 1.3rem !important;
    right: 0.093rem;
    top:-0.074rem;
    z-index: 222;
}

.cul_nr:after{
    content: '';
    width: 3.963rem;
 }

#pagecu{
    text-align: center
}
#pagecu .layui-laypage a, .layui-laypage span{
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-right: 6px;
    border-radius:4px;
}
#pagecu .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #4AC5FF! important
}
#pagecu .layui-laypage a:hover{
    color: #4AC5FF! important
}

.cu_right {width:24.2%;}
.cu_right .cur_top{
    width: 100%;
    height:4.37rem;
    border-radius:4px;
}

.gip_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.148rem;
    line-height: 1.148rem;
    padding:0 15px;
    background-color: rgba(74,197,255,0.7);
    text-align: right;
    font-size: 14px;
    color: #fff;
    z-index:100;
}

.gip_bg em{   
    display: block;
    line-height: 40px;
    margin: auto;
    width:100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.259rem
}
.gip_bg i{
    display: none;
}

 .new_height .gip_bg{
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    white-space: normal !important; 
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:20%;
}
 .new_height .gip_bg>span{
    display: block;
    text-align: center;
    font-size:0.259rem;
    color: #fff;
    margin: 0 auto;
    float: none;
    width: 70%;
    height: 0.259rem
}
 .new_height .gip_bg i{
   
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.cur_top .swiper-pagination {
    position: absolute;
    text-align: left;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1000;
}

.cur_top .swiper-container{
    width: 100%;
    height: 100%;
}
.cur_top .swiper-pagination-bullet {
    width: 0.259rem;
    height: 0.259rem;
    display: inline-block;
    border-radius: 100%;
    background:rgba(0,0,0,0) !important;
    border: 2px solid #fff;
    opacity: 1 !important;
    z-index: 101;
}
.cur_top .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}
.cur_top .swiper-container-horizontal>.swiper-pagination-bullets,.cur_top  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    /* left: 14px; */
    width: 100%;
}
.cur_top .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1000;
}

.cur_bottom{
    padding: 0.463rem 0.2314rem 0;
    margin-top: 0.2778rem;
    width:100%;
    background:rgba(255,255,255,1);
    border:1px solid rgba(191,191,191,1);
    border-radius:4px;
}

.cur_bottom .curb_tit p{
    border-bottom: rgba(191,191,191,.3) 1px solid;
    padding-bottom: 0.333rem
}

.cur_bottom .curb_navt .curbn_top .curbn_le{
    line-height: 0.444rem;
    width:0.9444rem;
    height:0.9444rem;
    background:rgba(74,197,255,1);
    border-radius:4px;
    font-size: 0.407rem;
    color: #fff;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    font-weight: bold
}
.curb_navt ul li{
    padding: 0.185rem 0;
    border-bottom: rgba(191,191,191,.3) 1px solid;
}
.curbn_ri { width: 65.581%;}
.cur_bottom .curb_navt .curbn_top .curbn_ri p:nth-child(1){
    font-size: 0.333rem
}


.cur_bottom .curb_navt .curbn_le{
    font-size: 0.2963rem;
    font-weight:bold;
}
.cur_bottom .curb_navt .curbn_ri p{
    font-size: 0.2963rem
}

/* 手机端的选择框样式 */
.cul_op_mob{
    margin-top: 0.407rem;
    padding: 0 0.2778rem;
    width: 100%;
}
.cul_order_mob {
    margin-left: 0.315rem;
    display: flex;
    float: left;
    border:1px solid rgba(191,191,191,1); 
    width: 40%;
    border-radius:4px;
}
.cul_order_mob > span{
    flex: 1;
    text-align: center;
    line-height: 0.889rem;
    display: block;
    color:#515C62;
    height:0.889rem;
    cursor: pointer;
    font-size: 0.407rem
}
.cul_order_mob > span:nth-child(1){
    /* margin-left: 10px; */
    color: rgba(81,92,98,.5)
}
.cul_op_mob > span{
    float: left;
    text-align: center;
    line-height: 0.889rem;
    display: block;
    color:rgba(81,92,98,.5);
    width:18.43%;
    height:0.889rem;
    background:rgba(255,255,255,1);
    /* border:1px solid rgba(191,191,191,1); */
    border-radius:4px;
    font-size: 0.407rem
}
.cul_order{
    position: absolute;
    width:20.14%;
    height:0.48rem;
    background:rgba(255,255,255,1);
    border:1px solid rgba(191,191,191,1);
    border-radius:4px;
    right: 0;
    top: 0;
    padding:0.07rem 0 0 0.203rem;
}
.cul_order span{
    margin:0 5px;
    cursor: pointer;
}
.checking_span{
    color: #4AC5FF
}


.cult_btn_mob{
    display: none;
    width: 34.09%;
    float: right;
    margin-top: 0.22rem;
}

.shaixuan{
    flex: 1;
    display: block;
    color: #fff;
    /* padding: 0 0.52rem; */
    border: none;
    height:0.93rem;
    background:rgba(74,197,255,1);
    font-size: 0.44rem;
    border-radius:4px
}
.btn_chos{width: 40%;}
.btn_hot{width: 57.55%;}

#currenthot{
    margin: auto;
    padding-top: 0.611rem;
    width: 100%;
    background:rgba(255,255,255,1);
    border:1px solid rgba(191,191,191,1);
    border-radius:4px;
}
#currenthot dt{
    margin-bottom: 0.407rem;
    font-size: 0.59rem;
    color:rgba(81,92,98,.5);
    text-align: center
}
#currenthot dd{
    font-weight: bold;
    width: 76.55%;
    padding: 0.46rem 0 0.24rem 0.24rem;
    margin: auto;
    border-top: rgba(191,191,191,.3) 1px solid
}
#currenthot  .ch_top .cht_le{
    line-height:0.63rem;
    width:1.24rem;
    height:1.24rem;
    background:rgba(74,197,255,1);
    border-radius:4px;
    font-size: 0.52rem;
    color: #fff;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    font-weight: bold
}
#currenthot  .cht_ri{ width: 68.581%;font-size: 0.407rem;}
#currenthot  .ch_top .cht_ri {padding-top:0.074rem }
#currenthot .cht_le{
    font-size: 0.407rem;
    font-weight:bold;
}
#currenthot .cht_ri p{
    font-size: 0.407rem;
}

/* 手机端筛选框 */
#choption_mob{
    width: 96.27%;
    margin: auto;
    height: 7.78rem;
    background:rgba(255,255,255,1);
    /* border:1px solid rgba(191,191,191,1); */
    border-radius:4px;
}
#choption_mob .cho_tit{
    width: 92.94%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    height: 1.67rem;
    color:rgba(81,92,98,.5);
    line-height: 1.67rem;
    font-size: 0.59rem;
    border-bottom: rgba(191,191,191,.3) 1px solid
}
.cho_top,.cho_color{width: 92.94%;margin: auto;border-bottom: rgba(191,191,191,.3) 1px solid}
.cho_top ul{display: inline-block  }
.cho_top ul li {
    display: inline-block;
    list-style: none;
    color: #515C62;
    font-size: 0.37rem;
    margin-left: 0.074rem;
    line-height: 1rem;
}

.cho_top  ul .checking label{
    color: #4AC5FF
}

.cho_top ul li input{
    width: 0.59rem;
    vertical-align: bottom;
    height: 0.59rem;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(191,191,191,1);
    border-radius: 4px;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    margin-left: 0.13rem;
    margin-bottom: 0.203rem
}
.cho_top ul li input:checked {
    background-color: #4AC5FF;
    border: 1px #4AC5FF solid
}
.cho_top ul li input:checked::after {
	content:'';
	top:0.13rem;
	left:0.06rem;
	position:absolute;
	background:transparent;
	border:#fff solid 2px;
	border-top:none;
	border-right:none;
	height:0.2037rem;
	width:0.44rem;
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.cho_color{padding: 0.46rem 0}
.cho_color label{font-size:0.37rem ;margin-left: 0.19rem;}
.cho_color .wcbox:checked {border:solid 1px #1673ff}
.cho_color .wcbox{
    margin-left: 0.074rem;
    border:solid 1px #ddd;
    width: 0.74rem;
    height: 0.74rem;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius:50%;
    font-size:0.8rem;
    display:inline-block;
	vertical-align:middle;
	/* cursor:default; */
	-webkit-appearance:none;
	-webkit-user-select:none;
	user-select:none;
	-webkit-transition:background-color ease 0.1s;
	transition:background-color ease 0.1s;
}

.cho_btn{
    text-align: center;
    width: 92.94%;
    padding-top: 0.556rem;
    margin: auto
}
.cho_btn_mob{
    width: 24.85%;
    height: 1rem;
    border: #4AC5FF 1px solid;
    font-size: 0.407rem;
    border-radius: 4px;
}
.cho_btn_mob_le {
    color: #fff;
    background-color: #4AC5FF
}
.cho_btn_mob_ri{
    color: #4AC5FF;
    background-color: #fff
}