#main{
    background: -webkit-linear-gradient(#d8d8d8, #eaeaea,#dadada); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#d8d8d8, #eaeaea,#dadada); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#d8d8d8, #eaeaea,#dadada); /* Firefox 3.6 - 15 */
    background: linear-gradient(#d8d8d8, #eaeaea,#dadada); /* 标准的语法 */
}
#main .main-content {
    width: 1200px;
    background: none;
}
#main .main-content .content{
    width: 100%;
    background: none;
}
#main .main-content .outline-border{
    background: #fff;
    border-radius: 10px;
}
.sub-title{
    color: #000;
    height: 35px;
    line-height: 32px;
}
#main .main-content .content .block-area > p {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#head .top-box .head-top-nav{
    height: 46px;
}
#head .top-box .head-middle{
    height: 100px;
}
#head .top-box .head-middle #logo{
    float: left;
    margin-top: 10px;
    margin-left: 240px;
    padding-right: 20px;
}
.top-nav li .currency {
    position: absolute;
    top: 6px;
    right: -130px;
    width: 100px;
    padding-left: 20px;
    border-radius: 5px;
    outline: none;
}
.top-nav>li .sub-nav{
    top:45px;
    background: #6a6a8d;
    padding-bottom: 4px;
}
.top-nav>li .sub-nav li a{
    border-top: none;
    border-bottom: 1px solid #383852;
}
.top-nav>li .sub-nav li a:hover,.btn:hover{
    background:#555583;
    color: #fff;
}
.top-nav>li .sub-nav li a:hover,#head .top-box .head-top-nav > ul > li > a:hover,.top-nav > li > a:hover{
    color: #7780bc;
}
.top-nav>li .sub-nav li a:hover{
    background: none;
}
.cart-title img{
    cursor: pointer;
}
.login-head{
    cursor: pointer;
    margin-top: -12px;
}

