
/* 
* @Author: ShengnanDou
* @Date:   2016-12-11 10:14:28
* @Last Modified by:   ShengnanDou
* @Last Modified time: 2017-03-19 10:48:15
*/
*{
    /*font-family: PingFangSC-Regular;*/
    font-family:shs,'微软雅黑', Verdana, Geneva, sans-serif;
}
.container{
    background-color: #F6F5F4;
    padding-top: 20px;
}
.detailinfo{
    width: 1100px;
    height: 664px;
    margin:0 auto;
    background-color: #ffffff;
    position: relative;
}
.detailinfo-left{
    width: 445px;
    height: 551px;
    padding-top: 20px;
    float: left;
    padding-left: 20px;
}
.detailinfo-left-top{
    width: 445px;
    height: 445px;
    overflow: hidden;
    border: 1px solid #9b9b9b;
    background-color: #e5e5e5;
    margin-bottom: 18px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.detailinfo-left-top>img{
    width: 100%;
    display: block;
}
.detailinfo-left-top>span{
    width: 222px;
    height: 222px;
    position: absolute;
    border: 1px solid #AFAFAF;
    top: 0; 
    left: 0;
    display: none;
}
.detailinfo-left-top:hover .detailinfo-left-top>span{
    display: block;
    background-image: url(../images/bg.png);
}
.big{
    display: inline-block;
    width: 380px;
    height: 380px;
    position: absolute;
    background-color: #e5e5e5;
    top:20px;
    left: 468px;
    overflow: hidden;
    z-index: 30;
    border: 1px solid #969696;
    display: none;
}
.big>img{
    position: absolute;
    display: block;
}
.detailinfo-left-bottom{
    list-style: none;
    width: 445px;
    height: 78px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content:space-between;
}
.detailinfo-left-bottom>li{
    width: 78px;
    height: 78px;
    border:1px solid #9b9b9b;
    background-color: #e5e5e5;
    overflow: hidden;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.detailinfo-left-bottom>.chose{
    border:1px solid #1DA8FF;
}
.detailinfo-left-bottom>li>img{
    width: 100%;
    display: block;
}
.detail-right{
    width: 600px;
    padding-top: 13px;
    height: 551px;
    float: right;
    padding-right: 17px;
}
.detail-right>h2{
    width: 600px;
    border-bottom:1px solid #9b9b9b;
    padding-left: 2%;
    margin:0 auto;
    font-weight: 400;
    font-size: 28px;
    color: #0D0D0D;
    line-height: 36px;
    word-wrap: break-word;
}
.detail-right>h2>span{
    color: #FF6701;
}
.detail-right>span{
    font-size: 16px;
    color: #191919;
    letter-spacing: 1.79px;
    display: block;
    width: 540px;
    margin:0 auto;
    padding-top:28px;
    padding-bottom: 5px;
    border-bottom:1px dashed #979797;
}
.inventory{
    width: 540px;
    margin:0 auto;
    padding-top: 10px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
}
.inventory>span{
    overflow: hidden;
    display: block;
    width: 214px;
    height: 33px;
    line-height: 33px;
    margin-top: 15px;
    font-size: 14px;
    color: #191919;
    letter-spacing: 1.79px;
    text-align: center;
    border:1px solid #1DA8FF;
}
.inventory>span:nth-child(2n){
    margin-left: 66px;
}
.inventory>span:nth-child(2n+1){
    margin-left: 24px;
}
.total{
    width: 492px;
    margin:38px auto 0;
    padding-bottom: 15px;
    height: 37px;
    border-bottom: 1px dashed #979797;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content:space-between;
}
.total>h2{
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 20px;
    font-weight: 400;
    color: #FF6701 ;
    letter-spacing: 2.25px;
}
.total-n{
    width: 75px;
    height: 37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content:flex-start;
}
.total-n>span{
    display: block;
    width:50px;
    height: 37px;
    font-size: 16px;
    line-height: 37px;
    text-align: center;
    color: #222222;
    border: 1px solid #4A4A4A; 
}
.total-btn{
    margin-left: 2px;
    width:24px;
    height: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction:column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content:space-between;
}
.total-btn>button{
    height: 18px;
    width: 24px;
    cursor: pointer;
    box-sizing: border-box;
}
.btn_add{
    background-image: url(../images/detail-btnadd.png);
    background-size: 24px 18px;
    border: 0;
}
.btn_min{
    background-image: url(../images/detail-btnmin.png);
    background-size: 24px 18px;
    border: 0;
}
.sendinfo{
    width:510px;
    font-size: 16px;
    letter-spacing: 1.79px;
    margin:10px auto 0;
    list-style: url(../images/start.png);
    word-wrap: break-word;
}
.detail-right >input{
    width: 300px;
    height: 49px;
    border: 0;
    background-color:#1DA8FF;
    margin-left: 150px;
    margin-top:39px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 2.25px;
    cursor: pointer;
}
.hot-sail{
    width:1100px;
    height: 275px;
    background-color: #FFFFFF;
    margin:10px auto 0;
}
.hot-sail>h2{
    display: block;
    font-weight: 400;
    padding:20px 0 8px 10px;
    font-size: 20px;
    color: #1DA8FF;
    border-bottom: 1px solid #d8d8d8;
}
.hot-link{
    width: 902.48px;
    height: 200px;
    margin:0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content:flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items:center;
    cursor: pointer;
}
.hot-link>img{
    display: block;
    height: 119px;
}
.hot-link>span{
    display: block;
    font-size: 16px;
    color: #000000;
    margin-left: 27px;
}
