#fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #000;
    z-index: 999;

}

.header_box {
    height: 7.6vh;
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.masks_ditu .wrap_ul {
    width: 90%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translate(-50%, 0);
}

.header_box .header_center {
    width: 50%;
    height: 50%;
    position: relative;
}

.header_box .header_center .input {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: .5rem;
    box-sizing: border-box;
    padding: 0 10% 0 1rem;
}

.header_box .header_center .search {
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    background-color: #00458d;
    color: #fff;
    cursor: pointer;
}

.header_box .header_right {
    width: 5%;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
}

.header_box .header_left {
    width: 15%;
    cursor: pointer;
}

.header_box .header_left img {
    width: 100%;
    height: auto;
}

.header_box .header_right .active {
    color: white;
}

.nav_box {
    width: 62.5%;
    margin: 0 auto;
    height: 6.1vh;
}

.nav_box>ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
}

.nav_box li {
    cursor: pointer;
}

.nav_box>ul .active {
    font-weight: bold;
    font-size: 1.4rem;
}

.guanggao {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 6rem;
    right: 2rem;
    top: 20%;
}

.guanggao .item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.guanggao .close_guanggao {
    cursor: pointer;
    width: 100%;
    /* background-color: #fff; */
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    color: rgb(102, 102, 102);
}

.guanggao img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.ten_foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 31rem;
    background-color: #1b1b38;
    color: #fff;
    z-index: 996;
}

.ten_center1 {
    width: 100%;
    padding: 0 5rem;
    display: flex;
    justify-content: space-between;
}

.ten_center1 .ten_item {
    width: 26%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.ten_center1 .ten_item img {
    width: 100%;
    height: auto;
}

.ten_center1 .ten_item .text {
    text-align: center;
    line-height: 3rem;
}

.ten_center2 {
    width: 100%;
    padding: 0 10rem 0 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ten_center2 .ten_item2 {
    width: 46%;
    margin-bottom: 3rem;
    cursor: pointer;
}

.ten_center2 .ten_item2 img {
    width: 100%;
    height: auto;
}

.foot_center {
    width: 62.5%;
    font-size: 1.2rem;
    margin: 0 auto;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.foot_wrap1 {
    width: 24%;
    margin: 1.2rem auto;
}

.foot_wrap2 {
    width: 60%;
    margin: 1.2rem auto;
}

.foot_wrap5 {
    width: 70%;
    margin: 2rem auto;
    color: rgba(255, 255, 255, 0.502);
}

.foot_wrap6 {
    width: 76%;
    margin: 1.2rem auto;
    color: rgba(255, 255, 255, 0.502);
}

.foot_wrap3 {
    width: 40%;
    margin: 1.2rem auto;
    color: rgba(255, 255, 255, 0.502);
}

.foot_wrap4 {
    width: 100%;
    margin: 1.2rem auto;
    color: rgba(255, 255, 255, 0.502);
    border-top: 1px solid #888;
    padding-top: .8rem;
}

.foot_wrap1 .foot_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.erweima_masks {
    position: absolute;
    width: 132px;
    height: 132px;
    border-radius: 1rem;
    background-color: #1b1b38;
    top: -133px;
    left: 50%;
    padding: .4rem;
    z-index: 999;
    cursor: pointer;
    transform: translate(-50%, 0);
}

.erweima_masks1 {
    display: none;
}

.erweima_masks2 {
    display: none;
}

.erweima_masks3 {
    display: none;
}

.erweima_masks img {
    width: 100% !important;
    height: 100% !important;
}

.foot_wrap1 .foot_item img {
    width: 3rem;
    height: auto;
}

.foot_wrap1 .foot_item p {
    text-align: center;
    line-height: 3rem;
}

.fixed_box {
    position: fixed;
    right: 4rem;
    bottom: 5rem;
    width: 7rem;
    display: flex;
    flex-direction: column;
    z-index: 999;
}

.fixed_box .fixed_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.2;
    color: rgb(102, 102, 102);
    margin-top: 1rem;
    cursor: pointer;
}

.fixed_box .fixed_item .fixed_img {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1.4rem;
    padding: 1.2rem;
}

.fixed_box .fixed_item .fixed_img img {
    width: 100%;
    height: auto;
}

.main {
    width: 100%;
    height: 100%;
}

.main .content {
    width: 62.5%;
    margin: 0 auto;
    padding-top: 15vh;
    padding-bottom: 30rem;
}

.main_box {
    width: 100%;
    height: 100%;
    position: relative;
}


/* 正文 */

.page_box {
    width: 100%;
    height: 100%;
}

.page2_box .page_title {
    width: 100%;
    height: auto;
    /* padding: 2rem 0; */
}

.guanggao_div {
    margin-top: 2rem;
}

.nav_href {
    font-size: 1.1rem;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    font-weight: bold;
    line-height: 2;
    display: flex;
}

.wrap_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2rem;
}

.wrap_box .wrap_item1 {
    width: 68%;
    display: flex;
    flex-direction: column;
}

.wrap_box .wrap_item1 .item_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    cursor: pointer;
}

.wrap_box .wrap_item1 .item_box1 {
    width: 34%;
}

.wrap_box .wrap_item1 .item_box2 {
    width: 63%;
}

.wrap_box .wrap_item1 .item_box1 img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 1.8rem;
}

.wrap_box .wrap_item2 {
    width: 29%;
}

.wrap_box .wrap_item2 img {
    width: 100%;
    height: auto;
    border: 1px solid #f5f5f5;
    border-radius: 2rem;
}

.wrap_box .wrap_item1 .item_box2 .title {
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wrap_box .wrap_item1 .item_box2 .title:hover {
    color: #00458d;
}

.wrap_box .wrap_item1 .item_box2 .text {
    color: rgb(102, 102, 102);
    line-height: 1.5;
    height: 4rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.4rem;
    margin-top: 1rem;
}

.details_go {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details_go .time_box {
    display: flex;
    align-items: center;
    color: rgb(102, 102, 102);
    font-size: 1.1rem;
}

.details_btn {
    width: 10rem;
    padding: 1rem;
    color: #fff;
    background-color: rgb(1, 67, 143);
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details_btn span {
    padding-left: .5rem;
}

.details_btn img {
    margin-left: .5rem;
    width: .6rem;
    height: auto;
}

.details_go .time_box img {
    width: 1.6rem;
    height: auto;
    margin-right: 1rem;
}


/* page4 */

.page2_wrap {
    margin: 1rem auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.page2_wrap .page2_item {
    margin: 1.2rem 1%;
    width: 23%;
    overflow: hidden;
    height: 24rem;
}
.page2_wrap .page2_item img {
    width: 100%;
    height: auto;
}

.border_bbb {
    width: 100%;
    height: 18rem;
    overflow: hidden;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.border_bbb:hover {
    box-shadow: 0px 10px 35px 0px rgba(74, 74, 74, 0.08);
}

.page2_wrap .page2_item .title {
    color: rgb(51, 51, 51);
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
    /* height: 3.4rem; */
    margin-top: .6rem;
    padding: 0 .4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page2_wrap .page2_item .text {
    color: rgb(102, 102, 102);
    line-height: 1.4;
    font-size: 1.1rem;
    word-break: break-all;
    margin-top: .6rem;
    padding: 0 .4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* height: 3.3rem; */
}

#neirong img {
    /* width: 100%; */
}

.page2_wrap .page2_item .time_box {
    display: flex;
    align-items: center;
    color: rgb(153, 153, 153);
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0 .4rem;
}

.page2_wrap .page2_item .time_box img {
    width: 1.4rem;
    height: auto;
    margin-right: .6rem;
}

.page3_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.page3_wrap .item_box {
    width: 18%;
    height: 24rem;
    margin: 1rem 1% 1rem 1%;
    background-color: #fff;
    border-radius: 1.2rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 1rem;
    overflow: hidden;
    cursor: pointer;
}

.page3_wrap .item_box:hover {
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
}

.page3_wrap .item_box img {
    width: 60%;
    height: auto;
    margin: 3rem auto;
}

.page3_wrap .item_box .name {
    color: rgb(51, 51, 51);
}

.page3_wrap .item_box .brief {
    padding: 0 1.3rem;
    color: rgb(153, 153, 153);
}

.wrap_box .page9 {
    width: 68%;
    display: flex;
    flex-direction: column;
}

.page9 .item {
    margin-top: 1rem;
}

.page9 .item .title {
    color: #000;
    font-weight: bold;
    line-height: 2;
    font-size: 1.8rem;
    cursor: pointer;
}

.page9 .item .title :hover {
    color: rgb(0, 69, 141);
}

.page9 .item .ppp {
    color: rgb(153, 153, 153);
    line-height: 2;
    font-size: 1.4rem;
}

.page9 .item .time {
    display: flex;
    align-items: center;
    color: rgb(153, 153, 153);
    line-height: 2;
    font-size: 1.2rem;
}

.page9 .item .time img {
    width: 1.4rem;
    height: auto;
    margin-right: .4rem;
}

.page10_bg {
    width: 100%;
    position: relative;
}

.page10_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
}

.page10_bg img {
    width: 100%;
    height: auto;
}

.page10_bg .txt {
    font-size: 5rem;
    font-family: "Source Han Serif CN";
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

.page10 .item {
    width: 50%;
}

.page10 .item2 {
    width: 50%;
}

.page10 .item2 img {
    width: 100%;
    height: auto;
}

.page10 .item .form_label {
    display: flex;
    align-items: center;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 2.2;
    font-size: 1.4rem;
}

.page10 .item .form_label img {
    width: 1.5rem;
    height: auto;
    margin-right: 1rem;
}

.address_list {
    padding-left: .5rem;
    width: 64%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.address_list .list {
    margin-left: 2rem;
    display: flex;
    font-size: 1.2rem;
    color: rgb(102, 102, 102);
    line-height: 2;
}

.address_list .list .name {
    width: 4rem;
    text-align: justify;
    text-align-last: justify;
    margin-right: 1rem;
}

.address {
    margin-left: 2.5rem;
    font-size: 1.2rem;
    color: rgb(102, 102, 102);
    line-height: 1.5;
}

.page8_item video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.page8_item .video_box {
    border-radius: 1.2rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 14rem;
}

.mask_close_icon {
    position: absolute;
    right: -2rem;
    top: -2rem;
    width: 2rem !important;
    height: auto;
}

.wrap_box .wrap_item1 .item_box1 .item_img {
    border-radius: 1rem;
    height: 12.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_box .wrap_item1 .item_box1 video {
    width: 100%;
    height: auto;
}

.details_wrap1 {
    background-color: #fff;
    padding: 2rem;
    border-radius: 2rem;
}
.details_wrap1{
    letter-spacing: 1px !important;
    line-height: 2 !important;
}

.details_wrap1 p {
    margin-top: 10px !important;
}

.details_wrap1 p img {
    margin: 0 auto;
    /* width: 100%; */
    max-width: 100%;
}

.details_wrap1 .title_box1 {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3rem;
}

.details_wrap2 {
    padding: 2rem;
}

.details_wrap2 .title_box2 {
    padding-bottom: 1.4rem;
    text-align: center;
}

.details_wrap .title_box .title {
    font-size: 2rem;
    color: rgb(51, 51, 51);
    line-height: 1.8;
    font-weight: bold;
}

.details_wrap .title_box .time {
    font-size: 1rem;
    color: rgb(153, 153, 153);
    line-height: 1.5;
}

.details_wrap .details_img {
    width: 60%;
    height: auto;
    margin: 2rem auto;
}

.details_wrap .details_img2 {
    width: 14%;
    height: auto;
    margin: 1rem auto;
}

.details_wrap .details_p {
    width: 100%;
    padding: 0 10%;
    font-size: 1.4rem;
    color: rgb(51, 51, 51);
    line-height: 2;
    /* margin-bottom: 1rem; */
    letter-spacing: 5px;
    margin-top: 10px;
}

.details2_title {
    width: 30%;
    height: auto;
    margin: 3rem auto;
}

.details_swiper {
    width: 100%;
}

.mySwiper_details .item {
    width: 100%;
    height: 36rem;
    border-radius: 2rem;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 14px 51px 0px rgba(74, 74, 74, 0.08); */
}

.mySwiper_details .swiper-slide {
    padding: 4rem 2rem;
    cursor: pointer;
}

.mySwiper_details .item_img {
    width: 100%;
    padding: 6rem 0;
    /* background-color: #f5f5f5; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper_details .item .item_img img {
    width: 50%;
}

.mySwiper_details .item .title {
    margin-top: 4rem;
    text-align: center;
    font-size: 1.4rem;
    color: rgb(51, 51, 51);
    line-height: 1.4;
    font-weight: bold;
}

.mySwiper_details .item .brief {
    text-align: center;
    font-size: 1.2rem;
    color: rgb(153, 153, 153);
    line-height: 1.5;
}

.swiper-button-next-details {
    width: 3rem;
    height: 2rem;
    right: 24px;
    background-color: #ababab;
    color: #fff;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.mySwiper_details .swiper-button-next:after {
    font-size: 1.2rem;
}

.mySwiper_details .swiper-button-prev:after {
    font-size: 1.2rem;
}

.swiper-button-prev-details {
    left: 24px;
    width: 3rem;
    height: 2rem;
    background-color: #ababab;
    color: #fff;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.xinwen_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.xinwen_wrap .items {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding-left: 2rem;
}

.xinwen_wrap .items .imgs {
    width: 40%;
    overflow: hidden;
    border-radius: 2rem;
}

.xinwen_wrap .items .imgs img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
}

.xinwen_wrap .items .xinwen_details {
    width: 56%;
    padding: .4rem 0;
}

.xinwen_wrap .items .xinwen_details .title {
    font-size: 1.4rem;
    color: rgb(51, 51, 51);
    line-height: 1.4;
    font-weight: bold;
}

.xinwen_wrap .items .xinwen_details .ppp {
    margin-top: .4rem;
    font-size: 1.2rem;
    color: rgb(153, 153, 153);
    line-height: 1.5;
}

.xinwen_wrap .items .xinwen_details .details_to {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    color: rgb(153, 153, 153);
    line-height: 1.5;
}

.xinwen_gengduo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.xinwen_gengduo img {
    width: 10rem;
    height: auto;
}

.foot_details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10rem;
}

.foot_details .foot_details_l {
    width: 66%;
}

.foot_details .foot_details_r {
    width: 30%;
    height: 20rem;
    border: 1px solid #eee;
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.foot_details .foot_details_r img {
    width: 100%;
    height: auto;
    border-radius: 2rem;
}

.foot_details .foot_details_l .title {
    font-size: 2rem;
    color: rgb(51, 51, 51);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.foot_details .foot_details_l .pp {
    font-size: 1.2rem;
    color: rgb(102, 102, 102);
    line-height: 2.6;
}

.w1 .w1_title {
    width: 20rem;
    height: auto;
    margin: 6rem auto;
    display: flex;
    justify-content: center;
}

.w1 .w1_pp {
    width: 100%;
    font-size: 1rem;
    color: rgb(51, 51, 51);
    line-height: 2;
    margin-bottom: 1rem;
    text-indent: 2em;
}

.w1 .w1_wrap {
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
}

.w1 .w1_wrap .item {
    width: 18%;
    margin: 1%;
    cursor: pointer;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    padding: 1rem;
    cursor: pointer;
}

.w1 .w1_wrap .item img {
    width: 100%;
    height: auto;
    transition: all 1s;
}

.w1 .w1_wrap .item img:hover {
    transform: scale(1.1);
}

.w1_gengduo {
    width: 100%;
}

.w1_gengduo img {
    width: 1rem;
    height: auto;
    margin-left: .6rem;
}

.w1_gengduo>div {
    width: 10rem;
    border-radius: 2rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    color: rgb(51, 51, 51);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem auto;
    padding: 1rem;
    cursor: pointer;
}

.video_masks {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.video_masks .video_box {
    width: 30%;
    margin: 20rem auto;
}

.video_box {
    position: relative;
}

.video_masks .video_box video {
    width: 100%;
    height: auto;
}

.video_box .poster {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 1rem;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_box .poster img {
    width: 17% !important;
    height: auto;
}

.video_box .poster .time {
    color: #fff;
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.video_masks .video_box img {
    width: 100%;
    height: auto;
}


/* 图层 */

.masks_kefu {
    display: none;
    position: absolute;
    left: 34rem;
    top: -30rem;
    width: 22rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 2rem;
}

.masks_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    overflow: auto;
}

.masks_bg1 {
    display: none;
}

.masks_bg2 {
    display: none;
}

.masks_bg3 {
    display: none;
}

.ditu_title {
    width: 8%;
    position: absolute;
    left: 50%;
    top: 16.8%;
    transform: translate(-50%, 0);
}

.ditu_title img {
    width: 100%;
    height: auto;
}

.ditu_tabbar {
    width: 12%;
    position: absolute;
    right: 12.7%;
    top: 28%;
    transform: translate(-50%, 0);
}

.ditu_tabbar .active {
    background-color: #00458d;
    color: #fff;
    font-size: 1.2rem;
}

.ditu_tabbar>div {
    width: 100%;
    height: 7.8vh;
    margin-bottom: 3rem;
    border-radius: 2.4rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
}

.ditu_tabbar>div p {
    width: 100%;
}


/* .erweima_masks1_en {
    left: 0%;
}

.erweima_masks2_en {
    left: 14%;
} */

.masks_ditu {
    position: absolute;
    left: 43%;
    top: 18%;
    width: 48.5%;
    /* height: 65vh; */
    border-radius: 2rem;
    background-color: #fff;
    background-image: url(../img/changguan_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 2rem 2rem;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
}

.masks_ditu>div {
    width: 100%;
    display: none;
}

.masks_ditu img {
    max-width: 100%;
    max-height: 65vh;
    margin: 0 auto;
    cursor: pointer;
}

.close_ditu {
    width: 5rem;
    font-size: 1.1rem;
    text-align: center;
    padding: 1rem;
    border-radius: .4rem;
    background-color: #fff;
    position: absolute;
    bottom: 2%;
    left: 43%;
    transform: translate(-50%, 0);
    cursor: pointer;
}

.masks_yuding {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 2rem;
    transform: translate(-50%, -50%);
}

.masks_yuding .box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.masks_yuding .box2 {
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00458d;
    padding-bottom: 1rem;
}

.masks_yuding .input_box {
    padding: 1rem;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-radius: 1rem;
    margin-top: 1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.masks_yuding .input_box input {
    background-color: #f6f6f6;
    font-size: 1.3rem;
    width: 100%;
    padding-right: 2rem;
    box-sizing: border-box;
}

.masks_yuding .input_box textarea {
    background-color: #f6f6f6;
    font-size: 1.3rem;
    width: 100%;
    height: 7.2rem;
    padding-right: 2rem;
    box-sizing: border-box;
    resize: none;
}

.upload_icon {
    width: 100%;
    height: 7.2rem;
    overflow: hidden;
}

#upload_img {
    width: 100%;
    height: 7.2rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload_icon img {
    width: 100%;
    height: auto;
}

.masks_yuding .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.masks_yuding .flex>div {
    width: 48%;
}

.masks_dengji {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 37rem;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 2rem;
    transform: translate(-50%, 0);
}

.masks_dengji .box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.masks_dengji .box2 {
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00458d;
    padding-bottom: 1rem;
}

.masks_dengji .input_box {
    padding: 1.2rem;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-radius: 1rem;
    margin-top: 3rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.masks_dengji .input_box input {
    background-color: #f6f6f6;
    font-size: 1.4rem;
    width: 100%;
    padding-right: 2rem;
    box-sizing: border-box;
}

.masks_dengji .flex {
    display: flex;
    justify-content: space-between;
}

.input_box .icon {
    width: 2rem;
    height: auto;
}

.btn_box {
    padding: 1.4rem;
    box-sizing: border-box;
    background-color: #00458d;
    color: #fff;
    border-radius: 1rem;
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.masks_dengji .box img {
    width: 1.2rem;
    height: 1.2rem;
}

.masks_kefu .box1 {
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00458d;
    padding-bottom: 1rem;
}

.masks_kefu .box1 img {
    width: 1.1rem;
    height: 1.1rem;
}

.masks_kefu .erweima {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.zanwu {
    margin: 3rem auto;
}

.web_view_tab {
    position: fixed;
    left: 13rem;
    bottom: 5rem;
    width: 7rem;
    display: flex;
    flex-direction: column;
    z-index: 999;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    color: rgb(102,102,102);
    line-height: 1.2;
}

.web_view_tab .icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1.2rem;
    padding: 1.2rem;
}

.web_view_tab .icon img {
    width: 100%;
    height: auto;
}

.web_view_tab2 {
    position: fixed;
    left: 13rem;
    bottom: 13rem;
    width: 7rem;
    display: flex;
    flex-direction: column;
    z-index: 999;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    color: rgb(102,102,102);
    line-height: 1.2;
}

.web_view_tab2 .icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1.2rem;
    padding: 1.2rem;
}

.web_view_tab2 .icon img {
    width: 100%;
    height: auto;
}

.web_masks {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.web_erweima_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.web_erweima_box .view {
    width: 42%;
    border: 1px solid #ccc;
    overflow: hidden;
}

.web_erweima_box .view2 {
    width: 42%;
    line-height: 2;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
}

.web_erweima_box .view img {
    width: 100%;
}

.web_text {
    width: 100%;
    font-size: 1.4rem;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

.web_white_box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50rem;
    border-radius: 3rem;
    background-color: #fff;
    box-shadow: 0px 22px 65px 0px rgba(74, 74, 74, 0.12);
    padding: 3rem;
    transform: translate(-50%, -50%);
}

.web_white_box .box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.web_white_box .box2 {
    font-size: 1.4rem;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00458d;
    padding-bottom: 1rem;
}
