* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
ul {
  padding: 0;
}
@font-face {
  font-family: "ads";
  src: url(../font/GoogleSans-Regular.ttf), url(../font/Roboto-Regular.ttf);
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  p {
    margin: 0;
  }
  .body {
    margin: 0 auto;
    padding: 20px 24px 0;
    position: relative;
  }
  .header .title {
    font-size: 24px;
    text-indent: 96px;
    color: #202124;
    margin-bottom: 15px;
    transform: translateY(10px);
  }
  .header .sub-title {
    text-indent: 96px;
    color: #01875F;
    font-size: 16px;
  }
  .header .total {
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .header .total div {
    font-size: 12px;
    color: #5F6368;
  }
  .header .total div:first-child {
    text-align: center;
    color: #202124;
    font-size: 14px;
  }
  .header .total div:first-child img {
    width: 12px;
  }
  .header .btn {
    width: 100%;
    border-radius: 6px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 17px;
  }
  .header .similar {
    font-size: 18px;
    color: #202124;
    margin-bottom: 20px;
  }
  .header .sub-icon {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .header .sub-icon div {
    float: left;
  }
  .header .sub-icon div:last-child {
    float: right;
  }
  .header .sub-icon div .icon1 {
    width: 56px;
    margin-right: 16px;
  }
  .header .sub-icon div p {
    color: #202124;
  }
  .header .sub-icon div p:first-child {
    font-size: 14px;
  }
  .header .sub-icon div p:nth-child(2) {
    font-size: 12px;
  }
  .header .sub-icon div p:last-child {
    font-size: 12px;
    color: #575757;
  }
  .header .sub-icon div p .icon2 {
    width: 12px;
  }
  .logo {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 23px;
    left: 24px;
  }
  .logo img {
    width: 100%;
  }
  .product .product-title {
    overflow: hidden;
    color: #202124;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .product .product-title img {
    float: right;
  }
  .product-info {
    color: #5F6368;
    font-size: 14px;
  }
  .product .btn {
    margin-top: 28px;
    width: 84px;
    border-radius: 16px;
    color: #5F6367;
    font-size: 14px;
  }
  .reviews-title div {
    overflow: hidden;
    font-size: 12px;
    color: #5F6368;
  }
  .reviews-title div:first-child {
    color: #202124;
    font-size: 19px;
    margin-bottom: 20px;
  }
  .reviews-title div:first-child img {
    float: right;
  }
  .reviews-wrap {
    overflow: hidden;
    margin-top: 40px;
  }
  .reviews-wrap .reviews-score {
    float: left;
    width: 115px;
  }
  .reviews-wrap .reviews-score-num {
    color: #202124;
    font-size: 56px;
    height: 66px;
    line-height: 66px;
  }
  .reviews-wrap .reviews-score-container {
    height: 16px;
    margin-bottom: 15px;
  }
  .reviews-wrap .reviews-score-container .rate {
    position: relative;
    -webkit-appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 14px;
    height: 24px;
    margin: 0;
    padding: 0;
  }
  .reviews-wrap .reviews-score-container .rate::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    font-size: 24px;
    background-image: url(../font/star-green.svg);
    background-repeat: no-repeat;
  }
  .reviews-wrap .reviews-score-container .rate:last-child::after {
    background-image: url(../font/start-half-green.svg);
  }
  .reviews-wrap .reviews-score-all {
    color: #5F6368;
    font-size: 12px;
  }
  .reviews-wrap .reviews-bar {
    width: calc(100% - 115px);
    float: left;
  }
  .reviews-wrap .reviews-bar-inner {
    overflow: hidden;
  }
  .reviews-wrap .reviews-bar-inner .fen {
    font-size: 12px;
    color: #5F6368;
    margin-right: 16px;
    float: left;
    transform: translateY(-3px);
  }
  .reviews-wrap .reviews-bar-inner .progress {
    height: 10px;
  }
  .list {
    margin-top: 40px;
  }
  .list li {
    margin-bottom: 40px;
  }
  .list img {
    margin-right: 16px;
  }
  .list .avtar {
    color: #202124;
    font-size: 14px;
    position: relative;
  }
  .list .avtar::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../font/more_vert_black_24dp.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .list .star {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #5F6368;
    font-size: 12px;
  }
  .list .star .rate {
    position: relative;
    -webkit-appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 14px;
    height: 24px;
    margin: 0;
    padding: 0;
    transform: translateY(11px);
  }
  .list .star .rate::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    font-size: 24px;
    background-image: url(../font/star-green.svg);
    background-repeat: no-repeat;
  }
  .list .info {
    color: #5F6368;
    font-size: 14px;
  }
  .list .info p:first-child {
    margin-bottom: 18px;
  }
  .list .info p:last-child {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .list .info p:last-child .yes,
  .list .info p:last-child .no {
    width: 57px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #DADCDF;
    display: inline-block;
  }
  .list .info p:last-child .yes {
    margin-left: 24px;
    margin-right: 12px;
  }
  .list .anser {
    width: 74%;
    margin: 0 auto;
    padding: 16px 12px;
    background-color: #F9F9F9;
    font-size: 12px;
    color: #5F6368;
  }
  .list .anser-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .list .anser-top span:first-child {
    color: #202124;
    font-size: 14px;
  }
  .footer-top {
    font-size: 14px;
    color: #01875F;
    text-indent: 12px;
    margin-bottom: 20px;
  }
  .footer-bottom {
    font-size: 15px;
    color: #202124;
    text-indent: 34px;
    position: relative;
    padding-bottom: 40px;
  }
  .footer-bottom::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../font/flag_FILL0_wght400_GRAD0_opsz48.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: 100%;
  }
  .dmodal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 68, 68, 0.2);
  }
  .dmodal .wrap {
    background-color: #fff;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 20px;
  }
  .dmodal .wrap .dmodal-main {
    font-size: 12px;
    color: #5F6368;
    height: 90%;
    overflow: scroll;
  }
  .dmodal .wrap .dmodal-main div {
    margin-bottom: 20px;
  }
  .dmodal .wrap .dmodal-btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: right;
    padding: 15px;
  }
  .banner {
    width: 100%;
    height: 200px;
    overflow-x: auto;
    display: flex;
    margin-bottom: 22px;
  }
  .banner img {
    margin-right: 20px;
  }
  .mobile_alert {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile_alert .wrap {
    width: 100%;
    height: 90%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0.5rem;
    padding: 1rem;
  }
  .mobile_alert .wrap .head {
    font-size: 1.5rem;
    padding-bottom: 0.2667rem;
  }
  .mobile_alert .wrap .center {
    overflow: scroll;
    height: 85%;
  }
  .mobile_alert .wrap .center img {
    width: 100%;
  }
  .mobile_alert .wrap .continue {
    padding: 0.7rem 0;
    text-align: center;
    font-size: 1.5rem;
    color: #01875F;
  }
}
@media screen and (min-width: 600px) {
  .body {
    width: calc(100% - 96px);
    max-width: 1296px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
  }
  .body .header .title {
    font-size: 64px;
    color: #202124;
    margin-bottom: 20px;
  }
  .body .header .sub-title {
    color: #01875f;
    font-size: 16px;
  }
  .body .header .total {
    font-size: 14px;
    display: flex;
    margin: 23px 0;
  }
  .body .header .total li {
    margin-right: 48px;
    position: relative;
  }
  .body .header .total li:first-child::before,
  .body .header .total li:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #e8eaed;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
  }
  .body .header .total li div:first-child {
    text-align: center;
  }
  .body .header .total li div:last-child {
    color: #5f6368;
    font-size: 12px;
  }
  .body .header .total img {
    width: 12px;
  }
  .body .header .btn {
    width: 200px;
    border-radius: 5px;
  }
  .body .header .similar {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #202124;
    font-size: 22px;
  }
  .body .header .sub-icon {
    padding: 0 10px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
  }
  .body .header .sub-icon p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
  }
  .body .header .sub-icon p:first-child {
    padding-top: 5px;
  }
  .body .header .sub-icon .icon1 {
    margin-right: 16px;
    width: 64px;
  }
  .body .header .sub-icon .icon2 {
    width: 12px;
  }
  .body .header .sub-icon .icon3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 40px;
  }
  .body .logo {
    position: absolute;
    top: 96px;
    right: 0px;
  }
  .body .logo img {
    width: 240px;
  }
  .body .product-title {
    font-size: 22px;
    color: #202124;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .body .product-info {
    color: #5f6368;
    font-size: 14px;
  }
  .body .product-info p {
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
  .body .product .btn {
    border-radius: 15px;
    width: 80px;
    height: 30px;
    line-height: 20px;
    color: #5f6368;
    border: 1px solid #ccc;
    margin: 20px 0;
  }
  .body .reviews {
    width: 75%;
  }
  .body .reviews-title {
    overflow: hidden;
    margin-bottom: 40px;
    line-height: 30px;
  }
  .body .reviews-title div:first-child {
    float: left;
    font-size: 22px;
    color: #202124;
  }
  .body .reviews-title div:last-child {
    float: right;
    font-size: 12px;
    color: #5f6368;
  }
  .body .reviews .reviews-wrap {
    display: flex;
  }
  .body .reviews .reviews-wrap .reviews-bar {
    width: 100%;
    padding-top: 20px;
  }
  .body .reviews .reviews-wrap .reviews-bar-inner {
    display: flex;
  }
  .body .reviews .reviews-wrap .reviews-bar-inner .fen {
    margin-left: 36px;
    margin-right: 16px;
    color: #5f6368;
    font-size: 12px;
    transform: translateY(-3px);
  }
  .body .reviews .reviews-wrap .reviews-bar-inner .progress {
    width: 100%;
    height: 10px;
  }
  .body .reviews-score {
    width: 110px;
  }
  .body .reviews-score-num {
    font-size: 56px;
    color: #202124;
  }
  .body .reviews-score-all {
    font-size: 12px;
    color: #5f6368;
  }
  .body .reviews-score-container .rate {
    position: relative;
    -webkit-appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 14px;
    height: 24px;
    margin: 0;
    padding: 0;
  }
  .body .reviews-score-container .rate::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    font-size: 24px;
    background-image: url(../font/star-green.svg);
    background-repeat: no-repeat;
  }
  .body .reviews-score-container .rate:last-child::after {
    background-image: url(../font/start-half-green.svg);
  }
  .body .list {
    margin-top: 40px;
    width: 75%;
  }
  .body .list .avtar {
    position: relative;
  }
  .body .list .avtar span {
    margin-left: 16px;
    font-size: 14px;
    color: #202124;
  }
  .body .list .avtar::after {
    content: "";
    width: 30px;
    height: 25px;
    background-image: url(../font/more_vert_black_24dp.svg);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .body .list .star {
    margin-top: 20px;
  }
  .body .list .star .rate {
    position: relative;
    -webkit-appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 14px;
    height: 24px;
    margin: 0;
    padding: 0;
    transform: translateY(11px);
  }
  .body .list .star .rate::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    font-size: 24px;
    background-image: url(../font/star-green.svg);
    background-repeat: no-repeat;
  }
  .body .list .star .rate:last-child::after {
    background-image: url(../font/start-half-green.svg);
  }
  .body .list .star span {
    margin-left: 16px;
    color: #5f6368;
    font-size: 12px;
  }
  .body .list .info {
    margin-top: 26px;
  }
  .body .list .info p {
    color: #5f6368;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .body .list .info p .yes,
  .body .list .info p .no {
    width: 60px;
    height: 24px;
    border: 1px solid #dadcdf;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
  }
  .body .list .info p .yes:hover,
  .body .list .info p .no:hover {
    background-color: #dadcdf;
  }
  .body .list .info p .yes {
    margin-left: 30px;
    margin-right: 20px;
  }
  .body .list .anser {
    width: 90%;
    margin: 20px auto 30px;
    padding: 16px;
    background-color: #f8f9fa;
    color: #5f6368;
    font-size: 14px;
  }
  .body .list .anser-top {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .body .list .anser-top span:first-child {
    float: left;
  }
  .body .list .anser-top span:last-child {
    float: right;
  }
  .body .footer {
    font-size: 22px;
  }
  .body .footer-top {
    color: #01875f;
    margin-bottom: 40px;
  }
  .body .footer-bottom {
    color: #202124;
    text-indent: 30px;
    position: relative;
  }
  .body .footer-bottom::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../font/flag_FILL0_wght400_GRAD0_opsz48.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
    background-size: 100%;
  }
  .body .dmodal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(68, 68, 68, 0.2);
    display: none;
  }
  .body .dmodal-main {
    width: 90%;
    height: 80%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #fff;
    padding: 30px;
    overflow: auto;
    font-size: 16px;
    color: #202124;
  }
  .body .dmodal-main div {
    margin-bottom: 20px;
  }
  .body .dmodal-main p {
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  .body .dmodal-btn {
    padding: 10px;
    text-align: right;
    width: 90%;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .body .dmodal-btn .btn {
    background-color: #ecf0f1;
    font-weight: 800;
  }
  .body .banner {
    margin-top: 20px;
    width: 100%;
    max-height: 296px;
    overflow-x: auto;
    display: flex;
  }
  .body .banner img {
    margin-left: 15px;
    max-width: 312px;
  }
  .mobile_alert {
    display: none;
  }
}
