section .blue {
  color: #0c89ef;
}
section .blue:hover {
  color: #0c89ef;
}
section.pt-0 {
  padding-top: 0;
}
section .detailTitle {
  border-bottom: 1px solid #dddddd;
}
section .detailTitle h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  color: #2c2c2c;
}
section .mDetail {
  padding: 30px 0 60px;
  color: #2c2c2c;
}
section .mDetail .eg {
  font-size: 16px;
  color: #ffa800;
}
section .mDetail p {
  font-size: 16px;
  line-height: 1.6;
}
section .mDetail p .here {
  text-decoration: underline !important;
}
section .mDetail .explainImg {
  padding: 20px 0;
}
section .mDetail .loadpro {
  display: none;
}
section .mDetail .loadpro p {
  padding-top: 20px;
  text-align: center;
  color: #007aff;
}
section.problem ul li div i {
  color: #9d9d9d;
  font-size: 16px;
  font-style: normal;
  padding-left: 15px;
}
section .mDetail table {
  width: 100%;
  border: 1px solid #efefef;
}
section .mDetail table tr:nth-of-type(odd) {
  background: #f7f7f7;
}
section .mDetail table tr:nth-of-type(even) {
  background: #ffffff;
}
section .mDetail table tr td {
  padding: 10px 20px;
  border: 1px solid #efefef;
}
section .mDetail table tr td .immediateDownload {
  padding: 10px 30px;
  display: inline-block;
  background: #0c89ef;
  color: #fff;
  margin: 20px 0;
}
section .mDetail table tr td:nth-of-type(1) {
  width: 200px;
  padding-left: 63px;
  padding-right: 63px;
}
section.select-product .product-list-box .productUl {
  justify-content: center;
  margin-left: -4px;
  margin-right: -4px;
}
section.select-product .product-list-box .productUl .productLi {
  width: calc(16.666% - 8px);
  margin: 0 4px;
}
section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .proitem {
  width: 25%;
  padding: 0 10px;
  text-align: left;
}
section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .proitem .videoImg {
  position: relative;
}
section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content img {
  width: 100%;
}
section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .nodata {
  text-align: center;
  width: 100%;
}
section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .nodata img {
  width: auto;
}
section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .nodata p {
  font-size: 16px;
  margin-top: 10px;
}
section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .playVideo {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 10%;
  cursor: pointer;
}
section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content a {
  font-size: 16px;
  display: block;
}
section .product-list {
  padding-top: 30px;
}
section .product-list .product-wrap .iScrollVerticalScrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: #f0f0f0;
  border-radius: 20px;
  z-index: 9;
}
section .product-list .product-wrap .iScrollIndicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 130px;
  background: #007aff url(../images/scroll-bar.png) center center no-repeat;
  border-radius: 20px;
}
section.videoDetail .mDetail .product-list {
  padding-top: 30px;
}
section.videoDetail .mDetail .product-list .product-wrap {
  height: 420px;
  position: relative;
  overflow: hidden;
}
section.videoDetail .mDetail .product-list .product-wrap .product-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  padding-right: 15px;
}
section.videoDetail .mDetail .product-list .product-wrap .product-content .proitem {
  width: calc(20% - 14px);
  margin: 0 7px;
  text-align: left;
  margin-bottom: 15px;
}
section.videoDetail .mDetail .product-list .product-wrap .product-content .proitem .videoImg {
  position: relative;
}
section.videoDetail .mDetail .product-list .product-wrap .product-content img {
  width: 100%;
}
section.videoDetail .mDetail .product-list .product-wrap .product-content .playVideo {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 10%;
  cursor: pointer;
}
section.videoDetail .mDetail .product-list .product-wrap .product-content h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin-top: 10px;
}
section.videoDetail .mDetail .product-list .product-wrap .product-content a {
  font-size: 16px;
}
section.videoDetail .mDetail .product-list .loadpro {
  display: none;
  padding-top: 20px;
  text-align: center;
}
section.videoDetail .mDetail .up-product-list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
section.videoDetail .mDetail .up-product-list span {
  font-size: 16px;
  color: #0c89ef;
  cursor: pointer;
  display: flex;
  align-items: center;
}
section.videoDetail .mDetail .up-product-list img {
  cursor: pointer;
  margin-left: 13px;
}
section.servers {
  padding: 45px 0 50px;
}
section.servers .title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
section.servers .serverDetail {
  margin-top: 40px;
  background: #f7f7f7;
}
section.servers .serverDetail .listThird {
  display: flex;
  padding: 40px 0;
}
section.servers .serverDetail .listThird .item {
  flex: 1;
  text-align: center;
}
section.servers .serverDetail .listThird .item img {
  width: 65px;
}
section.servers .serverDetail .listThird .item h3 {
  font-size: 18px;
  margin: 17px 0 10px;
  color: #000;
  font-weight: 700;
}
section.servers .serverDetail .listThird .item .up-servers {
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}
section.servers .serverDetail .listThird .item .up-servers a {
  transition: all 0.3s;
}
section.servers .serverDetail .listThird .item .up-servers::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(/common/Style2021/images/arrow-up-blue.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  transform: translateY(-50%) rotate(180deg);
}
section.servers .serverDetail .listThird .item .up-servers.active::after {
  transform: translateY(-50%) rotate(0deg);
}
section.servers .serverDetail .listThird .item span a {
  font-size: 16px;
}
section.servers .serverDetail .listThird .item span img {
  width: auto;
  margin-left: 10px;
}
section.servers .serverDetail .policy {
  padding: 0 60px 40px;
}
section.servers .serverDetail .policy .subTitle {
  margin-top: 20px;
}
section.servers .serverDetail .policy .subTitle:nth-child(1) {
  margin-top: 0;
}
section.servers .serverDetail .policy p {
  line-height: 1.6;
}
.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
.mask .videoDiv {
  position: relative;
  top: 15%;
  width: 700px;
  height: 70%;
  margin: 0 auto;
  display: none;
  z-index: 11;
}
.notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 15;
}
.notice .content {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 60px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.notice .content .ico-close {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  background: url(/common/style2/images/doorservice/icon-close.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.notice .content > h3 {
  font-family: 'Helvetica,Arial,"黑体",sans-serif';
  font-weight: bold;
  text-align: center;
  color: #091c8d;
  margin-bottom: 30px;
}
.notice .greetings {
  width: 100%;
  overflow-y: scroll;
  padding-right: 5px;
  flex: 1;
}
.notice .greetings::-webkit-scrollbar {
  width: 8px;
  border-radius: 50px;
  background: #dddddd;
}
.notice .greetings::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 50px;
  background: #8f8e8e;
}
.notice .greetings p {
  margin-bottom: 10px;
}
.notice .greetings h3 {
  font-family: 'Helvetica,Arial,"黑体",sans-serif';
  font-weight: bold;
  text-align: center;
  color: #091c8d;
  margin-bottom: 30px;
}
.notice .greetings h3 span {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 2px solid #091c8d;
}
.notice .greetings h3.no-mr {
  margin: 0;
}
.notice .greetings .pour {
  width: 100%;
  border-radius: 5px;
  background: #ededed;
}
.notice .greetings .pour p {
  padding: 12px 25px;
  font-size: 13px;
  margin: 0px;
}
.notice .greetings .point {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 13px;
}
.notice .greetings .ge {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #cccccc;
}
.notice .greetings .check {
  margin-left: 0px;
  padding-bottom: 10px;
  padding-top: 35px;
}
.notice .greetings .check input {
  display: none;
}
.notice .greetings .check input:checked + label::after {
  width: 16px;
  height: 16px;
  display: inline-block;
  content: url(/Apps/tech_support/SWDL-agreement/img/lable.png);
  font-size: 8px;
  color: #1b8be9;
  left: 0;
  bottom: 0px;
  position: absolute;
  background-color: transparent;
  border: 2px solid #1b8be9;
}
.notice .greetings .check label {
  font-weight: 300;
  vertical-align: middle;
  text-align: center;
  position: relative;
  margin-right: 29px;
}
.notice .greetings .check label::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #676767;
  margin-right: 6px;
  vertical-align: bottom;
}
.notice .greetings .tishi {
  display: none;
  font-size: 14px;
  margin-left: 4px;
  color: red;
  padding-bottom: 10px;
}
.notice .greetings .tishi2 {
  display: none;
  padding-bottom: 10px;
}
.notice .greetings .lable_a {
  background: transparent;
  text-decoration: none;
}
.notice .greetings .lable_a .label-blue {
  background: #1b8be9;
}
.notice .greetings .btn {
  font-size: 15px;
  padding: 7px 29px;
  padding-top: 8px;
  border-radius: 0;
  text-align: center;
  margin-left: 0px;
  position: relative;
  top: 10px;
  color: white;
  text-decoration: none;
}
.notice .greetings .foot {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 48px;
  border-top: 1px solid #cccccc;
}
.scroll-tips {
  font-size: 14px;
  text-align: center;
}
.btn-wrap {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.btn-wrap button {
  outline: none;
  border: 1px solid #bdbdbd;
  height: 37px;
  background: #fff;
  padding: 0 20px;
  margin: 0 20px;
  font-size: 14px;
  color: black;
  transition: all 0.5s;
}
.btn-wrap button.guide-agree {
  color: #007aff;
  border-color: #007aff;
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-wrap button.guide-agree.no-disabled {
  cursor: pointer;
  opacity: 1;
}
@media screen and (max-width: 1700px) {
  section .detailTitle h2 {
    font-size: 22px;
  }
  section .mDetail .eg {
    font-size: 14px;
  }
  section .mDetail p {
    font-size: 14px;
  }
  section.problem ul li div i {
    font-size: 14px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .nodata p {
    font-size: 14px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .playVideo {
    width: 60px;
    height: 60px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content a {
    font-size: 14px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content .playVideo {
    width: 50px;
    height: 50px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content h3 {
    font-size: 14px;
  }
  section.videoDetail .mDetail .up-product-list span {
    font-size: 14px;
  }
  section.servers .title {
    font-size: 34px;
  }
  section.servers .serverDetail .listThird .item img {
    width: 65px;
  }
  section.servers .serverDetail .listThird .item h3 {
    font-size: 18px;
  }
  section.servers .serverDetail .listThird .item .up-servers::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/common/Style2021/images/arrow-up-blue.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    transform: translateY(-50%) rotate(180deg);
  }
  section.servers .serverDetail .listThird .item .up-servers.active::after {
    transform: translateY(-50%) rotate(0deg);
  }
  section.servers .serverDetail .listThird .item span a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  section .detailTitle h2 {
    font-size: 20px;
  }
  section .mDetail .eg {
    font-size: 14px;
  }
  section .mDetail p {
    font-size: 14px;
  }
  section.problem ul li div i {
    font-size: 14px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .nodata p {
    font-size: 14px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .playVideo {
    width: 50px;
    height: 50px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content a {
    font-size: 14px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content .playVideo {
    width: 40px;
    height: 40px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content h3 {
    font-size: 14px;
  }
  section.videoDetail .mDetail .up-product-list span {
    font-size: 14px;
  }
  section.servers .title {
    font-size: 34px;
  }
  section.servers .serverDetail .listThird .item img {
    width: 65px;
  }
  section.servers .serverDetail .listThird .item h3 {
    font-size: 18px;
  }
  section.servers .serverDetail .listThird .item .up-servers::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/common/Style2021/images/arrow-up-blue.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    transform: translateY(-50%) rotate(180deg);
  }
  section.servers .serverDetail .listThird .item .up-servers.active::after {
    transform: translateY(-50%) rotate(0deg);
  }
  section.servers .serverDetail .listThird .item span a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  section .detailTitle h2 {
    font-size: 18px;
  }
  section .mDetail .eg {
    font-size: 14px;
  }
  section .mDetail p {
    font-size: 14px;
  }
  section.problem ul li div i {
    font-size: 14px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .nodata p {
    font-size: 14px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .playVideo {
    width: 40px;
    height: 40px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content a {
    font-size: 14px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content .playVideo {
    width: 35px;
    height: 35px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content h3 {
    font-size: 14px;
  }
  section.videoDetail .mDetail .up-product-list span {
    font-size: 14px;
  }
  section.servers .title {
    font-size: 34px;
  }
  section.servers .serverDetail .listThird .item img {
    width: 65px;
  }
  section.servers .serverDetail .listThird .item h3 {
    font-size: 18px;
  }
  section.servers .serverDetail .listThird .item .up-servers::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/common/Style2021/images/arrow-up-blue.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    transform: translateY(-50%) rotate(180deg);
  }
  section.servers .serverDetail .listThird .item .up-servers.active::after {
    transform: translateY(-50%) rotate(0deg);
  }
  section.servers .serverDetail .listThird .item span a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  section .detailTitle h2 {
    font-size: 16px;
  }
  section .mDetail .eg {
    font-size: 12px;
  }
  section .mDetail p {
    font-size: 12px;
  }
  section.problem ul li div i {
    font-size: 12px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .nodata p {
    font-size: 12px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .playVideo {
    width: 30px;
    height: 30px;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content a {
    font-size: 12px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content .playVideo {
    width: 30px;
    height: 30px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content h3 {
    font-size: 12px;
  }
  section.videoDetail .mDetail .up-product-list span {
    font-size: 12px;
  }
  section.servers .title {
    font-size: 34px;
  }
  section.servers .serverDetail .listThird .item img {
    width: 65px;
  }
  section.servers .serverDetail .listThird .item h3 {
    font-size: 18px;
  }
  section.servers .serverDetail .listThird .item .up-servers::after {
    content: "";
    width: 13px;
    height: 8px;
    background: url(/common/Style2021/images/arrow-up-blue.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    transform: translateY(-50%) rotate(180deg);
  }
  section.servers .serverDetail .listThird .item .up-servers.active::after {
    transform: translateY(-50%) rotate(0deg);
  }
  section.servers .serverDetail .listThird .item span a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  section .detailTitle h2 {
    font-size: 16px;
    padding: 10px 0;
  }
  section .mDetail {
    padding: 20px 0 40px;
  }
  section .mDetail .eg {
    font-size: 12px;
  }
  section .mDetail p {
    font-size: 12px;
    line-height: 1.6;
  }
  section .mDetail .explainImg {
    padding: 15px 0;
  }
  section .mDetail .explainImg img {
    width: 60%;
  }
  section.problem ul li div i {
    color: #9d9d9d;
    font-size: 12px;
    font-style: normal;
    padding-left: 5px;
  }
  section .mDetail table tr td:nth-of-type(1) {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.select-product .product-list-box .productUl {
    justify-content: flex-start;
    width: 486px;
    margin-left: -3px;
    margin-right: -3px;
  }
  section.select-product .product-list-box .productUl .productLi {
    width: 75px;
    padding: 10px 0 25;
    margin: 0 3px;
  }
  section.select-product .product-list-box .productUl .productLi h3 {
    font-size: 12px;
    bottom: 10px;
    padding: 0;
  }
  section.select-product .vdieoCourse .product-box .dl_h4 {
    font-size: 12px;
    padding: 13px;
    font-weight: 700;
    background: #f7f7f7;
    position: relative;
    width: 100%;
    display: block;
  }
  section.select-product .vdieoCourse .product-box .dl_h4::after {
    content: "";
    width: 13.5px;
    height: 7px;
    background: url(/common/Style2021/images/icon-arrow-black.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  section.select-product .vdieoCourse .product-box .dl_h4.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  section.select-product .vdieoCourse .product-box .dl_h4.no-slide:after {
    display: none;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .proitem {
    width: 33.333%;
    padding: 0 10px;
    position: relative;
    text-align: left;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content img {
    width: 100%;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content .playVideo {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 10%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  section.select-product .vdieoCourse .product-box .product-list .product-wrap .product-content a {
    font-size: 12px;
  }
  section.videoDetail .mDetail .product-list {
    padding-top: 20px;
  }
  section.videoDetail .mDetail .product-list .product-wrap {
    height: 250px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content {
    margin: 0 -5px;
    padding: 0 10px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content .proitem {
    width: calc(33.333% - 10px);
    margin: 0 5px;
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content .playVideo {
    width: 30px;
    height: 30px;
    top: 40px;
    right: 50%;
    transform: translate(50%, -50%);
  }
  section.videoDetail .mDetail .product-list .product-wrap .product-content h3 {
    font-size: 12px;
  }
  section.videoDetail .mDetail .up-product-list {
    margin-top: 20px;
  }
  section.videoDetail .mDetail .up-product-list span {
    font-size: 12px;
  }
  section.servers {
    padding: 30px 0 33px;
  }
  section.servers .title {
    font-size: 19px;
  }
  section.servers .serverDetail {
    margin-top: 24px;
  }
  section.servers .serverDetail .listThird {
    padding: 20px 0;
  }
  section.servers .serverDetail .listThird .item {
    flex: 1;
    text-align: center;
  }
  section.servers .serverDetail .listThird .item img {
    width: 35px;
  }
  section.servers .serverDetail .listThird .item h3 {
    font-size: 12px;
    margin: 8px 0 5px;
  }
  section.servers .serverDetail .listThird .item .up-servers {
    cursor: pointer;
    padding-right: 20px;
  }
  section.servers .serverDetail .listThird .item .up-servers::after {
    content: "";
    width: 10px;
    height: 6px;
    background: url(/common/Style2021/images/arrow-up-blue.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    transform: translateY(-50%) rotate(180deg);
  }
  section.servers .serverDetail .listThird .item .up-servers.active::after {
    transform: translateY(-50%) rotate(0deg);
  }
  section.servers .serverDetail .listThird .item span a {
    font-size: 12px;
  }
  section.servers .serverDetail .listThird .item span img {
    width: auto;
    margin-left: 10px;
  }
  section.servers .serverDetail .policy {
    padding: 0 10px 20px;
  }
  section.servers .serverDetail .policy .subTitle {
    margin-top: 10px;
  }
  .notice .content {
    width: 90%;
    padding: 40px 15px;
  }
  .notice .content .ico-close {
    width: 40px;
    height: 40px;
  }
  .notice .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .notice .greetings::-webkit-scrollbar {
    width: 6px;
  }
  .notice .greetings::-webkit-scrollbar-thumb {
    width: 6px;
  }
  .notice .greetings a {
    word-break: break-all;
  }
  .notice .greetings h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .notice .greetings .pour p {
    padding: 12px 15px;
  }
  .btn-wrap {
    padding-top: 10px;
  }
}
