/* suncare
----------------------------------------------------------- */
@media (min-width: 751px) and (max-width: 980px) {
  body {
    min-width: 980px;
  }
}

.comMainVisual h2 {
  margin-bottom: 15px;
  color: #009fd6;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}

.comMainVisual .note {
  margin-top: 10px;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (max-width: 750px) {
  .comMainVisual h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.productArea {
  /*margin-bottom: 10px;*/
  overflow: hidden;
}

.productArea .product {
  float: left;
  width: 50%;
  background-color: #FFFBCC;
}

.productArea .contArea {
  float: right;
  width: 600px;
}

@media (min-width: 751px) and (max-width: 1200px) {
  .productArea .contArea {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .productArea {
    margin-bottom: 0;
  }

  .productArea .product {
    padding: 0 !important;
  }

  .productArea .contArea {
    position: relative;
    float: none !important;
    width: 100%;
  }
}

.productArea .notes {
  margin: 0 0 20px;
  clear: both;
  color: #986821;
  /*text-align: right;*/
  font-size: 12px;
  font-size: 1.2rem;
  /*line-height: 18px;*/
  overflow: hidden;
}

.productArea .notes span {
  padding-left: 8.5%;
  display: block;
  /*float: right;*/
  width: 530px;
}

.productArea .proList .notes {
  width: auto;
}

.productArea .proList .notes span {
  margin: 25px 0 0 0;
  width: auto;
}

@media (min-width: 751px) and (max-width: 1200px) {
  .productArea .notes span {
    padding: 0 4%;
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .productArea .notes {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    overflow: inherit;
    background-color: #fffbcc;
  }

  .productArea .notes span {
    padding-right: 5px;
    width: auto;
  }
}


.main h3 {
  margin-bottom: 50px;
  padding: 9px 0 5px;
  color: #784700;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #dac108;
  background-color: #ffea04;
}

.main h3 span {
  width: 600px;
  display: block;
  float: right;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .main h3 {
    margin-bottom: 15px;
    padding: 0;
    height: 30px;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    border: none;
    z-index: 20;
    overflow: visible;
    background: none !important;
  }

  .main h3 span {
    width: auto;
    float: none;
  }

  .main h3 .ttl {
    transform: translate3d(0, 0, 0);
    padding: 7px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    display: block;
    border-bottom: 1px solid #dac108;
    background-color: #ffea04;
  }

  .main .fix h3 .ttl {
    transition: top 0.3s;
    -webkit-transition: top 0.3s;
    width: 50%;
    position: fixed;
    top: 0;
  }

  .main .fixDown h3 .ttl {
    top: 55px;
  }

  .main .fixUp h3 .ttl {
    top: -30px;
  }
}

@media all and (-ms-high-contrast:none) and (max-width: 750px) {
  .main h3 .ttl {
    padding: 9px 0 5px;
  }
}



.productArea .title {
  margin-bottom: 22px;
  color: #784700;
  font-size: 24px;
  font-size: 2.4rem;
  /*font-weight: bold;*/
  letter-spacing: 4px;
  text-align: center;
  line-height: 1.5;
}

.productArea .title span {
  margin-top: 4px;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  vertical-align: top;
}

@media only screen and (max-width: 750px) {
  .productArea .title {
    margin: 0 10% 13px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 3px;
    text-align: left;
  }
}

.productArea .imgBox {
  margin: 0 auto 15px;
  width: 480px;
  overflow: hidden;
  zoom: 1;
}

.productArea .imgBox .photoBox {
  width: 250px;
  text-align: right;
  float: left;
}

.productArea .imgBox .textBox {
  margin-top: 4px;
  width: 214px;
  float: right;
}

.productArea .imgBox .title {
  margin-bottom: 8px;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.4;
}

@media (min-width: 751px) and (max-width: 1000px) {
  .productArea .imgBox {
    width: auto;
    max-width: 480px;
  }
}

@media only screen and (max-width: 750px) {
  .productArea .imgBox {
    margin: 0 0 10px;
    width: auto;
  }

  .productArea .imgBox .photoBox {
    margin: 0 15% 15px;
    width: auto;
    float: none;
  }

  .productArea .imgBox .photoBox img {
    width: 100%;
  }

  .productArea .imgBox .textBox {
    margin: 0 10%;
    width: auto;
    float: none;
  }

  .productArea .imgBox .title {
    margin: 0 0 5px 5px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

.productArea .tag {
  margin-bottom: 22px;
}

.productArea .tag>span {
  padding: 7px 20px;
  display: inline-block;
  color: #986821;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #FFEA03;
}

@media only screen and (max-width: 750px) {
  .productArea .tag {
    margin-bottom: 15px;
  }

  .productArea .tag>span {
    display: block;
    padding: 4px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}


.productArea .list li {
  margin: 0 0 3px 2px;
}

.productArea .list p {
  color: #986821;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  display: inline-block;
}

.productArea .list img {
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {
  .productArea .list li {
    margin: 0 5px 4px;
    display: table;
  }

  .productArea .list img {
    display: table-cell;
    width: 20px;
    margin-right: 0;
  }

  .productArea .list p {
    padding: 0 5px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
}


.productArea .proList {
  margin: 30px auto 20px;
  width: 450px;
  overflow: hidden;
}

.productArea .proList .subList {
  position: relative;
  width: 50%;
  float: left;
  border-left: 1px solid #E0DCB4;
}

.productArea .proList .subList:first-child {
  border-left: none;
}

.productArea .proList .new {
  position: relative;
}

.productArea .proList .new img {
  margin-left: -75px;
  position: absolute;
  left: 50%;
  top: 5px;
}

.productArea .proList .img {
  margin-bottom: 6px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .productArea .proList {
    overflow: visible;
    width: auto;
    margin: 0 !important;
  }

  .productArea .proList .subList {
    float: none !important;
    padding: 0 13px;
    /*margin-bottom: 15px;*/
    width: 100% !important;
    border: none;
  }

  .productArea .proList .new img {
    width: 42px;
  }

  .productArea .proList .img img {
    height: 150px;
  }
}

.productArea .proList p {
  margin: 0 auto;
  width: 130px;
}

.productArea .proList .txt {
  margin-bottom: 10px;
  height: 54px;
  color: #784700;
  font-size: 14px;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  letter-spacing: 2px;
  line-height: 1.3;
}

@media only screen and (max-width: 750px) {
  .productArea .proList p {
    width: auto;
  }

  .productArea .proList .txt {
    width: 140px;
    margin: 0 auto 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.productArea .proList .tag {
  margin-bottom: 10px;
  height: 40px;
}

.productArea .proList .tag>span {
  display: block;
  padding: 3px 1px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
}

/*.productArea .proList .tag > span span {
					font-size: 10px;
					font-size: 1rem;}*/
@media only screen and (max-width: 750px) {
  .productArea .proList .tag {
    height: auto;
  }

  .productArea .proList .tag>span {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /*.productArea .proList .tag > span span {
									font-size: 11px;
									font-size: 1.1rem; }*/
}

.productArea .proList .comLink {
  width: 130px;
}

.productArea .proList .comLink a {
  height: 35px;
  line-height: 31px;
}

@media only screen and (max-width: 750px) {
  .productArea .proList .comLink {
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .productArea .proList .subList.spWid {
    left: -100%;
    padding: 0 0 25px;
    width: 200% !important;
    background-color: #ccecf4;
    overflow: hidden;
    zoom: 1;
  }

  .productArea .proList .subList.spWid .img {
    width: 45%;
    float: left;
    text-align: right;
  }

  .productArea .proList .subList.spWid .txtArea {
    margin-top: 20px;
    float: right;
    width: 49%;
  }

  .productArea .proList .subList.spWid .only-sp.title {
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    text-align: center;
    background-color: #FFEA05;
  }

  .productArea .proList .subList.spWid .txt {
    width: 100%;
  }

  .productArea .proList .subList.spWid .tag {
    margin: 0 15px 15px 0;
  }

  .productArea .proList .subList.spWid .comLink {
    margin: 0;
    width: 83%;
  }
}

.productArea .moist {
  background-color: #CBECF3;
}

.productArea .moist .contArea {
  float: left;
}

.productArea .moist h3 {
  color: #FFF;
  border-color: #048FC3;
  background-color: #009FD6;
}

.productArea .moist h3 span {
  float: left;
}

.productArea .moist .title {
  color: #2d6aa6;
}

.productArea .moist .tag>span {
  color: #FFF;
  background-color: #009FD6;
}

.productArea .moist .list p {
  color: #2d6aa6;
}

.productArea .moist .proList {
  width: auto;
  margin-bottom: 77px;
  margin-left: 20px;
}

.productArea .moist .proList .subList {
  width: 33.33%;
  border-color: #B3CFD6;
}

.productArea .moist .proList .txt {
  color: #2d6aa6;
}

@media only screen and (max-width: 750px) {

  .productArea .moist .contArea,
  .productArea .moist h3 span {
    float: none;
  }

  .productArea .moist h3 .ttl {
    left: inherit;
    right: 0;
    border-color: #048fc3;
    background-color: #009fd6;
  }

  .productArea .moist .proList {
    width: auto;
  }
}

.main .comLink {
  margin: 0 auto;
  width: 254px;
  clear: both;
}

.main .comLink a {
  display: block;
  height: 44px;
  line-height: 40px;
  text-align: center;
  color: #009fd6;
  background-color: #fff;
  border: 2px solid #009fd6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

@media only screen and (max-width: 750px) {
  .main .comLink {
    margin: 0 8%;
    width: auto;
  }

  .main .comLink a {
    width: 100%;
    height: 34px;
    line-height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
    white-space: nowrap;
  }
}

.main .comLink span {
  padding: 0 15px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.main .comLink span:after {
  content: "";
  background: url(/products/suncare/img/arrow_wh_r.png) center center no-repeat;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}

.productArea .comLink a:hover {
  background-color: #009fd6;
  color: #fff;
}

.productArea .comLink a:hover span:after {
  background: url(/common/img/arrow_wh_r.png) center center no-repeat;
  background-size: 6px 10px;
}


@media only screen and (max-width: 750px) {
  .comparisonArea {
    /*min-height: 1px;*/
    margin: 15px -100% 13px 0;
  }

  .comparisonArea .showArea {
    position: relative;
    z-index: 10;
    display: none;
    width: 100%;
    background-color: #FFF;
  }

  .comparisonArea .btn a {
    padding: 10px 0;
    position: relative;
    z-index: 10;
    display: block;
    color: #FFF;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    background-color: #2D6AA6;
  }

  .comparisonArea .btn a span {
    padding: 0 15px;
    display: inline-block;
    white-space: nowrap;
    background: url(/products/suncare/img/arrow_down.png) no-repeat right center;
    background-size: 10px auto;
  }

  .comparisonArea .btn a .close {
    display: none;
    background: url(/products/suncare/img/arrow_up.png) no-repeat right center;
    background-size: 10px auto;
  }

  .comparisonArea .btn a.on .show {
    display: none;
  }

  .comparisonArea .btn a.on .close {
    display: inline-block;
  }

  .comparisonArea .showArea li {
    padding: 0 12%;
    border-bottom: 1px solid #DCDCDC;
    overflow: hidden;
    zoom: 1;
  }

  .comparisonArea .showArea li span {
    width: 15%;
    display: block;
    float: left;
    font-size: 10px;
    font-size: 1em;
    text-align: center;
    line-height: 30px;
  }

  .comparisonArea .showArea li span img {
    vertical-align: middle;
    width: 20px;
  }

  .comparisonArea .showArea li .mid {
    width: 70%;
  }
}

.simplifiedChart {
  margin-bottom: 10px;
  padding: 18px 0 50px;
  background-color: #008ac9;
}

.simplifiedChart01 {
  display: none;
}

.simplifiedChart h3 {
  margin-bottom: 15px;
  color: #FFF;
  font-size: 22px;
  font-size: 2.2rem;
  background: none;
  border: none;
}

.simplifiedChart .tabBox {
  margin: 0 auto;
  width: 980px;
  background-color: #FFF;
}

.simplifiedChart thead img {
  display: block;
  margin: 0 auto 15px;
  /* width: 90%; */
}

.simplifiedChart th,
.simplifiedChart td {
  text-align: center;
  vertical-align: middle;
}

.simplifiedChart thead th,
.simplifiedChart thead td {
  padding: 5px;
  color: #784700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  vertical-align: top;
  border-left: 1px solid #A6A5A2;
}

.simplifiedChart thead tr:first-child td {
  border-left: none;
}

.simplifiedChart thead th {
  font-size: 14px;
  font-size: 1.4rem;
  background-image: url('/products/suncare/img/bg1.png');

}

.simplifiedChart thead th.moist {
  color: #784700;
  background: #def1f8;
}


.simplifiedChart thead .tag td {
  padding: 10px;
}

.simplifiedChart thead .tag span {
  padding: 5px;
  display: block;
  font-size: 11px;
  white-space: nowrap;
  /*font-weight: bold;*/
  text-align: center;
  border: 1px solid currentColor;
}


.simplifiedChart tbody th,
.simplifiedChart tbody td {
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #A6A5A2;
  border-left: 1px solid #A6A5A2;
}

.simplifiedChart tbody th {
  padding: 5px 2px;
  border-left: none;
  line-height: 1.2;
}

.simplifiedChart tbody .thSmall {
  padding: 0;
}

.simplifiedChart tbody th span {
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
}

.simplifiedChart tbody td {
  height: 38px;
  padding: 5px;
  color: #784700;
}

.simplifiedChart tbody td.moist {
  background-color: #def1f8;
}

.simplifiedChart .compared td {
  width: 11.5%;
  background-color: #FCF4C3;
}

.cl-white {
  color: white !important
}
.bg-white {
  background-color: white !important
}

.bg-td1 {
  background: #e8eeef !important
}
.bg-td2 {
  background-color: #e4137e !important
}
.bg-td3 {
  background-color: #ffea04 !important
}
.bg-td4 {
  background: #fbecde !important
}
.bg-td5 {
  background: #c0e3f7 !important
}
.simplifiedChart tbody .taLeft {
  text-align: left;
}

.simplifiedChart tbody td img {
  vertical-align: middle;
  width: 20px;
}

.simplifiedChart tbody td span {
  margin-right: 15px;
  padding: 4px 10px;
  width: 310px;
  display: inline-block;
  position: relative;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
  /*font-weight: bold;*/
  vertical-align: middle;
  background-color: #009FD6;
  white-space: nowrap;
}

.simplifiedChart tbody td span:after {
  margin-top: -6px;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 12px;
  height: 13px;
  background: url(/products/suncare/img/icon15.png) no-repeat right center;
  content: ' ';
}

.simplifiedChart tbody td span i {
  font-style: normal;
}

.simplifiedChart .close,
.simplifiedChart .note {
  display: none;
}

@media only screen and (max-width: 750px) {
  .simplifiedChart {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    margin-bottom: 0;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
  }

  .simplifiedChart .subBox {
    padding: 21px 0;
    position: relative;
    background-color: #2e6aa6;
  }

  .simplifiedChart .close {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
  }

  .simplifiedChart h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .simplifiedChart .note {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }

  .simplifiedChart .tabBox {
    margin-bottom: 20px;
    width: 100%;
  }

  .simplifiedChart table {
    width: 980px;
  }

  .simplifiedChart thead th,
  .simplifiedChart thead td {
    padding: 5px;
    font-size: 11px;
    /* font-size: 1.0rem; */
  }

  .simplifiedChart thead th {
    font-size: 10px;
    font-size: 1.0rem;
  }

  .simplifiedChart thead img {
    width: 80%;
  }

  .simplifiedChart tbody th,
  .simplifiedChart tbody td {
    font-size: 11px;
    /* font-size: 1.0rem; */
    padding: 0;
  }

  .simplifiedChart tbody td span {
    width: auto;
  }

  .simplifiedChart tbody td img {
    width: 15px;
  }

  .simplifiedChart tbody th span {
    font-size: 8px;
    font-size: 0.8rem;
  }

  /*.simplifiedChart tbody td {
						padding: 10px 12px; }*/
  .simplifiedChart .productsTable {}

  .simplifiedChart .productsTable table {
    width: 100%;
  }

  .simplifiedChart .productsTableMain {
    position: relative;
  }

  .simplifiedChart .productsTableHead {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 71px;
    background: #fff;
    border-right: 1px solid #A6A5A2;
  }

  .simplifiedChart .productsTableHeadMain {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .simplifiedChart .productsTableHead th,
  .simplifiedChart .productsTableFoot th {
    width: 70px;
    height: 38px;
  }

  .simplifiedChart .productsTableBody tbody td {
    height: 38px;
  }

  .simplifiedChart .productsTableScrollable {
    overflow-x: auto;
  }

  .simplifiedChart .productsTableBody {
    margin-left: 70px;
    width: 800px;
  }

  .simplifiedChart .productsTableFoot {
    width: 100%;
  }

  .simplifiedChart .productsTableFoot img {
    vertical-align: middle;
  }
}

.simChart.comLink {
  display: none;
}

@media only screen and (max-width: 750px) {
  .simChart.comLink {
    display: block;
    margin: 0;
    padding: 21px 13px;
    background-color: #2E6AA6;
  }

  .simChart.comLink a {
    height: 38px;
    line-height: 34px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btmLinkBox {
  padding: 10px;
  background-color: #A6DDF1;
}

.btmLinkBox a,
.btmLinkBox .btmLink {
  display: block;
  margin: 0 auto;
  width: 980px;
}

@media (min-width: 751px) and (max-width: 1000px) {

  .btmLinkBox a,
  .btmLinkBox .btmLink {
    width: 100%;
  }
}

.btmLinkBox .tab {
  width: 100%;
  color: #009fd6;
  display: table;
  background-color: #FFF;
}

.btmLinkBox .btmLink span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.btmLinkBox .btmLink a .img {
  width: 53%;
  text-align: left;
}

.btmLinkBox .btmLink a:hover .img {
  opacity: 0.7;
}

.btmLinkBox .btmLink a:hover .text {
  opacity: 0.6;
}

.btmLinkBox .btmLink a .text {
  padding-left: 10px;
}

.btmLinkBox .btmLink a .text span {
  padding: 0 30px;
  display: inline-block;
  white-space: nowrap;
  background: url(/products/suncare/img/icon17.gif) no-repeat right center;
}

@media only screen and (max-width: 750px) {
  .btmLinkBox {
    width: 100%;
    padding: 5px;
    overflow: hidden;
  }

  .btmLinkBox a {
    position: relative;
  }

  .btmLinkBox .btmLink span {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .btmLinkBox a,
  .btmLinkBox .btmLink {
    width: 100%;
  }

  .btmLinkBox .tab,
  .btmLinkBox .btmLink span {
    width: auto;
    display: block;
  }

  .btmLinkBox .btmLink a .img {
    /*padding-left: 5px;*/
    width: 65%;
    text-align: left;
  }

  .btmLinkBox .btmLink a .img img {
    width: 100%;
  }

  .btmLinkBox .btmLink a .text {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .btmLinkBox .btmLink a .text span {
    padding: 0 20px 0 0;
    background-size: 18px auto;
  }
}


/*info*/
.subList #infoBox {}

#infoBox .infoBoxAria {}

#infoBox .infoBoxAria p {
  text-align: center;
  text-decoration: underline;
  font-size: 0.8em;
  background-color: #fff;
  padding: 3px;
}

@media only screen and (max-width: 750px) {
  #infoBox .infoBoxAria p {
    font-size: 0.8em;
    padding: 3px 5px;
    width: 100%;
  }
}

#infoBox .infoBoxAria p a {
  color: #000;
  text-decoration: underline;
}

#infoBoxdumyy {
  height: 48px;
}








/* ·ÀÉ¹²úÆ·ÏµÁÐ */

.gk-new-add { background: #79cae5 url('/products/suncare/img/bg2.png') no-repeat;background-size: 100% 100%; padding-bottom: 50px;overflow: hidden;}
.gk-middle-wrap { width: 1080px; margin: 0 auto; }
.links { display: flex;justify-content: center; margin-bottom: 30px; }
.links li {text-align: center;font-size: 13px;position: relative;}
.links li::after {content: "";position: absolute;bottom: 0;left: 50%;margin-left: -8px;border-top: 8px solid white;border-right: 8px solid transparent;border-left: 8px solid transparent;transition: 0.5s;}
.links li a {display: block;position: relative;padding-bottom: 15px;color: white;}
.links .imgs {display: flex;margin-bottom: 20px;padding: 0 35px;    border-right: 1px solid #99cde2;height: 155px;align-items: flex-end;}
.links li:last-of-type .imgs {border: none;}
.links .imgs img {margin-right: 25px;}
.links .imgs img:last-child {margin-right: 0;}
.links-head {color: white;font-size: 20px;font-weight: 500;text-align: center;padding: 35px 0 15px;letter-spacing: 3px;}
.block-head {height: 50px;line-height: 50px;text-align: center;font-size: 20px;font-weight: bold;color: #483431;letter-spacing: 3px;background: #f5ead7;}
.mile-head {background: #fffbf1;}
.white-head {background: #f6f6f6;}
.dizhuang-head {background: #fff8f2;}
.dot-color {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
}
.dot-color span {
  margin: 0 10px 0 5px;
}
#gold {position: relative;}
.reward {position: absolute;top: 20px;right: 28px;z-index: 2;}
.targets-content {display: flex;align-items: center;justify-content: center;margin-bottom: 10px;height: 375px;position: relative;}
.targets-content .left {margin-right: 15px;text-align: right;}
.targets-content .right img {display: block;}
.targets-content .text1 {font-size: 23px;letter-spacing: 2px;margin-bottom: 15px;}
.targets-content .text2 {display: flex;align-items: center;margin-bottom: 20px;}
.targets-content .uses {display: inline-block; font-size: 13px;font-weight: bold;padding: 8px 15px;box-sizing: border-box;border: 1px solid currentColor;}
.mild-content2-wrap {display: flex;justify-content: space-between;height: 375px;margin-bottom: 10px;}
.mild-content2-wrap .targets-content {width: 49.5%;}
.child {position: absolute;right: 20px;bottom: 20px;}
.go-detail {color: #009fd6;font-size: 16px;letter-spacing: 3px;display: flex;align-items: center;padding-top: 15px;}
.go-detail img {margin-left: 10px;}
.gold-content {background: #fff1cf url('/products/suncare/img/bg3.png') no-repeat;background-size: 100% 100%;}
.mild-content1 {background: #fff1cf;}
.mild-content2 {background: #def1f8;}
.white-content {background: #e8eeef;}
.dizhuang-content {background: #fbecde;padding-left: 70px;}

@media only screen and (max-width: 750px) {
  .gk-new-add {padding-bottom: 0;}
  .gk-middle-wrap{width: 100%;}
  .links { margin-bottom: 15px; }
  .links li a {padding-bottom: 10px;font-size: 12px;}
  .links .imgs {margin-bottom: 0;padding: 0 5px;height: 120px;}
  .links .imgs img {margin-right: 0;transform: scale(0.6);}
  .links-head {padding: 15px 0}
  .reward {width: 50px;}
  .targets-content {height: 360px}
  .targets-content .left {flex: 1;margin-right: 15px;}
  .targets-content .left  img{max-width: 90%;}
  .targets-content .right {width: 220px;}
  .targets-content .right img {max-width: 92%;}
  /* .targets-content .right img {max-width: 92%;} */
  .targets-content .text1 {font-size: 16px}

  .targets-content .text2 {font-size: 13px;display: block;}
  .targets-content .text2 img {width: 90px;}
  .targets-content .uses {font-size: 13px;padding: 5px 10px;margin:10px 0 0 0;}

  .mild-content2-wrap {display: block;height: auto;}
  .mild-content2-wrap .targets-content {width: 100%;}


  .child {width: 100px;}
  .go-detail {font-size: 14px}
  .go-detail img {margin-left: 5px; width: 20px;}

  .dizhuang-content {padding-left: 0}
  .dizhuang-content .left img {width: 75%}


}



