@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*# sourceMappingURL=normalize.min.css.map */
/* 公共样式 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0}
body{font-family:"PingFang SC","微软雅黑","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Helvetica,"Helvetica Neue",Arial,sans-serif; font-size:14px; color:#333;}
ul, ol{list-style: none}
a{text-decoration: none;color:#333}
a:hover{text-decoration: none}
a:active,a:focus{outline:none}
img{border:0;vertical-align: middle}
table{border-collapse:collapse; border-spacing:0}
input,button{outline: none}
.fl{float: left}
.fr{float: right}
.tc{text-align: center}
.tl{text-align: left}
.tr{text-align: right}
.fb{font-weight: bold}
.f12{font-size: 12px}
.f14{font-size: 14px}
.f16{font-size: 16px}
.f18{font-size: 18px}
.f20{font-size: 20px}
.black{color: #000000}
.white{color: #ffffff}
.gray{color: #808080}
.clearfix{ *zoom: 1}
.clearfix:after{ clear: both; content: ''; display: block; visibility: hidden; height: 0; font-size: 0}
.container,.container-full{*zoom:1}
.container:after,.container-full:after{content:'';clear:both;display:block;height:0;visibility:hidden;}
.container-default{width:100%;max-width:1600px;margin:0 auto;}
.container-full{width:100%;min-width:1000px;margin:0 auto}

body{
	min-width:330px;
}
.content>div>img{
    width:100%;
}

/*------------------------------客户评价开始------------------------------*/
.customer-evaluation #text-scroll{
    overflow: hidden;
}
.customer-evaluation ul{
    position: relative;
}
.customer-evaluation ul li{
    width: 90%;
    margin: 0 5%;
    padding: 20px 0;
    color: #111;
    border-bottom: 1px solid #ddd;
    float: left;
}
.customer-evaluation ul li .left{
    float: left;
    /*max-width: 65%;*/
    width: 100%;
    max-width: 570px;
}
.customer-evaluation ul li .left p{
    line-height: 25px;
}
.customer-evaluation ul li .left span{
    color: #999;
}
.customer-evaluation ul li .right{
    float: right;
    /*max-width: 25%;*/
    line-height: 25px;
    font-size: 12px;
}
.customer-evaluation ul li .right>div{
    float: left;
}
.customer-evaluation ul li .right>div+div{
    margin-left: 20px;
}
.customer-evaluation ul li .right>div>span{
    color: #666;
}
/*------------------------------客户评价结束------------------------------*/

/*------------------------------立即购买开始------------------------------*/
.buy-now table{
    background: #44361c;
    width: 100%;
    padding-top: 20px;
}
.buy-now table tr{

}
.buy-now table th{
	text-align: center;
    color: #b5bb90;
    font-weight: normal;
    font-size: 22px;
    padding-top: 20px;
}
.buy-now table td{
    text-align: center;
    color: #8b602f;
    font-size: 18px;
    border-bottom: 1px solid #4a3c20;
    padding: 10px 0;
}
.buy-now table td.have-bought{
    color: #a9854b;
    font-size: 22px;
}
.buy-now table td.remaining{
    color: #b5bb90;
    font-size: 20px;
}
.buy-now table td.remaining span{
    color: #d17709;
    font-weight: bold;
    font-size: 30px;
}
.buy-now table td .buy-btn{
    background: #ffd200 url("../img/buy_now.png") no-repeat center center;
    display: inline-block;
    width: 90%;
    margin: 0 5%;
    max-width: 964px;
    height: 57px;
    border-radius: 10px;
    margin-bottom: 10px;
}
/*------------------------------立即购买结束------------------------------*/

/*------------------------------表单开始------------------------------*/
.form{
    background: #ffffdc;
}
.form h3{
    background: #ffba07;
    height:43px;
    line-height: 43px;
    padding-left:25px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.form h3 img{
    margin-right: 10px;
}
.customer-service{
    padding:0 0 24px 0;
}
.customer-service p{
    width: 70%;
    font-size: 18px;
    margin:0 auto;
    line-height: 25px;
    color: #000;
}
.hot-line{
    background: #ffba07;
    margin: 24px auto 0;
    width: 76%;
    height:43px;
    line-height: 43px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

.order-form{
    margin-top: 40px;
}
.order-form form .form-row{
    width:90%;
    padding: 0 5%;
    float: left;
    margin-bottom: 20px;
    line-height: 27px;
}
.order-form form .form-row input[type=text]{
    background: #fff;
    border: 1px solid #d2d2d2;
    width: 100%;
    max-width: 244px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}
.order-form form .form-row select{
    width: 115px;
    height: 27px;
    border: 1px solid #d2d2d2;
    margin-right:12px;
    line-height: 27px;
}
.order-form form .form-row textarea{
    background: #fff;
    border: 1px solid #d2d2d2;
    resize: vertical;
    width: 90%;
    max-width:523px;
}
.order-form form .form-row>div{
    float: left;
}
.order-form form .form-row .form-left{
    width: 27%;
    font-size: 16px;
    text-align: right;
    min-height: 27px;
}
.order-form form .form-row .form-left span{
    color: #ff9f17;
}
.order-form form .form-row .form-right{
    width: 73%;
}
.order-form form .form-row.product .form-right label{
    font-size: 18px;
    color: #f70063;
    font-weight: bold;
}
.order-form form .form-row.count button,
.order-form form .form-row.count input{
    float: left;
}
.order-form form .form-row.count .form-right button{
    background: #ededed;
    width: 26px;
    height:27px;
    border: 1px solid #d2d2d2;
    line-height: 25px;
    text-align: center;
}
.order-form form .form-row.count .form-right input{
    width:48px;
    text-align: center;
}
.order-form form .form-row.count .form-right button.sub{
    border-right: none;
}
.order-form form .form-row.count .form-right button.add{
    border-left: none;
}
.order-form form .form-row.submit button{
    background: #f6a80d;
    border:none;
    width: 90%;
    height:44px;
    line-height: 44px;
    max-width:525px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.order-form form .form-row input.price{
    background: #efefef;
    width: 80px;
    text-align: center;
}

@media (max-width: 375px) {
    .hot-line{
        font-size: 16px;
    }
    .order-form form .form-row{
        margin-bottom: 10px;
    }
    .order-form form .form-row .form-left{
        width: 100%;
        text-align: left;
    }
    .order-form form .form-row .form-right{
        width: 100%;
    }
    .order-form form .form-row select{
        margin-bottom: 10px;
    }
}
/*------------------------------表单结束------------------------------*/

/*右边栏开始*/
body{
    background: #f3f3f3;
}
.icon-menu{
    display: block;
    color:blue;
    position: fixed;
    right: 0px;
    top: 5%;
    background: #fff;
    border: 1px solid #c5c5c5;
    padding: 10px;
    border-radius: 5px;
    opacity:0.8;
    cursor: pointer;
}
.aside-menu{
    position: fixed;
    right: 0px;
    top: 5%;
    margin-top: 40px;
}
.aside-menu{
    display: block;
}
.icon-menu:hover{
    /*display: block;*/
    opacity:1;
}
.aside-menu:hover{
    /*display: block;*/
}
.aside-menu>ul{
    background: #fff;
    border: 1px solid #c5c5c5;
    text-align: center;
    padding: 0 10px;
    opacity: 0.8;
}
.aside-menu li{
    padding: 10px 0;    
}

.aside-menu li a{
    font-size: 12px;
    opacity: 1;
}
.aside-menu li a img{
    width: 50px;
}
.aside-menu li p{
    margin-top: 5px;
}
.aside-menu li+li{
    border-top: 1px solid #c5c5c5;
}
.aside-menu .totop{
    margin-top: 110px;
}
.aside-menu .totop a{
    display: inline-block;
}

@media (max-width: 1200px) {
    .icon-menu{
        display: block;
    }
    .aside-menu{
        /*display: none;*/
    }
    .aside-menu li a img{
        width: 40px;
    }
}
/*右边栏结束*/

/*------------------------------我们的优势开始------------------------------*/
.advantage .adv-content{
    position: relative;
    background: url("http://cdn2.yj880.com/fms/img/adv_bg.jpg") no-repeat center 0;
    background-size: 100% 100%;
    /*max-width: 1000px;*/
    width: 100%;
    min-height: 420px;
    padding-top: 80px;
    padding-bottom:60px;
    overflow: hidden;
}
.advantage .adv-content:before{
    position: absolute;
    content: '';
    background: url("../img/yellow_arrow.png") no-repeat;
    display: block;
    width: 28px;
    height: 13px;
    top: 0;
    left: 50%;
    margin-left: -14px;
}
.advantage .adv-content>div{
    width: 33.333%;
    padding:  0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.advantage .adv-content>div.soft{
    position: absolute;
    left: 33.333%;
    padding: 0;
    /*overflow: hidden;*/
    margin-bottom: 30px;
}
.advantage .adv-content>div.soft img{
    /*width: 100%;*/
    max-width: 100%;
}
.advantage .adv-content>div h1{
    color: #ff8e42;
    font-size: 24px;
    margin-bottom: 10px;
}
.advantage .adv-content>div h1 img{
    margin-right: 10px;
}
.advantage .adv-content>div p{
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

@media (max-width: 800px) {
    .advantage .adv-content>div{
        width: 50%;
    }
    .advantage .adv-content>div.soft{
        width: 100%;
        position: relative;
        left: 0;
        text-align: center;
    }
}
@media (max-width: 540px){
    .advantage .adv-content>div.soft{
        padding: 0 10px;
    }
    .advantage .adv-content>div{
        width: 100%;
    }
}
/*------------------------------我们的优势结束------------------------------*/

/*------------------------------我们的服务开始------------------------------*/
.our-service{
    position: relative;
    background: #fff;
    padding-top: 60px;
}
.our-service:before{
    position: absolute;
    content: '';
    background: url("../img/yellow_arrow.png") no-repeat;
    display: block;
    width: 28px;
    height: 13px;
    top: 0;
    left: 50%;
    margin-left: -14px;
}
.our-service>ul{

}
.our-service>ul>li{
    position: relative;
    vertical-align: middle;
    width:33.333%;
    float: left;
    margin-bottom: 60px;
}
.our-service>ul>li .img{
    width: 72px;
    height: 72px;
    margin-left: 10px;
    float: left;
}
.our-service>ul>li .img img{
    width: 72px;
}
.our-service>ul>li .text{
    position: relative;
    padding-left: 90px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.our-service>ul>li .text h3{
    font-weight: normal;
    margin-bottom: 5px;
}
.our-service>ul>li .text p{
    line-height: 1.8;
    font-size: 12px;
}

@media (max-width: 767px) {
    .our-service>ul>li{
        width: 50%;
    }
}
@media (max-width: 540px){
    .our-service>ul>li{
        width: 100%;
    }
}
/*------------------------------我们的服务结束------------------------------*/
@media (max-width: 999px){
	.hot-price {
	    position: absolute;
	    color: #fff883;
	    font-size: 7vw;
	    font-weight: bold;
	    right: 8.5%;
	    top: 0.5%;
	    transform: rotate(-5deg);
	    text-align: center;
	    width: 20vw;
	}
}

@media (min-width: 1000px){
	.hot-price {
	    position: absolute;
	    color: #fff883;
	    font-size: 12rem;
	    font-weight: bold;
	    right: 6.5%;
	    top: 0.5%;
	    transform: rotate(-5deg);
	    text-align: center;
	    width: 20vw;
	}
}

@media (min-width: 1860px){
.aside-menu {
        right: auto;
        left: auto;
        margin-left: 1600px;
	}
}

@media (min-width: 1730px){
.icon-menu {
        right: auto;
        left: auto;
        margin-left: 1600px;
	}
}

input[required]
{
	display:inline;
}

.wHint
{	
	color:red;	
}


video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}


/*补充*/
.DJOrder{	
	margin:0 auto;
	text-align:center;
	background: #ffd200 no-repeat center center;
}

.fixed{
	position:fixed;
}

.bottom{
	bottom:0;
}

.rel
{
	position:relative;
}

/*领券部分*/
.DJOrder
{
    margin:0 auto;
    padding:0;
    height:195px;
}
.DJOrder h2{
	padding-top:20px;
	margin:0 auto;	
	color:red;
	font-size:28px;
}

.DJOrder input:focus{
    border: 2px solid #38f;
}

.DJOrder input{	
	height: 50px;
	width: 50%;
	min-width: 300px;
    max-width: 964px;
	margin: 15px 0 0;
	border-radius: 10px;
    font-size:2rem;
}

.DJOrder button{
	background: #ff0000 no-repeat center center;
    display: inline-block;
    margin: 0 5%;
    width: 50%;
    min-width: 300px;
    max-width: 964px;
    
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size:2rem;
    color:#ffd200;
    font-weight:bold;
}

.none{
	display:none;
}

.hint-hide{
	opacity:0;
}

.show{
	opacity:100;
}