.page-contact {
  background-color: #ffffff;
  transition: all 0.3s;
}

@media screen and (min-width: 521px) {
  .page-contact > .banner {
    border: 1px transparent solid;
    position: relative;
    padding-bottom: .222rem;
    overflow: hidden;
  }

  .page-contact > .banner::before {
    content: '';
    display: block;
    position: absolute;
    width: 190%;
    height: 100%;
    background: #EFF3FF;
    left: -40%;
    border-radius: 0 0 50% 50%;
  }

  .page-contact > .banner > .label-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: .36rem;
    color: #1B1B1B;
    padding-top: .2rem;
    position: relative;
  }

  .page-contact > .banner > .label-wrapper > .label {
    line-height: 2;
    position: relative;
  }

  .page-contact > .banner > .label-wrapper > .label-en {
    position: relative;
  }

  .page-contact > .banner > .label-wrapper > .label-en > .text {
    position: relative;
    z-index: 100;
  }

  .page-contact > .banner > .label-wrapper > .label-en::before {
    position: absolute;
    left: -0.18rem;
    bottom: -0.1rem;
    z-index: 0;
    content: '';
    display: block;
    width: .48rem;
    height: .48rem;
    background: url('../images/contactus_dot3.png') no-repeat;
    background-size: contain;
  }

  .page-contact > .banner > .card {
    margin: .4rem auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 11.22rem;
    height: 3.26rem;
    background-color: white;
    border: none;
    border-radius: .1rem;
    box-shadow: 1px 1px .1rem #00000044;
    overflow: hidden;
    position: relative;
  }

  .page-contact > .banner > .card::before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/contactus_dot.png') no-repeat;
    background-size: contain;
    width: .44rem;
    height: .44rem;
    right: .08rem;
    top: .08rem;
  }

  .page-contact > .banner > .card::after {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/contactus_dot2.png') no-repeat;
    background-size: contain;
    width: .44rem;
    height: .44rem;
    right: .08rem;
    bottom: .08rem;
  }

  .page-contact > .banner > .card > .left {
    display: block;
    width: 3.26rem;
    height: 3.26rem;
    object-fit: contain;
    position: relative;
    flex-shrink: 0;
  }

  .page-contact > .banner > .card > .left > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-contact > .banner > .card > .left > .contact-wechat {
    z-index: 1;
  }

  .page-contact > .banner > .card > .left > .contact-wechats {
    z-index: 2;
    width: 75%;
    height: 71%;
    top: 13%;
    left: 13%;
  }

  .page-contact > .banner > .card > .left > .dynamic-img {
    z-index: 3;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
  }

  .page-contact > .banner > .card > .left > .label {
    font-weight: bold;
    font-size: .16rem;
    color: #FFFFFF;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: .2rem;
    text-align: center;
  }

  .page-contact > .banner > .card > .right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-right: .5rem;
  }

  .page-contact > .banner > .card > .right > .cell {
    width: 3.1rem;
    height: .93rem;
    margin: .1rem 0;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: .1rem;
    box-shadow: 1px 1px .1rem #00000044;
  }

  .page-contact > .banner > .card > .right > .cell > .icon {
    display: block;
    width: .36rem;
    height: .36rem;
    margin-left: .2rem;
    margin-right: .2rem;
    flex-shrink: 0;
  }

  .page-contact > .banner > .card > .right > .cell > .r {
    font-size: .16rem;
    color: #1B1B1B;
  }

  .page-contact > .banner > .card > .right > .cell > .r > .label {
    font-weight: bold;
    display: block;
  }

  .page-contact > .banner > .card > .right > .cell > .r > .info {
    display: block;
    padding-top: .12rem;
  }

  .page-contact > .routes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.56rem;
  }

  .page-contact > .routes > .route {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: .01rem #97979744 solid;
    padding: 0 .4rem;
  }

  .page-contact > .routes > .route:nth-last-child(1) {
    border-right: none;
  }

  .page-contact > .routes > .route > .icon {
    width: .32rem;
    height: .32rem;
  }

  .page-contact > .routes > .route > .label {
    font-weight: bold;
    font-size: .2rem;
    color: #1B1B1B;
    padding-top: .16rem;
  }

  .page-contact > .routes > .route > .address {
    padding-top: .24rem;
    max-width: 2.12rem;
    height: 5em;
    line-height: 1.5;
    font-weight: 400;
    font-size: .12rem;
    color: #000000;
  }

  .page-contact > .map-pic {
    width: 11.22rem;
    margin: .4rem auto;
    position: relative;
  }

  .page-contact > .map-pic > .pic {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .page-contact {
    background-color: #ffffff;
    transition: all 0.3s;
  }

  .page-contact > .banner {
    border: 1px transparent solid;
    position: relative;
    padding-bottom: .22222rem;
    overflow: hidden;
  }

  .page-contact > .banner::before {
    content: '';
    display: block;
    position: absolute;
    width: 190%;
    height: 100%;
    background: #EFF3FF;
    left: -43%;
    border-radius: 0 0 50% 50%;
  }

  .page-contact > .banner > .label-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: .24rem;
    color: #1B1B1B;
    margin-top: .1rem;
    position: relative;
  }

  .page-contact > .banner > .label-wrapper > .label {
    line-height: 2;
    position: relative;
  }

  .page-contact > .banner > .label-wrapper > .label-en {
    position: relative;
  }

  .page-contact > .banner > .label-wrapper > .label-en > .text {
    position: relative;
    z-index: 100;
  }

  .page-contact > .banner > .label-wrapper > .label-en::before {
    position: absolute;
    left: -0.18rem;
    bottom: -0.1rem;
    z-index: 0;
    content: '';
    display: block;
    width: .48rem;
    height: .48rem;
    background: url('../images/contactus_dot3.png') no-repeat;
    background-size: contain;
  }

  .page-contact > .banner > .card {
    margin: .122222225rem .24rem;
    display: flex;
    flex-direction: column;
    border: none;
    background: transparent;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
  }

  .page-contact > .banner > .card > .left {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: .1rem;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    position: relative;
  }

  .page-contact > .banner > .card > .left > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-contact > .banner > .card > .left > .contact-wechat {
    z-index: 1;
  }

  .page-contact > .banner > .card > .left > .contact-wechats {
    z-index: 2;
    width: 75%;
    height: 71%;
    top: 13%;
    left: 13%;
  }

  .page-contact > .banner > .card > .left > .dynamic-img {
    z-index: 3;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
  }

  .page-contact > .banner > .card > .left > .label {
    font-weight: bold;
    font-size: .12rem;
    color: #FFFFFF;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: .05rem;
    text-align: center;
  }

  .page-contact > .banner > .card > .right {
    margin-top: .1rem;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: .05rem 0;
  }

  .page-contact > .banner > .card > .right > .cell {
    width: calc(50% - .2rem);
    height: .93rem;
    margin: .08rem 0;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: .1rem;
    box-shadow: 1px 1px .1rem #00000044;
  }

  .page-contact > .banner > .card > .right > .cell > .icon {
    display: block;
    width: .36rem;
    height: .36rem;
    margin-left: .2rem;
    margin-right: .2rem;
    flex-shrink: 0;
  }

  .page-contact > .banner > .card > .right > .cell > .r {
    font-size: .14rem;
    color: #1B1B1B;
  }

  .page-contact > .banner > .card > .right > .cell > .r > .label {
    font-weight: bold;
    display: block;
  }

  .page-contact > .banner > .card > .right > .cell > .r > .info {
    display: block;
    padding-top: .1rem;
    line-height: .2rem;
    margin-right: .2rem;
  }

  .page-contact > .routes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .page-contact > .routes > .route {
    width: calc(50% - .04rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: .01rem #97979744 solid;
    margin-bottom: .24rem;
  }

  .page-contact > .routes > .route:nth-child(2n) {
    border-right: none;
  }

  .page-contact > .routes > .route > .icon {
    width: .32rem;
    height: .32rem;
  }

  .page-contact > .routes > .route > .label {
    font-weight: bold;
    font-size: .2rem;
    color: #1B1B1B;
    padding-top: .16rem;
  }

  .page-contact > .routes > .route > .address {
    padding-top: .16rem;
    max-width: 2.12rem;
    min-height: 3em;
    line-height: 1.5;
    font-weight: 400;
    font-size: .14rem;
    color: #000000;
  }

  .page-contact > .map-pic {
    margin: .22222rem 0;
    position: relative;
  }

  .page-contact > .map-pic > .pic {
    display: block;
    width: 100%;
  }
}

.page-contact-detail {
  background-color: #F5F5F6;
  transition: all 0.3s;
  padding-bottom: 0.2rem;
}

.page-contact-detail strong {
  font-weight: bold;
}

.page-contact-detail .rich-text p,
.page-contact-detail .rich-text div {
  margin-bottom: 0;
}

@media screen and (min-width: 521px) {
  .page-contact-detail > .banner {
    width: 100%;
  }

  .page-contact-detail > .banner > .bg {
    width: 100%;
    display: block;
    margin-bottom: 0.1rem;
  }

  .page-contact-detail > .content {
    width: 12.3rem;
    border-radius: .1rem;
    margin: 0 auto;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    background-color: white;
    margin-bottom: 0.2rem;
  }

  .page-contact-detail > .content > .header {
    background-color: #D3E3FD;
    height: .6rem;
    display: flex;
    align-items: center;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
  }

  .page-contact-detail > .content > .header > .mac-style {
    display: flex;
    align-items: center;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .page-contact-detail > .content > .header > .mac-style > .c1,
  .page-contact-detail > .content > .header > .mac-style > .c2,
  .page-contact-detail > .content > .header > .mac-style > .c3 {
    width: .14rem;
    height: .14rem;
    border-radius: .7rem;
    margin: 0 .03rem;
  }

  .page-contact-detail > .content > .header > .mac-style > .c1 { background-color: #FF734B; }
  .page-contact-detail > .content > .header > .mac-style > .c2 { background-color: #FFD400; }
  .page-contact-detail > .content > .header > .mac-style > .c3 { background-color: #00AF81; }

  .page-contact-detail > .content > .header > .title {
    font-size: .14rem;
    color: #1B1B1B;
  }

  .page-contact-detail > .content > .header > .title > a {
    color: inherit;
    text-decoration: none;
  }

  .page-contact-detail > .content > .content-wrapper {
    padding: .4rem .9rem;
  }

  .page-contact-detail > .content > .content-wrapper > .big-title {
    font-weight: bold;
    font-size: .28rem;
    color: #2589FF;
    text-align: center;
    margin-top: 0.1rem;
  }

  .page-contact-detail > .content > .content-wrapper > .sub-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .24rem;
    padding-bottom: .24rem;
    border-bottom: 1px #DBDBDB solid;
  }

  .page-contact-detail > .content > .content-wrapper > .rich-text {
    padding-top: .24rem;
    font-size: .16rem;
    color: #000000;
    line-height: 1.5;
  }
}

@media screen and (max-width: 520px) {
  .page-contact-detail > .banner {
    width: 100%;
  }

  .page-contact-detail > .banner > .bg {
    width: 100%;
    height: 2.4rem;
    object-fit: cover;
    display: block;
    margin-bottom: 0.25rem;
  }

  .page-contact-detail > .content {
    border-radius: .1rem;
    margin: 0 .24rem;
    border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    background-color: white;
  }

  .page-contact-detail > .content > .header {
    background-color: #D3E3FD;
    height: .6rem;
    display: flex;
    align-items: center;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
  }

  .page-contact-detail > .content > .header > .mac-style {
    display: flex;
    align-items: center;
    padding-left: .16rem;
    padding-right: .16rem;
  }

  .page-contact-detail > .content > .header > .mac-style > .c1,
  .page-contact-detail > .content > .header > .mac-style > .c2,
  .page-contact-detail > .content > .header > .mac-style > .c3 {
    width: .14rem;
    height: .14rem;
    border-radius: .7rem;
    margin: 0 .03rem;
  }

  .page-contact-detail > .content > .header > .mac-style > .c1 { background-color: #FF734B; }
  .page-contact-detail > .content > .header > .mac-style > .c2 { background-color: #FFD400; }
  .page-contact-detail > .content > .header > .mac-style > .c3 { background-color: #00AF81; }

  .page-contact-detail > .content > .header > .title {
    font-size: .14rem;
    color: #1B1B1B;
  }

  .page-contact-detail > .content > .header > .title > a {
    color: inherit;
    text-decoration: none;
  }

  .page-contact-detail > .content > .content-wrapper {
    padding: .4rem .24rem;
  }

  .page-contact-detail > .content > .content-wrapper > .big-title {
    font-weight: bold;
    font-size: .2rem;
    line-height: 1.5;
    color: #2589FF;
    text-align: center;
  }

  .page-contact-detail > .content > .content-wrapper > .sub-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .16rem;
    padding-bottom: .16rem;
    border-bottom: 1px #DBDBDB solid;
  }

  .page-contact-detail > .content > .content-wrapper > .rich-text {
    padding-top: .24rem;
    font-size: .16rem;
    color: #000000;
    line-height: 1.5;
    text-align: justify;
  }

  .page-contact-detail > .content > .content-wrapper > .rich-text img {
    width: 100% !important;
  }
}
