@import url("https://www.drkimrossdmd.com/css/ft.css");
@import url("https://www.drkimrossdmd.com/css/header.css");
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cairo:wght@200..1000&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kalam:wght@300;400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Serif+SC:wght@200..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Space+Grotesk:wght@300..700&display=swap");

* {
    font-family:"Noto Sans SC","Inter", "Poppins", "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
    font-optical-sizing: auto;
}

/* ::-webkit-scrollbar{width:0;} */
body,
ul,
li,
p,
a,
* {
    margin: 0;
    padding: 0;
    list-style: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

/* 英文 */
.Noto-Serif-SC {
    font-family: "Noto Serif SC", serif;
    font-optical-sizing: auto;
}


/* 中文 */
.Noto-Sans-SC {
    font-family: "Noto Sans SC", sans-serif;
    font-optical-sizing: auto;
}

html{
    scroll-padding-top: 2vw;
}
/* @media screen and (max-width: 768px) {

    .html,
    .html>* {
        font-size: 16px !important;
    }
} */


.pro-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center
}

.pro-popup.act {
  display: flex
}

.pro-popup-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.45)
}

.pro-popup-box {
  position: relative;
  z-index: 1;
  width: 20.52083vw;
  min-height: 27.23958vw;
  padding: 5.3125vw 3.229vw 3.64583vw;
  border-radius: .83333vw;
  background: #fff;
  box-sizing: border-box;
      display: flex;
    flex-direction: column;
    align-items: center;
}

.pro-popup-icon {
  width: 4.375vw;
  height: 4.375vw;
  border-radius: .625vw;
  background: linear-gradient(270deg, #037D6F -7.89%, #ABCAA2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.pro-popup-icon img {
  display: block;
  object-fit: contain;
  border-radius: .625vw;
}

.pro-popup-text {
  margin-top: 2.5vw;
  color: #696969;
  text-align: center;
  line-height: 1.5
}

.pro-popup-btns {
  width: 100%;
    margin-top: 3.38542vw;
    gap: 1.04167vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pro-popup-confirm,
.pro-popup-cancel {
  width: 12.65625vw;
  border-radius: 90px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  box-sizing: border-box;
  border: none;
  background: none;
  padding: 0.26vw 0;
}

.pro-popup-confirm {
  color: #fff;
  background: linear-gradient(270deg, #037D6F -7.89%, #ABCAA2 100%)
}

.pro-popup-cancel {
  color: #75B79F;
  border: 1px solid #75B79F
}




@media screen and (max-width: 768px) {
    .pro-popup-box {
        width: auto;
        padding:40px 25px;
    }
    .pro-popup-icon {
        width: 60px;
        height: 60px;
    }
    .pro-popup-btns {
        margin-top: 25px;
        gap: 15px;
    }
    .pro-popup-icon img {
        border-radius: 20px;
    }
    
    .pro-popup-confirm, .pro-popup-cancel {
        width: 200px;
        padding: 5px 0;
    }
}