body {
    font-family: "Microsoft YaHei";
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #1bacff;
}

.container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}


/*页头*/

.header {
    background: #f2f2f2;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
}

.header .dropdown .btn {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
}

.header .login {
    float: right;
    list-style: none;
    padding-left: 0;
    z-index: 2;
    position: relative;
    z-index: 2
}

.header .login li {
    float: left;
    padding-right: 10px;
}

.header .login li a {
    padding-left: 10px;
    border-left: #e1e1e1 solid 1px;
}

.error_text,
.error_text2 {
    color: red;
}

.header .quit:hover {
    color: red
}

.header .quit {
    color: #333;
    cursor: pointer;
}

.cart {
    position: relative;
}

.cart .cart_number {
    /*	background-color: red;*/
    padding: 1px 4px;
    font-size: smaller;
    line-height: 18px;
    text-align: center;
    /*	border-radius: 10px;*/
    /*	color: #fff;*/
    /*opacity: 0.8;*/
    /*display: none;*/
    font-weight: 600
}


/*联系方式*/

.link {
    background-color: #fff;
    text-align: right;
    font-size: x-large;
    font-weight: bold;
    color: #999;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
}

.link img {
    height: 40px;
}


/*最底部*/

.footer {
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer .table>thead>tr>th,
.footer .table>tbody>tr>td {
    border-color: #f2f2f2;
    text-align: center;
}


/*登陆modal*/

@media (min-width:768px) {
    #myModal .modal-sm {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        margin-left: auto;
        z-index: 1051;
        width: 400px;
        height: 400px
    }
}

.xuanf {
    right: 14px;
}