@media screen and (min-width: 761px) {
  * {
    box-sizing: border-box;
  }
  .container {
    width: 1230px;
  }
  .head {
    height: 90px;
    padding: 0;
  }
  .head .line {
    width: 1px;
    background-color: #cdcdcd;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
  }
  .subMenu {
    background-color: #AC397C;
    color: #fff;
    width: 100%;
    height: 50px;
    position: sticky;
    top: 0;
    z-index: 9;
  }
  .subMenu .inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .subMenu .inner a {
    line-height: 50px;
    display: block;
    width: 20%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .subMenu .inner a:hover {
    background-color: #8A2E63;
  }
  .subMenu .inner a:active {
    border: none;
    outline: none;
  }
  .subMenu .inner a.active {
    background-color: #822461;
  }
  .mb25 {
    margin-bottom: 25px;
  }
  .s1 .h3 {
    color: #fff;
    line-height: 40px;
    margin: 50px 0 30px;
    padding: 0;
    line-height: 42px;
    height: 40px;
    font-size: 23px;
    font-weight: 400;
  }
  .s1 .h3::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #5DA494;
    display: block;
  }
  .s1 .h3 span {
    padding: 0 15px;
    width: 250px;
    display: block;
    background-color: #5DA494;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .s1 p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 5px;
  }
  .s1 .item {
    padding: 15px;
    height: 305px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .s1 .item .h4 {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
  }
  .s1 .item .h4 img {
    width: 70px;
    float: left;
  }
  .s1 .item .h4 span {
    float: left;
    margin-top: 22px;
  }
  .s1 .item .copy p {
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
  }
  .s2 .h3 {
    color: #fff;
    line-height: 40px;
    margin: 70px 0 30px;
    padding: 0;
    line-height: 42px;
    height: 40px;
    font-size: 23px;
    font-weight: 400;
  }
  .s2 .h3::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #AC397C;
    display: block;
  }
  .s2 .h3 span {
    padding: 0 30px;
    width: 227px;
    display: block;
    background-color: #AC397C;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .s2 .h3 span img {
    width: 40px;
  }
  .s2 .item {
    overflow: hidden;
    margin-top: 25px;
    min-height: 230px;
    box-shadow: 0 2px 8px #adadad;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px 15px;
  }
  .s2 .item .left {
    width: 35%;
    float: left;
    height: 100%;
    padding-bottom: 20px;
  }
  .s2 .item .left img {
    width: 190px;
  }
  .s2 .item .right {
    width: 64%;
    height: 100%;
    float: right;
  }
  .s2 .item .right .caption {
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .s2 .item .right p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }
  .s2 .item .link-btn {
    background-color: #AC397C;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    width: 150px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    float: right;
  }
  .s2 .item .link-btn:hover {
    background-color: #822461;
  }
  .s3 .h3 {
    color: #fff;
    color: #fff;
    line-height: 40px;
    margin: 70px 0 30px;
    padding: 0;
    line-height: 42px;
    height: 40px;
    font-size: 23px;
    font-weight: 400;
  }
  .s3 .h3::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #AC397C;
    display: block;
  }
  .s3 .h3 span {
    padding: 0 30px;
    width: 227px;
    display: block;
    background-color: #AC397C;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .s3 .h3 span img {
    width: 40px;
  }
  .s3 .item {
    overflow: hidden;
    margin-top: 25px;
    min-height: 270px;
    box-shadow: 0 2px 8px #adadad;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px 15px;
  }
  .s3 .item .le-box {
    width: 48%;
    float: left;
    height: 100%;
    padding-bottom: 20px;
  }
  .s3 .item .le-box img {
    width: 190px;
  }
  .s3 .item .le-box .left {
    width: 35%;
    float: left;
    height: 100%;
    padding-bottom: 20px;
  }
  .s3 .item .le-box .left img {
    width: 190px;
  }
  .s3 .item .le-box .right {
    width: 64%;
    height: 100%;
    float: right;
  }
  .s3 .item .le-box .right .caption {
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .s3 .item .le-box .right p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }
  .s3 .item .le-box .right .link-btn {
    background-color: #AC397C;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    width: 150px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    float: right;
  }
  .s3 .item .le-box .right .link-btn:hover {
    background-color: #822461;
  }
  .s3 .item .ri-box {
    width: 48%;
    height: 100%;
    float: right;
  }
  .s3 .item .ri-box .captn {
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .s3 .item .ri-box p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }
  .s3 .item .ri-box .more-link li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .s3 .item .ri-box .more-link li a {
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    color: #333;
    text-decoration: underline;
  }
  .s4 .h3,
  .s5 .h3 {
    color: #fff;
    color: #fff;
    line-height: 40px;
    margin: 70px 0 30px;
    padding: 0;
    line-height: 42px;
    height: 40px;
    font-size: 23px;
    font-weight: 400;
  }
  .s4 .h3::after,
  .s5 .h3::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #AC397C;
    display: block;
  }
  .s4 .h3 span,
  .s5 .h3 span {
    padding: 0 30px;
    width: 320px;
    display: block;
    background-color: #AC397C;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .s4 .h3 span img,
  .s5 .h3 span img {
    width: 40px;
  }
  .s4 .item,
  .s5 .item {
    overflow: hidden;
    margin-top: 25px;
    min-height: 270px;
    box-shadow: 0 2px 8px #adadad;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px 15px;
  }
  .s4 .item .captn,
  .s5 .item .captn {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .s4 .item .left,
  .s5 .item .left {
    width: 35%;
    float: left;
    height: 100%;
    padding-bottom: 20px;
  }
  .s4 .item .left img,
  .s5 .item .left img {
    width: 190px;
  }
  .s4 .item .right,
  .s5 .item .right {
    width: 64%;
    height: 100%;
    float: right;
  }
  .s4 .item .right .caption,
  .s5 .item .right .caption {
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .s4 .item .right p,
  .s5 .item .right p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }
  .s4 .item .link-btn,
  .s5 .item .link-btn {
    background-color: #AC397C;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    width: 150px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    float: right;
  }
  .s4 .item .link-btn:hover,
  .s5 .item .link-btn:hover {
    background-color: #822461;
  }
  .s4 .tit,
  .s5 .tit {
    color: #644f54;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .s4 .list,
  .s5 .list {
    margin-top: 10px;
  }
  .s4 .list.spcie-list,
  .s5 .list.spcie-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .s4 .list.spcie-list li:nth-child(2n-1),
  .s5 .list.spcie-list li:nth-child(2n-1) {
    width: 60%;
  }
  .s4 .list.spcie-list li:nth-child(2n),
  .s5 .list.spcie-list li:nth-child(2n) {
    width: 40%;
  }
  .s4 .list li,
  .s5 .list li {
    line-height: 35px;
  }
  .s4 .list li::before,
  .s5 .list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #333333;
    vertical-align: middle;
    margin-right: 5px;
  }
  .s4 .list li a,
  .s5 .list li a {
    color: #005da9;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
  }
  .s4 .list li a:hover,
  .s5 .list li a:hover {
    color: #E30034;
  }
  .s6 .h3 {
    color: #fff;
    line-height: 40px;
    margin: 70px 0 30px;
    padding: 0;
    line-height: 42px;
    height: 40px;
    font-size: 23px;
    font-weight: 400;
  }
  .s6 .h3::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #AC397C;
    display: block;
  }
  .s6 .h3 span {
    padding: 0 30px;
    width: 205px;
    display: block;
    background-color: #AC397C;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .s6 .h3 span img {
    height: 30px;
  }
  .s6 p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .s6 .ask-btn {
    background-color: #5DA494;
    line-height: 50px;
    text-align: center;
    margin: 20px auto;
    display: block;
    width: 150px;
    font-size: 16px;
    color: #fff;
  }
  .s6 .left {
    width: 596px;
    float: left;
    margin-left: 15px;
  }
  .s6 .right {
    width: 596px;
    float: right;
    margin-right: 15px;
    text-align: right;
  }
  .s6 .answer-list {
    width: 100%;
    height: auto;
    margin: 20px auto 0px;
  }
  .s6 .answer-list .tips {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
  .s6 .answer-list .tips .red-text {
    color: #D6262E;
  }
  .s6 .answer-list .tips .username {
    color: #5DA394;
  }
  .s6 .answer-list .answer-panel {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    border: none;
    padding: 0px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.07);
  }
  .s6 .answer-list .answer-panel .answer-panel-heading {
    width: 100%;
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid #ededed;
    line-height: 24px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .s6 .answer-list .answer-panel .answer-panel-heading .thetitle {
    width: calc(100% - 116px - 60px);
    line-height: 28px;
    color: #333;
  }
  .s6 .answer-list .answer-panel .answer-panel-heading .thetitle span {
    color: #D6262E;
  }
  .s6 .answer-list .answer-panel .answer-panel-heading .thetitle .iconfont {
    font-size: 18px;
    color: #AC397C;
    display: none;
  }
  .s6 .answer-list .answer-panel .answer-panel-heading .thebtn {
    width: 116px;
    height: 32px;
    display: block;
    border-radius: 200px;
    background: #85B3AA;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
  }
  .s6 .answer-list .answer-panel .answer-panel-body {
    padding: 10px 0px;
    overflow: hidden;
  }
  .s6 .answer-list .answer-panel .answer-panel-body li {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #666666;
    padding: 10px 0px;
    font-weight: normal;
    display: flex;
    align-items: center;
  }
  .s6 .answer-list .answer-panel .answer-panel-body li input {
    margin: 0px 8px 0px 0px;
  }
  .s6 .answer-list .answer-panel .answer-panel-body li label {
    font-weight: normal;
    margin: 0px;
  }
  .s6 .answer-list .submit-btn a {
    width: 180px;
    height: 46px;
    background: #5DA394;
    border-radius: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s;
  }
  .content-final {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-final li {
    width: 596px;
    margin-bottom: 19px;
    list-style: none;
  }
  .content-final li img {
    border: none;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about {
    margin-top: 50px;
  }
  .alert-shadow {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    display: none;
  }
  .alert-box {
    max-width: 900px;
    width: 900px;
    max-height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 14px;
    overflow-y: auto;
  }
  .alert-box .alert-one {
    padding: 60px 40px 20px;
    width: 100%;
    display: none;
  }
  .alert-box .alert-one .close-btn {
    font-size: 40px;
    position: fixed;
    top: 0px;
    right: 10px;
  }
  .alert-box .alert-one .form-box {
    width: 100%;
  }
  .alert-box .alert-one .form-box .list {
    width: 100%;
  }
  .alert-box .alert-one .form-box .list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .alert-box .alert-one .form-box .list li.li .item {
    width: 32%;
  }
  .alert-box .alert-one .form-box .list li .item {
    width: 50%;
  }
  .alert-box .alert-one .form-box .list li .item.adress {
    width: 100%;
  }
  .alert-box .alert-one .form-box .list li .item.adress span {
    display: block;
    float: left;
    line-height: 30px;
  }
  .alert-box .alert-one .form-box .list li .item #resideprovince {
    width: 216px;
  }
  .alert-box .alert-one .form-box .list li .item #residecity {
    margin-left: 187px;
  }
  .alert-box .alert-one .form-box .list li .item #residedistrictbox {
    display: flex;
    justify-content: start;
  }
  .alert-box .alert-one .form-box .list li .item input {
    border: 1px solid #adadad;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 13px;
    color: #333;
    display: inline-block;
    width: 67%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .alert-box .alert-one .form-box .list li .item .send-word {
    background: #822461;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 120px;
  }
  .alert-box .alert-one .form-box .list li .item .send-word.disabled {
    background-color: #666666;
    color: #fff;
    cursor: no-drop;
  }
  .alert-box .alert-one .form-box .list li select {
    border: 1px solid #adadad;
    width: 270px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
  }
  .alert-box .alert-one .form-box .list li .checkbox-list {
    width: 100%;
  }
  .alert-box .alert-one .form-box .list li .checkbox-list label {
    font-weight: 400;
  }
  .alert-box .alert-one .form-box .list li .checkbox-list span {
    width: 48%;
    display: inline-block;
  }
  .alert-box .alert-one .form-box .list li .checkbox-list span input {
    margin-right: 10px;
  }
  .alert-box .alert-one .form-box .list li #comment {
    width: 100%;
    border: 1px solid #d6d6d6;
    margin-top: 20px;
    font-size: 13px;
    line-height: 25px;
    height: 80px;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #333;
  }
  .alert-box .alert-one .form-box .list li .agree-txt {
    font-size: 12px;
    color: #333;
    line-height: 20px;
  }
  .alert-box .alert-one .form-box .sub-btn {
    width: 150px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #AC397C;
    display: block;
    margin: 30px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .alert-box .alert-one .form-box .sub-btn:hover {
    background-color: #8A2E63;
  }
  .alert-box .alert-two {
    display: none;
    padding: 40px;
  }
  .alert-box .alert-two .h2 {
    margin: 0 20px 20px;
    text-align: center;
    padding: 0;
  }
  .alert-box .alert-two p {
    font-size: 15px;
    text-align: center;
  }
  .alert-box .alert-two .close-btn {
    background-color: #822461;
    color: #fff;
    width: 200px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    margin: 20px auto 0;
  }
  .alert-box .alert-three {
    display: none;
    padding: 40px;
  }
  .alert-box .alert-three .h2 {
    margin: 0 20px 20px;
    text-align: center;
    padding: 0;
    font-size: 20px;
  }
  .alert-box .alert-three p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }
  .alert-box .alert-three .close-btn {
    background-color: #822461;
    color: #fff;
    width: 200px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    margin: 20px auto 0;
  }
}

.none {
  display: none;
}
