﻿.common-box {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: white;
}

.location {
    padding:15px;
    font-size: 16px;
    margin: 0px auto;  
    border-bottom: 1px dashed #ddd;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13pt;
}

.location .layui-icon {
    margin: 0 6px;
}
.location a {
    margin: 0 6px;
}
.location .text {
    color: #96c0ff;
}

.aui-screen-list-box dl {
    border-bottom: #dddddd 1px dashed;
    overflow: hidden;
    padding: 5px 20px;
    box-sizing:border-box;
}

.aui-screen-list-box dl dt {
    float: left;
    text-align: right;
    font-weight: 500;
    line-height: 45px;
    font-size: 16px;
    color:#1182c9;
}

.aui-screen-list-box dl dd {
    position: relative;
    overflow: hidden;
}

.aui-screen-list-box dl dd a {
    display: inline-block;
    color: #333333;
    overflow: hidden;
    text-decoration: none; 
    font-size: 15px;
    padding:3px 10px;
    margin-top: 5px;
    cursor:pointer;
}

.aui-screen-list-box dl dd a.selected {
    background: #1182c9;
    color: #fff;
}

.content_wrap {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    background-color: white;
    padding: 15px;
    padding-bottom:30px;
    box-sizing:border-box;
}

.boxshadow {
    -webkit-box-shadow: 0 5px 20px #efefef;
    -moz-box-shadow: 0 5px 20px #efefef;
    -ms-box-shadow: 0 5px 20px #efefef;
    -o-box-shadow: 0 5px 20px #efefef;
    box-shadow: 0 5px 20px #efefef;
}
.zgy {
    box-sizing: border-box;
}

.zgy .detail-box {
    position: relative;
    height: 320px;
    overflow: hidden;
    border: 1px solid #eee;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s ease;
    margin-bottom: 20px;
    background: #fff;
    opacity: 1;
    border-radius: 12px 12px 12px 12px;
}
.zgy .detail-box:hover {
    border: none;
    transform: translateY(-10px);
    box-shadow: 0 4px 20px 0 rgba(85, 170, 255, .5);
}
.zgy .detail-box a {
    margin: 0;
    text-align: left;
}

.zgy .detail-box .detail-img {
    height: 226px;
    width: 100%;
}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.zgy .detail-words {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90px;
    padding: 15px 9px;
}
.zgy .detail-words .detail-desc {
    margin-left: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.zgy .detail-words .detail-num {
    width: 100%;
    height: 18px;
    font-size: 15px;
    line-height: 18px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #f4621f;
}
.detail-num span {
    float: left;
}
.detail-num label {
    float: right;
    font-size: 15px;
    line-height: 15px;
    color: rgba(51, 51, 51, .3);
}

.zgy .kcdetail {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
}
.zgy .kcdetail img { 
    width: 99%; 
    border-radius: 8px;
}

.zgy .right-box {
    height: 456px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
}
.zgy .right-box .flex-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.zgy .right-box .flex-item .title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    color: #000;
    font-weight: 500;
   /* max-width: 80%;*/
    display: inline-block;
    text-align: left;
}

.zgy .right-box .flex-item span {
    margin: 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #333;
}
.zgy .xueshi {
    background: #dff2e4;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 22px;
    color: #5ebe77;
    padding: 2px 10px;
    display: inline-block; 
}
.zgy .xpers {
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    padding: 2px 10px;
    display: inline-block;
}

.zgy i { 
    font-size: 22px; 
}
.zgy .right-box .price {
    font-size: 26px;
    font-family: Microsoft YaHei;
    text-align: left;
    color: #fe8a01;
    padding: 2px 10px;
} 

.zgy .right-box .bottom {
    position: absolute;
    bottom: 30px;
    text-align:center;
    height:45px;
    line-height:45px;
}

.zgy .inTeacher-List ul {
    height: 85px;
    overflow: hidden;
}
.zgy .inTeacher-List ul li {
    float: left;
    width: 70px;
    text-align: center;
    padding-right: 22px;
}
.zgy .inTeacher-List ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.zgy .inTeacher-List ul li p {
    font-size: 16px;
    color: #666;
    line-height: 12px;
    padding: 10px 0 16px;
}

.zgy .zjdetail ul { 
    overflow: hidden;
}

.zgy .zjdetail ul li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    border-bottom: 1px dotted #ebeef5;
    font-size: 12pt;
}
.zgy .zjdetail ul li span {
    position: absolute;
    right: 15px;
}
.layui-tab .layui-tab-title { 
    height: 54px; 
}
.layui-tab .layui-tab-title li {
    font-size: 26px;
    line-height: 54px;
    padding: 0 44px;
}
.layui-tab-title .layui-this:after { 
    height: 50px;
    border-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0; 
}
.listimg {
    width: 318px;
    float: left;
    margin: 20px 0px 0px 0px;
    position: relative;
}
.fl {
    float: left;
}
.smallbox {
    width: 320px;
    position: relative;
    border: #f8f8f8 solid 1px;
}
.smallbox img {
    width: 318px;
    height: 350px;
    vertical-align: middle;
}
.i_box {
    width: 200px;
    height: 200px;
    border: 1px solid #CCC;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(243, 210, 76, 0.5);
    cursor: move;
    display: none;
}
 
.bigbox {
    width: 500px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    left: 321px;
    top: 0;
    z-index:9999;
    display: none;
}
.listimg i {
    width: 22px;
    height: 32px;
}

.sprite-arrow-prev {
    background: url(/img/disabled-prev.png);
    position: absolute;
    left: 0;
    top: 11px;
}
.sprite-arrow-next {
    background: url(/img/disabled-next.png);
    position: absolute;
    right: 0;
    top: 11px;
}
.list_center {
    width: 280px;
    height: 54px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}
.list_center ul {
    height: 54px;
}
.list_center ul li {
    height: 54px;
    width: 54px;
    margin: 0 2px;
    float: left;
}
.list_center ul li img {
    width: 50px;
    height: 50px;
    border: 2px solid #FFFFFF;
}
.product-right {
    padding: 0px 30px 20px;
    width: 90%;
    min-height: 436px;
    box-shadow: 0px 0px 2px 0px rgba(159, 159, 159, 0.16);
}
.xgfyname .protitle {
    font-size: 26px; 
    color: #1182c9;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    line-height: 42px;
    text-overflow: ellipsis; 
}

.xgfyname span {  
    display: block;
    line-height: 30px;
    color: #888;
    font-size: 16px;
    margin-top: 10px;
}
.layui-body { 
    left: 0px;
    overflow:hidden;
}
.planeTitle {
    text-align: center;
}
.planeTitle .titleTxt {
    display: inline-block;
    padding: 0 42px;
    position: relative;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #000000;
    line-height: 24px; 
}
.cpread_2 {
    margin: 20px auto;
    box-shadow: 0px 0px 2px 0px rgba(159, 159, 159, 0.16);
    padding: 20px; 
}
.detail p {
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    margin-bottom:10px;
}
.cplist2 {
    margin: 10px 10px auto 10px;
}
.cplist2 ul {
    overflow: hidden;
}
.cplist2 ul li {
    width: 236px;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #dddddd;
}
.cplist2 ul li dl dt {
    overflow: hidden;
    border-radius: 5px;
    height: 260px;
   text-align:center;
}
.cplist2 ul li dl dt img {
    overflow: hidden;
    width: 222px;
    height: 260px;
    transition: all 0.5s;
}
.cplist2 ul li dl dd {
    overflow: hidden;
}
.dd_title {
    font-size: 15px;
    color: #333;
    height: 26px;
    line-height: 26px;
    margin-top: 5px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dd_bms {
    font-size: 12px;
    color: #808080;
    height: 34px;
    line-height: 34px;
}
.planeTitle .titleTxt::before {
    position: absolute;
    width: 23px;
    height: 17px;
    content: "";
    background-image: url(/img/jtright.png);
    background-repeat: no-repeat;
    right: 0;
    top: 4px;
}
.planeTitle .titleTxt::after {
    position: absolute;
    width: 23px;
    height: 17px;
    content: "";
    background-image: url(/img/jtleft.png);
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
}

.choose-btns .choose-amount {
    width: 151px;
    height: 44px;
    position: relative;
    margin-right: 10px;
    float: left;
    margin-top: 6px;
}