.multi {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  position: relative;
}

.banner img {
  width: 100%;
}

.main {
  margin: 0 auto;
}

.main .tit {
  display: block;
  margin: 0 auto;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.banner-m {
  margin-bottom: 150px;
}

@media only screen and (min-width: 750px) {
  .bg_bottom_owner {
    background: url('../images/banner-pc.png') no-repeat top center;
    background-size: 100%;
  }

  .banner-pc {
    height: 600px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    background-position: center top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: none;
    position: relative;
  }

  .banner-m {
    display: none;
  }

  .main {
    width: 1200px;
    position: relative;
  }

  .banner-pc {
    padding-top: 80px;
  }

  .banner-pc>img {
    width: 1137px;
    display: block;
    margin: 0 auto 0;
  }

  @keyframes move2 {
    from {
      width: 0px;
    }

    to {
      width: 974px;
    }
  }

  @-webkit-keyframes move2 {
    from {
      width: 0px;
    }

    to {
      width: 974px;
    }
  }

  @-moz-keyframes move2 {
    from {
      width: 0px;
    }

    to {
      width: 974px;
    }
  }

  @-o-keyframes move2 {
    from {
      width: 0px;
    }

    to {
      width: 974px;
    }
  }

  .btn_bm {
    display: block;
    width: 90px;
    height: 300px;
    background: url('../images/btn_bm.png') no-repeat;
    background-size: 100% auto;
    position: fixed;
    right: calc((100% - 1320px) / 2);
    bottom: 30vh;
  }

  .dy {
    width: 712px;
    height: 299px;
    background-image: url('../images/bg_dy.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 300px auto 0;
  }

  .dy>p {
    text-indent: 2em;
    font-size: 16px;
    color: #323232;
    line-height: 1.8;
    padding: 140px 70px 20px;
    text-align: justify;
  }

  .form {
    padding: 30px;
    background-color: #fff;
    width: 70%;
    margin: 0 auto;
  }

  .form-tit {
    display: block;
    margin-left: 250px;
    margin-top: 20px;
  }

  .uploadbox {
    display: flex;
    flex-wrap: wrap;
  }

  .uploadbox .avatar-uploader {
    margin-right: 30px;
  }

  .main_tit {
    width: 100%;
    padding: 30px 15px;
    position: relative;
    clear: both;
    background: url('../images/icon_nav.png') no-repeat;
    background-size: 50px auto;
    background-position: left center;
  }

  .main_tit h4 {
    display: block;
    width: 100%;
    font-family: '寰蒋闆呴粦';
    font-size: 36px;
    color: #fffbab;
    font-weight: bold;
    padding-left: 50px;
  }

  .del {
    position: absolute;
    right: -8px;
    top: 8px;
    width: 25px;
    height: 25px;
    background: url('../images/icon_close.png') no-repeat;
    background-size: 100% 100%;
  }

  .show_img {
    width: 300px;
    height: 150px;
    object-fit: cover;
    margin-top: 20px;
    vertical-align: baseline;
  }

  .show_video {
    width: 300px;
    height: 150px;
    object-fit: contain;
    background-color: #000;
    margin-top: 20px;
  }

  .btns {
    padding: 0 120px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .btns1 {
    padding: 0 200px;
  }

  .btns img {
    width: 47%;
  }

  .btns .btn_box {
    position: relative;
    width: 47%;
  }

  .btns .btn_box img {
    width: 100%;
  }

  .btns .btn_box .active {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .cats {
    padding: 0 200px;
    margin-top: 15px;
    display: flex;
  }

  .cats div {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    color: #d53f19;
    border: 1px solid #d53f19;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 16px;
  }

  .cats div:hover {
    cursor: pointer;
  }

  .cats .active {
    background-color: #d53f19;
    color: #fff;
  }

  .form p,
  .form a {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
  }

  .noticebox {
    width: 1092px;
    height: 800px;
    background: url('../images/notice-bg.png') no-repeat;
    background-size: 100% 100%;
    margin: 0px auto 0;
    padding: 20px;
  }

  .noticebox .tit {
    display: block;
    margin: 0 auto;
  }

  .noticebox>.desc {
    font-size: 18px;
    color: #000;
    line-height: 44px;
    padding: 0 120px;
    height: 465px;
    overflow-y: auto;
    margin-top: 20px;
    font-family: "寰蒋闆呴粦"
  }

  .noticebox2 {
    width: 1092px;
    height: 1000px;
    background: url('../images/notice-bg2.png') no-repeat;
    background-size: 100% 100%;
  }

  ._nav {
    width: 1092px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto 30px;
  }

  ._nav li {
    width: 326px;
    height: 67px;
  }

  ._nav li:nth-child(1) {
    background: url('../images/tab7.png') no-repeat;
    background-size: 100% 100%;
  }

  ._nav li:nth-child(2) {
    background: url('../images/tab3.png') no-repeat;
    background-size: 100% 100%;
  }

  ._nav li:nth-child(3) {
    background: url('../images/tab9.png') no-repeat;
    background-size: 100% 100%;
  }

  ._nav li:nth-child(4) {
    background: url('../images/tab6.png') no-repeat;
    background-size: 100% 100%;
  }

  ._nav li:nth-child(5) {
    background: url('../images/tab8.png') no-repeat;
    background-size: 100% 100%;
  }

  .tabbar {
    display: none;
  }

  .dt_m {
    display: none;
  }

  .back_home_m {
    display: none;
  }

  .back_home_pc {
    position: absolute;
    width: 80px;
    height: 104px;
    top: 20px;
    left: 50px;
  }

  .back_home_pc:hover {
    cursor: pointer;
  }

  .new_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 105px 0;
    height: 330px;
    overflow-y: auto;
  }

  .new_list .new_list-item {
    width: 48%;
    display: flex;
    /* align-items: center; */
    margin-bottom: 20px;
  }

  .new_list .new_list-item:hover {
    cursor: pointer;
  }

  .new_list .new_list-item img {
    width: 0.4rem;
    height: 0.25rem;
    margin-right: 10px;
  }

  .new_list .new_list-item .infos {
    flex: 1;
  }

  .new_list .new_list-item .infos .tit {
    font-size: 15px;
    margin-bottom: 5px;
    /* display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .new_list .new_list-item .infos .description {
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wrap_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 90px 0;
    height: 330px;
    overflow-y: auto;
  }

  .wrap_list .list_item {
    width: 24%;
    margin-right: calc(4% / 3);
    margin-bottom: 10px;
  }

  .wrap_list .list_item:nth-child(4n) {
    margin-right: 0;
  }

  .wrap_list .list_item dt {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
  }

  .wrap_list .list_item dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wrap_list .list_item dd {
    flex: 1;
    width: 100%;
  }

  .wrap_list .list_item dd p {
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    display: -webkit-box;
    font-family: '寰蒋闆呴粦';
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .navtop {
    width: 100%;
    height: 63px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, #fadd9e 50%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    align-items: center;
  }

  .navtop a {
    display: block;
    width: calc(100% / 6);
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #d53f19;
    line-height: 63px;
    transition: all 0.8s;
    font-weight: bold;
  }

  .navtop a:first-child {
    margin-left: calc((100% - 1200px) / 2);
  }

  .navtop a:last-child {
    margin-right: calc((100% - 1200px) / 2);
  }

  .navtop a:hover {
    background: rgba(250, 221, 158, 0.6);
  }

  .btn_back {
    display: none;
  }

  .input_zc {
    width: 40% !important;
    margin-bottom: 10px;
  }

  .input_xc {
    width: 70% !important;
  }

  .loadMore {
    margin-bottom: 0;
  }

  .list {
    display: flex;
    padding: 10px 100px 0;
    overflow-y: auto;
    flex-wrap: wrap;
    clear: both;
    margin-top: 20px;
  }

  .list-item {
    float: left;
    width: 48%;
    height: 231px;
    overflow: hidden;
    margin: 0 4% 42px 0;
    zoom: 1;
    background: url(../images/txt-bg.png) right top no-repeat;
    background-color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
  }

  .list-item:nth-child(2n) {
    margin-right: 0;
  }

  .list-item>.cover {
    float: left;
    width: 230px;
    height: 230px;
    object-fit: cover;
    display: block;
  }

  .list-item>section {
    float: right;
    width: calc(100% - 230px);
    padding: 30px 20px 0 25px;
  }

  .list-item .title {
    font-size: 14px;
    line-height: 1.5;
    color: #d53f19;
    margin-top: 10px;
    font-family: '寰蒋闆呴粦';
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .list-item .title>span {
    color: #666;
    font-size: 14px;
  }

  .info-tit {
    font-size: 24px;
    font-weight: bold;
    color: #d53f19;
    margin-bottom: 10px;
  }

  .info-item {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: justify;
  }

  .info-item .label {
    color: #d53f19;
    font-weight: bold;
  }

  .info-item img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .info-item img:nth-child(2) {
    margin-top: 10px;
  }

  .info-item video {
    width: 50%;
    height: 250px;
    background-color: #000;
    margin: 10px auto 0;
    display: block;
  }

  .shop-list-item {
    margin-top: 10px;
  }

  .shop-list-item span {
    color: #666;
    font-size: 14px;
  }

  .el-message-box {
    width: 300px !important;
  }

  .el-message-box .el-button--primary,
  .el-message-box .btn_confirm {
    background-color: #d53f19 !important;
    border: 1px solid #d53f19 !important;
  }

  .search {
    display: flex;
    margin: 30px 200px 0;
    width: 890px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }

  .search input {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #b80306;
    background-color: #fff;
    padding: 0 140px 0 50px;
    background: url('../images/icon_search.png') no-repeat;
    background-size: 20px auto;
    background-position: 15px center;
  }

  .search span {
    display: block;
    width: 132px;
    height: 40px;
    background: url('../images/btn_search_pc.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 750px) {
  .banner-pc {
    display: none;
  }

  .page {
    padding-bottom: 0.8rem;
    background: #fff;
  }

  .main {
    position: relative;
    margin-top: -1.6rem;
  }

  .main .tit {
    width: 100%;
  }

  ._nav {
    display: none;
  }

  .el-form-item__label {
    width: 1rem !important;
  }

  .el-form-item__content {
    margin-left: 1rem !important;
  }

  .dy {
    width: 3.49rem;
    height: 1.9rem;
    background: url('../images/dy_m.png') no-repeat;
    background-size: 100% 100%;
    margin: -0.8rem auto 0;
  }

  .dy>p {
    text-indent: 2em;
    font-size: 0.14rem;
    color: #323232;
    line-height: 1.5;
    padding: 0.7rem 0.2rem 0.2rem;
    text-align: justify;
  }

  .dt_m {
    display: block;
    margin-top: -1.5rem;
  }

  .back_home_pc {
    display: none;
  }

  .back_home_m {
    display: block;
    position: fixed;
    width: 0.75rem;
    height: 1rem;
    right: 0.1rem;
    bottom: 40vh;
  }

  ._nav {
    padding: 0.15rem;
  }

  .main_tit {
    width: 100%;
    padding: 0 0.15rem;
    position: relative;
    clear: both;
    background: url('../images/icon_nav.png') no-repeat;
    background-size: 0.25rem auto;
    background-position: 0.15rem center;
  }

  .main_tit h4 {
    font-size: 0.14rem;
    color: #fffbab;
    font-weight: bold;
  }

  .form {
    padding: 0.15rem;
  }

  .avatar-uploader {
    margin-bottom: 0.1rem;
  }

  .text_list {
    margin: 0;
  }

  .show_img {
    width: 100%;
    height: 1.8rem;
    object-fit: contain;
    margin-top: 0.1rem;
  }

  .show_video {
    width: 100%;
    margin-top: 0.1rem;
    background-color: #000;
    height: 1.8rem;
  }

  .del {
    position: absolute;
    right: -0.1rem;
    top: 0;
    width: 0.25rem;
    height: 0.25rem;
    background: url('../images/icon_close.png') no-repeat;
    background-size: 100% 100%;
  }

  .form-tit {
    width: 100%;
    margin: 0 auto;
  }

  .tit {
    width: 100%;
    margin: 0 auto;
  }

  .new_list {
    width: 100%;
    min-height: 50px;
    padding: 0.15rem 0.15rem 0.25rem;
  }

  .new_list .new_list-item {
    width: 100%;
    display: flex;
    /* align-items: center; */
    margin-bottom: 20px;
  }

  .new_list .new_list-item img {
    width: 1.1rem;
    height: 0.77rem;
    margin-right: 0.1rem;
  }

  .new_list .new_list-item .infos {
    flex: 1;
  }

  .new_list .new_list-item .infos .tit {
    font-size: 0.14rem;
    margin-bottom: 2px;
    line-height: 1.5;
    /* display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .new_list .new_list-item .infos .description {
    font-size: 0.12rem;
    line-height: 1.5;
    color: #666;
  }

  .wrap_list {
    width: 100%;
    min-height: 50px;
    padding: 0 0.15rem 0.55rem;
  }

  .wrap_list .list_item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f1c98a;
  }

  .wrap_list .list_item dt {
    display: flex;
    margin-right: 3.9%;
    width: 30.655%;
    height: 0.6rem;
    overflow: hidden;
    border-radius: 5px;
  }

  .wrap_list .list_item dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wrap_list .list_item dd {
    flex: 1;
    width: 100%;
  }

  .wrap_list .list_item dd p {
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 0.14rem;
    line-height: 1.5;
    color: #d53f19;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .desc_m {
    font-size: 0.14rem;
    line-height: 1.8;
    color: #000000;
    padding: 0rem 0.2rem;
    text-align: justify;
    margin-top: 10px;
    font-family: "寰蒋闆呴粦"
  }


  .btns {
    padding: 0rem 0.2rem;
    /* margin-top: 10px; */
    display: flex;
    justify-content: space-between;
  }

  .btns img {
    width: 1.6rem;
  }

  .btns .btn_box {
    width: 1.6rem;
    position: relative;
  }

  .btns .btn_box img {
    width: 100%;
  }

  .btns .btn_box .active {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .cats {
    padding: 0rem 0.2rem;
    margin-top: 10px;
    display: flex;
  }


  .cats div {
    padding: 0.1rem 0.2rem;
    color: #d53f19;
    border: 1px solid #d53f19;
    border-radius: 0.05rem;
    margin-right: 0.1rem;
    font-size: 0.14rem;
  }

  .cats .active {
    background-color: #d53f19;
    color: #fff;
  }

  .form p,
  .form a {
    font-size: 0.16rem;
    margin-bottom: 5px;
    line-height: 1.5;
  }

  .tabbar {
    width: 100%;
    background: url('../images/bg_bot.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    bottom: -3px;
    display: flex;
    justify-content: space-between;
    padding-top: 0.4rem;
    padding-bottom: 0.05rem;
  }

  .tabbar-item {
    flex: 1;
    text-align: center;
  }

  .tabbar-item img {
    transform: scale(0.5);
    vertical-align: bottom;
  }

  .tabbar-item p {
    font-size: 0.12rem;
    color: #d53f19;
    margin-top: -0.1rem;
  }

  .btn_bm {
    display: block;
    width: 0.75rem;
    height: 1rem;
    background: url('../images/btn_bm_m.png') no-repeat;
    background-size: 100% auto;
    position: fixed;
    right: 0.1rem;
    bottom: 20vh;
  }

  .btn_back {
    display: block;
    width: 0.75rem;
    height: 1rem;
    background: url('../images/back_home_m.png') no-repeat;
    background-size: 100% auto;
    position: fixed;
    right: 0.1rem;
    bottom: 30vh;
  }

  .noticebox {
    display: none;
  }

  .navtop {
    display: none;
  }

  .input_zc {
    margin-bottom: 0.1rem;
  }

  .el-select {
    width: 100%;
  }

  .el-form-item__label {
    font-size: 0.13rem !important;
  }

  .el-input__inner {
    font-size: 0.13rem !important;
    padding: 0 0.1rem !important;
  }

  .el-textarea__inner {
    padding: 0.1rem !important;
  }

  .el-upload {
    width: 100%;
  }

  .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.15rem;
  }

  .list-item {
    width: 1.65rem;
    background: #ffffff;
    box-shadow: 0px 0px 0.09rem 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.05rem;
    padding: 0.1rem 0.075rem;
    margin-bottom: 0.15rem;
  }

  .list-item:last-child,
  .list-item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .list-item>.cover {
    width: 100%;
    height: 1.5rem;
    object-fit: cover;
    display: block;
  }

  .list-item>.title {
    font-size: 0.13rem;
    color: #d53f19;
    margin-top: 0.05rem;
    text-align: justify;
  }

  .list-item>.title>span {
    font-size: 0.12rem;
    color: #666;
  }

  .info-tit {
    font-size: 0.16rem;
    font-weight: bold;
    color: #d53f19;
    margin-bottom: 0.1rem;
  }

  .info-item {
    font-size: 0.14rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.05rem;
  }

  .info-item .label {
    color: #d53f19;
    font-weight: bold;
  }

  .info-item img {
    width: 100%;
    display: block;
  }

  .info-item img:nth-child(2) {
    margin-top: 0.05rem;
  }

  .info-item video {
    width: 100%;
    height: 1.5rem;
    background-color: #000;
    margin-top: 0.05rem;
  }

  .shop .el-form-item__label {
    line-height: 1.5 !important;
  }

  .shop-list-item {
    margin-top: 0.1rem;
  }

  .shop-list-item span {
    color: #666;
    font-size: 0.13rem;
  }

  .el-message-box {
    width: 50% !important;
    padding: 0.15rem !important;
  }

  .el-message-box .el-button--primary,
  .el-message-box .btn_confirm {
    background-color: #d53f19 !important;
    border: 1px solid #d53f19 !important;
  }

  .el-message-box .el-message-box--center,
  .el-message-box .el-message-box__header {
    padding: 0 !important;
  }

  .search {
    margin: 0.15rem 0.15rem 0;
    position: relative;
  }

  .search input {
    width: 100%;
    height: 0.31rem;
    font-size: 0.14rem;
    color: #b80306;
    background-color: #fff;
    border-radius: 0.05rem;
    padding: 0 0.3rem 0 0.81rem;
  }

  .search .btn_search {
    display: block;
    width: 0.66rem;
    height: 0.2rem;
    background: url('../images/btn_search.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0.06rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .search .btn_clear {
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    background: url('../images/icon_cancel.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu_news {
    width: 100%;
    color: #333;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 0.005rem solid #ccc;
    padding: 0.1rem 0.15rem;
  }

  .menu_news li {
    width: 23%;
    height: 0.25rem;
    text-align: center;
    line-height: 0.25rem;
    background: #efefef;
    border-radius: 0.02rem;
    margin-bottom: 0.05rem;
    font-size: 0.14rem;
    position: relative;
  }

  .menu_news>.active {
    color: #9e2428;
  }

  .menu_news>.active::after {
    content: '';
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 0;
    height: 2px;
    background: #9e2428;
  }
}