.home-container {
    height: 100%;
    min-width: 1300px;
    display: flex;
    flex-direction: column;
}

#header_container {
    flex: 0 0 72px;
}

.content {
    position: relative;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

.content:after {
    content: "";
    display: block;
    clear: both;
}

.content-left {
    width: 540px;
    height: 446px;
    float: left;
}

.content-right {
    height: 446px;
    float: right;
}

/* ****************************** */
#home-banner {
    flex: 0 0 300px;
    overflow: hidden;
}

.carousel-inner > .item > a > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#home_content {
    flex: 1;
}

.content h1 {
    text-align: center;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bolder;
}

.content-left .download-icon {
    margin: 70px auto;
    display: block;
    height: 81px;
}

.content-left .download-tip {
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: 400;
}

.download-window, .download-mac {
    float: left;
    width: 250px;
    height: 310px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    border: #FFFFFF 12px solid;
    box-sizing: border-box;
    position: relative;
}

.download-window {
    margin-right: 32px;
    cursor: default;
}

.download-mac {
    cursor: pointer;
}

#window-over .win10-btn {
    cursor: pointer;
    width: 199px;
    height: 48px;
    background: #296AFD;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 118px auto 0;
}

#window-over .win10-btn:hover {
    background: #4D81FF;
}

#window-over .win10-btn:active {
    background: #1451DB;
}

#window-over .win10-btn .icon {
    height: 24px;
    width: 24px;
    background: url("../images/download.png") no-repeat;
    background-size: contain;
    margin-right: 12px;
}

#window-over .win10-btn .tip {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

#window-over .win7-btn {
    cursor: pointer;
    margin-top: 16px;
    font-size: 14px;
    color: #296AFD;
    line-height: 22px;
}

#window-over .win7-btn:hover, #window-over .win7-btn:active {
    color: #1451DB;
}

.content-right-box1 {
    float: right;
    width: 535px;
    height: 310px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    border: #FFFFFF 12px solid;
    box-sizing: border-box;
    position: relative;
}


.qrcode {
    position: absolute;
    top: -12px;
    right: -12px;
}

.content-right-box1 p {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 40px;
    height: 40px;
}

.content-right-box1 img {
    margin-bottom: 32px;
    width: 480px;
    height: 100px;
}

.content-right-box1 h2 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    height: 40px;
}

.content-right-box1 .content-right-box1-step a {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    background: #000000;
    border-radius: 4px;
    padding: 5px 10px;
}

.content-right-box1 span {
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    display: block;
}

.r-box-mid {
    width: 10px;
    background: #ffffff;
    height: 100%;
    float: left;
}

.r-box-1 {
    float: left;
    width: 250px;
    height: 250px;
}

.r-box-2 {
    float: right;
    width: 250px;
    height: 250px;
    cursor: pointer;
}

.content-right-box1 .r-box-1 img {
    margin: 30px 44px;
    width: 162px;
}

.content-right-box1 .r-box-2 img {
    margin: 71px;
}

#content-right-box1-hover {
    background: #F0F7FF;
    position: relative;
    display: none;
}

#other-down-img {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.other-down-a {
    padding-bottom: 30px;
}

.other-donw-way {
    width: 360px;
    height: 60px;
    position: absolute;
    left: 50px;
    margin-top: 10px;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(166, 171, 188, 0.25);
    display: none;
}

/* 箭头的位置 */
.other-down-div:after {
    border-bottom-color: #292929;
    left: 20%;
    bottom: 100%;
    margin-left: -15px;
}

.speech-bubble {
    position: relative;
    background-color: #f0f7ff;
    /* width: 200px; */
    height: 0;
    color: #f0f7ff;
    text-align: center;
    border-radius: 5px;
    font-family: sans-serif;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid;
}

/* 箭头的位置 */
.speech-bubble-top:after {
    border-bottom-color: #FFFFFF;
    left: 20%;
    bottom: 200%;
    margin-left: -15px;
}

#other-down-way-01 {

    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin-top: 8px;
}

#qr-logo-img {
    width: 32px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 110px;
    top: 95px;
}

#qingsong-span {
    display: inline;
}

/********二维码***************/
.jm-net-body {
    width: 100%;
    height: 230px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.jm-net-body #msg-info {
    width: 75%;
}

.jm-div {
    display: flex;
    padding-bottom: 32px;
}

.jm-div .jm-qr-tip {
    margin: 76px 0 0 72px;
}

.jm-net-body-qr {
    margin: 8px 0 0 86px;
    width: 304px;
    height: 376px;
    background: #FFFFFF;
    box-shadow: 0px 12px 48px 16px rgba(2, 22, 61, 0.03), 0px 9px 28px 0px rgba(2, 22, 61, 0.05), 0px 6px 16px -8px rgba(16, 28, 88, 0.07);
    border-radius: 6px;
}

.jm-img-qr {
    width: 172px;
    height: 172px;
    opacity: 0;
}

.jm-qr-div {
    width: 196px;
    height: 196px;
    border-radius: 8px;
    border: 1px solid #DEE1E7;
    margin: 64px auto 8px;
    padding: 12px;
    position: relative;
}

.jm-img-qr-logo {
    display: none;
    width: 32px;
}

.jm-tips-div {
    width: 366px;
    margin: 0 auto;
    background: #F0F7FF;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
    color: #171E31;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
}

.jm-title-p {
    font-size: 14px;
    color: #171E31;
    line-height: 20px;
    font-weight: 400;
    /*margin-bottom: 15px;*/
}

.jm-filter-div {
    width: 200px;
    height: 200px;
    background-color: #FFF;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    opacity: 0.9;
    filter: alpha(opacity=0.9);
    display: none;
}

.jm-filter-text {
    display: none;
    position: absolute;
    z-index: 5;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0);
}

.jm-filter-span {
    font-weight: bold;
    font-size: 18px;
    display: block;
}

.jm-filter-a {
    background-color: #508cee;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    display: block;
}

.jm-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*******************************/
/*下载的进度条*/
.win-progressbar {
    height: 2px;
    position: absolute;
    bottom: 30px;
    left: 53px;
    background: #4A73FF;
    border-radius: 100px 0 0 100px;
    max-width: 120px;
    text-align: center;
}

.mac-progressbar {
    height: 2px;
    position: absolute;
    bottom: 30px;
    left: 75px;
    background: #4A73FF;
    border-radius: 100px 0 0 100px;
    max-width: 77px;
    text-align: center;
}

.progress-partent {
    width: 120px;
}

.mac-filter-div {
    width: 250px;
    height: 310px;
    background: #fff;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 5;
    opacity: 0.6;
}

.wate-div {
    border-radius: 45px;
    display: block;
    font-size: 12px;
    background: #dcd7d7;
    width: 60px;
    text-align: center;
    color: #000;
    text-align: center;
    margin: 0 auto;
}

/*#header-div{*/
/*    !*box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 0px;*!*/
/*    box-shadow:none;*/
/*}*/
.header-no-shadow {
    box-shadow: none;
}

#right-box1-img-qrcode {
    width: 80px;
    height: 81px;
}

#jump-img {
    width: 80px;
    height: 80px;
}

#qr-logo-img {
    width: 32px;
    height: 32px;
}

#qr-app-download-img {
    width: 160px;
    height: 160px;
}

#no-data-div p {
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
}

.goto-login {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    background-image: linear-gradient(133deg, #5683FF 0%, #2C5BFA 100%);
    border-radius: 6px;
    display: block;
    padding: 10px 18px;
    width: 100px;
    margin: 30px auto 0;
}

.notfound-img {
    width: 400px;
}


/*******2021-06-04 首页增加mac-linux入口***********************************/

#c-left-mac {
    margin: 70px auto;
    width: 136px;
}

.mac-content {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.mac-content a:hover {
    color: #FFFFFF;
}

.mac-content-title {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 24px;
    color: #000000;
    font-weight: bolder;
}

.mac-content-install-help {
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 24px;
    color: #000000;
    font-weight: bolder;
}

.mac-download-left {
    background: #F5F7FF;
    float: left;
    width: 580px;
    height: 170px;
    position: relative;
}

.linux-download-right {
    background: #F5F7FF;
    float: right;
    width: 580px;
    height: 170px;
    position: relative;
}

.mac-download-pic {
    width: 80px;
    float: left;
    margin: 45px 20px;
}

.mac-download-text {
    width: 320px;
}

.mac-download-p-title {
    font-size: 24px;
    margin-top: 58px;
    color: #000000;
}

.mac-download-p-txt {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin-top: 10px;
}

.mac-download-link {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    background-image: linear-gradient(133deg, #5683FF 0%, #2C5BFA 100%);
    border-radius: 6px;
    display: inline-block;
    height: 36px;
    line-height: 36px;

}

.mac-download-a {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 40px;
    padding-left: 32px;
    padding-right: 32px;
}

.mac-download-a1 {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 164px;
    padding-left: 14px;
    padding-right: 14px;
}

.mac-download-a2 {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 40px;
    padding-left: 8px;
    padding-right: 8px;
}

.linux-download-a1 {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 150px;
    padding-left: 19px;
    padding-right: 19px;
}

.linux-download-a2 {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 40px;
    padding-left: 8px;
    padding-right: 8px;
}

.title-left-line {
    border-left: 4px solid #4A73FF;
    padding-left: 10px;
    font-weight: bolder;
    height: 16px;
    line-height: 16px;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.question-help-div {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 40px;
}

.hr-line {
    border: 0;
    background: #F0F1F5;
    height: 1px;
}

.question-help-pic {
    width: 1200px;
}

.question-help-p {
    margin-top: 20px;
    margin-bottom: 15px;
}