html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

body,
html {
    font: 10px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    background-color: #FFFFFF;
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
}
a,
ul,
li {
    list-style: none;
    text-decoration: none;
}

@media screen and (max-width: 1920px)and (min-width: 1680px) {

    html,
    body {
        font-size: 10px;
    }
}


@media screen and (max-width: 1440px) {

    html,
    body {
        font-size: 8px;
    }
}

@media screen and (max-width: 1680px) and (min-width: 1440px) {

    html,
    body {
        font-size: 9px;
    }
}

.common {
    width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 120rem;
    max-width: 140rem;
    position: relative;
    overflow: hidden;
}

.header .container {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header.common {
    height: 72rem;
    background-image: url(../image/header_bg.png);
}

.header .container .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.header .container .top img{
    height: 33px;
}
.header .down_left {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 53rem;
    width: 43rem;
}


.header .down_left .title h1 {
    font-size: 4.6rem;
    font-weight: bold;
    color: #3A3C41;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.header .down_left .title h1 img{
    height: 60px;
}
.header .down_left .title h1 span {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.header .down_left .title p {
    font-size: 2.4rem;
    font-weight: bold;
    color: #3A3C41;
    letter-spacing: .15em;
    margin-top: 4rem;
}

.header .down_left .tab_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4rem;
}

.header .down_left .tab_list li {
    width: 9rem;
    height: 3rem;
    border-radius: .5rem;
    background: #1A89F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .down_left .tab_list li img {
    vertical-align: middle;
    margin: auto;
}

.header .down_left .tab_list li span {
    width: 6rem;
    height: 2.8rem;
    margin-right: 0.1rem;
    line-height: 2.8rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 0px .5rem .5rem 0px;
    color: #1A89F0;
}

.download {
    display: block;
    cursor: pointer;
    background: linear-gradient(90deg, #50B1F9 0%, #2748F0 100%);
    user-select: none;
}

.download:hover {
    background: linear-gradient(90deg, #60BBFF 0%, #3455FD 100%);
}

.download:active {
    background: linear-gradient(90deg, #43ABF8 0%, #1C3FEF 100%);
}

.header .down_left .download {
    width: 30rem;
    height: 8rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 4rem;

}

.header .down_left .download i {
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
    background-image: url(../image/window.png);
}

.header .down_left .download span {
    display: inline-block;
    font-size: 1.5rem;
    width: 8.2rem;
    font-weight: 400;
    text-align: center;
    margin-left: 1rem;
}

.header .downBg_right {
    position: absolute;
    top: 13.1rem;
    right: 0px;
    width: 80rem;
    height: 45.4rem;
    border-radius: 2rem;
}

.header .downBg_right img {
    width: 100%;
    height: 100%;
}

.footer.common {
    height: 17rem;
    background-color: #F6F6F6;
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer p {
    width: 102.9rem;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    color: #666666;
}

.content_one.common {
    height: 62.2rem;
}

.content_one .container {
    width: 117.2rem;
}

.content_one h2 {
    font-size: 44px;
    font-weight: bold;
    color: #424242;
    letter-spacing: 5px;
    margin-bottom: 37px;
    text-align: center;
    margin-top: 9rem;
}

.content_one .one_text {
    text-align: center;
}

.content_one .one_text span {
    font-size: 1.8rem;
}

.content_one .one_text .text_vertical {
    color: #8498D3;
    opacity: 0.77;
}

.content_one .one_pic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem;
}

.content_one .one_pic div {
    width: 25rem;
    height: 28.4rem;
}

.content_one .one_pic div img {
    width: 100%;
    height: 100%;
}

.content_work.common {
    height: 84.4rem;
    background: #E9EFFE;
}

.content_work .container {
    width: 100rem;
}

.content_work .container h2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}

.content_work .container h2 span:nth-child(2) {
    font-size: 3.6rem;
    font-weight: bold;
}

.content_work .container h2 .line {
    display: inline-block;
    width: 15rem;
    height: .4rem;
    background: #1A89F0;
}

.content_work .container .work_text {
    width: 48rem;
    height: 4.6rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
    margin: auto;
}

.content_work .container .work_images {
    width: 100rem;
    height: 50rem;
    border-radius: 1rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
}

.content_work .container .work_images img {
    width: 100%;
    height: 100%;
}

.content_work .container .download {
    width: 20rem;
    height: 6rem;
    border-radius: .5rem;
    margin: auto;
    text-align: center;
    line-height: 6rem;
    font-size: 2.4rem;
    font-weight: 400;
}

.content_word.common {
    height: 70.4rem;
}

.content_word .container .word_list {
    width: 100rem;
    height: 50.4rem;
    margin: auto;
    margin-top: 10rem;
}

.content_word .container .word_list {
    display: flex;
    flex-wrap: wrap;
    align-items: space-around;
    justify-content: space-between;
}

.content_word .container .word_list li {
    width: 47rem;
    height: 24rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 1.5rem 0px rgba(153, 153, 153, 0.2);
    border-radius: 1.2rem;
}

.content_word .container .word_list li img {
    width: 47rem;
    height: 15rem;
}

.content_word .container .word_list li p {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 1.2rem;
}

.content_word .container .word_list li span {
    display: inline-block;
    width: 43rem;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: .2rem;
}

.content_pri.common {
    height: 66.4rem;
    background: linear-gradient(135deg, #4A61E1 0%, #EA67A6 53%, #E88544 100%);
}

.content_pri .container .pri_list {
    width: 104.4rem;
    margin: auto;
}

.content_pri .container h2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}

.content_pri .container h2 span:nth-child(2) {
    font-size: 3.6rem;
    font-weight: bold;
}

.content_pri .container h2 .line {
    display: inline-block;
    width: 15rem;
    height: .4rem;
    background: #FFFFFF;
}

.content_pri .container .pri-text {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
}

.content_pri .container .pri_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10rem;
}

.content_pri .container .pri_list li {
    width: 17rem;
    height: 20.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.content_pri .container .pri_list li p {
    font-weight: bold;
    font-size: 2.4rem;
}

.content_pri .container .pri_list li span {
    font-size: 1.5rem;
    font-weight: 400;
}

.content_pri .container .pri_list li .pri_img {
    width: 12rem;
    height: 12rem;
    background: #FFFFFF;
    border-radius: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_pri .container .download {
    width: 20rem;
    height: 7.2rem;
    border-radius: .5rem;
    margin: auto;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.swiper.common {
    height: 60rem;
}

.swiper .container .swiper_content {
    width: 132.6rem;
    height: 100%;
    margin-top: 10rem;
    margin-bottom: 10rem;
    margin-left: auto;
    margin-right: auto;
}

.swiper .container .swiper_content .swiper_left {
    width: 60rem;
    height: 40rem;
    float: left;
}

.swiper .container .swiper_content .swiper_left img {
    width: 100%;
    height: 100%;
}

.swiper .container .swiper_content .swiper_right {
    float: right;
    width: calc(100% - 60rem);
    text-align: center;
}

.swiper .container .swiper_content .swiper_right p {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 13.2rem;
    margin-bottom: 5rem;
}

.swiper .container .swiper_content .swiper_right .download {
    width: 20rem;
    height: 6rem;
    border-radius: .5rem;
    font-size: 2.4rem;
    text-align: center;
    line-height: 6rem;
    margin: auto;
}

.header .miiyun_logo,
.header .ruanjian_logo {
    float: left;
    margin-right: 15px;
    display: block;
    width: 96px;
    height: 38px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 96px 38px;
}
.header .miiyun_logo {background-image: url("/src_sem/images/miiyun_logo.png");}
.header .ruanjian_logo {background-image: url("/src_sem/images/ruanjian_logo.png");}


.header .search_box {
    background-color: #fff;
    position: relative;
    display: inline-block;
    width: 164px;
    height: 30px;
    /* margin-top: 26px; */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    font-size: 12px;
    border: 1px solid #000;
    color: #333;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.header .search_box .search_input {
    width: 132px;
    height: 30px;
    text-indent: 14px;
    border: none;
    overflow: hidden;
    outline: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.header .search_box .search_submit {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 7px;
    margin-right: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: url(../image/icon_搜索.png) no-repeat center;
}

.softLogo{
    flex-grow: 1;
}
