.user_nav_box {
    height: 160px;
    width: 1920px;
    margin-bottom: 20px;
    margin-top: 68px;
    background: url(../images/login/bg.png);
    display: flex;
    justify-content: space-around;
    color: #ffffff;
    align-items: center;
}
.imgtou{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 19px;
    overflow: hidden;
    margin-top: 27px;
}
#user_info{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.oneleft{
    display: flex;
    align-items: center;
    margin-left: -145px;
}
.nandu{
   margin-right: -138px;
}
.zw{
    height: 9px;
}
.user_nav {
    width: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 46px;
    margin-left: 230px;
}

.user_nav li {
    width: 160px;
    position: relative;
    color: #404040;
    height: 46px;
    font-size: 17px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_nav li i {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;

}

.user_nav li.ac {
    color: #ffffff;
    background-color: #186AE6;
    border-radius: 0 25px 25px 0;
    width: 160px;
    height: 46px;
}
.xuanxiang ul{
   display: flex;
   font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 16px;
color: #333333;
width: 220px;
justify-content: space-between;
line-height: 30px;
}
.lineblue{
    border-bottom: 2px solid #1669e5;
    color: #1669E5;
}


/* .user_nav li.ac i {
    background-color: #186AE6;
} */

.user_info {
    width: 1160px;
    margin: 0 auto 32px;
}
.change{
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 18px;
color: #333333;

}
.user_item_box {
    min-height: 720px;
    margin-left: 50px;
}

.user_item_box .user_item {
    display: none;
}

.user_item_box .user_item.ac {
    display: block;
}

.user_item_box .user_item.user_info.ac {
    display: flex;
}




.user_info_l {
    width: 288px;
    text-align: center;
    padding-top: 55px;
  
    height: 820px;
    margin-left: -95px;
}

.user_img_box {
    text-align: center;
}

.user_img_box img {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 27px;
    border: 1px solid #e1e1e1;
}

.user_img_box p {
    padding: 0 15px;

    margin-bottom: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #186AE6;
    font-size: 25px;
}

.user_img_box span {
    cursor: pointer;
    font-size: 17px;
    color: #707070;

}

.user_info_r {
    width: 855px;
    text-align: center;
    padding-top: 2px;
    padding-left:42px;
    margin-top: 50px;
    /* border-left: 2px solid #e1e1e1; */
}

.info_form_item {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    /* justify-content: space-between; */
}

.addStudy_input {
    margin-top: 30px;
}

.addStudy_input>input {
    width: 450px;
    font-size: 16px;
}

.info_form_label {
    display: block;
    text-align: left;
    color: #707070;
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 8px;
    width: 100px;
    /* background-color: #1669E5; */
}

#user_remark .info_form_label {
    margin-top: 0;
}

.user_security_setting .info_form_item {
    /* margin-bottom: 24px; */
}

.info_form_input {
    display: block;
    width: 634px;
    height: 42px;
    line-height: 40px;
    color: #707070;
    font-size: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding-left: 22px;
}

.info_form_input:focus {
    outline: none;
}

.info_form_item.select {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.info_form_item.select>div {
    display: flex;
    /* flex-wrap: wrap; */
    width: 634px;
    justify-content: space-around;
}

.info_form_item.select .info_form_label {
    /* width: 100%; */
}

.info_form_item select {
    /* width: 205px; */
    width: 120px;
    height: 42px;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 4px;
    color: #a9a9a9;
    font-size: 20px
}

.info_form_item select:focus {
    outline: none;
}

.info_form_btn {
    text-align: right;
    width: 734px;
    margin-top: 64px;
}

.info_form_btn .qdtg_button {
    border: 2px solid #186AE6;
    width: 97px;
    height: 34px;
    line-height: 30px;
    color: #186AE6;
    font-size: 16px;
}

.info_form_btn .qdtg_button:nth-of-type(1) {
    margin-right: 32px;
}

#user_info_form .err {
    color: red;
    text-align: left;
    display: block;
    padding-left: 8px;
    height: 24px;
}

#re_user_img {
    position: relative;
    width: 75px;
    display: block;
    margin: 8px 0 0PX;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 3px;
    text-decoration: none;
    color: #FFFFFF;
    z-index: 15;
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 12px;
cursor: pointer;
text-align: center;
}

#re_user_img:hover {
    cursor: pointer;
    border-bottom: 1px solid #707070;
}

#re_user_img>* {
    position: absolute;
}

#re_user_img span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
    /* line-height: .2rem; */

}

#re_user_img input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

#re_user_img input:hover {
    cursor: pointer;
}

.infor_img_chang_box {
    display: none;
}
.infor_img_chang_box{
    margin-left: -15px;
}
.infor_img_chang_box .qdtg_button {
    width: 50px;
    color: #186AE6;
    height: 19px;
    line-height: 17px;
    border: 1px solid #186AE6;
    font-size: 14px;
}

.infor_img_chang_box .qdtg_button:nth-of-type(1) {
    margin-right: 6px;
}

.infor_img_chang_box .qdtg_button:hover {
    background-color: #186AE6;
    color: #fff;
}

#user_info_form.layui-form .layui-form-select {
    width: 205px;
}

#user_info_form.layui-form .layui-form-select .layui-input {
    color: #a9a9a9;
}

#phone_user_info_form.layui-form .layui-form-select .layui-input {
    font-size: .1241rem;
    color: #a9a9a9;
}

#user_info_form.layui-form .layui-form-select dl dd.layui-this {
    background-color: #186AE6;
}
#user_nick{
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 20px;
color: #FFFFFF;
}
.user_security_form {
    width: 790px;
    margin: 30px auto;
    margin-left: 152px;
}
.myself{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #333333; 
    width: 91px;
}
.qm{
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 12px;
color: #FFFFFF;
margin-top: 10px;
}
.user_security_form .err {
    color: red;
    text-align: left;
    display: block;
    padding-left: 8px;
    height: 24px;
}

.input_placeholder_size {
    font-size: 15px;
    color: #606266 !important;
}

.security_form_item .qdtg_button {
    color: #186AE6;
    font-size: 16px;
    width: 97px;
    line-height: 30px;
    height: 34px;
    border: 2px solid #186AE6;
    border-radius: 17px;

}

.security_form_item .qdtg_button:hover {
    background-color: #186AE6;
    color: #fff;

}

.security_item_button {
    text-align: right;
    margin-top: 100px;
    margin-left: 100px;
}

.security_form_item .qdtg_button:nth-of-type(1) {
    margin-right: 32px;
}

















.user_feedback .layui-form-select .layui-input {
    color: #a9a9a9;
}

.user_feedback .layui-form-select dl dd.layui-this {
    background-color: #186AE6;
}

.user_feedback .layui-form-select .layui-edge {
    width: 14px;
    height: 8px;
    /* background: url(../images/140.png) no-repeat; */
    border: none;
    margin-top: -3px;
}
.outdoor{
    display: flex;
}
.user_nav{
    display: flex;
    flex-direction: column;
}

.user_feedback ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a9a9a9;
    font-size: 17px;
    font-weight: 400;
}

.user_feedback ::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a9a9a9;
    font-size: 17px;
    font-weight: 400;
}


.user_feedback ::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a9a9a9;
    font-size: 17px;
    font-weight: 400;
}

.user_feedback .layui-select-title {
    color: #a9a9a9;
    font-size: 17px;
    font-weight: 400;
}

.feedback_tit {
    display: flex;
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 2px solid #e1e1e1;
}

.feedback_item {
    display: none;
}

.feedback_item.ac {
    display: block;
}

.feedback_tit_item {
    display: block;
    width: 50%;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #707070;
    font-size: 20px;
    cursor: pointer;
}

.feedback_tit_item.ac {
    color: #186AE6;
}

.feedback_tit .feedback_tit_item:nth-of-type(1) {
    border-right: 1px solid #e1e1e1;
}

.feedback_add_vr {
    width: 100%;
    margin: 0 auto 0;
}

.feedback_repad {
    width: 100%;
    margin: 0 auto 0;
}

.user_feedback_textarea {
    width: 100%;
    min-height: 173px;
    border-radius: 4px;
    outline: none;
    padding: 8px;
    border: 2px solid #e1e1e1;
}

.feedback_add_select {
    color: #a9a9a9;
    font-size: 20px;
    padding-left: 22px;
    width: 634px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.feedback_add_select:focus {
    outline: none;
}

.feedback_add {
    overflow: hidden;
}

.feedback_add .info_form_label {
    /* font-size: 17px; */
    /* font-weight: 600; */
}

.feedback_list_item_box {
    display: none;
    margin-bottom: 35px;
    min-height: 500px;
}

.feedback_list_item {
    border-bottom: 2px solid #e1e1e1;
    padding: 35px 3px 10px;

}

.not_feedback_list {
    padding-top: 60px;

}

.not_feedback_list p {
    text-align: center;
}

.user_feedback {
    width: 640px;
    margin: 0 auto;
}

.feedback_item_user h5 {
    height: 22px;
    line-height: 22px;
    font-size: 17px;
    color: #707070;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.feedback_user_content {
    font-size: 20px;
    color: #a9a9a9;
    margin-bottom: 20px;
    border-bottom: 1px dashed #a5a5a5;
    padding-bottom: 5px;
    padding-left: 8px;
}

.feedback_item_official h5 {
    height: 22px;
    line-height: 22px;
    font-size: 17px;
    color: #707070;
    margin-bottom: 20px;
}

.user_feedback_textarea {
    width: 100%;
    min-height: 173px;
    border-radius: 4px;
    outline: none;
    padding: 8px;
    border: 2px solid #e1e1e1;
    max-height: 131px;
}

.user_feedback_textarea.add {
    resize: none;
}

.open_form_box .user_feedback_textarea {
    min-height: 130px;

}

.feedback_button_box {
    float: right;
    margin-top: 30px;
}

.feedback_button_box .qdtg_button {
    width: 97px;
    height: 34px;
    line-height: 30px;
    border: 2px solid #186AE6;
    color: #186AE6;
    border-radius: 17px;
}

.feedback_button_box .qdtg_button:hover {
    background-color: #186AE6;
    color: #fff;
}

.feedback_button_box .qdtg_button:nth-of-type(1) {
    margin-right: 32px;
}

.layui-form-select dl {
    max-height: 280px !important;
}

.incense_page {
    text-align: center;
}

.user_account_down {
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url(../images/user/user_d.png) no-repeat;
    cursor: pointer;
}

.user_account_down.ac {
    transform: rotateZ(180deg);
}

.list_none {
    display: none;
}

.list_none.ac {
    display: block;
}

.user_license .user_table tr th:nth-of-type(1) {
    width: 200px;
    padding-left: 0px;
    text-align: left;
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 16px;
color: #666666;
}
.allplay{
    width: 91.58px;
    height: 25px;
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #1669E5;
line-height: 25px;
background-color: #f4f4f4;
border: 1px solid #1669E5;
text-align: center;
margin-top: 15px;
margin-bottom: 20px;
cursor: pointer;

}
.gopaycourse{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #333333; 
}
.user_license .user_table tr td:nth-of-type(1) {
    text-align: center;
    padding-left: 0px;
    position: relative;
}
.bq{
    position: absolute;
    bottom: 40px;
    right:17px;
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 10px;
color: #FFFFFF;
background-color: #484848;
width: 38px;
height: 16px;
line-height: 16px;
border-radius: 2px 2px 2px 2px;
}
.user_license .user_table tr th:nth-of-type(2) {
    width: 400px;
    text-align: left;
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 16px;
color: #666666;
padding-left: 40px;
}

.user_license .user_table tr th:nth-of-type(3) {
    width: 166px;
    text-align: left;
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 16px;
color: #666666;
}

.user_license .user_table tr th:nth-of-type(4) {
    width: 170px;
    text-align: left;
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 16px;
color: #666666;
}

.user_license .user_table tr th:nth-of-type(5) {
    width: 150px;
    text-align: left;
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 16px;
color: #666666;
}


/* .user_license .user_table tr th:nth-of-type(6) {
    width: 140px;
} */

.user_table {
    width: 1250px;
    margin: 0 auto;
    border-bottom: 2px solid #e1e1e1;
}

.user_table thead tr {
    /* border-bottom: 2px solid #e1e1e1; */
}

.user_table tr th,
.user_table td {
    color: #707070;
    font-size: 17px;
    font-weight: normal;
    /* text-align: center; */
    padding-left: 40px;
    padding-top: -20px;
}

.user_table tr th {
    height: 45px;
    line-height: 64px;
}

.user_table tr td {
    height: 66px;
}
.textbox{
    margin-top: -70px;
}
.paytime{
    margin-top: -85px;
}
.plan{
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 18px;
color: #333333;
}
.user_table .qdtg_button {
    white-space: nowrap;
    font-size: 12px;
    width: 52px;
    height: 22px;
    line-height: 20px;
    color: #186AE6;
    border: 1px solid #186AE6;
    border-radius: 11px;
}

.user_account_setting .user_table {
    width: 1160px;
    border-bottom: none;
}

/* #incense_tab tr {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
} */















.collect_tit,
.study_tit {
    width: 1260px;
    /* margin: 0 auto; */
    display: flex;
    justify-content: space-between;
}

.collect_left,
.collect_right {
    display: inline-block;
    width: 210px;
}

.collect_right {
    float: right;

}

.collect_add_select {
    color: #a9a9a9;
    font-size: 20px;
    padding-left: 22px;
    width: 215px;
    height: 32px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.collect_right_2 {
    padding-left: 20px;
}

.order_play {
    display: block;
    margin: 0 auto;
    width: 52px;
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    cursor: pointer;
}

.order_play:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}

.gd_btn>div:nth-of-type(1),
.sd_btn>div:nth-of-type(1) {
    display: flex;
    /* border: 1px solid; */
    width: 215px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}

.gd_icon {
    display: inline-block;
    width: 28px;
    height: 14px;
    margin: auto 0;
    background: url("../images/teacherroom/731@2x.png") no-repeat;
    background-size: auto;
    margin-left: 10px;
}

.gd_arrange,
.sd_arrange {
    width: 215px;
    height: 118px;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    display: none;
    position: absolute;
    margin-top: 5px;
    z-index: 10;
    background: #fff;
}

.gd_arrange>span,
.sd_arrange>span {
    /* width: 100%;
        height: 100%; */
    line-height: 38px;
    /* border: 1px solid; */
    cursor: pointer;
    padding: 0 20px;
    display: block;
}

.gd_arrange>span:hover,
.sd_arrange>span:hover {
    background-color: #f5f7fa;
}

.gd_ac {
    color: #409eff;
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 18px;
}
.cd{
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 16px;
color: #666666;
margin-top: 20px;
}

.gd_btn:hover>.gd_arrange {
    display: flex;
}

.sd_btn:hover>.sd_arrange {
    display: flex;
}

.gd_btn,
.sd_btn {
    position: relative;
}

.gd_arrange::after,
.sd_arrange::after {
    left: 40px;
    top: -27px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #fff;
    border-top: 14px solid transparent;
}

.gd_arrange::before,
.sd_arrange::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #e1e1e1;
    border-top: 14px solid transparent;
    left: 40px;
    top: -29px;
}

.collect_list {
    margin: 20px auto 0;
    width: 1320px;
    /* height: 50px; */
    /* border: 1px solid; */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.study_list {
    margin: 20px auto 0;
    width: 1526px;
    display: flex;
    flex-direction: column;
}

.professions {
    width: 18.5rem;
    height: 289px;
    margin-right: 21px;
    position: relative;
    /* border: 1px solid; */
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 9px -4px;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
}

.professions_img {
    position: relative;
    border: 0.5px solid #e6e6e6;
    cursor: pointer;
}

.professions_img>img {
    width: 100%;
    height: 10rem;
}

.professions_time span {
    font-size: 12px;
    padding: 1px 3px;
    color: #fff;
}

.background1 {
    background-color: #1669e5;
    margin-right: 3px;
}

.background2 {
    background-color: #484848;
}

.professions_time {
    position: absolute;
    bottom: 0.3rem;
    right: 0.3rem;
}

.professions_text {
    /* border: 1px solid; */
    padding-left: 9px;
}

.professions_text>span {
  width: 286px;
margin-top: 10px;
height: 44px;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 16px;
color: #666666;
text-align: left;
font-style: normal;
text-transform: none;
display: inline-block;
overflow: hidden;
margin-bottom: 8px;
}

.professions_text>span:nth-child(1) {
    font-size: 18px;
}


.professions_del_img {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/user/2022.8.17/del.png") no-repeat;
    background-size: contain;
}

.professions_del {
    position: absolute;
    /* top: 103px;
    right: 7px; */
    top: 247px;
    right: 9px;
    z-index: 15;
    display: none;
}

.professions:hover .professions_del {
    display: block;
}

.study_add {
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 18px;
color: #1669E5;
}

.s_span1 {
    color: #707070;
    margin-right: 5px;
}

.s_span2 {
    font-size: 18px;
    cursor: pointer;
    color: #1669e5;
}

.paln {
    width: 100%;
    padding-bottom: 44px;
    border-bottom: 1px solid #9d9d9d;
    margin-top: 30px;
}

.paln_img>img {
    width: 290px;
    height: 163px;
    border: 1px solid #d2d2d2;
}

.paln_operator {
    display: flex;
}

.paln_set {
    margin: 0 35px;
    width: 429px;
    border-right: 1px solid #9d9d9d;
    display: flex;
    flex-direction: column;
}

.study_title {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 500;
    height: 20px;
    font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

.study_action {
    margin-top: 23px;
    height: 70px;
}

.tg_btn {
    background-color: #fff;
    color: #186AE6;
    border: 1px solid #186AE6;
    border-radius: 5px;
    padding: 12px 20px;
    cursor: pointer;
    margin-right: 5px;
}

.tg_btn:hover {
    color: #fff;
    background-color: #186AE6;
}

.study_text {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.study_text>span {
    font-size: 14px;
    color: #9d9d9d;
}


ul {
    list-style: none;
}

.tab {
    width: 100%;
}

.tab .box {
    width: 664px;
    position: relative;
    margin: 0 auto;
    height: 174px;
    display: flex;
    align-items: center;
    /* border: 1px solid; */
}

.tab .box .menus li {
    margin-top: 10px;
    cursor: pointer;
    display: block;
    width: 10px;
    /* height: 15px; */
    color: #d2d2d2;
    /* color: #fff; */
    text-align: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.tab .box .bg {
    color: #9d9d9d !important;

}

.tab .right {
    width: 734px;
    height: 174px;
    /* overflow: hidden; */
    /* margin-left: 50px; */
    overflow: auto;
    border-radius: 10px;
}
    .menus {
        height: 174px;
        overflow: auto;
    }

.tab .tab_right {
    width: 734px;
    height: 174px;
    color: #9d9d9d;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
}

.tab_right span {
    display: block;
    padding-right: 20px;
    font-size: 14px;
    line-height: 29px;
    width: 340px;
    overflow: hidden;
}

.tab .scroll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.shado {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 181;
    display: none;
}

.addStudy_type {
    width: 700px;
    height: 400px;
    top: 20vh;
    left: 25vw;
    display: none;
}

.add_class {
    width: 1000px;
    top: 20vh;
    left: 25vw;
    display: none;
}

.study_plan {
    width: 1000px;
    top: 10vh;
    left: 25vw;
    display: none;
}

.type {
    background-color: #ffffff;
    position: fixed;

    z-index: 190;
    margin: auto;
    left: 0;
    right: 0;
    animation-name: fade-in-top;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    overflow: hidden;
    border-radius: 2px;
}

.close {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url("../images/buyMessage/close.png") no-repeat;
    background-size: cover;
    margin: 5px 5px 0 0;
    cursor: pointer;
}

.close_class:hover,
.close_plan :hover {
    background: url("../images/buyMessage/close_1.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.addStudy_cont,
.plan_cont {
    padding: 0 20px;
}

.addStudy_title,
.plan_title {
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #1669e5;
    border-bottom: 1px solid #9d9dd9;
    position: relative;
}

input::-webkit-input-placeholder {
    color: #dcdfe6;
    font-size: 14px;
}

.add_button {
    cursor: pointer;
}

.add_button:hover {
    color: #fff;
    background-color: #186AE6;
}

.add_btn {
    margin: 130px 0 0 0;
    width: 100%;
}

.add_button {
    margin-right: 0 !important;
}

.addStudy_cont {
    padding: 30px 20px;
}

.class_collect_List {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 46px;
}

.plan_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.plan_del {
    position: absolute;
    right: 5px;
    top: 15px;
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/user/plan_del.png");
    background-size: cover;
    cursor: pointer;
}

.add_collect_pate {
    width: 480px;
    height: 66px;
    /* border: 1px solid; */
    margin-bottom: 30px;
    display: flex;
    align-content: center;
}

.add_collect_pate_img {
    width: 118px;
    height: 66px;
    position: relative;
    border: 1px solid #d2d2d2;
}

.add_collect_pate_img>img {
    width: 116px;
    height: 64px;
}

.add_collect_pate_text {
    display: flex;
    flex-direction: column;
    margin: 0 37px 0 17px
}

.add_collect_pate_text_title {
    width: 180px;
    font-size: 18px;
}

.add_collect_pate_text_text {
    font-size: 14px;
    margin: 2px 0 3px 0;
}

.add_collect_pate_text_time span {
    font-size: 12px;
    padding: 0.5px 3px;
    color: #fff;
}

.add_collect_pate_test {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_collect_pate_btn {
    display: block;
    width: 65px;
    height: 25px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    line-height: 22px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.pate_btn1,
.plan_btn1 {
    color: #1669e5;
    border-color: #1669e5;
}

.pate_btn2 {
    color: #000;
    border-color: #000;
}

.pate_btn1:hover {
    background-color: #1669e5;
    color: #fff;
}

.plan_btn1:hover {
    background-color: #1669e5;
    color: #fff;
}

.plan_test {
    width: 100%;
    height: 163px;
    /* border: 1px solid; */
    margin: 40px 0;
    display: flex;
}

.plan_test_img img {
    width: 290px;
    height: 163px;
}

.plan_test_operate {
    flex: 1;
    /* border: 1px solid; */
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}

.plan_test_operate_first_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* display: none; */
}

.plan_test_operate_first_1 span {
    display: block;
}

.plan_compile {
    width: 14px;
    height: 14px;
    background: url("../images/user/compile.png");
    background-size: contain;
    cursor: pointer;
}

.plan_test_operate_first_1_title {
    font-size: 18px;
    color: #606266;
    line-height: 40px;
}

.plan_test_operate_first_2 {
    display: flex;
    display: none;
}

.plan_test_operate_first {
    margin-bottom: 30px;
}

.plan_test_operate_text {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 40px;
}

.playn_input {
    width: 380px;
}

.plan_btn {
    display: block;
    border: 1px solid #1669e5;
    border-radius: 5px;
    width: 70px;
    height: 42px;
    margin-left: 20px;
    text-align: center;
    line-height: 42px;
    color: #1669e5;
    cursor: pointer;
}

.plan_btn:hover {
    background-color: #1669e5;
    color: #fff;
}

.professions_text_2_btn {
    display: inline-block;
    width: 57px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    background-color: #f4f4f4;
    color: #1669E5;
    border: 1px solid #1669E5;
    cursor: pointer;
    border-radius: 5px;
}
.payimg{
   width: 310px; 
   height: 178px;
   margin-bottom: 30px;
   border-radius: 6px 6px 6px 6px;
        box-shadow: 3px 3px 9px -4px;
        cursor: pointer;
}
.professions_text_2_btn:hover {
    color: #fff;
    background-color: #1669E5;
}

.professions_text_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.professions_text_2>span:nth-child(1) {
    font-size: 14px;
    color: #9d9d9d;
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
/* font-size: 12px;
color: #9D9D9D; */
}
.price2{
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #1669E5;
line-height: 0px;
text-align: left;
margin-top: 18px;
}
.nav-img{
    margin-right: 7px;
}

@media (max-width:750px) {
    .user_nav_box {
        height: 0.485rem;
        border-bottom: 0.01rem solid #e1e1e1;
        padding-top: 0rem;
        margin-bottom: 0;
        margin-top: 0.455rem;
    }
    .layui-laypage a, .layui-laypage span {
        font-size: 0.1rem !important;
        padding: 0 0.08rem !important;
        height: 0.25rem !important;
    line-height: 0.25rem !important;
    }
    .user_nav {
        width: 3.75rem;
        height: 0.485rem;
        padding: 0 0.185rem;
    }

    .user_nav li {
        /* width: 0.41rem; */
        height: 0.485rem;
        font-size: 0.085rem;
        line-height: 0.485rem;
    }

    .user_nav li i {
        bottom: -0.005rem;
        height: 0.02rem;
    }

    .phone_user_item_box .phone_user_item {
        display: none;
    }

    .phone_user_item_box .phone_user_item.ac {
        display: block;
    }

    #user_security_phone_form {
        width: 93%;
        margin-top: 0.255rem;
    }

    #user_securuser_security_phone_formity_form .info_form_item {
        margin-bottom: 0.075rem;
    }

    #user_security_phone_form .info_form_item .info_form_label {
        font-size: 0.085rem;
        margin-bottom: 0.06rem;
        margin-top: 0.15rem;
    }

    #user_security_phone_form .info_form_item .info_form_input {
        width: 2.555rem;
        height: 0.21rem;
        line-height: 0.2rem;
        font-size: 0.1rem;
        border: 0.005rem solid #e1e1e1;
        border-radius: 0.02rem;
        padding-left: 0.11rem;
    }

    #user_security_phone_form .info_form_item .err {
        padding-left: 0.04rem;
        height: 0.12rem;
    }

    .security_form_item.security_item_button .qdtg_button {
        font-size: 0.08rem;
        width: 0.485rem;
        line-height: 0.15rem;
        height: 0.17rem;
        border: 0.01rem solid #186ae6;
        border-radius: 0.085rem;
    }

    .security_form_item.security_item_button .qdtg_button:nth-of-type(1) {
        margin-right: 0.16rem;
    }

    .phone_user_collect,
    .phone_user_study {
        padding: 0.17rem 0.15rem 0;


    }

    .phone_user_collect_option {
        display: flex;
        justify-content: space-between;
    }

    .collect_left {
        font-size: .12rem;
        width: 1.5rem;
    }

    .collect_left .layui-input {
        border: none;
    }

    /* .user_nav_box{
        display: none;
      } */
    .type_class {
        display: inline-block !important;
        width: 49.2%;
        height: 1.4rem;
        /* border: 1px solid; */
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-sizing: border-box;
        font-size: .01rem;
        position: relative;
        margin-top: 0.15rem;
    }

    .type_class_img {
        width: 1.78rem;
        height: 0.92rem;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .type_class_img img {
        width: 100%;
        height: 100%;
        border: 0.01rem solid #ccc;
    }

    .type_class_text {
        font-size: .12rem;
        display: flex;
        flex-direction: column;
        margin-top: 0.12rem;
    }

    .type_class_text>span:nth-of-type(1) {
        color: #242424;
    }

    .type_class_text>span:nth-of-type(2) {
        color: #9d9d9d;
    }

    .type_class_img_time span {
        color: #fff;
        font-size: .12rem;
        padding: 0.02rem 0.02rem;
    }

    .type_class_img_time {
        position: absolute;
        bottom: 0.08rem;
        right: 0.1rem;
    }

    progress {
        position: absolute;
        width: 100%;
        height: 0.1rem;
        /* top: -0.015rem; */
        top: -2.5%;
    }

    .phone_user_collect_list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0.17rem;
        width: 100%;
        /* background-color: paleturquoise; */
        justify-content: space-between;
    }

    .phone_play_comment_hint {
        height: .6rem;
        line-height: 0.6rem;
        text-align: center;
        font-size: .16rem;
        color: #969799;
    }


    /* !!!!!! */
    .phone_user_item_box {
        min-height: 4.6rem;
    }

    .phone_user_item_box .phone_user_info {
        width: 100%;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac {
        display: block;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac .user_info_l {
        width: 100%;
        height: auto;
        border: none;
        padding-top: 0.3rem;
        padding-left: 0.15rem;
        padding-bottom: 0.3rem;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac .user_info_l .user_img_box {
        text-align: left;
        display: flex;
        align-items: center;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac .user_info_l .user_img_box img {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        margin-right: 0.14rem;
        border: 0.005rem solid #e1e1e1;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac .user_info_l .user_img_box p {
        padding: 0;
        font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 0.2rem;
        margin-bottom: 0.05rem;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac .user_info_l .user_img_box span {
        font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 0.13rem;
color: #707070;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac .user_info_l .user_img_box #re_user_img {
        width: 0.7rem;
        height: 0.19rem;
        padding-bottom: 0.015rem;
        margin: 0 0 0 .2rem;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac .user_info_l .user_img_box #re_user_img:hover {
        border-bottom: 0.005rem solid #707070;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac .user_info_l .user_img_box .infor_img_chang_box .qdtg_button {
        width: 0.485rem;
        height: 0.17rem;
        line-height: 0.16rem;
        border: 0.005rem solid #186ae6;
        font-size: 0.08rem;
        border-radius: 0.08rem;
    }

    .phone_user_item_box .phone_user_info.phone_user_item.ac .user_info_l .user_img_box .infor_img_chang_box .qdtg_button:nth-of-type(1) {
        margin-right: 0.03rem;
    }

    .user_info_r {
        width: 100%;
        padding-top: 0.01rem;
        padding-left: 0.15rem;
        margin-top: 0rem;
    }

    .user_info_r .info_form_item {
        margin-bottom: 0.075rem;
    }

    .user_info_r .info_form_item .info_form_label {
        font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.13rem;
color: #666666;
        margin-bottom: 0rem;
        margin-top: 0rem;
        width: 0.64rem;
    }

    .phone_user_info_count>span {
        display: inline-block !important;
        font-weight: 700 !important;
    }

    .phone_user_info_count>span>span {
        font-weight: 700 !important;
    }

    .user_info_r .info_form_item .info_form_input {
        width: 79%;
        height: 0.3rem;
        line-height: 0.3rem;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 0.13rem;
        color: #666666;
        border: none;
        border: 0.005rem solid #e1e1e1;
        border-radius: 0.02rem;
        padding-left: 0.11rem;
        background: none;
    }

    .user_info_r .info_form_item .err {
        padding-left: 0.04rem;
        height: 0.12rem;
    }

    .user_info_r .info_form_item.select>div {
        width: 2.555rem;
    }

    #phone_user_info_form.layui-form .layui-form-select {
        width: 0.93rem;
        height: 0.3rem;
    }

    #phone_user_info_form.layui-form .layui-form-select .layui-edge {
        width: 0.07rem;
        height: 0.04rem;
        margin-top: -3 200rem;
        background-size: cover;
    }

    .layui-form-select .layui-input {
        padding-right: 0.15rem;
        height: 0.3rem;
        border-radius: 0.02rem;
    }

    .info_form_btn {
        width: 100%;
        margin-top: 0.29rem;
        margin-bottom: 0.375rem;
        padding-right: 0.25rem;
    }

    .info_form_btn .qdtg_button {
        border: 0.01rem solid #186ae6;
        width: 0.60rem;
        height: 0.19rem;
        line-height: 0.155rem;
        font-size: 0.08rem;
    }

    .info_form_btn .info_form_btn .qdtg_button:nth-of-type(1) {
        margin-right: 0.16rem;
    }

    .phone_user_study_title_left_img {
        width: 0.09rem;
        height: 0.09rem;
        display: block;
        background: url("../images/play/42.png") no-repeat;
        background-size: 100% 100%;
        margin-right: 0.05rem;
    }

    .phone_user_study_title_left {
        display: flex;
        align-items: center;
        font-size: .12rem;
        /* z-index: 10000; */
    }

    .phone_user_study_title_left>span:nth-child(2) {
        color: #1669E5;
    }

    .phone_user_study_title {

        padding: 0.1rem 0.24rem 0.15rem 0rem;
    }

    .phone_user_study_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        

    }
    .plan{
        border-left: 0.05rem solid #1669E5; 
        padding-left: 0.05rem;
    }

    .study_left {
        font-size: .12rem;
        width: 1rem;
    }

    .study_left .layui-input {
        border: none;
    }

    .phone_user_study_content_1 {
        display: flex;
        align-items: center;
    }

    .phone_user_study_content_1>img {
        width: 1.55rem;
        height: .9rem;
    }

    .phone_user_study_content_1_text {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        font-size: .12rem;
        align-items: flex-start;
        margin-left: 0.1rem;
        height: .9rem !important;
        height: 100%;
    }

    .phone_user_study_content_1_text>span {
        color: #9d9d9d;
        width: 2rem;
    }

    .phone_user_study_content_1_text>span:nth-child(1) {
        color: #242424;
        font-size: .16rem;
    }

    .phone_user_study_list {
        /* margin-top: 0.15rem; */
        overflow-y: scroll;
        height: 7.5rem;
    }

    .phone_user_study_content_2 {
        margin: 0.1rem 0;
    }

    .phone_user_study_content_2>span {
        display: inline-block;
        border: 1px solid #1669E5;
        padding: 0.02rem 0.05rem;
        border-radius: 0.05rem;
        font-size: .12rem;
        margin-right: 0.12rem;
        background-color: #fff;
        color: #1669e5;
    }

    .phone_user_study_content_3 {
        width: 100%;
        height: 0.8rem;
        /* border: 1px solid; */
        overflow: hidden;
        display: flex;
        flex-direction: column;
        overflow-y: scroll;
        margin: 0.1rem 0;
    }

    .phone_user_study_content_3_text {
        font-size: .12rem;
        color: #9d9d9d;
    }

    .phone_user_study_content {
        margin-top: 0.2rem;
        border-bottom: 0.01rem solid #ccc;
    }

    .phone_user_study_addStudyPlan {
        position: absolute;
        background-color: #fff;
        z-index: 2500;
        width: 3.5rem;
        height: 3rem;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 0.05rem;
        display: none;
    }

    .phone_user_study_addClass {
        position: absolute;
        background-color: #fff;
        z-index: 2500;
        width: 3.8rem;
        height: 7rem;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 0.05rem;
        display: none;
    }

    .phone_user_edit_addClass {
        position: absolute;
        background-color: #fff;
        z-index: 2500;
        width: 3.8rem;
        height: 7rem;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 0.05rem;
        display: none;
    }

    .phone_user_study_addStudyPlan_content {
        margin: auto;
        display: flex;
        flex-direction: column;
        width: 3rem;
    }

    .phone_user_study_addClass_content {
        margin: auto;
        display: flex;
        flex-direction: column;
        width: 3.5rem;
        padding-top: .2068rem;
        overflow: hidden;
        overflow-y: scroll;
        /* border: .0103rem solid; */
        height: 6rem;
    }

    .phone_user_study_addCollect_title {
        margin: auto;
        width: 3.5rem;
        text-align: center;
        /* border: 1px solid; */
        border-bottom: 0.01rem solid #707070;
        position: relative;
    }

    .phone_user_study_addStudyPlan_title {
        margin: auto;
        width: 3rem;
        text-align: center;
        /* border: 1px solid; */
        border-bottom: 0.01rem solid #707070;
    }

    .phone_add_span {
        display: block;
        padding: .5rem 0 .2rem 0;
        color: #1669e5;
        font-size: .16rem;
    }

    .phone_user_study_addStudyPlan_content>input {
        /* border-color: #e1e1e1; */
        background: none;
        outline: none;
        border: 0.01rem solid #e1e1e1;
        height: 0.45rem;
        padding-left: 0.05rem;
        border-radius: 0.05rem;
        margin-top: 0.15rem;
    }

    .phone_user_study_addStudyPlan_content>span:nth-of-type(1) {
        font-size: .16rem;
        color: #707070;
        font-weight: 600;
        padding-top: 0.2rem;
    }

    .phone_user_study_addStudyPlan_content>span:nth-of-type(2) {
        width: 1rem;
        font-size: .16rem;
        padding: 0.05rem 0;
        border: 0.01rem solid;
        text-align: center;
        border-radius: 0.5rem;
        color: #1989fa;
        margin: 0.3rem 0 0.3rem 2rem;
    }

    .phone_study_add_myCollect {
        width: 3.4rem;
        display: flex;
        margin-bottom: .2068rem;
    }

    .phone_study_add_myCollect_img {
        width: 1.2406rem;
        height: .7064rem;
        border: 1px solid #e6e6e6;
        position: relative;
    }

    .phone_study_add_myCollect_img>progress {
        position: absolute;
        top: -0.04rem;
    }

    .phone_study_add_myCollect_img>img {
        width: 100%;
        height: 100%;
    }

    .phone_study_add_myCollect_text {
        margin-left: .2034rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .phone_study_add_myCollect_text>p:nth-of-type(1) {
        color: #484848;
        font-size: .1447rem;
        width: 1.5rem;
    }

    .phone_study_add_myCollect_text>p:nth-of-type(2) {
        color: #707070;
        font-size: .1241rem;
    }



    .phone_study_add_myCollect_text_type>span:nth-child(1),
    .phone_study_add_myCollect_text_type>span:nth-child(2) {
        color: #fff;
        font-size: .12rem;
        padding: 0.02rem 0.03rem;
    }

    .phone_study_edit_text_type>span:nth-child(1) {
        color: #fff;
        font-size: .12rem;
        padding: 0.02rem 0.03rem;
    }

    .phone_study_edit_text_type>span {
        margin: 0 .0517rem;
    }

    .phone_addCollect_nav {
        font-size: .12rem;
        padding: 0.02rem 0.05rem;
        border: .0103rem solid #1669E5;
        color: #1669E5;
    }

    .phone_edit_nav {
        font-size: .12rem;
        padding: 0.02rem 0.05rem;
        border: .0103rem solid #1669E5;
        color: #1669E5;
    }

    .phone_study_add_myCollect_text_type>span {
        margin: 0 .031rem;
    }

    .phone_addCollect_nav.ac {
        background: #ccc;
        pointer-events: none;
        cursor: default;
        color: #000;
        border: .0103rem solid #000;
    }

    .phone_user_edit_del {
        width: .1861rem;
        height: .1861rem;
        background: url("../images/user/plan_del.png") no-repeat;
        display: inline-block;
        background-size: cover;
        position: absolute;
        right: .1068rem;
        top: .5034rem;
    }

    .phone_user_edit_content>img {
        display: block;
        width: 3.5rem;
        height: 1.8rem;
        margin: .2068rem auto .1551rem;

    }

    .phone_user_edit_content_text {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        width: 3.5rem;
        height: .9304rem;
        justify-content: space-between;
        font-size: .1241rem;
        color: #9d9d9d;
        /* border: 1px solid; */
    }

    .phone_user_edit_content_text_title>input {
        height: .3rem;
        width: 100%;
        border: none;
        font-size: .1551rem;
    }

    .phone_user_edit_content_text_title {
        position: relative;
        /* border: 1px solid; */
    }

    .phone_user_edit_content_text_img {
        display: block;
        width: .1654rem;
        height: .1654rem;
        background: url("../images/user/compile.png") no-repeat;
        background-size: cover;
        position: absolute;
        right: 0rem;
        top: .0827rem;
    }

    .closes {
        display: block;
        width: .2101rem;
        height: .2101rem;
        z-index: 2000;
        background: url("../images/buyMessage/close.png") no-repeat;
        background-size: cover;
        position: fixed;
        right: 0.03rem;
        top: 0.03rem;
    }

    .phone_user_edit_content_list {
        width: 3.5rem;
        margin: 0 auto;
        padding-top: .2068rem;
    }

    .phone_user_edit_content {
        height: 6.05rem;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow-y: scroll;
    }

    .phone_user_license_list {
        padding: .16rem 0.15rem 0;
        width: 100%;
        /* height: 8.1691rem; */
        /* overflow-y: scroll; */
        /* height: .2068rem; */
        /* border: 1px solid; */
    }

    .phone_user_licenses {
        width: 100%;
        padding: 0 0.2rem 0.1rem;
        margin-top: 0.2rem;
        border-bottom: .0103rem solid gray;
    }

    .phone_user_licenses>div {
        display: flex;
        justify-content: space-between;
        font-size: .1241rem;
        color: #707070;
        margin-bottom: 0.1rem;
    }

    .phone_user_feedback_title {
        width: 3.5rem;
        margin: 0 auto;
        padding-top: .501rem;
    }

    .phone_user_feedback_title_btn {
        border: .0103rem solid rgb(24, 106, 230);
        color: rgb(24, 106, 230);
        font-size: .1344rem;
        padding: 0.08rem;
        border-radius: 0.5rem;
    }

    .phone_user_feedback_add {
        display: none;
        width: 3.5rem;
        margin: .3068rem auto 0;
    }

    .phone_user_feedback_add_subject_title {
        font-size: .1241rem;
        color: #707070;
        font-weight: 600;
        display: block;
        margin-bottom: .2101rem;
    }

    .subject_list .layui-input {
        height: .3929rem !important;
    }

    .phone_user_feedback_add_subject_content {
        padding-top: .2068rem;
    }

    .phone_user_feedback_add_subject_content textarea {
        width: 3.5rem;
        height: 2rem;
        padding: 0.1rem;
        border: 0.02336rem solid #e1e1e1;
        border-radius: 0.09346rem;
        outline: none;
        -webkit-appearance: none;
        font-size: .1654rem;
        color: #707070;
        resize: none;
        line-height: .3101rem;
        padding: 0 0.23364rem;
        box-sizing: border-box;
    }

    .phone_user_feedback_btn button {
        font-size: .1447rem;
        width: .9614rem;
        height: .3308rem;
        color: #1669E5;
        line-height: 0.15rem;
        /* height: 0.17rem; */
        border: 0.01rem solid #186ae6;
        border-radius: 0.5rem;
        margin-left: 0.1rem;
    }

    .phone_user_feedback_btn {
        width: 3.5rem;
        margin: .2169rem auto 0;
        display: flex;
        justify-content: flex-end;
    }

    .phone_user_feedback_list {
        width: 3.5rem;
        margin: .3101rem auto 0;
    }

    .qdtg_button_colla {
        font-size: .1247rem;
        width: .5614rem;
        height: .2308rem;
        color: #1669E5;
        line-height: 0.15rem;
        /* height: 0.17rem; */
        border: 0.01rem solid #186ae6;
        border-radius: 0.5rem;
        margin-left: 0.1rem;
        margin: 0.15rem 0 0.2rem 2.6rem;
    }

    .phone_user_feedback_list .layui-colla-title {
        padding: 0 15px 0 15px;
        background-color: #fff;
        height: .5169rem;
    }

    .phone_user_feedback_list .layui-colla-icon {
        left: 3.1691rem;

    }

    .phone_user_feedback_list .layui-collapse {
        border-style: none;

    }

    .phone_user_feedback_list .layui-colla-content {
        border-style: none;
        padding: 0 0;
    }

    .layui-colla-title {
        font-size: .1661rem !important;
    }

    .colla_text {
        padding: 0.1rem 0;
        word-wrap: break-word;
        word-break: normal;
        overflow: hidden;
        border-bottom: .0103rem dashed gray;
    }

    .colla_text_cont {
        text-indent: 2em;
    }

    .phone_user_operator {
        display: flex;
        align-items: center;
        margin-top: .06rem;
    }

    .phone_user_operator>span,
    #re_user_img>span {
        font-weight: 700 !important;

    }

    .fifth_num {
        font-size: .1241rem;
    }

    .phone_num_aitem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .user_nav_box{
        display: none;
    }
    .user_nav {
        display: flex;
       flex-direction: row;
        width: 100%;
        height: 0.61rem;
        padding: 0rem;
        margin-top: 10.8%;
        margin-left: 0rem;
        color: #666666;
        border-bottom: .01rem solid #E1E1E1;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
    .user_nav li {
        width: 0.672rem;
        height: 0.61rem;
        font-size: 0.15rem;
        line-height: 0.61rem;
        text-align: left;
    }
    .user_nav li img{
       display: none;
    }
    .user_nav li.ac {
        color: #186AE6;
        background-color: white;
        border-radius: 0;
        width: 0.7rem;
        height: 0.61rem;
        border-bottom: .01rem solid #186AE6;

    }
   .sc_title{
    display: flex;
    align-items: center;
justify-content: space-between;
/* border-left: 0.05rem solid #186AE6; */
/* padding-left: 0.07rem; */
   }
   .lineblueborder{
    border-left: 0.05rem solid #186AE6;
    height: 0.18rem;
    margin-top: 0.05rem;
   }
   .cd {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.13rem;
    color: #666666;
    margin-top: 0px;
}
.xuanxiang ul {
    display: flex;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.13rem;
    color: #333333;
    width: 1.5rem;
    justify-content: space-between;
    line-height: 0.25rem;
}
.gd_ac {
    color: #409eff;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size:0.14rem;
}
.professions {
    width: 48%;
    height: 1.75rem;
    margin-right: 0px;
    position: relative;
    /* border: 1px solid; */
    border-radius: 6px 6px 6px 6px;
    box-shadow: 3px 3px 9px -4px;
    cursor: pointer;
    margin-bottom: 0.1rem;
    overflow: hidden;
}
.professions_img>img {
    width: 100%;
    height: 0.95rem;
}
.professions_time {
    position: absolute;
    bottom: 0.05rem;
    right: 0.05rem;
}
.professions_time span {
    font-size: 12px;
    padding: 1px 3px;
    color: #fff;
}
.professions_text>span:nth-child(1) {
    font-size: 0.14rem;
    color: #333333;
    height: 0.19rem;
    margin-top: 0.05rem;
    margin-bottom: 0.02rem;
}
.professions_text_2>span:nth-child(1) {
    font-size: 0.1rem;
    color: #9D9D9D;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
}
.price2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.15rem;
    color: #1669E5;
    line-height: 0px;
    text-align: left;
    margin-top: 0.15rem;
}
.professions_del_img {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/user/2022.8.17/del.png) no-repeat;
    background-size: contain;
}
.professions_del {
    position: absolute;
    top:1.47rem;
    right: 7px;
    z-index: 15;
    display: block;
}
.plan {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.13rem;
    color: #333333;
    /* border-left:0.04rem solid #1669E5; */
}
.phone_gocourse{
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 0.13rem;
color: #000000;
}
.go_course_phone{
    width: 100%;
    display: flex;
    /* margin-bottom: 0.15rem; */
    margin-top: 0.15rem;
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.1rem;
color: #9D9D9D;
}
.imgbox_phone{
    width: 39%;
    height: 0.89rem;
    margin-right: 0.1rem;
}
.imgbox_phone img{
    width: 100%;
    height: 0.89rem;
    margin-right: 0.1rem;
}
.right_phone{
    width: 60%;
    height: 0.89rem;
}
.right_phone>div{
    margin-bottom: 0.03rem;
}
.course_name_phone{
    font-size: 0.13rem;
    color: #666666; 
    height: 0.37rem;
    margin-bottom: 0.03rem;
}
.price_phone{
    font-weight: bold;
font-size: 0.13rem;
color: #666666;
}
.basexinxi{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.14rem;
    color: #000000; 
    padding: 0rem 0.05rem;
    width: 0.9rem;
    height: .17rem;
    line-height: 0.17rem;
    border-left: 0.05rem solid #1669E5;
    margin-top: 0.16rem;
    margin-left: 0.15rem;
    
}
.user_info_l {
    margin-left: 0px;
}
#re_user_img:hover{
    border-bottom: none !important;
}
#re_user_img{
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.13rem;
color: #707070;
}
.infor_img_chang_box{
    text-align: left;
    padding-left: 0.15rem;
}
.info_form_item {
    text-align: center;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
}
.info_form_item.select>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.user_info_r .info_form_item.select>div {
    width: 79%;
}
.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 3px !important;
}
.layui-form-select .layui-input {
    padding-right: 10px !important;
    cursor: pointer;
}
.info_form_btn .qdtg_button:nth-of-type(1) {
    margin-right: 0.06rem;
}
.info_form_btn .qdtg_button {
    border: 0.01rem solid #186ae6;
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size:0.13rem;
}
.user_security_form {
    width: 790px;
    margin: 0.26rem 0.15rem;
    margin-left: 0.15rem;
}
#user_security_phone_form .info_form_item .info_form_label {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.13rem;
    color: #666666;
    margin-bottom: 0rem;
    margin-top: 0rem;
}
#user_security_phone_form .info_form_item .info_form_input {
    width: 79%;
    height: 0.3rem;
    line-height: 0.3rem;
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.13rem;
color: #E1E1E1;
    border: 0.005rem solid #e1e1e1;
    border-radius: 0.02rem;
    padding-left: 0.11rem;
}
.phone_user_security_setting .info_form_label {
    width: 0.52rem;
    margin-right: 0.08rem;
}
.phone_user_security_setting #user_security_phone_form .info_form_item .info_form_input {
    width: 83%;
    height: 0.3rem;
    line-height: 0.3rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.13rem;
    color: #E1E1E1;
    border: 0.005rem solid #e1e1e1;
    border-radius: 0.02rem;
    padding-left: 0.11rem;
}
.phone_user_security_setting .security_item_button {
    text-align: right;
    margin-top: 0.4rem;
    margin-left: 0px;
    padding-right: 0.1rem;
}
.phone_user_security_setting .security_form_item.security_item_button .qdtg_button {
    font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 0.13rem;
color: #186ae6;
    width: 1rem;
    line-height: 0.3rem;
    height: 0.3rem;
    border: 0.01rem solid #186ae6;
    border-radius: 0.15rem;
}
.phone_user_security_setting .security_form_item .qdtg_button:hover {
    background-color: #186AE6;
    color: #fff;
}
.phone_user_info .qdtg_button:hover {
    background-color: #186AE6;
    color: #fff;
}
.phone_user_security_setting .info_form_item{
position: relative;
}
.phone_user_security_setting #user_security_phone_form .info_form_item .err {
    position: absolute;
    top:0.3rem;
    left:0.6rem;
    padding-left: 0rem;
    height: 0.12rem;
    font-size: 0.11rem;

}

}