html {
    background: none !important;
}

body {
    min-width: 1200px;
}

.banner {
    height: 300px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.banner-img {
    background: url("bg.png");
    width: 1200px;
    height: 300px;
    background-size: 100%;
    margin: 0 auto;
}

.broadcast {
    width: 100%;
    /*background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(246,248,250,1) 100%);*/
    padding: 21px 0;

}

.broadcast-content {
    width: 1200px;
    padding: 16px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 50px 0px rgba(29, 29, 31, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(222, 222, 224, 1);

}

.broadcast-content .card {
    width: 375px;
    padding: 12px 16px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.broadcast-content .card.middle {
    margin-left: 21px;
}

.broadcast-content .card.right {
    margin-left: 20px;

}

.broadcast-content .card:hover {
    background: rgba(248, 248, 248, 1);
    border-radius: 2px;
}

.broadcast-content .card>div {
    width: 44px;
    height: 45px;
    background-size: 100%;
}

.broadcast-content .card h4 {
    margin-top: 17px;
    font-size: 20px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 500;
    color: rgba(70, 70, 70, 1);
}

.broadcast-content .card p {
    margin-top: 12px;
    font-size: 14px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 21px;
}

.cartoon {
    background: url("cartoon.png");
}

.video {
    background: url("video.png");
}

.web {
    background: url("web.png");
}

.water-bg {
    background: url("water.png");
    background-size: 100%;
    width: 56px;
    height: 64px;
    margin: 0 auto;
}

.service-feature {
    padding-top: 72px;
}

.service-feature .header {
    width: 915px;
    margin: 0 auto;
    position: relative;
}

.service-feature .header h3 {
    position: absolute;
    top: 28%;
    left: 44%;
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);

}

.service-feature .header p {
    font-size: 12px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 5px;

}

.mark {
    color: #656565
}

.cat {
    background: url("cat.png");
}

.filter {
    background: url("filter.png");
}

.tools {
    background: url("tools.png");
}

.personal {
    background: url("personal.png");
}

.features {
    width: 1200px;
    margin: 0 auto;
    margin-top: 22px;
    overflow: hidden;
}

.fea {
    float: left;
    width: 240px;
    margin-right: 65px;

}

.last-fea {
    margin-right: 0;
}

.fea>div {
    width: 56px;
    height: 56px;
    background-size: 100%;
}

.fea h3 {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(70, 70, 70, 1);
    margin-top: 10px;
}

.fea p {
    font-size: 14px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 21px;
    margin-top: 8px;
}

.cartoon-translate {
    padding-top: 72px;
}

.cartoon-translate .right-arrow {
    display: inline-block;
    width: 20px;
    height: 11px;
    background: url(right-arrow.png) no-repeat;
    background-size: cover;
    margin-top: 90px;
    margin-left: 10px;
    margin-right: 6px;
}

.cartoon-translate .header {
    width: 570px;
    position: relative;
    margin: 0 auto;
}

.video-translate {
    padding-top: 72px;
    padding-bottom: 40px;
    overflow: hidden;
}

.video-translate .header {
    width: 900px;
    position: relative;
    margin: 0 auto;
}

.video-translate .header h3 {
    position: absolute;
    top: 25%;
    left: 44%;
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
}

.cartoon-translate .header h3 {
    position: absolute;
    top: 25%;
    left: 40%;
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
}

.cartoon-translate .header-intro,
.video-translate .header-intro {
    overflow: hidden;
}

.cartoon-translate .header-intro p,
.video-translate .header-intro p {
    margin-top: 5px;
    float: left;
    margin-right: 32px;
    font-size: 12px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.cartoon-translate .header-intro span,
.video-translate .header-intro span {
    font-size: 20px;
    font-family: Avenir-Heavy, Avenir;
    font-weight: 800;
    color: rgba(70, 70, 70, 1);
}

.last {
    margin-right: 0 !important;
}

.translator {
    background: url("translator.png");
}

.revise {
    background: url("reviser.png");
}

.composing {
    background: url("composing.png");
}

.quality {
    background: url("quality.png");
}

.courses {
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    overflow: hidden;
    padding-bottom: 5px;
}

.course {
    float: left;
    width: 272px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 0px 0px rgba(235, 235, 236, 1);
    border-radius: 2px;
    border: 1px solid rgba(222, 222, 224, 1);
    padding: 26px 24px;
    box-sizing: border-box;
}

.course>div {
    width: 40px;
    height: 40px;
    background-size: 100%;

}

.course>h3 {
    font-size: 16px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: rgba(70, 70, 70, 1);
    margin-top: 16px;
}

.course>p {
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    margin-top: 8px;
}

.courses>span {
    float: left;
    display: block;
    height: 186px;
    width: 27px;
    line-height: 186px;
    margin-left: 9px;
    font-size: 20px;
}

.cooperation-case {
    width: 100%;
    background: rgba(246, 248, 250, 1);
    height: 120px;
    padding-top: 40px;
    margin-top: 44px;
    padding-bottom: 27px;
}

.cooperation-case-text {
    height: 120px;
    padding-bottom: 47px;
}

.cooperation-case .title {
    text-align: center;
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
}

.cooperation-case .cases {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    margin-top: 25px;
}

.cooperation-case .case {
    background-size: 119%;
    width: 139px;
    height: 40px;
    float: left;
    margin-right: 126px;
}

.cooperation-case .more {
    width: 20px;
    height: 4px;
    background: url("case-more.png");
    background-size: cover;
    margin-top: 20px;
    margin-left: 80px;
}

.web-comics {
    background: url("web-comics.png");
}

.zongheng {
    background: url("zongheng.png");
}

.bilibili {
    background: url("bilibili.png");
}

.kuaikan {
    background: url("kuaikan.png");
}

.moonton {
    background: url("moonton.png");
}

.icon-red {
    background: url("icon-red.png");
    width: 12px;
    height: 12px;
    background-size: 100%;
    display: inline-block;
    margin-right: 6px;
}

.video-translate-img {
    background: url("video-translate-img.png");
    width: 472px;
    height: 264px;
    background-size: 100%;
    margin-top: 37px;
    float: right;
}

.video-translate .content {
    width: 1200px;
    margin: 0 auto;

}

.video-translate .left {
    width: 50%;
    margin-top: 88px;
}

.video-translate .title {
    font-size: 26px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: rgba(70, 70, 70, 1);
    background: rgba(255, 231, 233, 1);
    display: inline-block;
}

.video-translate .contents {
    margin-top: 30px;
}

.video-translate .label {
    float: left;
    font-size: 14px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    margin-right: 40px;
}

.video-translate .right {
    width: 50%;
}

.iqiyi {
    background: url("iqiyi.png");
}

.tencent {
    background: url("tencent.png");
}

.huanxi {
    background: url("huanxi-media.png");
}

.hualu {
    background: url("hualu.png");
}

.web-translate {
    padding-top: 72px;
    overflow: hidden;
}

.web-translate .header {
    width: 540px;
    margin: 0 auto;
    position: relative;
}

.web-translate .header h3 {
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
    top: 30%;
    left: 36%;
    position: absolute;
}

.web-translate .header p {
    font-size: 12px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 5px;
}

.professional {
    background: url("professional.png");
}

.local {
    background: url("local.png");
}

.composing-1 {
    background: url("composing-1.png");
}

.format {
    background: url("format.png");
}

.web-translate-img {
    background: url("web-translate.png");
}

.app-translate-img {
    background: url("app-translate.png");
    display: none;
}

.web-translate .container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.web-translate .modules {
    width: 320px;
    margin-top: 93px;
    overflow: hidden;
    padding-bottom: 5px;
    float: left;
}

.web-translate li {
    width: 140px;
    height: 100px;
    box-shadow: 4px 4px 0px 0px rgba(235, 235, 236, 1);
    border-radius: 2px;
    border: 1px solid rgba(222, 222, 224, 1);
    float: left;
    margin-right: 28px;
    margin-top: 28px;
    font-size: 16px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: rgba(70, 70, 70, 1);
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}

.web-translate .module {
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin: 0 auto;
}

.web-translate .translate {
    width: 784px;
    float: right;
}

.web-translate .image {
    width: 100%;
    height: 416px;
    background-size: 100%;
}

.btn {
    width: 150px;
    margin: 0 auto;
}

.btn-web,
.btn-app {
    display: inline-block;
    cursor: pointer;
    width: 70px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    text-align: center;
}

.gray {
    background: rgba(244, 244, 244, 1);
    border-radius: 14px;
}

.hidden {
    display: none;
}

.iherb {
    background: url("iherb.png");
}

.tsinghua {
    background: url("tsinghuatongfang.png")
}

.u-translate {
    background: url("translate.png");
}

.cooperation-case .supply {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.cooperation-case .case-1 {
    margin-right: 120px;
    float: left;
}

.cooperation-case .images {
    width: 150px;
    height: 40px;
    background-size: 100%;
    margin: 0 auto;
}

.contact-us {
    width: 1200px;
    margin: 0 auto;
    padding-top: 72px;
    padding-bottom: 100px;
}

.contact-us .container {
    margin-top: 30px;
    position: relative;
    padding: 0 145px;
    overflow: hidden;
}

.contact-us .header {
    position: relative;
}

.contact-us .header h3 {
    position: absolute;
    left: 45%;
    top: 34%;
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
}

.contact-us .btn {
    overflow: hidden;
    width: 480px;
    margin: 0;
}

.contact-us .btn li {
    width: 96px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    float: left;
    margin-right: 18px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid rgba(230, 230, 230, 1);
    color: rgba(119, 119, 119, 1);
    cursor: pointer;
}

.contact-us .container div {
    width: 428px;
    height: 34px;
    line-height: 34px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid rgba(225, 225, 225, 1);
    margin-top: 16px;
    float: left;
    margin-right: 16px;
    padding-left: 12px;
    box-sizing: border-box;
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(70, 70, 70, 1);
}

.red {
    background: rgba(252, 58, 77, 1) !important;
    color: white !important;
}

.contact-us .container .detail {
    width: 872px;
    height: 160px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid rgba(225, 225, 225, 1);
    position: relative;
}

.contact-us .container .upload {
    width: 88px;
    height: 26px;
    line-height: 26px;
    background: rgba(241, 241, 241, 1);
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    position: absolute;
    bottom: 12px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.contact-us .container input.upload-file {
    position: absolute;
    top: -20000px;
    left: 0;
}

.contact-us .container .uploaded-file {
    display: none;
    border: none;
    margin: 0;
    padding: 0;
    height: 20px;
}

.contact-us .container .uploaded-file .delete-file {
    color: blue;
    margin-left: 20px;
    cursor: pointer;
}

.contact-us .container .submit {
    width: 120px;
    height: 32px;
    line-height: 32px;
    background: rgba(252, 58, 77, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.contact-us .container .error-message {
    color: red;
    border: none;
}

.contact-us input {
    height: 28px;
    width: 340px;
    border: none;
    box-shadow: none;
    color: rgba(70, 70, 70, 1);
}

.contact-us textarea {
    width: 850px;
    height: 80px;
    border: none;
    box-shadow: none;
    padding: 0;
}

#contactForm-input::placeholder {
    color: #aaa;
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    line-height: 13px;

}

#contactForm-input::-moz-placeholder {
    color: #aaa;
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    line-height: 13px;

}

#contactForm-input::-webkit-input-placeholder {
    color: #aaa;
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    line-height: 13px;

}

#contactForm-input::-ms-input-placeholder {
    color: #aaa;
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    line-height: 13px;
}

.banner {
    height: 200px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.banner-img {
    background: url(enter-banner-small.png);
    width: 1200px;
    height: 200px;
    /* background-size: 100%; */
    background-size: cover;
    margin: 0 auto;
}

@media screen and (min-width: 1441px) {
    .banner {
        height: 300px;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        cursor: pointer;
    }

    .banner-img {
        background: url(enter-banner-big.png);
        width: 1200px;
        height: 300px;
        /* background-size: 100%; */
        background-size: cover;
        margin: 0 auto;
    }
}