* {
    padding: 0;
    margin: 0;
}

.body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Microsoft Yahei'
}

.mr16 {
    margin-right: 16px;
}

.page_select {
    width: 100%;
    border-bottom: 1px solid #eee;
    /*height: 50px;
    position: fixed;*/
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
}

.page_select_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content:center;
}


.active_line {
    width: 20px;
    height: 3px;
    bottom: 0px;
    position: absolute;
    left: 130px;
    background: #ff7200;
}

.page_select_left {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    line-height: 70px;
    position: relative;
}

.page_select_left p {
    margin-right: 30px;
    cursor: pointer;
    width:280px;
    text-align:center;
}

.free_try_btn {
    width: 120px;
    height: 36px;
    color: #fff;
    background: #ff7200;
    border-radius: 18px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
}

.case_content {
    width: 1200px;
    margin: 0 auto;
    min-height:450px;
}

.catalogue_box {
    background: #f8f8f8;
    border-radius: 4px;
    width: 100%;
    margin: 20px auto 20px;
    /* height: 200px; */
    font-size: 14px;
    color: #333;
    padding: 0 0 20px 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.catalogue_box li {
    list-style: none;
    float: left;
    width: 166px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    text-align:center;
}

.catalogue_box li p {
    display: inline-block;
    cursor: pointer;
}

.active_color {
    color: #ff7200!important;
}

.catalogue_box li p:hover {
    color: #ff7200;
}

.case_show_area {
    width: 100%;
}

.case_show_box {
    width: 273px;
    margin-right: 36px;
    height: 484px;
    background: #fff;
    float: left;
    box-sizing: border-box;
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 36px;
}

.case_show_box:nth-child(4n) {
    margin-right: 0;
}

.case_show_box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    border-color: #fff;
    /*background: url(/autoweb/images/1.jpg) no-repeat;*/
    background-size: contain;
    transition: all .4s;
}

.case_show_outbox {
    position: absolute;
    top: 0px;
    left: 0;
    width: 273px;
    height: 484px;
}

.qrcode {
    width: 120px;
    height: 120px;
    background: #fff;
    margin: 180px auto 20px;
    border-radius: 50%;
    padding: 10px;
}

.white_mask_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.white_mask_content p {
    font-size: 12px;
    color: #999;
    text-align: center;
}

.case_logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f8f8f8;
    margin: 40px auto 40px;
    padding: 10px;
    box-sizing: border-box;
    background-size:cover
     
    }

.case_info h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    color: #333;
}

.case_info p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 200px;
    margin: 12px auto 20px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.black_line {
    width: 20px;
    height: 2px;
    background: #333;
    margin: 0 auto;
}

.case_label_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
}

.case_label {
    height: 26px;
    font-size: 12px;
    color: #666;
    border: 1px solid #eee;
    padding: 0 20px;
    min-width: 80px;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
}

.white_mask {
    background: linear-gradient(to top, rgba(255, 255, 255, 1)50%,rgba(255, 255, 255, .9)60%,rgba(255, 255, 255, .8)70%, rgba(255, 255, 255, 0));
    height: 80%;
    width: 100%;
    position: absolute;
    bottom:0;
    left: 0;
    opacity: 0;
}

.case_show_box:hover .white_mask {
    opacity: 1;
    transition: all .4s;
}

.case_show_box:hover .case_info {
    display: none;
}
.specPages {padding-bottom: 40px; text-align:center; /*width:580px;*/ width:50%; margin:0 auto;  padding-top: 20px;overflow:hidden; clear: both;display: flex;
    justify-content: center;}
.specPages a, .specPages span{display:block;  margin-right: 5px;width:30px;height: 30px;line-height: 30px;float:left;border:1px solid #ddd;  background: #fff;}
.specPages .pageNum{background:#fff;color:#666;}
.specPages .current,.specPages .pageNum:hover{background:#F4721C;color:#fff;  border: 1px solid #F4721C;}
.specPages .prev, .specPages .next{width:60px;}
.specPages .ellipse{background:none;border:none;}