body{
    background-color: #F3F4F5;
}

#head{
    height: 55px;
    top:0;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    background-color: #FFFFFF;
    border-radius: 4px 4px 0 0;
    position:fixed;
    border:1px solid #E4E8EC;
    position:fixed;
    padding-top: 10px;
    z-index: 1000;
}

.container {
    padding: 0;
}

.row{
    margin: 0;
}

.col-12{
    padding: 0;
}

#row-introduce{
    margin-top: 66px;
}

#row-introduce #div-look{
    position:absolute;
    top:145px;
    left: 25px;
    background-color: black;
    color:white;
    font-size: 0.6rem;
    padding: 3px 8px;
    opacity: 0.3;
    border-radius: 10px;
}

#row-introduce span{

}

#row-introduce span img{
    margin-right: 2px;
}

#row-guide{
    padding: 2.0rem 1.8rem 0 1.8rem;
}

#row-guide-title{
    font-size: 2.2rem;
    color: #424243;
    height: 30px;
}

#row-guide .span-tab{
    height: 1.4rem;
    width: 0.5rem;
    background-color: #0DAFFA;
    display: inline-block;
    vertical-align:middle;
    margin-right: 0.4rem;
}

#row-guide-content{
    padding-top:0.9rem;
    font-size: 0.8rem;
    color: #424243;
}

#row-guide-outline{
    padding-top: 1.8rem;
}

#row-guide-footer{
    padding-top: 1.8rem;
    font-size: 0.6rem;
    text-align: center;
    color:#424243;
}

#row-guide-footer hr{
    dotted:#D9D9D9;
    width: 0.9rem;
    text-align: right;
}

.row-class{
    padding: 0rem 0.8rem 0 0.8rem;
}

.row-class-video{
    margin: 0 0.8rem 0 0.8rem;
}
.row-introduce{
    background:#fff;
    box-shadow: 0 1px 11px 0 rgba(119,156,244,0.29);
    border-radius: 4px 4px 0 0;
}

.row-introduce-title{
    font-size: 1.8rem;
    color: #424243;
    padding: 1.4rem 0.8rem 0.4rem 0.8rem;
}

.span-tab{
    height: 1.8rem;
    width: 0.8rem;
    background-color: #0DAFFA;
    display: inline-block;
    vertical-align:middle;
    margin-right: 0.4rem;
}

.row-introduce-content{
    font-size: 0.8rem;
    color: #424243;
    letter-spacing: 0;
    padding: 0.8rem;
}

#row-rqcode{
    height: 266px;
}

#rqcode{
    text-align: center; /*让div内部文字居中*/
    background-color: #fff;
    width: 155px;
    height: 171px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../images/system/qrcode.png");
    background-size:100% 100%;
    padding-top:10%;
}

#row-rqcode-footer{
    padding-top: 224px;
    font-size: 10px;
    text-align: center;
    color:#666;
}

#row-rqcode-footer hr{
    dotted:#D9D9D9;
    width: 0.9rem;
    text-align: right;
}

#row-explain{
    height: 137px;
    text-align: center;
    font-size: 0.8rem;
}

#explain{
    padding: 35px 10px;
    width: 312px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../images/system/frame.png");
    background-size:100% 100%;
}

.bluecolor{
    color: #0DAFFA;
}

#row-logo{
    margin-top: 50px;
    background-image: url("../../images/system/background1.png");
    background-size:100% 100%;
    height: 50px;
    text-align: center;
}

#row-login-no{
    padding-top:10px;
    background-color: white;
    text-align: center;
    height: 150px;
}

#row-login-no input{
    background-color: #F3F4F5;
    border:0;
    height: 33px;
    width: 310px;
    margin: 2px 0;
    padding: 2px 10px;
    color: #999;
}

#row-login-no button{
    position:absolute;
    font-size: 0.8rem;
    right: 10%;
    top:10px;
    display: inline-block;
    border: none;
    background-color: #F3F4F5;
    color: #00AFFA;
}

#back-top{
    bottom:64px;
    text-align: center;
    font-size: 1.2rem;
    position:fixed;
    z-index: 1000;
    right: 10px;

}

#row-login{
    padding-top:10px;
    background-color: white;
    text-align: center;
    height: 150px;
    font-size: 0.8rem;
    color: #424243;
}

#footer-join{
    height: 44px;
    width: 100%;
    text-align: center;
    color:white;
    font-size: 1.2rem;
    background-color: #0DAFFA;
    border-radius: 4px 4px 0 0;
    position:fixed;
    bottom:0;
    overflow:hidden;
    line-height: 44px;
    z-index: 1000;
}

#footer-buy{
    height: 58px;
    bottom:0;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    background-color: #FFFFFF;
    border-radius: 4px 4px 0 0;
    position:fixed;
    border:1px solid #E4E8EC;
    padding-top: 10px;
    z-index: 1000;
}

#footer-buy button{
    height: 40px;
    width: 100px;
    border-radius: 4px;
    border: none;
    color: white;
}

#btn-down{
    background: #0DC7C4;
}

#btn-member{
    background:#0DAFFA;
}



/*修改没有登录的样式*/
#midloginno{
	height: auto;
	padding: 1rem 0.8rem 0;
	background-color: #fff;
}
.midloginno_top{
	width:100%;
	height:3.2rem;
	background:rgba(94,181,195,1);
	font-size: 1.8rem;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.midloginno_con{
	width: 100%;
	height: 9.8rem;
	background-color: #307CC1;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content:  space-between;
	align-items: center;
}
.midloginno_conbox{
	width: 100%;
	height: 3.6rem;
	border-radius: 0.32rem ;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}
.addlql{
	font-size: 2.1rem;
	color: #424243;
	padding:  0 0.6rem;
}
.codeboxlql{
	width: auto;
	height: 2.56rem;
	/*font-size: 1.1rem;*/
	color: #00AFFA;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 0.6rem;
}
.inputboxlql{
	display: flex;
    align-items:center;
}
.inputboxlql1{
	width: 100%;
	height: 100%;
}
.inputboxlql2{
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.inputboxlql2 input{
	width: 10rem;
	padding-left: 0.6rem;
}
.inputboxlql input{
	height: 100%;
	border: none;
	outline: none;
	color:#424243;
	font-size: 2.1rem;
}
.logoimgboxlql{
	background-color: #75C6D4;
	border-top-left-radius: 0.32rem ;
	border-bottom-left-radius: 0.32rem ;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.2rem;
	height: 100%;
}
.logoimgboxlql img{
	width: 1.2rem;
	height: 1.6rem;
}
.telinputlql{
	width: 100%;
	font-size: 16px;
	border-top-right-radius: 0.32rem ;
	border-bottom-right-radius: 0.32rem ;
}
::-webkit-input-placeholder{
	color: #666666;
	font-size: 1.1rem;
}

#buttom_btn{
    height: 58px;
    bottom:0;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    position:fixed;
    border:1px solid #E4E8EC;
    padding:0 0rem;
    z-index: 1000;
}
#loginBtn{
	width: 100%;
	height: 100%;
	background-color: #307CC1;
	font-size: 2.1rem;
	color: #fff;
	border: none;
	outline: none;
}
/*修改购买之后*/
#buyfooterlql{
	height: 58px;
    bottom:0;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    background-color: #FFFFFF;
    position:fixed;
    border:1px solid #E4E8EC;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buyfooterlql_child1{
	width:40%;
	height: 100%;
	color: #666666;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.buyfooterlql_child1>div:first-child{
	padding-bottom: 0.06rem;
	font-size: 0.96rem;
}
.buyfooterlql_child1>div:last-child{
	border-top: 0.01rem solid #888;
	padding-top: 0.06rem;
	font-size: 0.8rem;
}
.buyfooterlql_child2{
	width: 60%;
	height: 100%;
	color: #fff;
	background-color: #0DAFFA;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*未购买之前按钮*/
#footernobuylql{
	height: 58px;
    bottom:0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    background-color: #FFFFFF;
    position:fixed;
    border:1px solid #E4E8EC;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footernobuylql>div{
	height: 100%;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footernobuylql>div:first-child{
	color: #0DAFFA;
	background: #fff;
}
#footernobuylql>div:last-child{
	color: #fff;
	background: #0DAFFA;
}
/*购买之后的按钮*/
#footeryesbuylql{
	width: 100%;
	height: 58px;
    bottom:0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    background-color: #fff;
    position:fixed;
    border:1px solid #E4E8EC;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footeryesbuylql .footeryesbuylql_left{
	width: 66%;
	font-size: 1.4rem;
	color: #666666;
	background-color: #fff;
	float: left;
}


#footeryesbuylql .footeryesbuylql_right{
	width: 34%;
	font-size: 1.6rem;
	color: #fff;
	background-color: #0DAFFA;
	float: left;
}

.login_out{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:.5rem;
    /*height:.98rem;*/
    background-color: #fff;
    width:100%;
    margin-top:.3rem;
    margin-bottom:.3rem;
}
.login_out>p{
    line-height: 1rem;
    margin:0;
}
.login_out_title{
    color: #666;
    /*font-size:.28rem;*/
}
.login_out_phone{
    color: #333;
    /*font-size:.28rem;*/
    font-weight: bold;
}
.login_out_btn{
    color: #0DAFFA;
    /*font-size:.28rem;*/
}




.buttomBtnDIV{
	border: 0px;display: none
}

.textBuyLeftDIV{
	width: 34%;
	height: 58px;
	font-size: 1.6rem;
	color:  #0DAFFA;
	background-color: #fff;
	float: left;
}
.textBuyRightDIV{
	width: 66%;
	height: 58px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #307CC1;
	float: left;
}

.textBuyLeft {
	width: 100%;
	height: 100%;
	line-height: 58px;
	background-color: #fff;
	font-size: 1.6rem;
	color: #666666;
	border: none;
}

.textBuyRight {
	width: 100%;
	height: 100%;
	line-height: 58px;
	background-color: #307CC1;
	font-size: 1.6rem;
	color: #fff;
	border: none;
}

