.banner {
    width: 100%;
    height: 765px;
    background-color: #4eadfd;
    position: relative;
    padding-top: 42px;
}

/* 左右蒙版 */
.banner_left {
    width: 382px;
    height: 702px;
    background: url('../images/banner_left.png') no-repeat center bottom;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.banner_right {
    width: 515px;
    height: 702px;
    background: url('../images/banner_right.png') no-repeat center bottom;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.banner_title {
    width: 560px;
    height: 181px;
    margin: 0 auto;
    margin-bottom: 18px;
}

.banner_title img {
    margin-left: 16px;
}

/* banner 下载盒子 */
.banner .download_box {
    width: 390px;
    height: 266px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0px 2px 13px 0px #057CDA
    /* padding: 20px; */
}

/* .banner .download_box ul {
    border-bottom: 1px solid #979797;
} */

.banner .download_box li {
    text-align: center;
    float: left;
    width: 88px;
    height: 94px;
    margin-right: 90px;
    cursor: pointer;
}

.banner .download_box ul li:last-child {
    margin-right: 0px;
}

.icon_box {
    padding: 25px 20px 5px 20px ;
}

/* .banner .download_box li.cur {
    border-bottom: 2px solid #098FFA;
} */

.bicon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-size: contain !important;
}

.google_icon {
    background: url('../images/chrome.png') no-repeat center center;
}

.qq_icon {
    background: url('../images/qqbowser.png') no-repeat center center;
}

.sogou_icon {
    background: url('../images/sogou.png') no-repeat center center;
}

.banner .download_box li.cur .google_icon {
    background: url('../images/chrome_act.png') no-repeat center center;
}

.banner .download_box li.cur .qq_icon {
    background: url('../images/qqbowser_act.png') no-repeat center center;
}

.banner .download_box li.cur .sogou_icon {
    background: url('../images/sogou_act.png') no-repeat center center;
}

.banner .download_box li:hover .google_icon {
    background: url('../images/chrome_act.png') no-repeat center center;
}

.banner .download_box li:hover .qq_icon {
    background: url('../images/qqbowser_act.png') no-repeat center center;
}

.banner .download_box li:hover .sogou_icon {
    background: url('../images/sogou_act.png') no-repeat center center;
}

.banner .download_box li.cur span {
    color: #656565
}

.banner .download_box li:hover span {
    color: #656565
}

/* 下载按钮 */
.down_btn {
    font-size: 16px;
    /* margin-top: 15px; */
    padding: 0 20px;
}

.store:hover {
    color: #fff !important;
}

.store {
    /* display: inline-block; */
    float: left;
    width: 165px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #098ffa;
    color: #fff;
    text-align: center;
    /* margin-right: 20px; */
}

.crx {
    /* display: inline-block; */
    float: right;
    width: 165px;
    height: 38px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #fff;
    color: #707276;
    text-align: center;
    border: 1px solid #E6E6E6;
}

.crx:hover {
    color: #707276 !important;
}

/* 主体介绍 */
.main {
    /* width: 1440px; */
    /* height: 5000px; */
    background-color: #fafafa;
    margin: 0 auto;
}

.main .float_img {
    width: 1141px;
    height: 471px;
    margin: 0 auto;
    position: relative;
}

.float_img img {
    width: 1141px;
    height: 771px;
    position: absolute;
    top: -300px;
}

.main_img {
    text-align: center;
    position: relative;
}

.install {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%, 0);
}

.install a {
    display: block;
    width: 382px;
    height: 80px;
    border-radius: 12px;
    background-color: #098FFA;
    color: #fff;
    font-size: 24px;
    line-height: 80px;
    margin: 0 auto;
}

.install a:hover {
    color: #fff !important;
}

.footer {
    height: 279px;
    /* background-color: #FF6C6C; */
    background-image: linear-gradient(0deg, #FF6C6C 0%, #FF9964 77%);
}

.footer_main {
    width: 760px;
    height: 244px;
    margin: 0 auto;
    padding-top: 35px;
}

.qrcode_box {
    width: 335px;
    height: 243px;
    background: url('../images/qrcode_bg.png') no-repeat center bottom;
    text-align: center;
}

.qrcode_box p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.qrcode_box img {
    margin-top: 28px
}

.qrcode_box .code_title {
    font-size: 18px;
    line-height: 25px;
}

.footer_info {
    margin-top: 28px;
}

.footer_info p {
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 40px;
}

.footer_info .info_title {
    font-size: 36px;
    line-height: 50px;
}

.app_down {
    width: 143px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 38px;
    float: left;
    text-align: center;
    font-size: 16px;
    margin-right: 16px;
    margin-top: 20px;
}

.app_down a {
    display: block;
    color: #fff;
    position: relative;
}

.app_down a:hover {
    color: #fff !important;
}

.icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    top: 4px;
}

.iphone_icon {
    background: url('../images/iphone.png') no-repeat center center;
}

.android_icon {
    background: url('../images/android.png') no-repeat center center;
}

/* .download_box {
    height: 174px !important;
} */

.tutorial {
    margin: 0 auto;
    width: 120px;
    /* height: 24px; */
    line-height: 24px;
    /* border: 1px solid #000; */
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}

.tutorial a {
    /* color: #098FFA */
    font-size: 12px;
}

.tutorial:hover a {
    color: #0099ff !important;
}

/* 只剩chrome浏览器，居中显示 */
/* .icon_box .chrome {
    margin: 0 !important;
    float: none !important;
    margin: 0 auto !important;
} */

.icon_box ul{
    width: 270px;
    margin: 0 auto;
}

.download_box_title {
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}

.layui-layer-tips .layui-layer-content {
    color: #000;
}