.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.headerBack .headerBackSs{
    width: fit-content;
    position: absolute;
}
.headerBack input{
    width: 500px;
    line-height: 40px;
    box-sizing: border-box;
    margin-left: 24px;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #333;
    height: 40px;
    padding: 12px;
    border-radius: 16px;
    padding-right: 30px;
}
.headerBack i{
    position: absolute;
    top: 8px;
    right: 6px;
    z-index: 10;
    font-size: 22px;
    color: #0099FF;
}
.detailBox {
    width: 1200px;
    margin: 70px auto 0;
}

.DetailLeft {
    margin-right: 30px;
    padding: 10px;
    border: 2px solid #e2e2e2;
    border-radius: 8px;
    width: 70%;
    height: 453px;
    overflow: hidden;
}

.DetailLeft img {
    width: 100%;
    border-radius: 2px;
    transition: margin-top 6s;
    -webkit-transition: margin-top 6s;
}

.DetailLeft:hover img {
    margin-top: -2000px;
}

.neibuBox {
    display: flex;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.DetailRight {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24%;
}

.DetailRight h2 {
    color: rgba(51, 51, 51, 1);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 75px;
}

.DetailRight .hotTuijian {
    padding: 4px;
}

.DetailRight .hotTuijian .hotTJ {
    font-size: 20px;
    margin-bottom: 24px;
}

.hotTJ {
    display: flex;
}

.hotTJ .line {
    width: 6px;
    height: 26px;
    background: #0099FF;
    margin-right: 11px;
    border-radius: 4px;
}

.DetailRight .hotNames a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid rgba(238, 238, 238, 1);
    margin-right: 4px;
    margin-bottom: 14px;
}

.DetailRight .detailZixun, .DetailRight .detailYulan {
    width: 236px;
    height: 44px;
    line-height: 44px;
    background: #0099FF;
    border-radius: 24px;
    font-size: 16px;
    border: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.DetailRight .detailYulan {
    background-color: #fff;
    color: #0099FF;
    border: 1px solid #0099FF;
}

/*模板介绍*/
.productBeside {
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px;
}

.productBeside .mobanPro {
    color: #333;
    font-size: 16px;
    border-bottom: 2px solid #e2e2e2;
    padding: 10px;
}

.productBeside .mobanContent {
    letter-spacing: 1px;
    font-size: 14px;
    text-indent: 18px;
    padding: 10px;
}

.productTui {
    padding: 10px;
    background: #fff;
    border-radius: 4px;
}

/*相关产品推荐*/
.productTui .producLeisi {
    font-size: 26px;
    border-bottom: 2px solid #e2e2e2;
    padding: 10px;
}

.productTui .moreXGProd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.productChanpin {
    margin-right: 14px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
    width: 30%;
    padding: 10px;
    margin-bottom: 26px;

}

.productChanpin .productImg {
    height: 236px;
    overflow: hidden;
}

.productChanpin img {
    width: 334px;
    border-radius: 4px;
    transition: margin-top 6s;
    -webkit-transition: margin-top 6s;
}

.productChanpin:hover img {
    margin-top: -500px;
}

.productChanpin > p {
    text-align: center;
    padding: 12px;
    font-size: 16px;
}

.productChanpin .maskShangpibBox {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 94%;
    height: 236px;
    background-color: #000;
    opacity: .5;
    align-content: center;
    text-align: center;
    display: none;
}

.productChanpin .maskShangpibBox .zixun, .productChanpin .maskShangpibBox .yulan {
    width: 96px;
    height: 34px;
    background-color: red;
    border: none;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    line-height: 34px;
    cursor: pointer;
}

.productChanpin:hover .maskShangpibBox {
    display: block;
}


/*弹出框*/
.layui-layer-title {
    font-size: 18px !important;
    background-color: #F8F8F8;
}



.loginDivTeS {
    margin-top: 20px;
}

.loginLabel {
    color: #000;
    font-size: 16px;
    width: 110px!important;
}

.loginInput {
    font-size: 16px
}


.code_image {
    margin-left: 32px;
    width: 54px;
    height: 38px;
}
