body{
    margin: 0;
    padding: 0;
    font-size:62.5% !important;
    height:100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Tahoma, Arial,"Microsoft YaHei";
    color:#303031;
}

html{
    height:100%;
}

ul,ol,li{
    margin:0;
    padding:0;
    list-style:none;
}
img{
    display:block;
}
a:link {
    text-decoration: none;
    color:#303031;
}
a:visited {
    text-decoration: none;
    color:#303031;
}
a:hover {
    text-decoration:none;
    color:#303031;
}



#banner{
    width:100%;
    left:0;
    top:0;
   background:no-repeat; 
    background-size: 100% 100%;
    position:relative;
}

#top{
    width:100%;
    height:90px;
    overflow:hidden;

}

#box{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    width: 120px;
    float: left;
    margin-top: 15px;
/*    width: 20%;
    margin-top: 20px;
    overflow: hidden;
    float: left;*/
}
.navcontainer{
    float: right;
    overflow: hidden;
    width: 80%;
}
.nav2>li>a{
    position: relative;
    overflow: hidden;
}

.nav2>li>a:before{
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 5px;
    background: #f0b600;
    content: '';
    -webkit-transition: width .3s,-webkit-transform .3s;
    -moz-transition: width .3s,-moz-transform .3s;
    transition: width .3s,transform .3s;
}


.nav2>li>a:hover:before{
    width: 100%;
}

.nav2>li>a:hover{
    width: 100%;
    color: #f0b600;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav2>li>a.active:before{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    content: '';
    -webkit-transition: width .3s,-webkit-transform .3s;
    -moz-transition: width .3s,-moz-transform .3s;
    transition: width .3s,transform .3s;
}

.nav2>li>a.active{
    width: 100%;
    color: #f0b600;
}

.add1 {
    position:fixed;
    top:0px;
    background:#303031;
    -webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    -ms-transition: background 500ms ease;
    -o-transition: background 500ms ease;
    transition: background 500ms ease;
    z-index:100;

}

.buttonbox{
    position: relative;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    bottom: -15%;
    overflow: hidden;

}
.button1{
    width: 20%;
    height: 6vw;
    color: #ffffff;
    line-height: 6vw;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;   
    border-radius: 40px;
    float: left;
    margin-right: 5.9vw;
    opacity: 0.9;
}
.button1:hover, .button2:hover, .buttonsignin:hover, .buttonmore:hover, #modules>ul>li{
    opacity:1;
    cursor:pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.button1,.button2, .buttonmore, .buttonsignin, #submit{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#container{
    width: 100%;
    background: #ffffff; 
    overflow: hidden;
}
.topcoach>ul>li{
    width:220px;
    height:320px;
    margin-right:25px;
    overflow:hidden;
    background:#ffffff;
    box-shadow: 0px 0px 10px #e5e5e5;
    float:left;
    -moz-border-radius: 5px;     
    -webkit-border-radius: 5px;   
    border-radius:5px;

}

.button2{
    width:240px;
    height:60px;
    color:#ffffff;
    line-height:60px;
    text-align:center;
    overflow:hidden;
    -moz-border-radius: 30px;     
    -webkit-border-radius: 30px;   
    border-radius:30px;
    opacity:0.9;
    background:#014fb9;
    font-size:16px;
    font-weight:600;
}

#banner2{
    background:url(../img/banner-bg2.png) no-repeat;
    background-size: 100% 100%;
    position:relative;
    width:100%; 
    overflow:hidden;
}

#footer{
    width:100%;
    overflow:hidden;
    background:#303031;
    padding:45px 0;

}
.buttonsignin{
    width:320px;
    height:40px;
    color:#ffffff;
    line-height:40px;
    text-align:center;
    overflow:hidden;
    -moz-border-radius: 20px;     
    -webkit-border-radius: 20px;   
    border-radius:20px;
    opacity:0.9;
    background:#014fb9;
}

.buttonmore{
    width:110px;
    height:30px;
    color:#ffffff;
    line-height:30px;
    text-align:center;
    overflow:hidden;
    -moz-border-radius: 15px;     
    -webkit-border-radius: 15px;   
    border-radius:15px;
    opacity:0.9;
    background:#014fb9;
}

#bottom{
    width:100%;
    height:100px;
    color:#ffffff;
    line-height:100px;
    text-align:center;
    font-size:1.6em;
    border-top:1px solid #000000;
    background:#303031;

}

#goTopBtn {
    POSITION: fixed;
    TEXT-ALIGN: center;
    LINE-HEIGHT: 30px;
    WIDTH: 60px;
    BOTTOM: 35px;
    HEIGHT: 60px;
    FONT-SIZE: 12px;
    CURSOR: pointer;
    RIGHT: 0px;
    _position: absolute;
    _right: auto;
}



.logintext{
    position:absolute;
    top:20px;
    right:30px;
    color:#FFFFFF;

    font-size:1.6em;

}
.signtext{
    position:absolute;
    top:20px;
    right:30px;
    color:#FFFFFF;

    font-size:1.6em;
    display:none;
}
.logintext:hover{

    color:#f0b000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor:pointer;


}
.signtext:hover{

    color:#f0b000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor:pointer;


}
.forget{
    position:absolute;
    bottom:-90px;
    right:-170px;
    color:#FFFFFF;

    font-size:1.6em;
}
.forget:hover{

    color:#014fb9;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor:pointer;


}

#signname{
    text-indent:2.3em;
    width:260px;
    height:40px;
    border:none;
    background:#f2f8ff;
    font-family: Tahoma, Arial,"Microsoft YaHei";
    font-size:14px;
    color:#888888;
    padding-left:10px;
    margin-bottom:10px;
    -moz-border-radius: 5px;     
    -webkit-border-radius: 5px;   
    border-radius:5px;

}
#submit{

    width:270px;
    height:40px;
    background:#014fb9;
    font-family: Tahoma, Arial,"Microsoft YaHei";
    font-size:1.6em;
    color:#ffffff;
    text-align:center;
    -moz-border-radius: 5px;     
    -webkit-border-radius: 5px;   
    border-radius:5px;
    opacity:0.9;
    border:none;
    font-weight:900;
}
#submit:hover{
    opacity:1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    CURSOR: pointer;
}

.signup{
    width:260px;
    position:absolute; 
    left:50%; top:50%;
    margin-left:-130px; 
    margin-top:-110px;
}

.login2{
    width:260px;
    position:absolute; 
    left:50%; top:50%;
    margin-left:-130px; 
    margin-top:-70px;
    display:none;
}

#banner3{
    width:100%;
    overflow:hidden;
    height:500px;
    background-size: cover;
    position:relative;
}


#selectbox{
    text-indent:0.6em;
    width:220px;
    height:40px;
    border:none;
    background:#f2f8ff;
    font-family:Tahoma, Arial,"Microsoft YaHei";
    font-size:1.4em;
    color:#303031;
    margin-bottom:20px;
    -moz-border-radius: 2px;     
    -webkit-border-radius: 2px;   
    border-radius:2px;
}

#coaches{
    width:100%;

}
#coaches>ul{
    width:285px;
    height:480px;
    background:#ffffff;
    overflow:hidden;
    margin-right:20px;
    box-shadow: 0px 0px 10px #e5e5e5;
    float:left;
    -moz-border-radius: 5px;     
    -webkit-border-radius: 5px;   
    border-radius:5px;
    position:relative;
}

#page{
    width:100%;
    margin-top:60px;
    height:100px;
    background:#014fb9;
    overflow:hidden;

}
.triangletext>li{
    font-size:1.4em;
    line-height:22px;
    list-style:disc;
    margin-top:14px;
    list-style-position :inside ;
}

#modules>ul{
    width:380px;
    height:240px;
    overflow:hidden;
    background:#000000;
    margin-right:30px;
    position:relative;
    float:left;

}

#modules>ul>li:hover{
    transform: scale(1.01,1.01);
    -webkit-transform: scale(1.01,1.01);
    -o-transform: scale(1.01,1.01);
    -moz-transform: scale(1.01,1.01);
    -ms-transform: scale(1.01,1.01);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor:pointer;
}
.pagination-direction {
    height: 20px;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}

.pagination-li {
    font-size: 18px;
    margin-right: 50px;
    float: left;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.pagination-active {
    color: #014fb9 !important;
}

.pagination-active-highlight1 {
    position: absolute;
    width: 50px;
    height: 50px;
    background: none;
    border: 1px solid #ffffff;
    left: -19px;
    top: -16px;
    z-index: -1;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.pagination-active-highlight2 {
    width: 44px;
    height: 44px;
    margin: 3px auto;
    background: #ffffff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.show-coach {
    display: block;
}

.hide-coach {
    display: none;
}
#coaches>ul:nth-child(4n){
    margin-right:0px !important;
}

@media only screen and (max-width: 1200px)  {
    #banner {background: #d3d3d3 !important;height: 400px !important;}
}

#ile-demo1 {
    display: hidden;
    width: 220px;
    position: fixed;
    right: -364px;
    border: 1px solid #d27402;
    padding: 8px 20px;
    background-color: #fff;
    z-index:100;
    border-radius: 5px 0 0 5px;
    height:210px ! important;
    margin-right:40px;
    background: transparent url('../img/try_demo_bg.png') no-repeat;
    top:30%;  
}

.ql_bg {
    position: absolute;
    left: -168px;
    width: 105px;
    background: transparent url('../img/ql_bg.png') no-repeat;
    background-size: contain;
    height: 300px;
    text-align:center;
    color:#fff;
    font-size:12px;
    font-family:"Arial","Microsoft YaHei";
}

.ile-img-control2-ch {
    cursor: pointer;
    position: absolute;
    width: 100%;
    /*background: transparent url('../img/try_demo_en.png') no-repeat;*/
    background-image: url(../img/ql_tryfree.png);
    background-repeat: no-repeat;
    background-size: 40px 30px;
    background-position: 30px 15px;
    height: 90px;
    top:30px;
    border-bottom: 1px solid #7e7d7d;
}

.goto_top {
    cursor: pointer;
    position: absolute;
    width: 100%;
    background-image: url(../img/ql_goto_top.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 37px 15px;
    height: 90px;
    top:213px;}

#ile-demo {
    display: hidden;
    width: 220px;
    position: fixed;
    right: -364px;
    border: 1px solid #d27402;
    padding: 8px 20px;
    background-color: #fff;
    z-index:100;
    border-radius: 5px 0 0 5px;
    height: 320px ! important;
    margin-right:40px;
    background: transparent url('../img/try_demo_bg.png') no-repeat;
    background-size: 100% 100%;
}

#ile-contactform #ile-sendbutton {
    width:60px;
    background: #db4f4a;
    color: #fff; 
    cursor: pointer;
    padding: 5px 10px; 
    border: none;
}

#submit_button1 {
    height: 50px;
    background: transparent url('../img/demo_trial_en.png') no-repeat;    
}

#try_demo_name {
    background-image: url(../img/name1.png);
}

#try_demo_phone {
    background-image: url(../img/phone1.png);
}

#try_demo_email {
    background-image: url(../img/email1.png); 
}

.try_demo_text_box {
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-top: 5px;
    background-repeat: no-repeat;
    background-origin: content-box;
}

.apply_for_coach_link {
    cursor: pointer;
    position: absolute;
    width: 100%;
    background-image: url(../img/ql_apply_for_coach.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 37px 15px;
    height: 90px;
    top: 123px;
    border-bottom: 1px solid #7e7d7d;
}
.btn2 {
    overflow-wrap: normal;
    position: absolute;
    /* width:14.5vw;
    height:2.7vw;  */
    top: 58%;
    left: 48.7%;
    transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
    background-color:transparent;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    
}
.btn1 {
    overflow-wrap: normal;
    position: absolute;
    /* width:14.5vw;
    height:2.7vw;  */
    top: 17.5%;
    left: 48.7%;
    transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
    background-color:transparent;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    
}