/* *********************************************
                    基本默认值  
 ***********************************************/
* {
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #2a4cbe;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Source Han Sans CN";
  font-size: 0.32rem;
  color: #333333;
  background-color: #f9f9f9;
  overflow-x: hidden;
}
.container-fluid {
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #303133;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.COMMON-TITLE {
  text-align: center;
  margin-bottom: .8rem;
}

.COMMON-TITLE h2 {
  font-size: 0.72rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.4rem;
  position: relative;
  letter-spacing: 0.15rem;

  &::before {
    content: attr(content);
    position: absolute;
    inset: 0;
    transform-origin: 50% 100%;
    transform: rotatex(180deg) translatey(3px);
    filter: blur(2px);
    mask: linear-gradient(transparent 30%, white 90%);
  }
}

.COMMON-TITLE span {
  font-size: 0.6rem;
  color: rgba(0, 0, 0, 0.2);
}

/* *********************************************
                  banner
***********************************************/
.w-80 {
  width: 80%;
}
.header {
  /* padding: 0.5rem; */
  /* padding: 0 5%; */
  background: var(--primary-color);
}
.header .header-bg {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}
.header .header-name {
  width: 90%;
  object-fit: cover;
}

.header-title {
  /* padding: 6% 10%; */
  color: #fff;

  height: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-title h1 {
  display: none;
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 2px 2px #333;
  letter-spacing: 0.5rem;
}

/* .header-title img {
  width: 6.8rem;
  height: 6.4rem;
  margin: 1rem 0;
} */

.header-title-describe {
  /* width: 10.1rem; */
  /* width: 70%; */
  /* line-height: 0.5rem;
  font-size: 0.28rem;
  color: #ffffff; */
  margin: 0.8rem 0;
}
.header-tab {
  display: flex;
  align-items: end;
  height: 0.8rem;
  letter-spacing: 0.2rem;
  font-size: 0.4rem;
}
.header-icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}

.header-title-btn {
  width: 3.4rem;
  height: 1.2rem;
  background-color: #6dbaa1;
  border-radius: 0.6rem;
  line-height: 1.2rem;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
/* 
  preparation
*/
.preparation-content {
  /* display: flex; */
  /* padding: 0 15%; */
  background: #fff;
  width: 70%;
  padding: .5rem;
  margin: 2rem auto;
}

.preparation-content img {
  width: 90%;
  height: 9rem;
  object-fit: contain;
  border-radius: .2rem;
  /* margin: 0.3rem auto 0; */
  /* display: block; */
}
.preparation-right{
  padding: 3%;
}
.preparation-right p{
  text-indent: 2em;
  line-height: .6rem;
  font-size: .3rem;
}
/* *********************************************
                     content
***********************************************/
.content {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; */
  /* height: 20.08rem; */
  margin: 0 auto;
  background: url(../img/bg-image-1.png) center no-repeat;
  background-size: 100% 100%;
  padding: 2rem 1rem;
  
}
.content>div{
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  margin: 0 auto;
  width: 80%;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  padding: .3rem;
}
.content-list {
  /* height: 11.36rem; */
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  border-radius: 0.3rem;
}

.content-item {
  padding: .6rem .3rem;
  text-align: center;
  margin-bottom: 0.2rem;
  display: flex;
  height: 4rem;
  /* height: 4.3rem; */
}
.content-item-img{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.content-item-info{
width: 70%;
font-size: .28rem;
}
.content-item img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.4rem;
}

.content-item-info p {
  margin-top: 0.1rem;
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  letter-spacing: .3rem;
  margin-bottom: .3rem;
}

/* *********************************************
                     features
***********************************************/
.features {
  display: flex;
  width: 38.4rem;
  margin-top: 2.4rem;
}

.features-title {
  text-align: left;
}

.features-title h2 {
  color: #333333;
}

.features-title span {
  color: #333333;
  opacity: 0.2;
}

.features img {
  width: 21.2rem;
  height: 13.18rem;
  margin-left: 1.8rem;
}
.features-main {
  margin-left: 5.08rem;
}

.features-list {
  display: flex;
  flex-direction: column;
  margin: 1.2rem 0;
}

.features-item {
  position: relative;
  font-size: 0.32rem;
  color: #333333;
  margin: 0.4rem 0;
  margin-left: 0.62rem;
}

.features-item::before {
  position: absolute;
  left: -0.62rem;
  content: "01";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  font-size: 0.28rem;
}

.features-item:nth-child(2):before {
  content: "02";
}

.features-item:nth-child(3)::before {
  content: "03";
}

.features-item:nth-child(4)::before {
  content: "04";
}

/* *********************************************
                     choose
***********************************************/
.choose {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  /* background: #fff; */
}

.choose-title h2 {
  color: #333333;
}

.choose-title span {
  color: #333333;
  opacity: 0.2;
}

.choose-list {
  padding: 0 20%;
}

.choose-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 8px 3px rgba(7, 7, 7, 0.3);
}

.choose-reason {
  width: 100%;
  display: flex;
  height: 3rem;
  /* align-items: center; */
}
.choose-reason img {
  width: 95%;
}
.choose-reason div:first-child {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  width: 30%;
  border-radius: 0.2rem 0 0 0.2rem;
}
.choose-reason div:last-child {
  width: 70%;
  line-height: 0.55rem;
  font-size: 0.32rem;
  color: var(--primary-color);
  margin-top: 0.36rem;
  padding: 0.5rem;
}
.mr-img {
  margin-right: 2rem;
}

.ml-60 {
  margin-left: 1.2rem;
}
.choose-list-1 {
  margin-top: 3rem;
  width: 100%;
  padding: 0 20%;
}
.list-1-item {
  background: var(--primary-color);
  padding: 1rem 0.5rem;
  border-radius: 0.2rem;
  box-shadow: 7px 7px 7px 2px #333333;
  margin-bottom: 1rem;
}
.list-1-item div:nth-child(1) {
  color: #fff;
  font-weight: bold;
  font-size: 0.36rem;
  text-shadow: 2px 2px #333;
  margin-bottom: 0.2rem;
}
.list-1-item div:nth-child(n + 2) {
  color: #333;
  font-size: 0.3rem;
  line-height: 0.55rem;
}
.list-1-item div span:nth-child(1) {
  color: #e6f787;
  font-weight: bold;
}
/* *********************************************
                     search
***********************************************/
.search {
  background: rgba(250, 192, 68, 0.4);

  padding: 2rem 1rem 1rem;
}
tr {
  width: 10rem;
}
.feature-list {
  padding: 0 15%;
  width: 100%;
}
.feature-item {
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 7px 4px rgba(0, 0, 0, 0.2);
  background-size: 100%;
  margin-bottom: 1rem;
  border-radius: .2rem .2rem 0 0;
}
.feature-title{
  border-radius: .2rem .2rem 0 0;
  padding: .4rem;
  background: var(--primary-color);
  color: #fff;
  font-size: .4rem;
  font-weight: bold;
  font-family:cursive;
}
.feature-reason {
  font-size: 0.34rem;
  /* text-align: center; */
  color: #333;
  padding: 1rem .5rem;
}
.feature-reason span{
  color: #f14c59;
  font-weight: bold;
}
/* *********************************************
                     footer
   ***********************************************/
footer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.9rem !important;
  padding: 0 !important;
  background: #111a51;
}

.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: #fff;
}

.footer-right a {
  color: #fff;
}

.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;
}
