#header{
    min-width: 1180px;
    height: 350px;
    background: url("../images/nav.jpg") no-repeat top center;
    overflow: hidden;
    background-size: cover;
    padding: 0 10px;
}

.header{
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 65px;
}

.batten{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.08);
}

.top{
    width: 1160px;
    margin: 0 auto;
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
}

.logo{
    float: left;
}

.logo>img{
    vertical-align: middle;
}

.nav>ul{
    float: left;
}

.nav>ul:last-child{
    float: right;
}

.nav>ul li:first-child{
    margin-left: 86px;
}

.nav>ul li{
    display: inline-block;
    margin-left: 65px;
    color: #ffffff;
}

.nav>ul .login{
    margin-left: 30px;
}

.nav>ul li a:hover{
    color: #73c2fd;
}

.middle{
    float: left;
    padding-top: 67px;
    color: #ffffff;
    margin-left: 90px;
}

.figure{
    float: right;
    margin-right: 50px;
}

.caption{
    font-size: 40px;
    line-height: 1;
    margin-bottom: 24px;
}

.mess{
    font-size: 16px;
    line-height: 28px;
}

#nav{
    min-width: 1180px;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}

.navbar{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.row{
    width: 1180px;
    margin: 0 auto;
}

.row>ul{
    display: inline-block;
    position: relative;
}

.row>ul:before{
    content: "";
    display: table;
}

.row>ul li{
    float: left;
    width: 100px;
    line-height: 60px;
    text-align: center;
    margin: 0 64px 0 0;
}

.row>ul li.change a{
    color: #0576dc;
}

.row>ul li a{
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.row>ul li a:hover{
    color: #2060c0;
}

.row>ul li.line{
    position: absolute;
    height: 3px;
    background-color: #2f74d5;
    bottom: 0;

}

#main{
    background: url("../images/backdrop.jpg") no-repeat top center;
    background-size: cover;
}

.main{
    width: 1180px;
    padding: 20px 0;
    font-size: 0;
    margin: 0 auto;
}

.anchor{
    display: block;
}

.product{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 48px 50px;
    overflow: hidden;
}

.recom{
    overflow: hidden;
    margin-bottom: 30px;
}

.hot{
    float: left;
    font-size: 24px;
    color: #333;
    line-height: 35px;
    padding-left: 47px;
    margin-right: 30px;
    background: url("../images/hot.png") no-repeat left center;
}

.affair{
    float: left;
    font-size: 24px;
    color: #333;
    line-height: 35px;
    padding-left: 47px;
    margin-right: 30px;
    background: url("../images/affair.png") no-repeat left center;
}

.flag{
    float: left;
    font-size: 24px;
    color: #333;
    line-height: 35px;
    padding-left: 47px;
    margin-right: 30px;
    background: url("../images/flag.png") no-repeat left center;
}

.order{
    float: left;
    font-size: 24px;
    color: #333;
    line-height: 35px;
    padding-left: 47px;
    margin-right: 30px;
    background: url("../images/order.png") no-repeat left center;
}

.recom>p{
    font-size: 14px;
    color: #999;
}

.product table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.product table tr{
    border: 1px solid #eee;
}

.product table tr td{
    position: relative;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #eee;
}

.product table tr:first-child{
    background-color: #fafafa;
}

.product table tr:first-child td{
    font-size: 14px;
    color: #333;
}

.product table tr td.unpitch{
    pointer-events: none;
}

.bg-title{
    font-size: 14px;
    color: #ff1b20;
    line-height: 44px;
}

.bg-tit{
    font-size: 14px;
    color: #333;
    line-height: 44px;
}

.version{
    text-align: left;
    padding-left: 75px;
}

.version>ul li a{
    font-size: 14px;
    color: #888;
    line-height: 24px;
    vertical-align: middle;
}

.activity{
    font-size: 14px;
    color: #fc1c1e;
    line-height: 42px;
}

.version>ul li:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 12px;
    background-color: #ff6600;
    border-radius: 50%;
    vertical-align: middle;
}

.price{
    font-size: 14px;
    color: #999;
}

.original>a{
    color: #f29800;
    text-decoration: line-through;
}

.discount{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-left: 20px;
}

.discount>a{
    font-size: 24px;
    color: #fc1c1e;
    text-decoration: none;
}

.discount>a.tryout{
    font-size: 16px;
}

.pt-btn{
    padding: 12px 0 0 0;
    font-size: 0;
}

span.check{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #0576dc;
    padding: 8px 27px;
    cursor: pointer;
    border-radius: 2px;
}

span.check:hover{
    color: #fff;
    background-color: #0d85f6;
}

span.buy{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #f29800;
    padding: 0 27px;
    margin: 0 0 0 10px;
    cursor: pointer;
    border-radius: 2px;
}

span.buy:hover{
    color: #fff;
    background-color: #f8a10a;
}

.product table tr td.lastCont{
    text-align: left;
    font-size: 0;
}

.product table tr:hover{
    box-shadow: 0 0 5px rgba(230, 230, 230,1) inset;
    -webkit-box-shadow: 0 0 5px rgba(230, 230, 230,1) inset;
    -moz-box-shadow: 0 0 5px rgba(230, 230, 230,1) inset;
    -o-box-shadow: 0 0 5px rgba(230, 230, 230,1) inset;
    background-color: #fdfdfd;
}

.product table tr:first-child td:first-child:hover{
    box-shadow: none;
}

.edition{
    margin-top: 15px;
}

.priceList{
    display: inline-block;
}

#recomm{
    min-width: 1180px;
    background: url("../images/background.png") no-repeat center;
    padding-bottom: 75px;
    background-size: cover;
}

.recomm{
    width: 1180px;
    margin: 0 auto;
}

#recomm .title{
    font-size: 24px;
    color: #333;
    line-height: 130px;
    text-align: center;
}

.meal{
    display: inline-block;
    width: 225px;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    padding: 0 25px;
    margin-right: 20px;
    box-shadow: 0 0 10px 0 rgba(31, 50, 82, 0.16);
}

.meal:last-child{
    margin: 0;
}

.meal>ul li{
    font-size: 14px;
    color: #888;
    line-height: 24px;
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 0;
}

.meal>ul li:first-child{
    padding: 16px 0;
}

.meal>ul li:last-child{
    border: none;
    padding: 30px 0;
}

#footer{
    min-width: 1180px;
    background-color: #353a40;
    clear: both;
    padding: 0 10px;
}

.footer{
    width: 1180px;
    margin: 0 auto;
    color: #dedede;
    font-size: 12px;
    line-height: 70px;
}

.download{
    margin-left: 15px;
}

.right{
    float: right;
}