body{
    overflow:auto;
}
.red{
    color: #f00;
}
.container{
    width: 1200px;
    /* max-width: 100%; */
    padding: 0 15px;
    margin: 0 auto;
}
header,footer,section{
    min-width: 1200px;
    width: 100%;
}
header{
    background: #333;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 100;
}
.headbox{
    width: 100%;
    color: #ccc;
    padding: 10px 0;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.headbox a{
    padding: 0 14px;
    vertical-align: middle;
}
.headbox a:hover{
    color: #fff;
}
.footer{
    background: #353535;
    padding: 30px 0 10px;
}
.footbox{
    text-align: center;
    color: #fff;
    position: relative;
}
.footbox .wailian{
    color: #fff;
    display: inline-block;
    width: 200px;
    padding: 10px;
    font-size: 20px;
    background: #1e9fff;
    text-align: center;
    border-radius: 10px;
    margin-left: 40px;
}
.footbox h2{
    font-size: 24px;
    font-weight: normal;

}
.footbox h3{
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
}
.footbox p{
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}
.swp1{
    width: 100%;
    height: 600px;
    margin-top: 38px;
}
.swp1 img{
    width: 100%;
    height: 100%;
}
.swp1 .swiper-pagination{
    bottom: 25px;
}
.swp1 .swiper-pagination-bullet {
    width: 40px;
    height: 1px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 0.8;
    vertical-align: middle;
}
.swp1 .swiper-pagination-bullet-active{
    color: #fff;
    height: 3px;
    opacity: 1;
}
.sec01{
    /* width: 100%; */
    background: #f8f8f8;
}
.sec02{
    padding: 20px 0 50px;
}
.goodstop{
    text-align: center;
    padding: 30px 0;
    color: #343434;
    letter-spacing: 1px;
}
.goodstop h3{
    font-size: 31px;
    font-weight: bold;
    line-height: 42px;
}
.goodstop .tt{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
.goodsbox{
    border: 1px solid #999;
    border-radius: 5px;
}
.goodsbox .gli{
    display: flex;
    border-bottom: 1px solid #999;
    align-items: center;
    background: #fff;
}
.goodsbox .gli .left{
    width: 12%;
    text-align: center;
}
.goodsbox .gli .left p{
    color: #000;
    margin-top: 5px;
}
.goodsbox .gli .right{
    width: 88%;
    min-height: 167.24px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #999;
    background: #f8f8f8;
}
.goodsbox .gli .right li{
    width: 14.2857%;
    padding-bottom: 14.2857%;
    position: relative;
}
.goodsbox .gli .right li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 84%;
    height: 84%;
    margin: 8%;
    padding: 8%;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    background: #fff;
}
.goodsbox .gli .right li a p{
    margin-top: 5px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.goodsbox .gli .right li a img{
    width: 64px;
    height: 64px;
}
.goodsbox .gli:first-child{
    border-radius: 5px 5px 0 0;
}
.goodsbox .gli:first-child .right{
    border-radius: 0 5px 0 0;
}
.goodsbox .gli:last-child{
    border: 0;
    border-radius: 0 0 5px 5px;
}
.goodsbox .gli:last-child .right{
    border-radius: 0 0 5px 0;
}
.partner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.partner li{
    width: 20%;
    padding: 0 8px;
    margin: 10px 0;
}
.partner li a{
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}
.partner li a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bigimg{
    height: 500px;
    margin-top: 30px;
    position: relative;
}
.bigimg img{
    width: 100%;
    height: 100%;
}
.bigimg .a1{
    position: absolute;
    top: 57%;
    left: 53%;
    width: 18%;
    height: 15%;
}
.goodsde {
    border: 2px solid #999;
    border-radius: 10px;
}
.goodsde .gli{
    display: flex;
    border-radius: 10px;
    align-items: center;
    text-align: center;
}
.goodsde .gli .left{
    width: 20%;
    padding: 0 30px;
}
.goodsde .gli .left p{
    line-height: 24px;
    word-break: break-all;
}
.goodsde .gli .right{
    width: 80%;
}
.goodsde .gli .right li{
    width: 20%;
    padding-bottom: 25%;
}
.goodsde .gli .right li a{
    height: 67%;
}
.goodsde .rights{
    width: 100%;
    min-height: 236px;
    display: flex;
    flex-wrap: wrap;
    border-left: 2px solid #999;
    padding: 20px;
}
.goodsde .rights li{
    width: 20%;
    text-align: center;
    margin: 10px 0;
}
.goodsde .rights li .a1{
    display: block;
    width: 135px;
    height: 130px;
    margin: 0 auto;
    border: 2px solid #999;
    border-radius: 5px;
    padding: 15px 0 10px;
}
.goodsde .rights li .a1 img{
    width: 64px;
    height: 64px;
}
.goodsde .rights li .a1 p{
    padding: 3px;
}
.goodsde .rights li .a2{
    display: inline-block;
    color: #fff;
    background: #1e9fff;
    border-radius: 10px;
    padding: 8px 25px;
    margin-top: 10px;
}
.goodstips{
    padding: 10px 0 20px;
}
.goodscont{
    margin: 30px 0 10px;
    position: relative;
}
.goodscont .top1{
    padding: 30px 0;
}
.goodscont .videos{
    width: 100%;
    top: 128px;
}
.goodscont .videos video{
    width: 100%;
}
.login{
    margin-top: 30px;
    background: #f1f1f1;
}
.form{
    width: 700px;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}
.form form{
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    text-align: center;
}
.form h2{
    font-size: 24px;
    margin-bottom: 10px;
}
.form .input{
    display: block;
    margin: 12px 0;
}
.form .input input{
    width: 250px;
    line-height: 24px;
    padding: 5px 5px 5px 24px;
    border: 1px solid #e9e9e9;
    background-size: 100% 100%;
}
.form .account{
    background: url("../images/icon_user.jpg"/*tpa=https://ps.yuxin2.cn/ps/images/icon_user.jpg*/) no-repeat;
}
.form .pwdd{
    background: url("../images/icon_pwd.jpg"/*tpa=https://ps.yuxin2.cn/ps/images/icon_pwd.jpg*/) no-repeat;
}
.form .input input:focus{
    outline: inherit;
}
.form .input input.error{
    border: 1px solid #f00;
}
.form .check em{
    color: #f00;
    font-size: 12px;
}
.form .loginsure{
    display: block;
}
.form .loginsure input{
    font-size: 16px;
    color: #fff;
    background: #f00;
    border-radius: 6px;
    padding: 8px;
    width: 250px;
}
.goodsshop{
    background: #fff;
    padding: 50px 120px;
}
.buydetail .tit{
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #1e9fff;
}
.buydetail .tit span{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #1e9fff;

}
.gflex{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	 
	display: -ms-flexbox; /* TWEENER - IE 10 */
	 
	display: -webkit-flex; /* NEW - Chrome */

    display: flex;
    margin-bottom: 50px;
}
.gflex .left{
    width: 40%;
}
.gflex .right{
    width: 60%;
    padding-left: 30px;
}
.gflex .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gflex .gallery-top {
    height: 80%;
    width: 100%;
}
.gflex .swiper-slide {
    width: 100%;
}
.gflex .gallery-top .swiper-slide img{
    width: 100%;
    height: 100%;
}

.gflex .gallery-thumbs {
    width: 85%;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gflex .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.7;
}
.gflex .gallery-thumbs .swiper-slide img{
    width: 100%;
    height: 100%;
}
.gflex .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gflex .smail{
    position: relative;
}
.gflex .smail .swiper-button-prev{
    left: 0;
    color: #dfdfdf;
    outline: none;
}
.gflex .smail .swiper-button-next{
    right: 0;
    color: #dfdfdf;
    outline: none;
}

.gflex .right h3{
    color: #585858;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
    letter-spacing: 1px;
}
.gflex .right p{
    font-size: 14px;
    color: #828282;
    letter-spacing: 1px;
    line-height: 28px;
}
.gflex .right p em{
    display: inline-block;
    width: 80px;
    text-align: right;
    vertical-align: middle;
}
.gflex .right p s{
    font-size: 14px;
    font-weight: bold;
    color: #616161;
}
.gflex .right p span{
    color: #616161;
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
}
.gflex .right p span.mon{
    font-size: 24px;
    font-weight: bold;
    color: #076ce0;
    vertical-align: top;
}
.gflex .right .buynow{
    background: #076ce0;
    color: #fff;
    padding: 13px 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}
.gflex .right .buynow img{
    vertical-align: middle;
    margin-right: 8px;
}
.gflex .right .jiajian a{
    width: 20px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
}
.gflex .right p i{
    font-size: 12px;
    padding: 1px 4px;
    margin-left: 15px;
    color: #fff;
    background: #076ce0;
    position: relative;
}
.gflex .right p i::before{
    content: '';
    width: 0;height:0;
    position: absolute;
    left: -10px;
    bottom: 0;
    /* border:5px solid transparent;
    border-right: 5px solid #076ce0; */

    border-top:10px solid transparent;
    border-bottom: 8px solid #076ce0;
    border-left: 10px solid transparent;
}
#inputval{
    line-height: 24px;
    width: 40px;
    padding: 5px 0;
    border: 1px solid #eee;
    outline: 0;
    text-align: center;
}
.blank50{
    height: 50px;
}
.tipss{
    font-size: 18px;
    font-weight: bold;
    color: #d81b43;
    text-align: center;
    background: #ffeb3c;
    padding: 8px 0;
}
.buybox{
    background: #fff;
    padding:20px 130px;
    margin: 15px 0;
}
.buybox h3{
    font-size: 18px;
    margin: 20px 0;
    color: #333;
}
.pUl{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 13px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.pUl li{
    width: 150px;
    height: 55px;
    margin: 10px;
    border: 2px solid #cccccc;
}
.pUl li.on{
    border: 2px solid #1e9fff;
    position: relative;
}
.pUl li.on::before{
    content: '';
    width: 17px;
    height: 24px;
    background: url("vbg01.png"/*tpa=https://ps.yuxin2.cn/ps/css/vbg01.png*/) -40px -301px no-repeat;
    position: absolute;
    top: -0.5px;
    right: 5px;
}
.pUl li.on::after{
    content: '';
    width: 12px;
    height: 12px;
    background: url("gou.png"/*tpa=https://ps.yuxin2.cn/ps/css/gou.png*/) no-repeat;
    position: absolute;
    bottom: 0;
    right: -0.2px;
}
.pUl li.alipay{
    background: url("1.jpg"/*tpa=https://ps.yuxin2.cn/ps/css/1.jpg*/) no-repeat;
    background-size: 100% 100%;
}
.pUl li.wxpay{
    background: url("2.jpg"/*tpa=https://ps.yuxin2.cn/ps/css/2.jpg*/) no-repeat;
    background-size: 100% 100%;
}
.pTable{
    width: 100%;
    border: 1px solid #ddd;
    table-layout:fixed;/* åªæœ‰å®šä¹‰äº†è¡¨æ ¼çš„å¸ƒå±€ç®—æ³•ä¸ºfixedï¼Œä¸‹é¢tdçš„å®šä¹‰æ‰èƒ½èµ·ä½œç”¨ã€‚ */
    border-collapse: collapse;
}
.pTable thead{
    background: #f8f8f8;
}
.pTable thead th{
    padding: 10px 0;
    border-color: #f8f8f8;
}
.pTable tbody tr td{
    width:100%;
    color: #666666;
    text-align: center;
    word-break:keep-all;/* ä¸æ¢è¡Œ */
    white-space:nowrap;/* ä¸æ¢è¡Œ */
    overflow:hidden;/* å†…å®¹è¶…å‡ºå®½åº¦æ—¶éšè—è¶…å‡ºéƒ¨åˆ†çš„å†…å®¹ */
    text-overflow:ellipsis;/* å½“å¯¹è±¡å†…æ–‡æœ¬æº¢å‡ºæ—¶æ˜¾ç¤ºçœç•¥æ ‡è®°(...) ï¼›éœ€ä¸Žoverflow:hidden;ä¸€èµ·ä½¿ç”¨ã€‚*/
    padding: 20px 15px;
}
.pTable thead th:last-child{
    color: #076ce0;
}
.pTable tbody tr td:last-child{
    color: #076ce0;
}
.pTable tbody tr td img{
    margin-right: 10px;
}
.pTable tbody tr:last-child{
    border-top: 1px solid #ddd;
}
.discount{
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px 40px;
    color: #333;
    font-size: 14px;
    text-align: right;
}
.discount span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.discount input{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.discount select{
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    padding: 5px;
}
.mcount{
    padding: 10px 40px;
    text-align: right;
}
.mcount p{
    margin: 10px 0;
    font-size: 14px;
}
.mcount p em{
    display: inline-block;
    width: 150px;
}
.mcount p em.blue{
    color: #076ce0;
    font-size: 24px;
    font-weight: bold;
}
.mcount a{
    display: inline-block;
    padding: 10px 40px;
    margin: 10px 0;
    color: #fff;
    background: #076ce0;
    letter-spacing: 2px;
}
.goshop{
    text-align: center;
    padding: 20px 0 50px;
}
.goshop a{
    display: inline-block;
    padding: 15px 60px;
    color: #fff;
    background: #1e9fff;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 2px #999;
    font-size: 22px;
}
.deimg{
    background: #fff;
    padding: 30px 130px;
    margin: 15px 0;
    min-height: 560px;
}

#wizard {
	border: 1px solid #789;
	font-size: 12px;
	height: 400px;
	margin: 20px auto;
	width: 500px;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
}

#wizard .items {
	width: 20000px;
	clear: both;
	position: absolute;
}

#wizard .right {
	float: right;
}

#wizard #status {
	height: 35px;
	background: #123;
    display: flex;
    justify-content: center;
}

#status li {
	float: left;
	color: #fff;
	padding: 10px 30px;
}

#status li.active {
	background-color: #369;
	font-weight: normal;
}

#wizard .input {
    width: 250px;
    margin: 15px auto;
    line-height: 20px;
    border: 1px solid #d3d3d3;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
}

#wizard .page {
	padding: 20px 30px;
	width: 500px;
    float: left;
    position: relative;
    min-height: 320px;
}

#wizard .page h3 {
	height: 42px;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px
}
#wizard .page h4{
    font-size: 16px;
}

#wizard .page h3 em {
	font-size: 12px;
	font-weight: 500;
	font-style: normal
}

#wizard .page p {
	line-height: 24px;
}

#wizard .page p label {
	font-size: 14px;
    display: block;

}

#wizard .btn_nav {
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

#wizard .prev,#wizard .next {
	width: 100px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d3d3d3;
	cursor: pointer
}
.layui-layer-content #wizard{
    display: block;
}

.fcodes{
    display: none;
    width: 500px;
    margin: 0 auto;
}
.myorder{
    width: 900px;
    min-height: 525px;
    margin: 20px auto;
    background: #fff;
    padding: 40px 60px;
}
.myorder h3{
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;

}
.myorder .pTable tbody tr{
    border: 1px solid #ddd;
}
.myorder .pTable tbody tr.code td{
    text-align: left;
    overflow: unset;
    white-space: normal;
}
.myorder .pTable tbody tr.code span{
    margin: 0 10px;
    color: #f60;
}
.myorder .pTable tbody tr td{
    padding: 20px 10px;
}
.myorder .pTable tbody tr td.normal{
    display: flex;
    word-break: normal;
    white-space: normal;
    text-overflow: unset;
}
.myorder .pTable tbody tr td.normal i{
    width: 60px;
    height: 60px;
}
.myorder .pTable tbody tr td.normal span{
    width: 84%;
    font-size: 14px;
}
.myorder .pTable tbody tr td.unset{
    white-space: normal;
    text-overflow: unset;
    word-break: break-word;
    padding: 0;
    font-size: 14px;
}
.myorder .pTable tbody tr.code td a{
    display: inline-block;
}
.mypage{
    margin: 20px 0 10px;
}
.myinfo{
    width: 900px;
    margin: 20px auto;
    background: #fff;
    padding: 40px 60px;
}
.myinfo h3{
    font-size: 18px;
}
.myinfo p{
    margin: 10px 0;
}
.myinfo .change a{
    margin-right: 25px;
    color: #3498db;
}
.forms{
    width: 900px;
    margin: 20px auto;
    background: #fff;
    padding: 40px 60px;
    text-align: center;
}
.update h3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.forms label{
    display: block;
    margin: 10px 0;
}
.forms .text input{
    width: 250px;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
}
.forms .submit{
    display: block;
    width: 250px;
    margin: 10px auto;
    padding: 10px;
    color: #fff;
    background: #f00;
    border-radius: 5px;
}
.forms .back{
    display: block;
    width: 250px;
    margin: 10px auto;
    padding: 10px;
    color: #fff;
    background: #999;
    border-radius: 5px;
    cursor: pointer;
}
.forms .check em{
    font-size: 12px;
}
.pwdsuccess{
    display: none;
}
.find_password{
    margin-top: 5px;
    font-size: 14px;
}
.indexsearch form{
    display: inline-block;
}
.indexsearch input[type="text"]{
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 36px;
    outline: none;
    border: 1px solid #f1f1f1;
    border-radius: 25px;
    padding: 1px 30px 1px 15px;
    background-color: #f1f1f1;
    font-size: 12px;
}
.indexsearch input[type="submit"]{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -10px;
    padding: 1px 5px;
    margin-left: -7px;
    border-radius: 2px;
    background-image: url("search.png"/*tpa=https://ps.yuxin2.cn/ps/css/search.png*/);
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-position: 2px 2px;
    width: 20px;
    height: 20px;
}
.bgwhite{
    background: #fff;
}
.top22{
    text-align: center;
    padding: 35px 0;
}
.top22 h3{
    font-size: 36px;
    line-height: 64px;
    font-weight: bold;
    color: #000;
}
.top22 p{
    font-size: 18px;
}
.ulUl{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 50px;
}

.deimg1{
    position: relative;
}
.deimg1 img{
    width: 100%;
}
.deimg1 .a1{
    position: absolute;
    left: 50%;
    top: 66%;
    display: inline-block;
    width: 18%;
    height: 24%;
    margin-left: -9%;
}
.deimg2 .a2{
    position: absolute;
    left: 28%;
    top: 63%;
    color: #fff;
    display: inline-block;
    width: 200px;
    padding: 10px;
    font-size: 20px;
    background: #1e9fff;
    text-align: center;
    border-radius: 10px;
}
.myorder .top3 span{
    color: #f00;
    margin: 0 5px;
}
.indexsearch{
    text-align: center;
    margin-bottom: 30px;
}
.paysuccess{
    width: 650px;
    margin: 0 auto;
    padding: 70px;
}
.paysuccess p{
    font-size: 24px;
    margin-bottom: 10px;
}
.paysuccess p a{
    display: block;
    font-size: 18px;

}
.paysuccess p a span{
    color: #ff6308;
    margin: 0 20px 0 5px;
}
.paysuccess .to{
    font-size: 16px;
    color: #f00;
}