
.content{
  width:1206px;
  margin: 0 auto;
  padding-top: 48px;
}
.user-info{
  margin-bottom: 48px;
  background-color: #F7F7F7;
}
.user-info-hello{
  
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-info-hello h1{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  height: 33px;
  line-height: 57px;
  margin-bottom: 7px;
  font-family: "Roboto Bold";
}
.user-info-hello p{
  color: #666;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto Light"
}
.log-out-img{
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
  line-height: 22px;
}
.log-out{
  cursor: pointer;
}
.log-out img{
  color: #666;
  font-size: 16px;
  line-height: 22px;
}

.account .account-tittle{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 25px;
  font-family: 'Roboto Bold';
}
.account .account-cart{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px -24px;
}
.account .account-cart a{
  text-decoration: none;
  color: #000;
  margin-bottom: 28px;
}
.account .account-cart .account-cart-item{
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  height: 190px;
  /* margin: 0 12px 24px; */
  padding: 30px;
  position: relative;
  width: 334px;
  box-shadow: 0px 0px 10px #cfcdcd;
}
.account .account-cart .account-cart-item .account-img{
  height: 36px;
  margin-bottom: 24px;
  width: 36px;
}
.account .account-cart .account-cart-item .title{
  font-size: 24px;
  font-family: "Roboto Bold";
  color: #000;
  margin-top: 16px;
}
.account .account-cart .account-cart-item .des{
  font-family: "Roboto Light";
  margin-top: 16px;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
}
/* mobile */
.mobile-account-cart{
  display: none;
}
.mobile-account-cart a{
  text-decoration: none;
}
.m-account-cart-item{
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e9e9e9;
}
.m-icon{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Roboto Regular;
  font-weight: 400;
  color: #000000;
}
.m-icon img{
  width: 20px;
  margin-right: 16px;
}
.m-enter img{
  width: 10px;
}
@media screen and (max-width: 767.98px){
  .log-out span{
    display: none;
  }
  body{
    background-color: #fff !important;
  }
  .header{
    background-color: #fff !important;
    display: block !important;
  }
  .head{
    justify-content: center;
  }
  .content{
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
  .account .account-cart{
    display: none ;
  }
  .user-info-hello h1{
    font-size: 20px;
  }
  .user-info-hello p{
    font-size: 14px;
  }
  .log-out-img img{
    width: 20px;
    height: 22px;
  }
  .log-out span{
    font-size: 14px;
  }
  .user-info{
    margin-bottom: 30px;
    background-color: #fff;
  }
  .mobile-account-cart{
    display: block;
  }
}
@media screen and (max-width: 1280px){
  .account .account-cart .account-cart-item{
    padding: 10px
  }
  .account-cart-item .icon-img img{
    width: 12%;
  }
  .account .account-cart .account-cart-item .title{
    font-size: 16px !important;
    margin-top: 10px;
  }
  .account .account-cart .account-cart-item .des{
    font-size: 14px !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1366px){
  .content{
    width: auto;
    padding: 0 10px;
  }
  .head{
    padding: 0 10px;
    max-width: none !important;
  }
  .account .account-cart{
    justify-content: space-between;
    align-items: start;
    margin: 0;
  }
  .account .account-cart a{
    width: 32%;
  }
  .account .account-cart .account-cart-item{
    width: auto;
    height: 182px;
  }
  .account .account-cart .account-cart-item .title{
    font-size: 20px;
  }
  .account .account-cart .account-cart-item .des{
    font-size: 14px;
  }
}
