.sub_menu{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.subcribe{
    height: 344px;
    background-color: #fff ;
    padding: 97px 0 62px 0;
}

.subcribe .sub_menu{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
}

.subcribe .sub_menu .shop{
    margin: 0 auto;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000;
    
}

.subcribe .sub_menu .shop th a{
    color: #000;
    text-decoration: none;
}

.subcribe .sub_menu .shop th a:hover{
    color: #000;
    text-decoration: underline;
}

.subcribe .sub_menu .shop td a{
    color: #000;
    text-decoration: none;
}

.subcribe .sub_menu .shop td a:hover{
    color: #000;
    text-decoration: underline;
}

.subcribe .sub_menu .shop th{
    text-transform: uppercase;
}

.subcribe .sub_menu .shop table{
    border-spacing: 19px ;
}

.subcribe .sub_menu .shop td{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    color: #000;

}

.subcribe .sub_menu .about{
    margin: 0 auto;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000;
    
}
.subcribe .sub_menu .about th{
text-transform: uppercase;
}


.subcribe .sub_menu .about table{

    border-spacing: 19px ; 
}

.subcribe .sub_menu .about td{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    color: #000;

}

.subcribe .sub_menu .about th a{
    color: #000;
    text-decoration: none;
}

.subcribe .sub_menu .about th a:hover{
    color: #000;
    text-decoration: underline;
}

.subcribe .sub_menu .about td a{
    color: #000;
    text-decoration: none;
}

.subcribe .sub_menu .about td a:hover{
    color: #000;
    text-decoration: underline;
}
.subcribe .sub_menu .subcenter .sub_title{
    font-family: Roboto;
    font-size: 27px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.subcribe .sub_menu .subcenter .sub_text{

    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #4f4f4f;
    margin-bottom: 43px;
}


.search input {
    font-size: 17px;
    border: solid 1px #c502b1;
    float: left;
    width: 303px;
    height: 53px;
    background: #fff;
}

.search input::placeholder {
color:#c502b1;
font-family: Roboto;
font-size: 14px;
font-weight: 300;
padding-left: 15px;
}

.search input:focus{
    color:transparent;
    font-family: Roboto;
    font-weight: 300;
    color:#c502b1;
    padding-left: 15px;

}


.search button {
    float: left;
    width: 101px;
    height: 53px;
    background: #c502b1;
    font-size: 17px;
    border: 1px solid #c502b1;
    border-left: none;
    cursor: pointer;
    
}

.subcenter .search .sea_btn{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
}

