@charset "utf-8";

img {
    max-width: 100%;
}

.he_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.he_img1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.he_show {
    opacity: 1;
}

.he_hide {
    opacity: 0;
}

.he_center {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

a {
    display: inline-block;
}

.he_content {
    width: 1200px;
    margin: 0 auto;
}

.he_fixed {
    background-size: cover;

}

.he_cover img,
.he_cover video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}


/* 定位内容区 */
.he_pos_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.he_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_pos_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

/* 分享 */

.he_fotbshr a {
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    background: none !important;
    left: 0;
    top: 0;
    z-index: 5;
}

.he_main {
    /* overflow: hidden; */
    /* max-width: 1920px; */
    margin: auto;
}

.he_fotbshr a {
    padding-left: 0 !important;
}

.he_rotate {
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
}

/* 修改 input placeholder样式 */

.he_place::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: red;
    font-size: 20px;
    font-weight: bolder;
}

.he_place:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red;
    font-size: 20px;
    font-weight: bolder;
}

.he_place::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red;
    font-size: 20px;
    font-weight: bolder;
}

.he_place:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
    font-size: 20px;
    font-weight: bolder;
}

/*  */

.he_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.he_modal_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.he_modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    z-index: 10;
}

.he_modal_content {
    width: 500px;
    padding: 20px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: auto;
    background: #fff;
}

/* 视频弹窗 */
.he_videom_video {
    display: none;
}

.he_videom_iframebox {
    display: none;
}

.he_videom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84);
}

.he_videom_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.he_videom_close {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #fff;
}

.he_videom_content {
    width: 1000px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.he_videom_video {
    max-width: 100%;
    vertical-align: middle;
    background: #000;
}

.he_videom_iframebox {
    text-align: center;
}

.he_videom_iframebox iframe {
    max-width: 100%;
    min-width: 100px;
    min-height: 100px;
}

@media screen and (max-width: 416px) {

    .he_videom_iframebox iframe {
        max-height: 300px;
    }

}