html, body {
    font-size: 16px;
    height: 100%;
    color: #333333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft Yahei", sans-serif;
}
a:link {
    color: #232323;
    cursor: pointer;
    text-decoration: none;
}
a:visited {
    color: #232323;
    text-decoration: none;
}
a:hover {
    color: #32b2a7;
    text-decoration: none;
}
a:active {
    color: #232323;
    text-decoration: none;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.img-responsive {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}
.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.baile-icon {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 10px;
}
.app-describe {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.baile-title {
    color: #666666;
    font-size: 24px;
    text-align: center;
    margin: 20px;
    padding: 10px 50px 10px;
    border-bottom: 1px solid #dddddd;
}
.app-logo {
    width: 180px;
    height: 180px;
}
.download {
    width: 250px;
    height: 60px;
    border-radius: 25px;
    margin-top: 30px;
    color: #ffffff;
    background-color: #32b2a7;
    font-size: 14px;
    text-align: center;
}
.download1 {
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin-top: 30px;
    color: #ffffff;
    background-color: #32b2a7;
    font-size: 14px;
    text-align: center;
}
.pattern {
    -webkit-transition: all .5s;
}
.pattern {
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 312px;
    width: 21.66%;
    transition: all .5s;
}
.pattern.left {
    left: 0;
}
.pattern.right {
    right: 0;
}
.pattern img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    pointer-events: none;
}

@media(max-width:1280px) {
.pattern {
    width: 18%;
}
}
.pattern {
    max-width: 220px;
}

@media(min-width:1280px) {
.pattern {
    max-width: 312px;
    width: 21%;
}
}
.open-safari {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.guide {
    width: 348px;
    height: 111px;
    position: absolute;
    top: 0;
    right: 0;
}
.hidden {
    display: none !important;
}
.show {
    display: block !important;
}
.textAlignCenter {
    text-align: center;
}
.app {
    width: 100%;
    height: 400px;
    padding-top: 384;
}
.app ul li a {
    display: block;
    width: 320px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 26px;
    padding-left: 60px;
    border-radius: 8px;
    background-color: #32b2a7;
    background-position: 24px center;
    background-repeat: no-repeat;
    font-size: 20px;
    display: grid;
    align-items: center;
    text-align: center;
    color: white;
}
.app ul li a:active {
    background-color: #32b2a7;
}
.app ul li a p {
    padding-top: 5px;
    font-size: 14px;
}
.app ul li a.is {
    background-image: url(../images/is.png);
    background-size: 37px 45px;
}
.app ul li a.android {
    background-image: url(../images/android.png);
    background-size: 37px 45px;
}
.app ul li a.pt {
    background-image: url(../images/pt.png);
    background-size: 37px 45px;
}
.app div {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 639px) {
.app ul li a {
    height: 62px;
    font-size: 24px;
}
.app ul li a p {
    font-size: 18px;
}
}
.app div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mx-tip-panel:focus {
    outline: 0;
}
.mx_keyword {
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: PingFangSC-Semibold;
}
.mx-scrollbar::-webkit-scrollbar {
width:8px;
height:1px;
}
.mx-scrollbar {
    overflow-y: auto;
    max-height: 380px;
}
.mx-scrollbar::-webkit-scrollbar-thumb {
border-radius:4px;
background: #C0C0C0;
}
.mx-scrollbar::-webkit-scrollbar-track {
border-radius:4px;
background: #eeeeee;
}
.maxthon_tip {
    background-color: white;
    border: none;
}
.maxthon_tip:active {
    background-color: #E6F4FF;
    border: 1px solid #449EFB;
}
.maxthon_tip:hover {
    background-color: #E6F4FF;
    border: 1px solid #449EFB;
}
.demo2 {
    left: 0px;
    bottom: 15px;
    width: 100%;
	height: 20px;
    text-align: center;
    font-size: 14px;
    z-index: 999;
    text-decoration: none;
}
