/* *********************************************
                    基本默认值  
 ***********************************************/
:root {
  --primary-color: #2983fe;
}

* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Source Han Sans CN";
  font-size: 0.32rem;
  color: #333333;
  background-color: #f9f9f9;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #303133;
  text-decoration: none;
  cursor: pointer;
}
/* .container-fluid{
  padding: 0;
} */
a:hover {
  text-decoration: none;
}

/* .row {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.COMMON-TITLE {
  text-align: center;
  margin-bottom: 1.5rem;
}

.COMMON-TITLE h2 {
  font-size: 0.72rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.2rem;
  position: relative;
  letter-spacing: .15rem;

  &::before {
    content: attr(content);
    position: absolute;
    inset: 0;
    transform-origin: 50% 100%;
    transform: rotatex(180deg) translatey(3px);
    filter: blur(3px);
    mask: linear-gradient(transparent 30%, white 90%);
  }
}

.COMMON-TITLE span {
  font-size: 0.6rem;
  color: rgba(59, 59, 59, 0.4);
}

#nav {
  width: 100%;
}

/* *********************************************
                  banner
***********************************************/
header {
  /* display: flex;
  justify-content: center; */
  width: 100%;
  height: 13rem !important;
  position: relative;
  /* background: #418d89; */
  background: url(../img/default-bg-header.jpg) center no-repeat;
  background-size: 100%;
}

.header-title {

  color: #ffffff;
  /* width: 30%; */
  text-align: center;
  padding: 2rem 2%;
  /* background: rgba(224, 224, 224, 0.6); */
  /* margin: 0 2rem 0 -10.8rem; */
}

.header-title h1 {
 
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #333;
  /* text-shadow: 3px 2px #418d89; */
}

.header-tab {
  background-color: #418d89;
  width: 5rem;
  margin: 0 auto;
  line-height: 0.6rem;
  letter-spacing: 0.12rem;
  margin-bottom: 1rem;
  border-radius: .1rem;
}

.header-title-describe {
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  /* text-shadow: 1px 2px #fff; */
  margin: 0.25rem auto;
}

.header-title-btn {
  width: 3.4rem;
  height: 1.2rem;
  border-radius: 0.6rem;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  left: 15%;
  background-color: var(--primary-color);
  line-height: 1.2rem;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

/* *********************************************
                  preparation
***********************************************/
.preparation {
  margin-top: 2.4rem;
  
}
.row {
  margin: 0 -15px;
}
.preparation-content {
  /* display: flex; */
  /* padding: 0 15%; */
  background: #fff;
  width: 70%;
  margin: 0 auto;
  padding: .5rem;
  margin-top: 1.6rem;
}

.preparation-content img {
  width: 95%;
  height: 8rem;
  border-radius: .2rem;
  /* margin: 0.3rem auto 0; */
  /* display: block; */
}
.preparation-right{
  padding: 5%;
}
.preparation-right p{
  line-height: .6rem;
  font-size: .3rem;
}
.sp {
  background-color: #fb5930 !important;
}

/* *********************************************
                     certificate
***********************************************/
.certificate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2.4rem;
  padding: 1rem 0;
  /* background: url(../img/default-bg-footer.png) center no-repeat; */
}

.certificate-list {
  /* display: flex; */
  /* margin-top: 1rem; */
  margin-bottom: 0.3rem;
  width: 70%;
  
  
}

.certificate-item {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0.1rem 0.3rem 0.1rem  rgba(224, 224, 224, 0.6);
  /* justify-content: center; */
  align-items: center;
  /* width: 20%; */
  height: 3rem;

  
  padding: 5% 0.68rem;
  margin: 0.5rem;
}
.item-top{
  display: flex;
  align-items: center;
}

.certificate-item img {
  width: .8rem;
  height: .8rem;
}
.certificate-item h2 {
  background: var(--primary-color);
  padding: 7%;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}

.certificate-item h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin: 0 0 0.3rem;
}

.certificate-item p {
  /* text-align: center; */
  font-size: 0.28rem;
  color: #888;
}

/* *********************************************
                     topics
***********************************************/
.topics {
  width: 100%;
  /* background-color: var(--primary-color); */
  padding: 2rem 0;
}

.topics img {
  width: 3rem;
  height: 3rem;
  object-fit: fill;
  display: block;
  margin: 0 auto;
}
.topics-item{
  padding: 2% 10%;
  display: flex;
  align-items: center;
}
.topics-item p:first-child{
  color: #002a70;
  font-weight: bold;
  letter-spacing: .1rem;
  font-size: .45rem;

}
.topics-item p:last-child{
  color: #333;
  letter-spacing: .1rem;
  font-size: .32rem;
  line-height: .6rem;
}
.topics-title {
  text-align: start;
}

.topics-title h2 {
  color: #fff;
}

.topics-title span {
  opacity: 0.2;
}



.topics-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  background: #f0dc29;
  padding: 0 0.6rem;
  margin-top: 0.4rem;
}

.topics-sp span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  background: #333333;
  border-radius: 50%;
  color: #fff;
}

.topics-sp h3 {
  flex: 1;
  font-size: 0.32rem;
  margin-left: 0.4rem;
}

.topics-sp p {
  font-size: 0.32rem;
  color: #333333;
}

.topics-1 {
  width: 40%;
}

.topics-3 {
  width: 80%;
}

/* *********************************************
                     plan
***********************************************/
.plan {
  /* background-color: #e3f1ef; */
  margin-top: 1rem;
  padding: 5% 0 0;
}

.plan-title h2 {
  color: var(--primary-color);
}

.plan-title span {
  color: var(--primary-color);
  opacity: 0.2;
}
.plan-body {
  /* display: flex;
	justify-content: space-between; */
  /* width: 53%; */
  margin: 0 auto;
  width: 80%;
  /* background: #fff; */
  border-radius: .1rem;
  /* box-shadow: 0 0.1rem 0.3rem 0.1rem  rgba(224, 224, 224, 0.6); */
  padding-bottom: 1rem;
}
.plan-main {
  /* width: 50%; */
  padding: 3% 5%;
}
.plan-card {
  background: #fff;
  box-shadow: 0 0.1rem 0.3rem 0.1rem  rgba(224, 224, 224, 0.6);
  /* padding: 0.2rem; */
  border-radius: 0.2rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  
}

.plan-title {
  font-size: 0.4rem;
  font-weight: bold;
}
.card-title{
  display: flex;
  align-items: center;
  background: var(--primary-color);
  color: #fff;
  font-size: 0.38rem;
  border-radius: 0.2rem;
  padding: .3rem .4rem;
  font-weight: bold;
}
.card-title div:first-child{
  /* background: #f77e93; */
  padding: .2rem 0;
  text-align: center;
  margin-right: .3rem;
  color: #fff;
  border-radius: 1rem;
}
.card-title div:last-child{
  font-size: 0.4rem;
  
  padding: 0.2rem 0.4rem;
  /* background: var(--primary-color); */
  
  
  color: #fff;
}


.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5rem;
  padding: 0.2rem 0;
  font-size: 0.3rem;
  line-height: 0.55rem;
  color: #333;
  border-radius: .2rem;
  /* height: 5rem; */
  /* color: var(--primary-color); */
}
.info{
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: .6rem;
}
.plan-2:nth-child(5) {
  border-radius: 0 0 0.2rem 0.2rem;
}

/* *********************************************
                     method
***********************************************/
.method {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12rem;
  background-color: var(--primary-color);
}

.method img {
  width: 9rem;
  height: 9.6rem;
}

.method-title {
  text-align: start;
}

.method-title h2 {
  color: #fff;
}

.method-title span {
  opacity: 0.2;
}

.method-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 9.44rem;
  margin-right: 4.16rem;
}

.method-des {
  font-size: 0.32rem;
  color: #ffffff;
  margin: 1rem 0 0.8rem;
}

.method-tips {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.method-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.52rem;
  height: 1rem;
  background-color: #f0dc29;
  margin: 0.2rem 0;
}

.method-item img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.2rem;
}

.method-item p {
  font-size: 0.28rem;
}

/* *********************************************
                     suitable
***********************************************/
.suitable {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.72rem;
  margin-top: 2.4rem;
}

.suitable-list {
  display: flex;
  width: 100%;
  padding: 2% 5%;
  /* margin-top: 1rem; */
}

.suitable-list-1 {
  width: 40%;
  /* display: flex;
  flex-direction: column; */
  padding-top: 0.8rem;
  margin: 0 0.2rem;
}

.suitable-list-2 {
  width: 40%;
  /* display: flex;
  flex-direction: column; */
  margin: 0 0.2rem;
}

.suitable-item {
  display: flex;
  flex-direction: column;
  /* width: 5rem; */
  /* height: 4.88rem; */
  background-color: #ffffff;
  border: 1px dashed #d6d3d3;
  padding: 0.8rem 0.5rem;
  border-radius: 0.2rem;
  text-align: center;
}

.suitable-item img {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
}

.suitable-item h3 {
  font-size: 0.4rem;
  font-weight: bold;
  margin: 0.4rem 0 0.2rem;
}

.suitable-item p {
  font-size: 0.28rem;
  color: #666666;
}

.pl40 {
  padding-left: 0.8rem;
}

.pl36 {
  padding-left: 0.72rem;
}

.pl28 {
  padding-left: 0.56rem;
}

.mt20 {
  margin-top: 0.4rem;
}

/* *********************************************
                     footer
   ***********************************************/
footer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.9rem !important;
  padding: 0 !important;
  background: #1e2a38;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.footer-right {
  line-height: 0.32rem;
  font-size: 0.28rem;
  color: #999999;
}

.footer-right a {
  color: #999999;
}

.footer-right a:hover {
  text-decoration: underline;
}

.footer-right_link {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}

.police {
  display: flex;
  align-items: center;
  margin-left: 0.6rem;
}

.police p {
  margin-left: 0.1rem;
}

.back-top {
  position: fixed;
  bottom: 1rem;
  right: 5%;
  cursor: pointer;
  z-index: 99;
}

.back-top img {
  width: 1rem;
  height: 1rem;
}
