body{ color:#333; font-size:13px;position:relative}
input,select,textarea{color:#333;}
.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(248,249,253) url(../../Images/bg.png) no-repeat center right;
    background-size: 48% 100%;
    z-index:-1
}
.panel{background:#ffffff4a;    border: none;}
form .form-group:last-child{padding-bottom:0;}
.passcode{width:100px;position:absolute;right:0;top:0;height:38px;margin:1px;border:none;border-left:solid 1px #ddd;text-align:center;line-height:32px;border-radius:0 30px 30px 0;}
ul,li{ list-style-type:none;}

.field-icon-right .icon{ bottom:0px; top:auto}
/*.loginbox { background:url(../images/tmbg-white.png); border:0px;}*/

.login-box {
    background: #fff;
    width: 70%;
    min-width:900px;
    margin: 0 auto;
    border: 15px solid rgb(233,237,247);
    border-radius: 10px;
    height: 70%;
    padding: 30px;
    position: relative;
    overflow: hidden;
    min-height:500px;

}
.loginInfo {
    width:100%;
    height:80%;
    display: flex;
    justify-content: space-around;
    align-items:center
}
.checkbox-custom {
    margin-bottom: 7px;
    margin-top: 0;
    display: flex;
    align-items: center;
    color: #4e4e4e
}

    .checkbox-custom input[type="checkbox"] {
        position: relative;
        width: 30px;
        height: 15px;
        background-color: #dadada;
        border-radius: 30px;
        border: none;
        outline: none;
        -webkit-appearance: none;
        transition: all .2s ease;
        position: relative;
        margin: 0;
    }

        .checkbox-custom input[type="checkbox"]:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
            background-color: #fff;
            border-radius: 50%;
            transition: all .2s ease;
        }

        .checkbox-custom input[type="checkbox"]:checked {
            background-color: #00bebe;
        }

            .checkbox-custom input[type="checkbox"]:checked:before {
                left: 50%
            }

    .checkbox-custom label {
        cursor: pointer;
        line-height: 1.2;
        font-weight: normal;
        margin-bottom: 0;
        text-align: left;
        margin-left: 10px;
    }
.download_small {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 100px;
    width: 100px;
    background-color: #fff;
    -webkit-transform: translate(55px,-58px) rotate(45deg);
    transform: translate(55px,-58px) rotate(45deg);
    overflow: hidden;
    cursor: pointer;
    z-index: 10
}
/*.download_small:hover ~ .download_panel {
            opacity: 1
        }*/
.downwardImg {
    height: 75px;
    width: 75px;
    -webkit-transform: translate(16px,71px) rotate(-45deg);
    transform: translate(16px,71px) rotate(-45deg)
}

.download_panel {
    height: calc(100% - 90px);
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 15;
    width: 100%;
    background-color: #fff;
    display: none;
}

.fa-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #777;
    cursor: pointer;
    font-size: 14px;
}
.swiper-slide{
    width:100%;
    text-align:center
}
    .swiper-slide .slide {
        height: 350px;
    }
.slide {
    animation-name: bounceIn;
    animation-fill-mode: both;
    visibility: visible;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
@keyframes fadeInUp {
    0% {
        width:0;
    }
    100% {
        width:60%
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.swiper-pagination {
    bottom:0px !important;
}

.swiper-pagination-bullet {
    transition: all linear .3s
}
.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px;
}
.absoluteImg1{
    height:150px;
    position:absolute;
    right:10px;
    top:20px;
    z-index:2
}
.absoluteImg2 {
    width: 180px;
    position: absolute;
    left: 50%;
    top: 100px;
    z-index: 2;
    margin-left:-100px;
}
.absoluteImg3 {
    height: 150px;
    position: absolute;
    left: 40%;
    top: 40px;
    z-index: 2;
}
.title1 {
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
    margin-top:-50px;
        
}
.title2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
}
.downItem1 {
    width: 300px;
    height: 100%;
    cursor: pointer;
    background: url(../Images/down_bg2.png) no-repeat top center;
    border: 1px solid #00bebe;
    border-radius: 10px;
    background-size: 103% 70%;
    position:relative;
    /*background: url(../Images/down_bg.png) no-repeat center center;
    background-size: contain;*/
}
    /*.downItem1:hover .down_img{
        opacity: 1;
    }*/
    .downItem2 {
        width: 300px;
        height: 100%;
        cursor: pointer;
        background: url(../Images/down_bg2.png) no-repeat top center;
        border: 1px solid #00bebe;
        border-radius: 10px;
        background-size: 103% 70%;
        position: relative;
        /*background: url(../Images/down_bg1.png) no-repeat center center;
    background-size: contain;*/
    }
        /*.downItem2:hover .down_img{
            opacity: 1;
        }*/
        .down_item {
            width: 25%;
            font-size: 12px;
            text-align: center;
        }
    .down_item img {
        width:30px;
        margin-bottom:10px;
    }
.down_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,.3);
    transition:all linear 0.3s;
    display:flex;
    align-items:center;
    justify-content:center
}
.advantage_title {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    letter-spacing: 3px;
    background-color: rgb(248, 249, 253);
    padding-top: 80px;
    padding-bottom: 60px;
}
.adv_item {
    width: 140px;
    padding: 30px 10px;
    text-align: center;
    box-shadow: 0 0 6px 4px #eee;
    margin-right: 30px;
    margin-bottom: 30px
}
    .adv_item img {
        width: 40%;
        margin-bottom:10px;
    }

