/**
 * Date. 2019.07.08
 */
body{
    font-size: 14px;
    color: #333333;
    font-family: PingFangSC-Medium,"Microsoft YaHei" ;
    /*background: #f9f9f9;*/
    background: #f0f2f5;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.margin-top-10{
    margin-top: 12px;
}
.head-block{
    height:80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:rgba(255,255,255,1);
}
.login-block{
    line-height: 80px;
    padding-left: 10px;
}
.login-img{
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 20px;
    float: left;
    margin-top: 28px;
    margin-right: 10px;
    /*border: 1px dashed  #333333;*/
}
.login-img img{
    width: 25px;
    height: 25px;
}
.login-name{
    font-size: 18px;
}
.banner-block{
    height: 320px;
    background: url("../img/banner-tmp.jpg") no-repeat;
    background-size: 100%;
    padding: 0px 0px 0px 45px;
    position: relative;
}

.large-text,.order{
    padding: 0;
    margin: 0;
    color: #884d4d;
}
.large-text{
    padding-top: 65px;
    font-size: 35px;
    letter-spacing: 4px;
}
.order{
    padding-top: 20px;
    font-size: 22px;
}
.btn{
    color: #fff;
    border: none;
    background-color: #4148E7;
    margin-top: 20px;
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 20px;
    position: absolute;
    top: 165px;
}
.center-block,.item-list,.footer{
    clear: both;
}
.item{
    background-color: #fff;
    float: left;
    padding: 15px 0;
    width: 100%;
    margin-bottom: 12px;
}
.item-hd{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0 0 10px 20px;
}
.item-hd img{
    float: left;
    vertical-align: middle;
    width: 20px;
    margin-top: 10px;
    margin-right: 6px;
    /*border: 1px dashed #333;*/
}
.item-bd{
    font-size: 16px
 }
.item-bd a{
    color: #0481E5;
    float: left;
    text-decoration: none;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 10px 25px;
    /*padding-right: 7px;*/
}
.clear-margin{
    margin: 0;
    padding-right: 0;
}
.footer{
    font-family: PingFangSC-Regular;
    padding-top: 20px;
    text-align: center;
    background-color: #fff;
}
.follow{
    padding: 15px 0px;
    margin: 0;
}
.footer img {
    width: 103px;
    height: 103px;
    margin: 10px 0;
    padding-top: 1px;
    /*border: 1px dashed #333;*/
}
.copy,.company{
    color: #999;
    margin: 0;
    margin-top: 25px;
}
.company{
 padding-bottom: 15px;
}
.item-bd:after{
    display: block;

    clear: both;
}
.item-height-105{
    height: 110px;
}
.item-height-80{
    height: 85px;
}
.shop_enter {
    float: right;
    font-size: 12px;
    background: #ef4e65;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
    cursor: pointer;
}