*{
    padding: 0;
    margin: 0;
}

img{
    vertical-align: top;
}
li{
    list-style: none;
}
.logo{padding-top: 26px;margin-right: 70px;margin-left: 10px;cursor: pointer;}
.foot{height: 300px;text-align: center;padding-top: 40px;}
.first-line{padding-bottom: 35px;color: #888;font-size: 12px;text-align: left;padding-left: 40%;font-weight: bold;}
.first-line:hover{color: #555454;cursor: pointer;font-size: 12px;}
.foot-font{color: #999;padding: 10px 0px;text-align: left;padding-left: 40%;font-size: 12px;}
.foot-font:hover{color: #555454;cursor: pointer;}
.sec-head{padding-left: 30px;padding-top: 40px;font-size: 12px;}
.sec-head h2{color: #73CAFF;}
.sec-head a{color: #777;}
.sec-head span{color: #888;}
.sec-head a:hover{color: #555454;}
.padding-t-b{padding: 20px 0px;}
.padding-l-r{padding: 0px 20px;}
.padding-t-b .col-xs-8{height: 400px;padding: 0px;}
.padding-t-b .col-xs-4{height: 400px;border: 1px solid #eee;padding: 10px 20px;}
.inf-text{width: 100%;height: 100%;}
.inf-text div{height: 40%;padding: 10px;}
.inf-text .content{letter-spacing:1px;line-height: 24px;font-size: 12px;}
.inf-title p{color: #777;font-size: 16px;letter-spacing:1px;}
.inf-title span{color: #888;height: 60%;font-size: 12px;letter-spacing:1px;}
.caption h5{color: #777;}
.caption p{color: #888;font-size: 12px;}
.nav-tabs>li>a>span{padding: 9px 0px;}
.bottom-line{border-bottom: 2px solid #73CAFF;}
.bottom-line-remove{border-bottom: 0px;}
.chil_tab {margin-top: 20px;}
.chil_tab span{font-size: 14px;}
.min{width: 970px;}
.foot-min{width: 770px;}
.arrow{margin-top: 2px;margin-left: 60px;}
.caption p{font-size: 14px;letter-spacing:1px;color: #777;}
.caption span{font-size: 12px;letter-spacing:1px;color: #777;}
a{cursor: pointer;}
#html{overflow-x: hidden;}
.shop{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 68px;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    cursor:pointer;
    background: url("../../../images/shop/shop.png") no-repeat 68% 50%;
    color:#BBBBBB;
}
.shop:hover{
    color:#747471;
    background: url("../../../images/shop/shop_hover.png") no-repeat 68% 50%;
}
.my{
    background: url("../../../images/user/my.png") no-repeat 50% 50%;
    margin-left: 54px;
}
.my:hover{background: url("../../../images/user/my_hover.png") no-repeat 50% 50%;}

.my-info{
    position: absolute;
    z-index: 99999;
    background: white;
    width: 220px;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    top: 95px;
    left: -35px;
    display: none;
}

.my-info .head-item{
    padding-top: 16px;
    height: 50px;
    border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
}

.my-info .head-item:hover{
    background: #eee;
}

.my-info .head-item img{
    padding: 0px 30px;
}

.my-info .head-info{
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}

.my-info .head-info img{
    border-radius: 60px;
    border: 1px solid #D7D7D7;
}
.my-info .head-info p{
    padding-top: 10px;
    color:#BBBBBB;
    font-size: 12px;
}

.search-img{
    background: url("../../../images/shop/search.png") no-repeat 50% 50%;
    margin-right: 54px;
    margin-left: 80px;
}

.shopcart{
    width: 150px;
    background: url("../../../images/shop/shop1.png") no-repeat 62% 50%;
}
.shopcart span{
    color: white;
    padding-left: 5px;
}
.line{
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 1px solid #D4D4D4;
}

.search{
    margin-top: 28px;
    border: 0px solid white;
    color:#747471;
    box-shadow:inset 0 0px 0px red;
    width: 300px;
    font-size: 12px;
}

.search:focus{
    -webkit-box-shadow:inset 0 0px 0px white;
    box-shadow:inset 0 0px 0px white;
}
.menu{
    position: absolute;
    z-index: 99999;
    min-width: 200px;
    background: white;
    display: none;
}
.short{
    min-width: 120px;
}
.menu li{
    height: 50px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 10px;
}
.menu a{
    color: #666666;
    text-decoration:none;
}
.menu li:hover{
    background: #eee;
}

.footCopyRight {
    color: #999;
    font-size: 10px;
    height: 140px;
}

.footCopyRight p{
    letter-spacing: 0px;
}

.footCopyRightImagesParent{
    margin-left: -10px;
    width: 200px;
}

.footCopyRightImagesColumn{
    float:left;
    width:25%;
    padding-left:10px;
    padding-right:10px;
    box-sizing:border-box;
}