@import './common.css';

/* @font-face {
    font-family: 'fontface__黑体__2__1548049147311';
    src: url('../font/msyhl.ttc')
}

@font-face {
    font-family: 'pingfang';
    src: url('../font/PingFang\ Medium.ttf')
} */
* {
    font-family: '微软雅黑';
}
body {
    min-width: 900px;
    overflow-y: auto;
    overflow-x: hidden;
}

header {
    height: 130px;

    background: linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2)
}

header>div {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.logo {
    width: 274px;
    height: auto;
    margin-top: 10px;
}

nav {
    display: flex;
    width: 30%;
    justify-content: space-between;
    align-self: center;
    margin-left: 30%;
}

@media screen and (max-length: 815px){
    nav {
        margin-left: 10%;
    }
}

nav a {
    text-decoration: none;
    font-size: 17px;
    font-family: 'microsoft yahei';
    color: #2b2b2b;
    cursor: pointer;
}

.banner {
    position: relative;
}

.banner p {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translate(0, -70%);
    line-height: 36px;
}

span.name {
    font-size: 40px;
    color: rgb(138, 44, 15);
    font-family: "microsoft yahei", "segoe ui", "droid sans", "helvetica neue", sans-serif, tahoma, "segoe ui symbolmyanmar text", "微软雅黑";
}

span.decription {
    width: 50%;
    font-size: 24px;
    font-family: "microsoft yahei", "segoe ui", "droid sans", "helvetica neue", sans-serif, tahoma, "segoe ui symbolmyanmar text", "微软雅黑";
}

.content {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.content .item {
    width: 30%;
}

.item_name {
    margin: 0 0 25px 0;
    text-align: center;
}

.item_name>span {
    -webkit-background-clip: text;
    color: transparent;
    background-image: -ms-linear-gradient(0deg, rgba(170, 55, 18, 0.914) 0%, rgb(0, 0, 0) 100%);
    background-image: linear-gradient(0deg, rgba(170, 55, 18, 0.914) 0%, rgb(0, 0, 0) 100%);
    background-image: none \9;
    *background-image: none;
    background-image: none;
}

.item_name>span span {
    -webkit-background-clip: text;
    background-image: inherit;
    font-size: 30px;
    color: transparent;
    color: rgba(195, 63, 21, 0.52) \9;
    *color: rgba(195, 63, 21, 0.52);
    color: rgba(195, 63, 21, 0.52);

}

.item_pic {
    position: relative;
}

.item_pic img {
    width: 100%;
}

.item_pic a {
    position: absolute;
    bottom: 0;
    right: 5px;
    display: inline-block;
    padding: 4px 10px;
    background: -ms-linear-gradient(bottom, rgba(196, 0, 0, 1), rgba(225, 127, 127, 1));
    background: -webkit-linear-gradient(bottom, rgba(196, 0, 0, 1), rgba(225, 127, 127, 1));
    border: 1px solid rgba(196, 0, 0, 1);
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
    color: #0d0d0d;
}

.item_des {
    line-height: 26px;
    font-size: 14px;
    word-break: normal;
    color: rgb(102, 102, 102);
    font-family: '微软雅黑';
    /* font-family: "microsoft yahei", "segoe ui", "droid sans", "helvetica neue", sans-serif, tahoma, "segoe ui symbolmyanmar text", "微软雅黑"; */
}

footer {
    height: 140px;
    width: 100vw;
    background: #4f4f4f;
}

footer p {
    width: 80%;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
    font-size: 14px;
    color: #8b919d;
}

.item .item_pic .margin_left {
    right: -20px;
}

.language {
    position: absolute;
    right: 10px;
    top: -2px;
}

.language span {
    padding: 0 10px;
    cursor: pointer;
}

.language span.actLang {
    color: #c40000;
}