* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.zscx_img img {
    width: 100%;
    height: 22.2vh;

}

.zscx_img {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.zscx_page {
    position: relative;
}

.zscx_main {
    width: 62.5%;
    margin: 0 auto;
    position: relative;
    top: 5.9vh;
}

.zscx_header {
    font-size: 2vw;
    font-weight: 600;
    color: #FFFFFF;
}

.zscx_main_form {
    width: 100%;
    height: 51.2vh;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(23, 38, 68, 0.1);
    border-radius: 4px 4px 4px 4px;
    position: relative;
    top: 4vh;
}

.zscx_main_formTab ul li {
    width: 11vw;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #DDDDDD;

}

.zscx_main_formTab ul li:nth-child(2) {
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #DDDDDD;
}

.zscx_main_formTab {
    padding-top: 6.7vh;
}

.tabActive {
    border: 1px solid #1677FF !important;
    color: #1677FF !important;
}

.zscx_main_formTab ul {

    display: flex;
    justify-content: center;

}

.zscx_main_formItem {
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    justify-content: center;
}

.formItem p button {
    background: #168AFF;
    border-radius: 4px 4px 4px 4px;
    border: none;
    color: #fff;
    height: 5vh;
    width: 10.4vw;
}

.teacherName {
    display: none;
}

.zscx_goback {
    position: relative;
    color: #fff;
    font-size: 0.5vw;
    top: 2vh;
    cursor: pointer;
}

/* 璇佷功鏌ヨ缁撴灉 */
.xq_header {
    padding: 2.2vh;
    display: flex;
    justify-content: space-between;
    font-size: 0.5vw;
    color: #333333;
    border-bottom: 1px solid #DDDDDD;
    height: 10vh;
}

.xq_header>div>button {
    background: #168AFF;
    border-radius: 4px 4px 4px 4px;
    border: none;
    color: #fff;
    height: 5vh;
    width: 10.4vw;
    cursor: pointer;
}

.xq_imgList {
    display: flex;
    height: calc(100% - 11.4vh);

}

.xq_imgListLeft {
    width: 34.7%;
    border-right: 1px solid #DDDDDD;
}

.resultLeftHeader {
    font-size: 14px;
    color: #333333;
    padding: 1vh 2.2vh;
    border-bottom: 1px solid #DDDDDD;

}

.resultLeftBody {
    padding: 2.2vh;
}

.resultLeftBody input {
    height: 3.1vh;
    width: calc(100% - 54px);
    border: 1px solid #DDDDDD;
    outline: none;
}

.resultLeftBody button {
    width: 40px;
    height: 3.1vh;
    background: #1677FF;
    border: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.hd_list ul li {
    padding: 2.2vh;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.xq_imgListRight{
    width: 65.3%;
}
.resultrightHeader{
    font-size: 14px;
    color: #333333;
    padding: 1vh 2.2vh;
    border-bottom: 1px solid #DDDDDD;
}
.xq_imgListRightImg{
    position: relative;
    height: calc(100% - 4.5vh);
}
.xq_imgListRightImgMain{
    width: 33vw;
    height: 42.4vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.xq_imgListRightImg img{
   width: 100%;
   height: 100%;
   position: absolute;
}
.addfd img,.sx img{
width: 16px;
height: 16px;
position: absolute;
top: 9px;
left:10px;
}
.addfd,.sx{
    position: relative;
    width: 68px;
    height: 32px;
    background: #000000;
    opacity: 0.65;
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 32px;
cursor: pointer;
   
}
.addfd span,.sx span{
        margin-left: 30px;
}