/*公共*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei";
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ul,
li,
ol {
    list-style: none;
}

dl,
dd {
    margin: auto;
}

input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

a,
a:visited {
    color: #333;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
}

a {
    cursor: pointer;
}


/*所有超链接不要下划线*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body{

}

.header{
    background: #fff;
    border-bottom: 1px solid #ccc;

}

.logo{
    height: 60px;
}

.phone{
   line-height: 60px;
    font-size: 14px;
    height: 60px;
    display: inline-block;
}
/*老师在线*/


.line2{
    text-align: center;
    margin-top: 20px;
}

.line2 h2{
    margin-top: 30px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}

.line2 h3 ,.skill h3,.system h3{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

 #btn{
display: inline-block;
    padding:10px 40px;
    color: #fff;
    border: 1px solid #2083e6;
    border-radius:5px;
    background: #2083e6;
    margin:20px 0 20px 0;
}
.study{
   font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.line3{
    background: #46485a;
}

.line3  ul{
    font-size: 0;
    text-align: center;
    padding:0 0 40px 0;
}


.line3  ul li{
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.line3 li p{
    margin-top: 25px;
    font-size: 15px;
    color: #fff;
}

.line3 li i{
    margin-top: 40px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    width:48px ;
    height: 48px;
    background-size: cover;
}

i.icon1 {
    background-image: url(../img/1.png);
}
i.icon2 {
    background-image: url(../img/2.png);
}
i.icon3 {
    background-image: url(../img/3.png);
}
i.icon4 {
    background-image: url(../img/4.png);
}
i.icon5 {
    background-image: url(../img/5.png);
}
i.icon6 {
    background-image: url(../img/6.png);
}


.footer{
    padding: 30px 0  15px;
    background-color: #303030;
    color: #fff;
    text-align: center;
}

.code img{
    width: 88px;
    height: 88px;
    margin-bottom:20px ;
}

.code p{
    margin-bottom: 5px;
    font-size:15px;
}

.code span{
    font-size:14px;
}

.qy{
    margin:20px 0 10px 0;
    opacity: .5;

}
.qy p{
    display: inline-block;
    width: 48%;
    font-size: 12px;
}
.qy a{
    color: #fff;
    font-size: 12px;
}

.footer ul{
    width: 100%;
    height: 56px;
    position: fixed;
    bottom: 0px;
    background: #fff;
    z-index: 5;
    overflow: hidden;
    /*max-width: 640px;*/
    border-top: 1px solid #dedede;
}

.footer li {
    width: 20%;
    height: 56px;
    float: left;
    text-align: center;
}

.footer li a{
    display: block;
    color: #a9a9a9;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.footer li a.hover {
    color: #3294F2;
}
.footer li a img {
    display: block;
    margin: 5px auto 4px auto;
    height: 23px;
}






/*关于我们*/
.introduce{
    margin:10px 0px;
}

.introduce .info {
    padding: 25px 10px;
    text-indent: 10px;
    font-size: 14px;
    line-height: 25px;
}

.profile{
    margin-top: 15px;
    height: 100px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border:1px solid #e1e1e1;
}
.profile dl {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width:25%;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 24px;
}
.profile dl dd {
    font-size: 12px;
    margin-top: 13px;
    color: #666;
}
.info h2,.course h2{
    font-size: 25px;
    text-align: center;
}
.course{
    position: relative;
    margin: 0 10px;
}

.course>div{
    text-align: center;
}
.course img{
    width: 130px;
    margin:15px 0;
}

.course ul li{
    position: relative;
    display: flex;
    padding-left: 25px;
    margin-bottom: 25px;
}

.introduce .course .time {
    width: 70px;
    color: #2295f2;
}

.course ul li p{
    flex: 1;
    font-size: 14px;
    color: #666;
    margin: 0;
}


.introduce .course li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #a3a3a3;
    box-sizing: border-box;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1Px #a3a3a3;
    border-radius: 50%;
}

.culture{
    text-align: center;
    margin:45px 0;
}
.culture img{
    width:154px ;
}
.culture h2,.join h2,.join-lun h2,.skill h2{
    margin-top:35px;
    font-size: 23px;
}


.culture .txt{
    margin-top: 20px;
    padding: 0 16px;
    text-align: left;
    color: #666;
    font-size: 15px;
    line-height: 30px;
}



/*我是老师*/

.border{
    border:1px solid red;
}

.join ul li{
    display: inline-block;
    width: 30%;
}
.join ul li:nth-child(2){
    margin:0 5px;
}
.join img{
    margin-top:30px;
    width: 100%;
}

.join-lun h2{
    margin-bottom:20px;
}
.skill{
    text-align: center;
    padding-bottom:30px;
}

.skill ul li{
    display: inline-block;
    width: 32%;
    margin-top: 10px;
}

.skill h3{
    margin-top:20px;
}

.skill li img{
    width:33px;
}

.skill li p{
    margin-top:5px;
    font-size: 15px ;
    color: #666;
}

 /*首页*/

.method{
    margin-top:10px;
}

.honor{
    margin-bottom: 20px;
}

.honor ul li{
    display: inline-block;
    width: 30%;
    vertical-align: text-top;
}

.honor img{
    height:90px;
    width: 100%;
}

.honor li p {
    font-size: 12px;
    color: #8f8f8f;
    letter-spacing: -1px;
    margin-top: 10px;
}

/*弹窗*/
.fixbar{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    text-align: center;
}

.fixbar div{
    width: 66px;
    margin-top: 1px;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.fixbar a{
    font-size: 14px;
    color: #666;
    border: 1px solid #f2f2f2;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.fixbar p{
   margin-top: 5px;
}

.fixbar i{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 13px;
    background-repeat: no-repeat;
    background-size: auto 20px;
    vertical-align: top;
    background-image: url(../img/home-fixbar-1.png);
}

.fixbar .saoma{
    background-image: url(../img/home-fixbar-2.png);
}

.fixbar .appointment{
    background-image: url(../img/teacher-appointment.png);
}

.modal-title{
    font-size: 16px;
}

.modal img{
    margin-top: 10px;
    width:150px;
    height: 150px;
}
.modal p{
    margin-top: 10px;
    font-size: 14px;
}

.modal a{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 7px;
    border: 1px  solid #2083e6;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    text-decoration: none;
    -webkit-transition: border-color .15s,background-color .15s,opacity .15s;
    transition: border-color .15s,background-color .15s,opacity .15s;
    overflow: visible;
    cursor: pointer;
    background: #2083e6;
    color: #fff;
    margin-top:20px;
    width:200px;
}

 .ensure{
    font-size: 11px;
    margin-top: 10px;
    padding-bottom: 10px;
     color: #666;
}

 /*找老师页面*/
 .look{
 }

.appoint{
    font-size: 13px;
    background: #fff;
    padding: 10px 15px;
    overflow: hidden;
    cursor: pointer;
}


.appoint tr td:nth-of-type(1) {
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
    width: 30%;
}

.classtime tr td:nth-of-type(1) {
    width: auto;
    text-align: center;
    padding-right: 0;
}

.appoint tr{
    height:40px;
}


.appoint select {
    height: 30px;
    border: solid 1px #dcdcdc;
    color: #4e4e4e;
    border-radius: 2px;
    display: inline-table;
    width: auto;
}

.classtime {
    width: 100%;
    text-align: center;
    border: 1px solid #d4d3d2;
}

.time tr td {
    border-right: 1px solid #d4d3d2;
    border-bottom: 1px solid #d4d3d2;
    height: 42px;
    line-height: 42px;
    color: #666;
}

.appoint .row span{
    text-align: left;
    vertical-align: middle;

}
.appoint input{
}

.input-group-addon {
    font-size: 13px;
    background-color: #fff;
    border: 0;
    padding: 10px 15px;
}
.ntext{
    height: 30px;
    border: solid 1px #dcdcdc;
    color: #4e4e4e;
    padding: 3px;
    border-radius: 2px;
    width: 80%;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
    margin-right: 5px;
}

.sub {
    width: 200px;
    height: 42px;
    background: #309de0;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 10px auto 0px auto;
    font-size: 13px;
    line-height: 42px;
    font-weight: bold;
    border-radius: 20px;
}
/*老师列表*/
.select {
    text-align: right;
    padding-top:10px;
}
.select img{
    height:20px;
}
.need {
    margin-top:15px;
    /*border-bottom:3px solid #e1e1e1;*/
    text-align: center;
    background: #fff;
    border-radius: 5px;
    /*border-bottom-right-radius: 8px;*/
    /*border-bottom-left-radius: 8px;*/
    border: 1px solid #e1e1e1;
    padding: 10px ;

}
.need h5{
    padding:10px;
    font-size: 20px;
    color:#3294F2;
    border-bottom: 1px solid #e1e1e1;
}
.need a{
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #2083e6;
    border-radius: 5px;
    background: #2083e6;
    margin: 20px 0 20px 0;
}
.picker{
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    color: #666;
    display: block;
}

.picker view{
    display: inline-block;
    width: 24%;
    text-align: center;
    /*border-right:1px solid #ddd;*/
}
.picker view:nth-child(4){
    border-right:none;
}

.picker select{
    text-align: center;
    text-align-last: center;
    font-size: 14px;
    width: 100%;
    padding:8px 0;
    border-radius: 5px;
    vertical-align: middle;
}

.teacherlist{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    /*padding-top: 4px;*/
    border: 1px solid #e1e1e1;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    background: #fff;
}

.content{
    display: block;
    width: 100%;
    /*border-bottom: 1px solid #e1e1e1;*/
}
.content div:nth-child(1){
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
}

.content div:nth-child(2){
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.content img{
    width: 80%;
    border-radius:50%;
}
.info p:nth-child(1){
    display: block;
    color: #1a85c6;
    font-weight: bold;
    font-size: 16px;
}

.info p:nth-child(2){
    color: #666;
    font-size: 13px;
    margin: 10px 0;
}

.info p:nth-child(3){
    color: #666;
    font-size: 12px;
    display: inline-block;
}
.subject span{
    background: #3294F2;
    color: #fff;
    padding:2px 5px;
    margin-right: 10px;
    border-radius: 5px;
}

.star{
    margin-left:10px;
    font-size:12px;
    color:#666;
}

/*老师详情页*/

.teacherinfo {
}

.cansub {
    font-size:15px;
    font-weight: bold;
    padding:15px;
    border-bottom: 2px solid #e1e1e1;
}

.cansub span{
    display: inline-block;
    font-weight: normal;
    font-size: 10px;
    margin: 10px 10px 0 0;
    color: #fff;
    background: #3294F2;
    padding: 4px 6px;
    border-radius: 5px;
}

.sure{
    padding:7px 15px 15px 15px;
    /*border-bottom: 2px solid #e1e1e1;*/
}

.sure ul li{
    display: inline-block;
    font-size:15px;
    color:#666;
    padding:8px 3px 0 0;
}

.sure img{
    width:20%;

}

.sure span{
    font-size: 12px;
}

.renzheng span{
    font-size:13px;
}
.renzheng p{
    margin-top: 0;
}
.renzheng img{
    width:20px;
    vertical-align: bottom;
    height: auto;
}
.renzheng li{
    padding-bottom:10px;
    border-bottom:1px solid #ccc;

}

.renzheng li div{
    font-size: 10px;
    color: #666;
    padding-left:20px;
    padding-top:5px;
}
.case {

    border: 1px solid #e1e1e1;
    padding: 10px;
    border-radius: 5px;

    /*border-bottom: 2px solid #e1e1e1;*/
}

.case h4{
    font-size: 15px;
    font-weight: bold;
    padding:5px 0;
    /*border-bottom: 1px solid #e1e1e1;*/
}
 .case-title{
     font-size: 14px;
     margin:5px 0;
 }
.case img{
    float: right;
    width: 20px;
    height: auto;
}
 .case-time{
     font-size:13px;
     color:#666;
     margin-bottom:5px;
 }

 .case-content{
     line-height: 20px;
     font-size:14px;
 }

/*老师辅导案例*/
.caselist>div{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom:10px;
}

.caselist>div:last-child{
    border-bottom: none;
}

/*学生列表*/
.studentlist{
    border:1px solid #e1e1e1;
    padding:10px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}

.studentlist .stutitle{
    font-size:15px;
}

.studentlist p{
    font-size:13px;
    color:#666;
    margin-top: 10px;
}

.stutitle span{
    font-size: 14px;
    color: red;
    float: right;
}

/*学生详情*/
 .custominfo{
     margin-bottom:5px;
     padding:10px 15px 5px 15px;
     border-bottom:8px solid #eaeaeb;

 }
 .custominfo p{
     font-size:14px;
     color:#999;
     display: block;
     margin:10px 0;

 }

.customtable{
    text-align: center;
}

.customtable table{
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 1rem;
    border-top: 1px solid #eaeaeb;
    padding-bottom: 0rem;

}

.customtable td{
    display: inline-block;
    width:25%;
    justify-content: center;
    text-align: right;
    border-bottom: 1px solid #eaeaeb;
    color: #1a1a1a;
    padding: 10px 0;
    padding-right:10px;
}
.customtable td:nth-child(2){
    border-left: 1px solid #eaeaeb;
    width:70%;
    text-align: left;
    padding-left:10px;
}
.customtable  button{
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #2083e6;
    border-radius: 5px;
    background: #2083e6;
    margin: 20px 0;
}

/*提示报名流程*/
.process div{
    margin:20px auto;
}
.process text{
    font-size:13px;
    color:#666;
    display: inline-block;
    margin-top:10px;
}

.process  .protxt{
    color:orange;

}