body,
html {
    height: 100%;
    overflow: hidden;
    font-weight: 300;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

* {
    padding: 0;
    margin: 0;
}

.main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: url('../img/indexbg2.jpg');
    background-size: 100% 100%;
}

.right {
    width: 50%;
}

.left {
    width: 50%;
    padding-left: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftBox {
    padding: 10%;
    padding-left: 0;
}

.right>img {
    padding-left: 10%;
}

.title1 {
    font-weight: 400;
    width: 53%;
}

.title1:hover {
    scale: 1.5;
}

.title2 {
    font-size: 25px;
    padding-bottom: 5%;
    color: #f7f8f8;
    padding-top: 7%;
}

.download {
    display: flex;
}

.btn {
    margin-right: 72px;
    text-align: center;
}

.btn2 {
    text-align: center;
}

.btn a,
.btn2 a {
    color: #f7f8f8;
    text-decoration: none;
}

.btnWin,
.btnAnd {
    width: 140px;
    height: 140px;
    background-color: #0c0c0c6b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    border-radius: 15px;
}

.btnWin:hover {
    background: linear-gradient(to bottom, #656d73e3, #004eff8c) no-repeat;
    scale: 1.5;
    border-radius: 50px;
}


/* .winFont1:hover~.btnWin {
    background: linear-gradient(to bottom, #656d73e3, #004eff8c) no-repeat;
    scale: 1.5;
    border-radius: 50px;
} */


/* .btnWin:hover~.winFont1 {
    font-size: 20px;
    color: #b5d333;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
} */

.btnAnd:hover {
    background: linear-gradient(to bottom, #656d73e3, #004eff8c) no-repeat;
    scale: 1.5;
    border-radius: 50px;
}

.btnWin i,
.btnAnd i {
    font-size: 60px;
}

.btn i {
    color: #40b4f0;
}

.btn2 i {
    color: #b5d333;
}

.btn2 p,
.btn p {
    color: #cabcbc;
    font-size: 13px;
}

.btnAnd img {
    width: 100px;
}


/* 下载框 */

.contBg {
    background: linear-gradient(to bottom, #ffffff17 5%, #f7f7f700 50%, #334e95 100%) no-repeat;
    padding: 10px 35px 25px 35px;
    /* border: 1px groove; */
    border-radius: 20px;
}