.header_nav {
  height: 38px;
  padding-left: 390px;
  box-sizing: border-box;
  background: #269D71;
  display: flex;
}
.header_nav > .nav_item {
  width: 136px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header_nav > .nav_item:hover {
  background: rgba(0,0,0,0.2);
  font-weight: bold;
}
.g_main {
  background: #F7F7F7;
  padding: 0 376px 0 360px;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
}
.g_main .shop_name {
  width: 1200px;
  height: 43px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
.g_main .shop_name .shop_logo {
  display: flex;
  gap: 8px;
}
.g_main .shop_name .shop_logo .logo {
  width: 44px;
  height: 44px;
}
.g_main .shop_name .shop_logo .shop_desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.desc_top {
  display: flex;
  gap: 8px;
  display: flex;font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.shop_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.shop_btn .btn {
  height: 40px;
  background: #F1F5FF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #DEE7FF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.shop_btn .btn img {
  width: 16px;
  height: 16px;
}
.shop_btn .btn1 {
  width: 143px;
}
.shop_btn .btn2 {
  width: 171px;
}
.desc_top img {
  width: 63px;
  height: 20px;
}
.g_main>.right {
  width: 358px;
}
.g_main .right .top {
  margin-top: 28px;
  width: 358px;
  height: 350px;
  background: url(../../../images/right_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.g_main .right .bottom {
  margin-top: 16px;
  width: 358px;
  height: 245px;
  background: url(../../../images/right_bg2.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 28px;
  box-sizing: border-box;
}
.shop-info {
  margin-top: 28px;
}
.shop-info .logo {
  width: 100%;
  height: 138px;
  background: url(../../../images/shop_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.shop-info .logo .code {
  position: absolute;
  right: 297px;
  top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #FEFEFE;
}
.shop-info .logo .phone {
  display: flex;
  align-items: center;
  position: absolute;
  right: 297px;
  top: 93px;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.shop-info .logo .phone img {
  width: 20px;
  height: 20px;
}
.shop-info .logo .name {
  font-weight: 500;
  font-size: 26px;
  color: #FEE7CB;
  position: absolute;
  left: 28px;
  top: 52px;
}
.shop-info .logo .score {
  width: 264px;
  height: 126px;
  background: rgba(86,75,75,0.46);
  border-radius: 0px 4px 4px 0px;
  position: absolute;
  top: 6px;
  right: 5px;
  padding: 16px 24px;
  box-sizing: border-box;
}
.shop-info .logo .score .title {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
.shop-info .operate {
  width: 100%;
  min-height: 82px;
  padding: 19px 22px 13px 28px;
  box-sizing: border-box;
  display: flex;
  background: radial-gradient( 50% 50% at 75% 25%, #F0E2CA 0%, #FFF9F0 46%, #FFFBF4 67%, #FFFFFF 94%, #F9F7F3 100%);
}
.shop-info .operate .title {
  min-width: 100px;
  height: 23px;
  background: #B76200;
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.25);
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-info .operate .content {
  font-weight: 400;
  font-size: 16px;
  color: #B76200;
  margin-left: 16px;
}
.shop-info .address {
  width: 100%;
  height: 59px;
  background: linear-gradient( 90deg, #FFFFFF 3%, rgba(255,255,255,0.34) 70%, rgba(255,255,255,0.23) 100%);
  padding: 22px 30px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
}
.shop-info .address img {
  width: 15px;
  height: 18px;
  margin-right: 10px;
}
.store_info {
  padding: 0 !important;
}
.info_tip_box {
  margin-top: 8px;
}
.store_item {
  margin-top: 16px;
}
.store_item .title {
  width: 100%;
  height: 70px;
}
.store_item .content {
  width: 100%;
  min-height: 137px;
  border-radius: 0px 0px 0px 0px;
  background: #FFFFFF;
  padding: 20px 52px 8px 52px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.store_item .title img {
  width: 100%;
  height: 100%;
}
.store_item .content img {
  width: 206px;
  height: 136px;
  margin: 0 auto;
}
.g_main .right .top {
  padding: 28px 17px 38px 17px;
  box-sizing: border-box;
  text-align: center;
}
.g_main .right .top .logo {
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px #A4CCE9;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F5F5F5;
}
.g_main .right .top .storeName {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-top: 17px;
}
.g_main .right .top .tag-box {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.g_main .right .top .tag-box .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  background: #DDEAFF;
  border-radius: 4px 4px 4px 4px;
  padding: 3px 4px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  color: #3269FF;
}
.g_main .right .top .item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #344256;
}
.g_main .right .top .item img {
  width: 63px;
  height: 20px;
}
.g_main .right .bottom .title {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.g_main .right .bottom .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 172px;
  height: 41px;
  background: #F1F5FF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #DEE7FF;
  margin: 0 auto;
  margin-top: 30px;
}
.store_star{
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.store_star div{
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  display: inline-block;
}
.store_star span{
    height: 16px;
    background: url(../../../images/star_none.png) left 2px;
    width: 80px;
}
.store_star  span:after{
    background: url(../../../images/star.png) left 2px;
    height: 16px;
    display: inline-block;
    content: "";
}
.store_star .star_0 span:after{
    width: 0;
}
.store_star .star_1 span:after{
    width: 16px;
    display: inline-block;
}
.store_star .star_2 span:after{
    width: 32px;
}
.store_star .star_3 span:after{
    width: 48px;
}
.store_star .star_4 span:after{
    width: 64px;
}
.store_star .star_5 span:after{
    width: 80px;
}