input::placeholder {
    color: #878787; /* 请注意，这个伪元素的支持程度有限 */
}

/* 对于 Firefox */
input:-moz-placeholder { /* Firefox 4 to 18 */
    color: #878787;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #878787;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #878787;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #878787;
}

textarea::placeholder {
    color: #878787; /* 请注意，这个伪元素的支持程度有限 */
}

/* 对于 Firefox */
textarea:-moz-placeholder { /* Firefox 4 to 18 */
    color: #878787;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #878787;
}

textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #878787;
}

textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #878787;
}
@media screen and (min-width: 751px) {
    html {
        /* min-width: 1500px; */
    }
    .media_common_head {
        display: none
    }
    /* 导航 */
    .home_head {
        width: 100%;
        height: 50px;
        /* line-height: 150px; */
        overflow: hidden;
        /* padding: 0 50px; */
        box-sizing: border-box;
		display: flex;
		align-items: center;
		color: #ffffff;
    }
    .home_head>a {
        display: block;
        float: left;
    }
    .home_head>a img {
        width: 450px;
        height: 86px;
        margin-left: 70px;
    }
    .home_head>ul {
        display: block;
        /* float: left; */
        /* overflow: hidden; */
        /* min-width: 650px; */
        margin: auto;
        /* margin-left: 360px; */
   
    }
    .home_head>ul>li {
        float: left;
    }
    .home_head>ul>li a {
        display: block;
        font-size: 16px;
        color: #fff;
        padding: 0 15px;
    }
    .home_head>div {
        float: right;
        font-size: 16px;
        color: #282828;
    }
    .home_head>div:last-child {
        margin-right: 30px;
    }
    .home_head>div>a, .home_head>div>span {
        padding: 0 10px;
        cursor: pointer;
    }
    .home_head>div>a:first-child, .home_head>div>span:first-child {
        border-right: 1px solid #ffffff;
    }
    /* =======================================弹窗======================================= */

    .share_dialog {
        background-color: #fff;
        width: 800px!important;
        min-height: 450px!important;
        transform: translate(-50%, -50%);
        left: 50%;
        /* padding: 1px; */
        position: fixed !important;
        top: 50%;
        z-index: 99999;
        border-radius: 15px;
        overflow: hidden;
        box-sizing: border-box;
		height: 99%;
    }
    .share_dialog>h6 {
        /* background-image: url(../img/formtitle2.jpg); */
		background: #d4aa67;
		color: #fff;
        background-size: 100% 100%;
        width: 100%;
        height: 70px;
        text-align: center;
        line-height: 70px;
        font-size: 25px;
		letter-spacing: 5px;
    }
    .share_dialog>h6>a:first-child {
        float: right;
        width: 40px;
        height: 40px;
        line-height: 20px;
        margin: 10px;
        margin: 10px 0;
        border-radius: 50%;
        overflow: hidden;
        /* margin-right: -26px; */
    }
    .share_dialog>h6>a:first-child>img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    /* 底部 */
    .common_footer{
        width: 100%;
        background-color: #000000;
        color:white;
        /* height: 140px; */
        font-size: 14px;
        padding: 20px 0;
        box-sizing: border-box;
        text-align: center;
    }
    .common_footer>div{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .common_footer>div>a{
        color: white;
    }
}

@media screen and (max-width: 750px) {
    .layui-layer-iframe {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%!important;
        left: 0!important;
    }
    .common_footer{
        /* display: none; */
		    text-align: center;
		    background-color: #000000;
		    color: #ffffff;
		    font-size: 0.1rem;
		    padding: 0.1rem 0;
    }
	.common_footer a{
		color: #ffffff;
	}
    .share_dialog {
        background-color: #fff;
        width:6.3rem!important;
        min-height: 4.8rem!important;
        transform: translate(-50%, -50%);
        left: 50%;
        position: fixed !important;
        top: 50%;
        z-index: 99999;
        border-radius:0.15rem;
        overflow: hidden;
        box-sizing: border-box;
    }
    .share_dialog>h6 {
        background-image: url(../img/formtitle2.jpg);
        background-size: 100% 100%;
        width: 100%;
        height: 0.92rem;
        text-align: center;
        line-height: 0.92rem;
        font-size:0.32rem;
    }
    .share_dialog>h6>a:first-child {
        float: right;
        width: 0.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin: 0.1rem;
        margin: 0.1rem 0;
        border-radius: 50%;
        overflow: hidden;
        /* margin-right: -26px; */
    }
    .share_dialog>h6>a:first-child>img {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
    }
    /*  */
    .media_common_head {
        width: 100%;
        height: 0.8rem;
        background-color: #d4aa67;
		color: #fff;
        font-size: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 导航 */
    .home_head {
        width: 100%;
        height: 0.68rem;
        line-height: 0.68rem;
        /* overflow: hidden; */
        padding: 0 0.1rem;
        box-sizing: border-box;
        font-size: 0.22rem;
    }
    .home_head>a {
        display: block;
        float: left;
    }
    .home_head>a img {
        width: 2.3rem;
        height: 0.5rem;
    }
    .home_head>ul {
        display: block;
        float: left;
        /* overflow: hidden; */
        max-width: 3.6rem;
    }
    .home_head>ul>li {
        float: left;
    }
    .home_head>ul>li a {
        display: block;
        font-size: 0.22rem;
        color: #fff;
        padding: 0 0.2rem;
    }
    .home_head>div {
        float: right;
        font-size: 0.22rem;
        color: #282828;
    }
    .home_head>div:last-child {
        margin-right: 0.3rem;
        /* display: none; */
    }
    .home_head>div>a, .home_head>div>span {
        padding: 0 0.1rem;
        cursor: pointer;
		color: #fff;
    }
    .home_head>div>a:first-child, .home_head>div>span:first-child {
        border-right: 0.02rem  solid #fff;
    }
    .downArrow {
        position: relative;
    }
    .downArrow:before {
        position: absolute;
        right: -0.1rem;
        top: 0.4rem;
        /* width: ;
        height: ; */
        content: "";
        border-width: 0.1rem 0.1rem 0 0.1rem;
        border-style: solid;
        border-color: #fff transparent;
        -webkit-transition: transform .25s;
        -moz-transition: transform .25s;
        -ms-transition: transform .25s;
        -o-transition: transform .25s;
        transition: transform .25s;
    }
    .downArrow.active::before {
        transform-origin: center;
        transform: rotate(-180deg);
        transition: transform .3s;
    }
    .dropdrown-menu {
        position: absolute;
        top: 100%;
        min-width: 2rem;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
        z-index:3
    }
    .dropdrown-menu li a {
        display: inline-block;
        width: 100%;
        line-height: 0.5rem;
        box-sizing: border-box;
        text-align: center;
        border: 0.02rem solid white;
        color: white!important;
    }
    .dropdrown-menu li a:hover {
        background: #0078b6;
        font-size: 1.1em;
    }
    /* 底部导航 */
    .tabbar {
        height: 1.1rem;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        width: 100%;
    }
    .tabbar>div>a{
        display: flex;
        justify-items: center;
        align-items: center;
        flex-direction: column;
    }
    .tabbar>div>a >i{
        display: block;
        width: 0.51rem;
        height: 0.51rem;
        margin: 0.1rem 0;
        background-size: 100% 100%;
        background-image: url('../img/icon1.jpg');

    }
    .tabbar>div>a:nth-of-type(2)>i{

        background-image: url('../img/icon2.jpg');

    }
    .tabbar>div>a:nth-of-type(3)>i{
        background-image: url('../img/icon3.jpg');

    }
    .tabbar>div>a:nth-of-type(4)>i{
        background-image: url('../img/icon4.jpg');

    }

    .tabbar>a {
        /* float: left; */
        
        width: 25%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.22rem;
        justify-content: center;
    }
}

/* 验证码禁止点击 */

.prohibit {
    background: #D9DADC!important;
    color: #999999!important;
    cursor: not-allowed!important;
}

/*  隐藏*/

.hide {
    display: none;
}

/*  */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2 */
}

.ellipsis_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.choose_language {
    color: #F4C32E;
}

/* 弹窗 */
.share_fullbg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: black;
    z-index: 999;
    filter: alpha(opacity=80);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}