@charset "utf-8";

/*弹框公共样式*/
::-moz-placeholder {
    color: #bbbbbb;
}
:-ms-input-placeholder {
    color: #bbbbbb;
}
::-webkit-input-placeholder {
    color: #bbbbbb;
}
a{
    outline: none;
}
input{
    outline: none;
}
input:focus{
    border-color: #0dc2b3 !important;
}
.pop_common{
    width: 460px;
    font-size: 14px;
    color: #333333;
}
.container_pop_btn{
    padding:25px 0 10px;
    text-align:center;
}
.container_pop_btn>a{
    display:inline-block;
    width:88px;
    height:28px;
    line-height:28px;
    font-size:14px;
    color:#0dc2b3;
    border:1px solid #0dc2b3;
    border-radius:3px;
    text-align:center;
    vertical-align:top;
    margin:0 10px;
}
.container_pop_btn>a:hover{
    color:#56dcd1;
    border-color:#56dcd1;
}
.container_pop_btn>a:first-child{
    color:#ffffff;
    background-color:#0dc2b3;
}
.container_pop_btn>a:first-child:hover{
    color:#ffffff;
    border-color:#56dcd1;
    background-color:#56dcd1;
}

/*用户提交反馈弹框*/
.user_feedback{
    width: 460px;
}
.user_feedback textarea{
    width: 437px;
    height: 150px;
    padding: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-indent: 10px;
    border: 1px solid #ededed;
    outline: none;
    resize: none;
}
.user_feedback textarea:focus{
    border-color: #0dc2b3;
}
.user_feedback textarea.text_hide{
    color: #bbbbbb;
}
.user_feedback>p{
    font-size: 14px;
    color: #333333;
    margin: 15px 0;
}
.fill_contacts{
    font-size: 14px;
    color: #333333;
}
.fill_contacts>span{
    line-height: 32px;
}
.fill_contacts>input{
    width: 363px;
    height: 22px;
    line-height: 22px;
    padding: 5px 10px;
    border: 1px solid #ededed;
}
.submit_feedback{
    display: block;
    width: 90px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    background-color: #0dc2b3;
    border-radius: 3px;
    text-align: center;
    margin: 30px auto 0;
}
.submit_feedback:hover{
    color: #ffffff;
    background-color: #56dcd1;
}

/*VIP时间到期弹框*/
.time_over_con{
    overflow: hidden;
}
.time_over_con>i{
    display: block;
    width: 100px;
    height: 100px;
    background: url("../images_pop/vip_over_icon.png") no-repeat 0 0;
    margin: 30px auto;
}
.time_over_con>p{
    text-align: center;
}
.time_over_con>p>span{
    color: #0dc2b3;
    margin: 0 5px;
}

/*用户角色选择弹框*/
.user_id a{
    display: inline-block;
    width: 96px;
    height: 20px;
    color: #333333;
    padding-top: 110px;
    background: url("../images_pop/user_id_select.png") no-repeat left top;
    vertical-align: top;
    margin: 0 20px;
}
.user_id a.student{
    background-position: right top;
}
.user_id a:hover,.user_id a.on{
    color: #0dc2b3;
}
.user_id a.teacher:hover,.user_id a.teacher.on{
    background-position: 0 -204px;
}
.user_id a.student:hover,.user_id a.student.on{
    background-position: -137px -204px;
}
.prompt{
    padding-top: 20px;
}
.prompt a{
    display: inline-block;
    font-size: 12px;
    color: #666666;
    padding-left: 20px;
    background: url("../images_new/select_icon.png") no-repeat 0 1px;
}
.prompt a:hover{
    color: #0dc2b3;
    background-position: 0 -34px;
}
.prompt a:active,.prompt a.on{
    color: #0dc2b3;
    background-position: 0 -70px;
}

/*修改密码弹框*/
.change_old_pwd>p{
    text-indent: 45px;
    margin-top: 10px;
}
.p_txt_input{
    margin-top: 25px;
}
.p_txt_input>span{
    display: block;
    float: left;
    width: 100px;
    line-height: 30px;
    text-align: right;
    margin-right: 5px;
}
.p_txt_input>input{
    display: block;
    float: left;
    width: 278px;
    height: 22px;
    line-height: 22px;
    padding: 4px 10px;
    border: 1px solid #ededed;
    border-radius: 3px;
}
.change_old_pwd>p.error_log{
    font-size: 12px;
    color: #f00;
    text-indent: 105px;
}

/*绑定手机号弹框*/
.p_txt_input.change_pwd>input{
    width: 128px;
}
.p_txt_input.change_pwd>a{
    display: block;
    float: left;
    width: 130px;
    line-height: 32px;
    color: #ffffff;
    background-color: #0dc2b3;
    border-radius: 3px;
    text-align: center;
    margin-left: 20px;
}
.p_txt_input.change_pwd>a:hover{
    color: #ffffff;
    background-color: #56dcd1;
}
.p_txt_input.change_pwd>a.dis{
    color: #999999;
    background-color: #f4f4f4;
    cursor: not-allowed;
}

/*邀请家长注册弹框*/
.drop_select{
    position: relative;
    z-index: 8;
}
.drop_select .hd{
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 0 10px;
    cursor: pointer;
}
.drop_select .hd i{
    display: block;
    position: absolute;
    top: 13px;
    left: 200px;
    width: 0;
    height: 0;
}
.drop_select .hd i.up{
    border-bottom: 6px solid #a3a3a3;
    border-left: 5px dashed transparent;
    border-right: 5px dashed transparent;
}
.drop_select .hd i.down{
    border-top: 6px solid #a3a3a3;
    border-left: 5px dashed transparent;
    border-right: 5px dashed transparent;
}
.drop_select .bd{
    position: absolute;
    left: 0;
    top: 34px;
    width: 220px;
    padding: 5px 0;
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color: #FFF;
}
.drop_select .bd a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
}
.drop_select .bd a:hover{
    color: #FFF;
    background-color: #56dcd1;
}
.drop_select .bd a:active,.drop_select .bd a.on, .drop_select .bd a.on:hover{
    color: #FFF;
    background-color: #0dc2b3;
}
.txt_msg{
    line-height: 24px;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 3px;
    margin: 20px 0;
}
.txt_link{
    padding: 5px;
    background-color: #f8f8f8;
    border: 1px dashed #ededed;
    border-radius: 3px;
    word-wrap: break-word;
    text-align: center;
}
.txt_link span{
    color: #5a94e9;
    text-decoration: underline;
}
.copy_link{
    display: block;
    width: 200px;
    line-height: 40px;
    color: #ffffff;
    background-color: #0dc2b3;
    border-radius: 3px;
    text-align: center;
    margin: 20px auto;
}
.copy_link:hover{
    color: #ffffff;
    background-color: #56dcd1;
}
.notes{
    height: 115px;
    border-top: 1px solid #ededed;
    background: #f8f8f8 url("../images_pop/shareIcon.png") no-repeat center 62px;
    margin: 0 -25px -20px;
}
.notes p{
    color: #999999;
    line-height: 46px;
    border-bottom: 1px dashed #e2e2e2;
    text-align: center;
}

/*选择孩子弹框*/
.choose_child_con{
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
}
.choose_child_con ul li{
    display: inline-block;
    *display: inline;
    text-align: center;
    margin: 0 40px 10px;
}
.choose_child_con ul li a{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.choose_child_con ul li a img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.choose_child_con ul li a i{
    display: block;
    position: absolute;
    left: 60px;
    top: 55px;
    width: 24px;
    height: 24px;
    background: url("../images_pop/choose_child_icon.png") no-repeat 0 0;
}
.choose_child_con ul li a:hover i{
    background-position: -25px 0;
}
.choose_child_con ul li a:active i,.choose_child_con ul li a.on i{
    background-position: -50px 0;
}
.choose_child_con ul li p{
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
}

/*身份选择弹框*/
.choose_child_con.identity ul li{
    margin: 0 20px 10px;
}
.choose_child_con.identity a.teacher{
    background: url("../images_pop/choose_identity_icon.png") no-repeat 0 0;
}
.choose_child_con.identity a.student{
    background: url("../images_pop/choose_identity_icon.png") no-repeat -87px 0;
}
.choose_child_con.identity a.parent{
    background: url("../images_pop/choose_identity_icon.png") no-repeat -174px 0;
}
.choose_child_con.identity a em{
    display: block;
    position: absolute;
    left: 40px;
    top: 5px;
    width: 46px;
    height: 18px;
    background: url("../images_pop/choose_identity_icon.png") no-repeat -261px -30px;
}
.choose_child_con.identity ul li p.dis{
    color: #bbbbbb;
}

/*选择导出内容弹框*/
.c_sel_txt{
    margin-top: 30px;
    margin-left: 100px;
}
.c_sel_txt>span{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.c_sel_txt>a{
    display: inline-block;
    width: 50px;
    float: left;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    background: url("../images_new/select_icon.png") no-repeat 0 3px;
}
.c_sel_txt>a:hover{
    color: #0dc2b3;
    background-position: 0 -32px;
}
.c_sel_txt>a:active,.c_sel_txt>a.on{
    color: #0dc2b3;
    background-position: 0 -68px;
}
.c_sel_txt.second{
    margin-top: 30px;
    margin-bottom: 20px;
}
.c_sel_txt.second>span{
    line-height: 32px;
}
.drop_choose_box{
    position: relative;
    width: 185px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    z-index: 99;
}
.drop_choose_box>span{
    display: block;
    padding-left: 10px;
    padding-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.drop_choose_box>span i{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 8px solid #d0d0d0;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    margin-top: -4px;
}
.drop_choose_box>span i.up{
    border-top: none;
    border-bottom: 8px solid #d0d0d0;
}
.drop_choose_box>ul{
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    padding: 5px 0;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    background: #ffffff;
}
.drop_choose_box>ul li a{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.drop_choose_box>ul li a:hover{
    color: #ffffff;
    background: #56dcd1;
}
.drop_choose_box>ul li a:active,.drop_choose_box>ul li a.on{
    color: #ffffff;
    background: #0dc2b3;
}

/*下载列表弹框*/
.d_list_warp.pop_common{
    width: 550px;
}
.d_list{
    border-bottom: 1px dashed #f1f1f1;
    padding: 15px 20px;
}
.d_list>span{
    display: inline-block;
    float: left;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.d_list>i{
    display: inline-block;
    float: right;
    font-style: normal;
}
.d_list>i.now{
    color: #0dc2b3;
}
.d_list>i.fail{
    color: #ff5e34;
}
.d_list>i.had{
    color: #333333;
}
.d_list>a{
    display: inline-block;
    float: right;
    width: 14px;
    height: 14px;
    background: url("../images_pop/d_list_icon.png") no-repeat;
    margin-left: 15px;
    margin-top: 2px;
}
.d_list>a.fail{
    background-position: center top;
}
.d_list>a.fail{
    background-position: center bottom;
}
.d_list>a:hover{
    opacity: .7;
    filter: alpha(opacity=70);
}

/*绑定孩子弹框*/
.bind_child .p_txt_input{
    margin-top: 0;
    margin-bottom: 15px;
}
.bind_child .p_txt_input:first-child{
    margin-top: 20px;
}
.abnormal_state{
    color: #666666;
    padding: 13px 0;
    text-align: center;
}
.abnormal_state p{
    margin-top: 20px;
}

/*20160704 penggao2 add 暑假作业弹框*/
.sh_tk_warp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.sh_video_import{
    position: absolute;
    top: 200px;
    left: 50%;
    width: 594px;
    height: 124px;
    padding-top: 275px;
    background: url("../images_pop/sh_pop_icon.png") no-repeat center top;
    margin-left: -297px;
}
.sh_video_import a.close{
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 15px;
    height: 15px;
    background: url("../images_pop/sh_pop_icon.png") no-repeat -17px -425px;
}
.sh_video_import p{
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.sh_video_import p strong{
    font-weight: bold;
    color: #ff733a;
}
.sh_video_import p i{
    display: inline-block;
    width: 27px;
    height: 31px;
    background: url("../images_pop/sh_pop_icon.png") no-repeat -42px -409px;
    vertical-align: -8px;
    margin: 0 8px;
}
.sh_video_import a.look{
    display: block;
    width: 175px;
    line-height: 45px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    background: #ff8b00;
    background: linear-gradient(#ff8b00,#ff733a);
    border-radius: 3px;
    margin: 18px auto 0;
}
.sh_video_import a.look:hover{
    color: #ffffff;
    background: #ff733a;
    background: linear-gradient(#ff733a,#ff8b00);
}

.errorbook .errorbook_text{
    width: 474px;
	padding: 0px 0px 0;
}
.errorbook textarea{
	width:452px;
	height:98px;
}
.errorbook .errorbook_btn{
	padding: 22px 10px 10px;
    text-align: right;
}

/* 新客服系统 20210205 penggao4 add */
#newOnlineCustom {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 600px;
  height: 424px;
  z-index: 9999;
}
#newOnlineCustom iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border-radius: 30px;
}
#newOnlineCustom a {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 32px;
  height: 32px;
  background: url('../images_new/close.png') no-repeat center;
}
