.image img {
    margin-top: 15px;
    height: 600px;
    width: 100%;
}

.tab {
    margin-top: 56px;
}

.switch_tab {
    width: 824px;
    margin: 40px auto 0;
}

.switch_tab_item {
    background: #E7E7E7;
    width: 142px;
    height: 44px;
    border-radius: 50px;
    font-size: 16px;
    color: #595656;
    font-family: 'Regular', serif;
    cursor: pointer;
}

.switch_tab_item  a{
    color: #595656;
    text-decoration: none;
}


.product {
    margin-top: 40px;
}

.product_item {
    background: #fff;
    width: 22%;
    height: 373px;
    ;
    position: relative;
    float: left;
    margin: 1%;
    margin-right: 24px;
}

.product_item_title {
    margin-top: 30px;
}
.clothing_desc {
    width: 285px;
    text-align: center;
    font-size: 16px;
    font-family: 'Regular', serif;
    color: #595656;
}.clothing_desc a {
    text-align: center;
    font-size: 16px;
    color: #595656;
    margin-bottom: 15px;
    text-decoration: none;
}
.clothing_img   {
   display: block;
   box-shadow: 2px -4px 10px #E8E8E8;
   border-radius: 14px;
}

.product_item  img {

}


.ml20 {
    margin-left: 20px;
}

.mt40 {
    margin-top: 40px;
}


.content {
    display: flex;
    flex-direction: row;
}
/* END */

/* 每个菜单的样式(宽度这里调,子菜单宽度都听这个) */
.items {
    color: #595656;
    font-size: 18px;
    font-family: 'Regular',serif;
    cursor: pointer;
    display: flex;
    align-items: center;
}
/* END */

/* 菜单与鼠标移入 */
.menu{
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.menu:hover{
    color: #f5a20b;
    font-size: 18px;
    font-family: 'Bold', serif;
    overflow: visible;
    z-index: 999;
    cursor: pointer;
}
/* END */

/* 下拉菜单与鼠标移入 */
.drop{
    background: #F5A20B;
    color: #ffff;
    text-align: center;
    width: 130px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}
.drop:hover{
    /*background: black;*/
    cursor: pointer;
}


.product_detail {
    margin-top: 40px;
}

.product_detail .detail_img {
    background: #fff;
    width: 530px;
    height: 614px;
    box-shadow: 2px -4px 10px #E8E8E8;;
    border-radius: 14px;
    position: relative;
}

.product_detail .detail_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.info {
    /*margin-left: 28px;*/
    width: 639px;
}

.info_title {
    height: 67px;
    font-size: 30px;
    font-family: 'Bold', serif;
    color: #595656;
    border-bottom: 1px solid #E9E9E9;
}

.info_item {
    font-size: 16px;
    font-family: 'Adobe', serif;
    color: #595656;
    line-height: 48px;
}

.select_title {
    font-size: 16px;
    font-family: 'Adobe', serif;
    color: #B7B7B7;
    line-height: 48px;
}

.select_content {
    margin-left: 20px;
}

.info_btn {
    width: 360px;
    height: 60px;
    background: #416531;
    color: #fff;
    font-size: 24px;
    font-family: 'Regular', serif;
    cursor: pointer;
    margin-top: 45px;
}

.detail_info {
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    height: 49px;
    font-size: 24px;
    font-family: 'Regular', serif;
    color: #2e2e2e;
    width: 190px;
}

.detail_box {
    width: 1010px;
    height: 49px;
    border-bottom: 1px solid #EBEBEB;
}

.picture {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 50px;
}

.mt45 {
    margin-top: 45px;
}

.image1 {
    margin-top: 43px;
}

.mt30 {
    margin-top: 30px;
}
