锘緻charset "utf-8";
/* CSS Document */
@import "font.css";
html {
    width: 100%;
    background: none;
    -webkit-text-size-adjust: none;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1120px;
    background: #fbfbfb;
    font: normal 14px 'OPPOSans';
    color: #666;
    line-height: 24px;
    letter-spacing: 1px; /*璁惧畾瀛椾綋闂磋窛鐨勫睘鎬?/
}

* {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    outline: 0;
    font-size: 100%;
    font-family:'SourceHanSansCN-Regular' !important;
}

a {
    text-decoration: none;
    border: none;
    color: #666;
    cursor: pointer;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

img {
    border: none;
    border-width: 0px;
}
/* 娓呯悊鍏冪礌榛樿鏍峰紡 */
textarea, select, input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/*select::-ms-expand{
    display:none;
}*/
/*========================*/
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

button {
    border: none;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
/*===============================All the documents of general Settings================================*/
.insideBox {
    width: 1120px;
    margin: 0 auto;
}

.minWidthCon {
    width: 100%;
    min-width: 1120px;
}

.oneNameTitle {
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: #d71718;
    background: transparent;
}

    .oneNameTitle img {
        display: inline-block;
        margin-right: 12px;
        height: 30px;
        width: auto;
        vertical-align: middle;
    }

    .oneNameTitle span {
        display: inline-block;
        font-size: 20px;
        color: #292929;
        margin-left: 2px;
        position: relative;
        top: -2px;
        background: url('../images/hangLine.svg') left 42px no-repeat;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/hangLine.svg",sizingMethod='scale');
    }

.topLine {
    height: 30px;
    width: 100%;
    min-width: 1120px;
    line-height: 30px;
    background: #efefef;
}

    .topLine ul.menuTopUser {
        float: right;
        padding-right: 30px;
    }

        .topLine ul.menuTopUser li {
            float: left;
            width: 75px;
            font-size: 12px;
            color: #999;
        }

            .topLine ul.menuTopUser li img {
                float: left;
                width: 14px;
                height: 14px;
                padding-top: 8px;
                padding-right: 5px;
            }

.topMenuWeb {
    width: 100%;
    min-width: 1120px;
    height: 65px;
    background: #fff;
    border-bottom: 1px solid #efefef;
}

    .topMenuWeb .leftLogoBox {
        float: left;
        height: 65px;
        padding-left: 30px;
        line-height: 65px;
    }

        .topMenuWeb .leftLogoBox img {
            display: inline-block;
            width: 98px;
            height: auto;
            vertical-align: middle;
        }

    .topMenuWeb .rightMenuBox {
        float: right;
        padding-right: 30px;
    }

        .topMenuWeb .rightMenuBox ul li {
            float: left;
            width: 120px;
            height: 63px;
            cursor: pointer;
        }

            .topMenuWeb .rightMenuBox ul li a {
                display: block;
                margin-top: 24px;
                height: 40px;
                font-size: 16px;
                color: #000;
                text-align: center;
                line-height: 16.25px;
                border-right: 1px solid #eee;
            }

            .topMenuWeb .rightMenuBox ul li:last-child a {
                border-right: none;
            }

            .topMenuWeb .rightMenuBox ul li.active {
                position: relative;
                border-bottom: 2px solid #d71718;
            }

                .topMenuWeb .rightMenuBox ul li.active:after {
                    position: absolute;
                    bottom: -2px;
                    left: 55px;
                    content: '';
                    width: 0;
                    height: 0;
                    border: 8px solid transparent;
                    border-bottom: 10px solid #d71718;
                }

.bannerOutSideBox {
    position: relative;
    width: 100%;
    min-width: 1120px;
    height: 630px;
    background: #f4f4f4;
}

    .bannerOutSideBox .leftRedBox {
        position: absolute;
        width: 39%;
        height: 555px;
        background: #d71718;
    }

    .bannerOutSideBox .rightBlackBox {
        position: absolute;
        right: 0;
        height: 500px;
        width: 61%;
        background: url('../images/bannerBg.jpg') left top, #292929;
    }

        .bannerOutSideBox .rightBlackBox .maskLayerBox {
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.65);
            overflow: hidden;
        }

        .bannerOutSideBox .rightBlackBox img {
            width: 495px;
            height: 278px;
            position: absolute;
            top: 110px;
            left: 274px;
        }

.bannerContentBox {
    position: absolute;
    right: -216px;
    bottom: -9px;
    z-index: 1;
}

.bannerShower img {
    width: 520px;
}
/*.bannerOutSideBox .bannerContentBox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 1040px;
  height: 555px;
  margin: 0 auto;
  background: transparent;
}*/
/*.bannerShower img {
  margin-top: 136px;
   margin-left: -194px; 
  width: auto;
  height: 457px;
}*/
.slider img {
    margin-top: 0px;
}

.firstContentBox {
    position: relative;
    width: 100%;
    min-width: 1120px;
    height: auto;
}

    .firstContentBox .productBox {
        width: 100%; /* height: 736px; */
        padding-top: 60px;
        background: #fbfbfb;
    }

        .firstContentBox .productBox .productOur {
            width: 1040px;
            padding-bottom: 75px;
        }

            .firstContentBox .productBox .productOur ul li {
                float: left;
                width: 260px;
                height: 200px;
                text-align: center;
                padding-top: 60px;
            }

                .firstContentBox .productBox .productOur ul li img {
                    width: 85px;
                    height: 85px;
                }

                .firstContentBox .productBox .productOur ul li p {
                    padding-top: 30px;
                    font-size: 15px;
                    color: #292929;
                }

        .firstContentBox .productBox .foldBtn {
            text-align: center;
        }

            .firstContentBox .productBox .foldBtn button {
                width: 130px;
                height: 36px;
                margin: 0 auto;
                color: #292929;
                line-height: 34px;
                background: transparent;
                border: 1px solid #292929;
            }

                .firstContentBox .productBox .foldBtn button img {
                    display: inline-block;
                    width: auto;
                    height: 10px;
                    margin-right: 8px;
                    vertical-align: middle;
                }

.scBoxContainer, .softwareBox {
    background: #f4f4f4;
}

.firstContentBox .solveCaseBox {
    width: 1120px;
    padding: 0 0 80px;
}

    .firstContentBox .solveCaseBox .leftTopSpace {
        margin: 0 0 66px;
    }

    .firstContentBox .solveCaseBox .caseBox {
        height: auto;
        margin-bottom: 60px;
    }

        .firstContentBox .solveCaseBox .caseBox ul li:nth-child(1) {
            margin: 0 28px 0 38px;
        }

.caseList:nth-child(1) > img {
    width: 132px;
    height: 142px;
    left: 84px;
    top: 79px;
}

.firstContentBox .solveCaseBox .caseBox ul li:nth-child(2) {
    margin: 0 28px;
}

.caseList:nth-child(2) > img {
    width: 260px;
    height: 80px;
    left: 20px;
    top: 110px;
}

.firstContentBox .solveCaseBox .caseBox ul li:nth-child(3) {
    margin: 0 28px 0 38px;
}

.caseList:nth-child(3) > img {
    width: 280px;
    height: 180px;
    left: 10px;
    top: 60px;
}

.firstContentBox .solveCaseBox .caseBox ul li {
    float: left;
    width: 300px;
    height: 300px;
    position: relative;
    background: #fff;
}

    .firstContentBox .solveCaseBox .caseBox ul li a {
        position: relative;
        display: inline-block;
        width: 300px;
        height: 300px;
    }

        .firstContentBox .solveCaseBox .caseBox ul li a p { /*   height: 40px; */
            margin: 254px 0 36px 0;
            text-align: center; /*   line-height: 40px; */
            color: #000; /*   background: rgba(0, 0, 0, 0.8); */
        }

            .firstContentBox .solveCaseBox .caseBox ul li a p span {
                display: inline-block;
                font-size: 16px;
            }

.hoverStyle, .basicImg {
    position: absolute;
    left: -6px;
    top: -8px;
    width: 320px;
    height: 320px;
    color: #fff;
    text-align: center;
    overflow: hidden; /*   display:none; */
}

.basicImg {
    opacity: 0;
}

.hoverStyle {
    top: 150px;
    display: none;
}

.firstContentBox .solveCaseBox .caseBox ul li a .hoverStyle h4,
.firstContentBox .solveCaseBox .caseBox ul li a .hoverStyle h6,
.firstContentBox .solveCaseBox .caseBox ul li a .hoverStyle h3 { /* padding-left: 30px; */
    font-weight: normal;
}

.firstContentBox .solveCaseBox .caseBox ul li a .hoverStyle h4 {
    margin: 75px auto 0;
    font-size: 24px;
    width: 224px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px; /*   /*绉佹湁缂╂斁灞炴€э紱娉細涓嶅吋瀹笽E8浠ヤ笅娴忚鍣
  -ms-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
  /*缂╂斁灞炴€э紱涓や釜鍙傛暟锛?姘村钩缂╂斁姣斾緥,鍨傜洿缂╂斁姣斾緥)锛?琛ㄧず鍘熸瘮渚
  -webkit-transform: scale(1, 1.2);
  -moz-transform: scale(1, 1.2);
  -o-transform: scale(1, 1.2); */
}

.firstContentBox .solveCaseBox .caseBox ul li a .hoverStyle h6 {
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-align: left;
    width: 224px;
    height: 32px;
    text-overflow: ellipsis;
}

.firstContentBox .solveCaseBox .caseBox ul li a .hoverStyle h3 {
    margin-top: 60px;
    font-size: 16px;
    line-height: 24px;
}

    .firstContentBox .solveCaseBox .caseBox ul li a .hoverStyle h3 img {
        display: inline-block;
        width: 38px;
        height: auto;
        margin-left: 8px;
        vertical-align: middle;
    }
/* .firstContentBox .solveCaseBox .caseBox ul li:hover .hoverStyle {
  display: block;
} */
.caseBox ul:after {
    content: '020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.firstContentBox .softwareBox {
    width: 100%;
    margin-bottom: 108px;
    overflow: hidden;
}

    .firstContentBox .softwareBox .softwareInsede, .user {
        width: 1120px;
        height: 446px;
        margin: 0 auto;
        position: relative;
    }
        /*.softwareInsede {
	background:url(/images/dev_bg.png) left bottom no-repeat;
}*/
        .firstContentBox .softwareBox .softwareInsede .rightTextContent {
            width: 400px;
            height: 358px;
            margin: 18px 54px 0 0;
            text-align: right;
        }

.rightTextContent a {
    display: inline-block;
}

.firstContentBox .softwareBox .softwareInsede .rightTextContent h2,
.firstContentBox .softwareBox .softwareInsede .rightTextContent h3 { /*   padding-right: 74px; */
    font-weight: normal;
}

.firstContentBox .softwareBox .softwareInsede .rightTextContent h2 {
    margin-top: 50px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

    .firstContentBox .softwareBox .softwareInsede .rightTextContent h2 span { /* display: inline-block; */
        font-size: 28px;
        color: #292929;
    }

.firstContentBox .softwareBox .softwareInsede .rightTextContent div {
    margin: 60px 0 80px;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    text-indent: 2em;
    padding-left: 25px;
}

.firstContentBox .softwareBox .softwareInsede .rightTextContent h3 {
    font-size: 16px;
}

    .firstContentBox .softwareBox .softwareInsede .rightTextContent h3 img, .userLearn img {
        display: inline-block;
        width: 38px;
        height: auto;
        margin-left: 8px;
        vertical-align: middle;
    }

.firstContentBox .copyNewsBox {
    width: 1044px;
    height: auto;
    margin-bottom: 60px;
}

    .firstContentBox .copyNewsBox .leftTopSpace {
        margin: 30px auto;
    }

    .firstContentBox .copyNewsBox ul li {
        float: left;
        width: 260px; /*   height: 385px; */
        background: #f9f9f9;
        border-right: 1px solid #fff;
    }

        .firstContentBox .copyNewsBox ul li a {
            position: relative;
            display: inline-block;
            width: 260px; /*   height: 385px; */
        }

            .firstContentBox .copyNewsBox ul li a .normalBox {
                padding: 60px 50px 80px 30px;
                height: 250px;
            }

                .firstContentBox .copyNewsBox ul li a .normalBox .timeBox {
                    width: 65px;
                    height: 65px;
                    margin: 0;
                    border: 1px solid #494949;
                    color: #494949;
                    border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    -o-border-radius: 5px;
                }

                    .firstContentBox .copyNewsBox ul li a .normalBox .timeBox .dateLine {
                        padding: 5px 5px 0px 5px;
                        font-size: 18px;
                        color: #494949;
                        line-height: 32px;
                    }

                    .firstContentBox .copyNewsBox ul li a .normalBox .timeBox .yearLine {
                        padding: 0px 5px 5px 5px;
                    }

                .firstContentBox .copyNewsBox ul li a .normalBox h2 {
                    margin: 35px 0 55px;
                    font-size: 16px;
                    height: 48px;
                    overflow: hidden;
                }

                .firstContentBox .copyNewsBox ul li a .normalBox .newsCont {
                    font-size: 14px;
                    font-weight: normal;
                    color: #666;
                    height: 72px;
                    overflow: hidden;
                    position: relative;
                }

            .firstContentBox .copyNewsBox ul li a .hoverBox {
                display: none;
                position: absolute;
                bottom: -390px;
                width: 100%;
                height: 385px;
                color: #fff;
                background: #d71718;
                z-index: 1;
            }

                /*.newsList:hover .hoverBox {
    bottom:0px;
    display:block;
    opacity:1;
}*/
                .firstContentBox .copyNewsBox ul li a .hoverBox .newsImgBox {
                    width: 100%;
                    height: 235px;
                    overflow: hidden;
                }

                    .firstContentBox .copyNewsBox ul li a .hoverBox .newsImgBox img {
                        width: 100%;
                    }

                .firstContentBox .copyNewsBox ul li a .hoverBox h2 {
                    width: 202px;
                    height: 52px;
                    line-height: 26px;
                    padding: 0 38px 0px 20px;
                    margin-top: 30px;
                    text-align: center;
                    font-size: 18px;
                    font-weight: normal;
                    overflow: hidden;
                }

                .firstContentBox .copyNewsBox ul li a .hoverBox .hoverTime {
                    margin-top: 22px;
                    text-align: center;
                }

                    .firstContentBox .copyNewsBox ul li a .hoverBox .hoverTime span {
                        display: inline-block;
                        padding: 0 8px;
                        font-size: 12px;
                        line-height: 20px;
                        border: 1px solid #fff;
                        border-radius: 20px;
                        -webkit-border-radius: 20px;
                        -moz-border-radius: 20px;
                        -ms-border-radius: 20px;
                        -o-border-radius: 20px;
                    }

            .firstContentBox .copyNewsBox ul li a:hover .hoverBox { /*   display: block;
  left: 0; 
  animation: moveRight 0.8s;
  -moz-animation: moveRight 0.8s;
  -webkit-animation: moveRight 0.8s;
  -o-animation: moveRight 0.8s;*/
            }

.firstContentBox .uesrAssembly .leftAlign {
    text-align: left;
    padding-left: 25px;
}


@keyframes moveUp {
    from {
        opacity: 1;
        bottom: -390px;
    }

    to {
        opacity: 0;
        bottom: 0px;
    }
}

@-moz-keyframes moveUp {
    from {
        opacity: 1;
        bottom: -390px;
    }

    to {
        opacity: 0;
        bottom: 0px;
    }
}

@-webkit-keyframes moveUp {
    from {
        opacity: 0;
        bottom: -390px;
    }

    to {
        bottom: 0px;
    }
}

@-o-keyframes moveUp {
    from {
        opacity: 1;
        bottom: -390px;
    }

    to {
        opacity: 0;
        bottom: 0px;
    }
}

.mask {
    width: 320px;
    height: 320px;
    position: absolute;
    background: #000;
    opacity: 0.65;
    border-radius: 6px;
}

.showFold {
    text-align: center;
    margin: 50px 0 0;
}

    .showFold button {
        background: #595959;
        border-radius: 20px;
        width: 112px;
        height: 26px;
        color: #fff;
    }

.rBtn {
    display: none;
}

    .lBtn img, .rBtn img {
        padding: 6px 0;
        width: 14px;
    }

    .rBtn span, .lBtn span {
        position: relative;
        top: -8px;
        left: 2px;
    }

ul.group {
    height: 520px;
    overflow: hidden;
    transition: height linear .5s;
}

.basicImg img {
    border-radius: 6px;
}

.softwareLogo {
    width: 28px;
    vertical-align: bottom;
}

.leftImgBox {
    height: 420px;
    width: 628px;
}

.user .fr {
    width: 640px;
    height: 446px;
}

.leftImgBox img, .fr img {
    max-width: 100%;
    height: 100%;
    object-fit:cover;
}

.learnMore {
    height: 18px;
    line-height: 18px;
    width: 144px;
    color: #d71718;
    display: inline-block;
    text-align: center;
}

.activeTitle {
    width: 486px;
    color: #000;
    position: absolute;
    top: 70px;
    left: 52px;
    line-height: 26px;
    text-align: left;
    text-indent: 20px;
    font-size: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    font-weight: normal;
}

.userActive {
    width: 410px;
    margin: 186px 0 0 52px;
}

    .userActive a {
        display: block;
        text-align: right;
        color: #d71718;
    }

.userLearn {
    position: absolute;
    text-align: right;
    left: 64px;
    bottom: 56px;
}

    .userLearn a {
        width: 156px;
        height: 28px;
        line-height: 28px;
        color: #d71718;
        display: inline-block;
        text-align: left;
    }

    .userLearn img {
        margin: 0 8px 0 0;
    }

.activeContent {
    margin-bottom: 104px;
    text-align: left;
    text-indent: 20px;
    font-size: 16px;
}
/*.tfLogo {
	position:absolute;
	right:-70px;
	bottom:-40px;
}*/
.learnMask {
    position: absolute;
    left: 436px;
    bottom: 38px;
}
/*.bannerShower {
	position:relative;
}*/
.sliderContainer {
    top: 17px;
    left: 15px;
}

.caseList > img {
    position: absolute;
}

.adderText p {
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 8px;
}

.assistLogo {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #fff;
    margin-bottom: 8px;
    position: fixed;
    top: 298px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.goTop {
    top: 426px;
}

.lInfo {
    width: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    padding: 5px 0;
}

.innerInfo {
    width: 24px;
    font-size: 12px;
}

.innerSecInfo {
    padding: 2px 0;
}

.lInfo p {
    margin-bottom: 2px;
}

.innerInfo img {
    width: 24px;
    margin-bottom: 2px;
}

.goTop .lInfo {
    padding-top: 0;
}

    .goTop .lInfo img {
        height: 14px;
        width: 12px;
    }

.lInfo .triangle:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 7px solid #d71718;
    border-left: 7px solid transparent;
    margin-top: 6px;
}

.originInfo {
    height: 120px;
}

    .originInfo .rInfo {
        display: none;
        font-size: 12px;
        letter-spacing: 0;
        text-align: left;
    }

.rInfo h3 {
    color: #292929;
    margin: 18px 0 20px;
    line-height: 12px;
    font-weight: normal;
}

.originInfo:hover {
    width: 211px;
    background: #F2F2F2;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

    .originInfo:hover .rInfo {
        display: block;
        float: right;
        width: 122px;
        padding: 0 40px 8px 18px;
        border-left: 1px solid rgba(255,255,255,0.90);
    }

        .originInfo:hover .rInfo p {
            line-height: 18px;
            margin-bottom: 2px;
        }

    .originInfo:hover .lInfo {
        float: left;
    }

        .originInfo:hover .lInfo .triangle:after {
            transform: rotate(180deg);
            margin-left: 8px;
        }

.qqLogo {
    display: inline-block;
    margin-left: 12px;
    vertical-align: bottom;
}
/*杞欢璇︽儏椤?/
header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}

.index {
    width: 100%;
    height: 56px;
}

.moduleContainer { /*height: 50px;*/
    height: 55px;
    color: #292929;
    top: 0;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #e6ebed;
}

.mainMoudle {
    width: 1120px;
    text-align: center;
    margin: 0 auto; /*padding:0 89px;*/
}

.lMoudle {
    float: left; /*position: relative;
    padding-left: 205px;*/
}

.moudleList {
    font-size: 0;
    letter-spacing: 0;
    float: left;
}

    .moudleList li {
        display: inline-block;
        font-size: 14px;
        width: 120px;
        line-height: 80px;
    }
        .moudleList li:nth-child(3) {
            width: 160px;
        }

        .moudleList li:nth-child(4) {
            width: 160px;
        }
        .moudleList li.active {
            border-bottom: 2px solid #d71718;
        }

            .moudleList li.active > a {
                color: #d71718;
            }

        .moudleList li a {
            color: #fff;
        }

        .moudleList li:nth-child(1) {
            width: 88px;
        }
        .moudleList li.active .insdeMenu li a {
            color: #292929;
        }
    .logo { /*position: absolute;
    left: 0;
    top: 16px;
    width: 130px;
    height:54px;*/
    background: #fff;
}

    .logo img {
        margin: 7px 0;
        width: 100px;
    }

.rMoudle {
    float: right;
    font-size: 14px; /*line-height: 50px;*/
}

    .rMoudle a {
        color: #fff;
    }

.switchLanguage {
    width: 150px;
    float: left;
}

.opt.active {
    display: none;
}

.opt img {
    width: 33px;
    height: 16px;
    vertical-align: middle;
}

.userLogin {
    float: right;
}

.load {
    float: left;
    width: 76px;
    height: 26px;
    margin: 13.5px 8px;
    border: 1px solid #ccd5db;
    border-radius: 4px;
    line-height: 26px;
    cursor: pointer;
}

.register {
    float: left;
    width: 76px;
    height: 26px;
    margin: 13.5px 8px;
    border: 1px solid #e23839;
    border-radius: 4px;
    line-height: 26px;
    cursor: pointer;
}

.register {
    float: right;
    background: #e23839;
    color: #fff;
}

.userAccount {
    float: left;
    width: 68px;
    height: 50px;
    padding-left: 20px;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.register:hover {
    background: #d71718;
}

.load:hover {
    background: #d71718;
    color: #fff;
    border: 1px solid #d71718;
}

.register img {
    width: 20px;
    height: 16px; /*vertical-align: middle;*/
}

.mainContent {
    background: #fbfbfb;
    min-width: 1278px;
    width: 100%;
    color: #292929;
}

.mainLayout {
    width: 1278px;
    min-height: 662px;
    padding: 42px 0 112px;
}

#sideMask {
    position: fixed;
    top: 78px;
    margin-left: 90px;
    box-shadow: 0 0 1px 1px #e5e5e5;
    width: 202px; /*height: 290px;*/
}

.industry, .commonProblem, .introduce {
    margin-left: 90px;
    position: fixed;
    top: 78px;
    width: 226px;
}
    /*鑷畾涔夋粴鍔ㄦ潯鏍峰紡 */
    .commonProblem::scrollbar-face-color {
        color: transparent;
    }

    .commonProblem::-wekit-scrollbar {
        width: 4px;
        background: #fff;
    }

    .commonProblem::-weblit-scrollbar-track {
        display: none;
    }

    .commonProblem::-webkit-scrollbar-thumb {
        height: 50px;
        border-radius: 2px;
        color: #f4f4f4;
    }

    .commonProblem::-webkit-scrollbar-button {
        display: none;
    }

    .industryLists > li, .problemOpts > li, .introduce li {
        width: 202px;
        cursor: pointer;
        font-size: 14px;
        line-height: 60px;
        text-align: left;
        padding-left: 25px;
        background: #fff; /*overflow-x:hidden;*/
    }

        .problemOpts > li .subClassic {
            display: none;
        }

        .problemOpts > li:nth-child(1) .subClassic {
            display: block;
        }

.industryLists li.active {
    background: #D71718;
}

.industryLists > li:hover, .subClassic > li:hover, .introduceLists > li:hover {
    color: #D71718; /*width: 182px;*/
    background: #f4f4f4;
}

.industryLists li.active, .subClassic li.active, .introduceLists li.active {
    color: #fff;
    position: relative;
    background: #D71718;
}

.problemOpts > li {
    padding-left: 0;
}

.introduceLists li, .industryLists li {
    width: 178px;
}

.classic {
    padding-left: 25px;
}

.subClassic > li {
    width: 199px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    background: #fff;
    font-size: 14px;
    color: #747474;
    margin-left: 3px;
}

.industryLists li.active .triangle:after, .subClassic li.active .triangle:after, .introduce li.active .triangle:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 20px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #d71718;
}

.industry_case, .employDetail {
    float: left;
    padding-left: 365px;
    width: 826px;
    text-align: center;
}

.industry_title {
    font-size: 16px;
    line-height: 18px;
}

.line {
    display: block;
    width: 70px;
    height: 2px;
    margin-top: 4px;
    background: #d71718;
}

.lists, .cases, .detailInfo, .mlist, .requestOnline {
    padding: 60px;
    min-height: 1050px;
    background: #fff;
    border: 1px solid #E5E5E5;
}

.options {
    text-align: left;
    height: 40px;
}

.optProblem, .employOpt {
    width: 120px;
    font-size: 14px;
    font-family: 'OPPOSans';
    line-height: 36px; /*padding: 10px 0 8px 0;*/
    cursor: pointer;
    background: #f9f9f9;
    border-top: 1px solid #E5E5E5;
}
    /*.employOpt.active{height:38px;}*/
    /*.optProblem.active, .employOpt.active { background: #fff; padding-bottom: 9px; }*/
    .optProblem:nth-child(1), .employOpt:nth-child(1) {
        border-left: 1px solid #E5E5E5;
    }

    .optProblem:nth-child(2), .employOpt:nth-child(2) {
        border-right: 1px solid #E5E5E5;
        margin-left: -5px;
    }

    .optProblem:nth-child(3), .employOpt:nth-child(3) { /*border-right:1px solid #E5E5E5;*/
        margin-left: -7px;
    }
    .optProblem:nth-child(4), .employOpt:nth-child(4) { /*border-right:1px solid #E5E5E5;*/
        margin-left: -7px;
    }
    .optProblem:last-child, employOpt:last-child {
        border-right: 1px solid #E5E5E5;
    }

.lists li.special {
    width: 335px;
    height: 295px;
    float: left;
    margin-bottom: 54px;
    display: none;
}

    .lists li.special:hover, .newsLists li:hover {
        box-shadow: 0 0 2px 1px #e5e5e5;
    }

        .lists li.special:hover .solDetail h2, .newsLists li:hover .newsDetail h2 {
            color: #D71718;
        }

.lists li.selected {
    display: block;
}

.mlist li.special {
    width: 335px;
    height: 295px;
    float: left;
    margin-bottom: 54px;
    display: none;
}

    .mlist li.special:hover {
        box-shadow: 0 0 2px 1px #e5e5e5;
    }

        .mlist li.special:hover .solDetail h2 {
            color: #D71718;
        }

.mlist li.selected {
    display: block;
}

.imgContainer {
    height: 180px;
    overflow: hidden;
}

.newsLists li {
    width: 211px;
    float: left;
    margin: 0 36px 52px 0;
    display: none;
}

    .newsLists li.active {
        display: block;
    }

    .newsLists li:nth-child(3n) {
        margin-right: 0;
    }

.newsLists .imgContainer {
    height: 125px;
}

.solDetail {
    padding: 0 32px 24px;
    background: #fff;
}

.newsDetail {
    height: 182px;
    padding: 0 6px;
}

    .newsDetail span {
        display: block;
        font-size: 12px;
        height: 42px;
        color: #AFAFAF;
        line-height: 42px;
    }

.solDetail h2 {
    color: #292929;
    padding: 18px 0 22px;
    font-size: 16px;
    font-weight: normal;
}

    .solDetail h2.proper-title {
        font-size: 14px;
    }

.newsDetail h2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    height: 36px;
    overflow: hidden;
}

.solDetail p {
    color: #000000;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
}

.newsDetail p {
    margin: 22px 0;
    font-size: 12px;
    line-height: 18px; /*height:54px;*/
    color: #888; /*overflow:hidden;*/
}

.optProblem.active i, .employOpt.active i, .postLine, .pInfo i {
    height: 1px;
    width: 40px;
    margin-top: -5px;
    background: #fff;
    /*background: #d71718;*/
    text-align: center;
    display: block;
}

.postLine, .pInfo i {
    margin-top: 5px;
}

.pages {
    width: 100%;
    text-align: right;
    font-size: 14px;
}

.notFind, .newsFind, .employ {
    width: 705px;
    min-height: 806px;
    padding: 0 60px;
    margin-left: 365px;
    background: #fff;
    border: 1px solid #e3e3e3;
}

.commonProblemFind {
    min-height: 866px;
    padding: 0 60px;
    margin-left: 365px;
    background: #fff;
    border: 1px solid #e3e3e3;
}

.newsFind {
    height: 1316px;
}

/*.inner_detail {
    height:auto;
}*/
.employ {
    padding: 56px 60px;
}

.employItems:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.cases { /*width:706px;
    height:1187px;*/
    display: none;
}

.softwarenews { /*width:706px;
    height:1187px;*/
    display: none;
}

.searchTop {
    margin: 56px 0 0;
    height: 66px;
    line-height: 66px;
}

.result_info {
    line-height: 30px;
    color: #656565;
    display: none;
}

.count {
    color: #d71718;
}

.problemLists, .newsLists {
    margin-top: 44px;
}

    .newsLists:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

.searchTop select {
    width: 142px;
    padding: 0 26px 0 8px;
    border: 1px solid #E5E5E5;
    height: 33px;
    margin-right: 8px;
    line-height: 35px;
    position: relative;
    font-family: 'OPPOSans';
}
/*.searchTop select {
    opacity: 0;
    -ms-appearance: none;
}*/
select::-ms-expand {
    display: none !important;
}

.firClassic, .secClassic {
    background: url(/images/triangleDown.png) 118px center no-repeat;
}

.search_bar {
    margin-right: 20px;
}

input[name="searchText"] {
    height: 34px;
    line-height: 34px;
    padding-left: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    color: #999;
    font-family: 'OPPOSans';
}

.newsKeys input[name="searchText"] { /*width: 440px;*/
}

.doSearch {
    background: #292929;
    width: 85px;
    height: 35px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -3px;
    left: -5px
}

    .doSearch img {
        width: 16px;
        vertical-align: middle;
    }

input[type="submit"] {
    color: #fff;
    border: none;
    background: #292929;
    line-height: 35px;
}

.problemLists li {
    height: 100px;
    cursor: pointer;
    display: none;
    margin-bottom: 55px;
}

    .problemLists li.active {
        display: block;
    }

    .problemLists li:hover {
        box-shadow: 0 0 1px 1px #e5e5e5;
    }

        .problemLists li:hover .order {
            background: #d71718;
            color: #fff;
        }

.order {
    float: left;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #f4f4f4;
    text-align: center;
    font-size: 38px;
}

    .order p {
        vertical-align: middle;
    }

.article { /*float: right; width: 536px;*/
    padding: 0 38px 0 30px;
    height: 100px;
    margin-left: 100px;
}

    .article h3 {
        padding-top: 10px;
        font-size: 16px;
        line-height: 18px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .article p {
        font-size: 14px;
        line-height: 17px;
        color: #999999;
        text-indent: 2em;
        padding: 20px 0 18px;
    }

.commonProblem.fixHeight {
    height: 540px;
    overflow-y: auto;
    overflow-x: hidden;
}

.outside-result-notinfo, .outside-result-notinfo .border-line-out-box {
    width: 100%;
    height: auto;
}

    .outside-result-notinfo .border-line-out-box {
        border-bottom: 1px dotted #999;
    }

.failInfo {
    width: 570px;
    height: 250px;
    padding: 44px 114px 34px 114px;
    position: relative;
}

.padding-reset {
    padding: 44px 80px 34px 80px;
}

.failImg img, .failImg span {
    position: absolute;
}

    .failImg img:nth-child(1) {
        left: 114px;
        bottom: 46px;
    }

    .failImg img:nth-child(2) {
        left: 248px;
        top: 50px;
    }

.failImg span {
    left: 264px;
    top: 60px;
    font-size: 12px;
    line-height: 14px;
    text-indent: 10px;
    color: #999999;
    text-align: left;
}

.failMessage {
    position: absolute;
    bottom: 52px;
    right: 116px;
    text-align: left;
}

    .failMessage h2 {
        font-size: 20px;
        color: #999;
        line-height: 22px;
        margin-bottom: 36px;
    }

    .failMessage p {
        line-height: 20px;
        color: #999;
    }
/* 鏂伴椈鍐呴〉*/
.news_detail_top {
    padding: 56px 0 26px;
    border-bottom: 1px dashed #666;
}

.createShare {
    color: #AFAFAF;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

.news_detail_top h2 {
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}

.interviewee_intro {
    margin: 72px 0 25px;
}

.interviewee {
    float: left;
    width: 146px;
    height: 302px;
    background: #F4F4F4;
}

.interviewee_detail {
    float: left;
    margin-left: 27px;
    width: 530px;
}

    .interviewee_detail h3 {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 0 26px;
    }

.mainIntro {
    height: 86px;
    background: #F4F4F4;
    color: #999999;
    font-style: italic;
    padding: 18px 22px 16px 22px;
    margin-bottom: 52px;
}

.interviewee img {
    height: 234px;
    width: 130px;
}

.interviewee h4 {
    font-size: 16px;
}

.field {
    font-size: 14px;
    color: #000000;
}

    .field p:nth-child(2) {
        text-align: right;
    }

.dialogs {
    padding-bottom: 75px;
}

.dialog {
    margin-bottom: 45px;
    font-size: 14px;
    color: #000;
    line-height: 16px;
}

.interviewer {
    margin-bottom: 10px;
}

.ask, .answer {
    width: 56px;
    height: 24px;
    border: 1px solid #D71718;
    border-radius: 10px;
}

.answer {
    color: #fff;
    background: #000;
}

.questionMark {
    width: 24px;
    color: #fff;
    border-radius: 12px;
    background: #d71718;
}

.employItem {
    float: left;
    width: 211px;
    height: 306px;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    text-align: center;
    margin-right: 36px;
    overflow: hidden;
    letter-spacing: 0;
    margin-bottom: 62px;
}

    .employItem:nth-child(3n) {
        margin-right: 0;
    }

    .employItem:hover {
        box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
    }

        .employItem:hover .post, .employ:hover .artPhoto {
            color: #d71718;
        }

.post {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 40px;
    color: #292929;
}

.artPhoto {
    margin: 25px auto;
}

.post_request p {
    float: left;
    margin-left: 14px;
}

.post_request > div {
    margin-bottom: 10px;
    text-align: left;
    padding: 0 25px;
}

.post_request label {
    text-align: right;
    float: left;
    min-width: 60px;
}

.detailInfo, .requestOnline {
    padding: 56px 56px 20px;
    height: auto;
    text-align: left;
}

    .detailInfo .post {
        margin: 0 0 60px;
    }

.post img {
    vertical-align: middle;
}

.infoTitle {
    line-height: 30px;
    background: #F4F4F4;
    font-size: 14px;
    padding-left: 14px;
}

.basic_discribe {
    padding: 28px 16px 50px;
}

    .basic_discribe p {
        float: left;
        width: 328px;
        margin-bottom: 12px;
    }

.post-describe {
    padding: 28px 30px 50px;
}

    .post-describe ol {
        color: #666666;
        padding: 20px 18px 0;
    }

        .post-describe ol li {
            margin-bottom: 12px;
        }

.detail-describe {
    margin-bottom: 42px;
}

.postLine {
    position: relative;
    left: -296px;
    top: -6px;
}

/*鐧诲叆涓庢敞鍐?/
.popuBox {
    display: none;
}
/*棣栭〉搴曢儴闂磋窛*/
.bottomSpaceIndex {
    margin-bottom: 75px;
}
/* 鍦ㄧ嚎鐢宠椤甸潰 */
.mark {
    width: 96px;
    line-height: 28px;
    text-align: right;
    display: inline-block;
}

    .mark > span {
        color: #d71718;
    }

.basic {
    width: 348px;
    height: 26px;
}

.item input[type="text"] {
    color: #999;
    height: 26px;
    line-height: 26px;
    margin-left: 12px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    text-indent: 10px;
}

#employee input.small {
    width: 174px;
    margin-left: 0;
}

#employee select {
    margin: 0 5px 0 12px;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
}

    #employee select option {
        text-indent: 10px;
    }

#employee dl {
    margin: 0 0 0 12px;
    text-indent: 10px;
    border-radius: 2px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

select.normal {
    width: 138px;
    height: 28px;
    background: url('/images/triangleDown.png') 118px center no-repeat;
}


dl.normal {
    width: 138px;
    height: 28px;
}

    dl.normal dd {
        width: 138px;
        margin-top: 1px;
        z-index: 1;
        position: relative;
    }

    dl.normal dt {
        height: 28px;
    }

select.small {
    width: 130px;
    background: url('/images/triangleDown.png') 110px center no-repeat;
}

dl.small {
    width: 100px;
    background: url('/images/triangleDown.png') 80px center no-repeat;
}

    dl.small dt {
        width: 92px;
    }

    dl.small dd {
        width: 100px;
    }

select.longer {
    width: 348px;
    background: url('/images/triangleDown.png') 328px center no-repeat;
}

dl.longer {
    width: 348px;
    background: url('/images/triangleDown.png') 328px center no-repeat;
}

    dl.longer dt {
        width: 340px;
    }

.distpicker {
    display: inline-block;
    margin-left: 12px;
}

#employee .distpicker select {
    margin: 0 5px 0 0;
}

input[type=checkbox] {
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    vertical-align: middle;
}

.basicBox.active::after {
    content: ' ';
    width: 4px;
    height: 4px;
    margin: 2px 0 0 2px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    position: absolute;
    left: 1px;
    top: 5px;
    box-shadow: 0px 0px 0px 2px #d71718;
}

.basicBox {
    margin-left: 12px;
    position: relative;
}

.item {
    height: 62px;
}

.itemError {
    padding-left: 110px;
}

.error {
    font-size: 12px;
    color: #d71718;
}

.epTitle {
    margin-bottom: 20px;
    line-height: 22px;
}

.epType {
    float: left;
    font-size: 14px;
}

.underLine {
    width: 40px;
    height: 1px;
    background: #d71718;
    text-align: center;
    display: block;
}

.addOne {
    float: right;
    color: #999;
    cursor: pointer;
    font-size: 12px;
}

.addBtn {
    width: 10px;
    height: 10px;
    background: #d71718;
    border-radius: 2px;
    display: inline-block;
    position: relative;
}

.hangLine {
    width: 6px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 2px;
}

.verticalLine {
    width: 2px;
    height: 6px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
}

.epTable {
    border-collapse: collapse;
    table-layout: auto;
    line-height: 26px;
}

.row input[type="text"] {
    margin: 0;
    border: none;
    text-indent: 10px;
    width: 102px;
}

.work .row input[type="text"] {
    width: 81px;
}

.honor .row input[type="text"] {
    width: 203px;
}

.row input[type="text"].important {
    width: 300px;
}

th {
    background: #F4F4F4;
    color: #000;
    font-weight: normal;
    text-align: center;
}

td {
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    color: #000;
}

.row td:last-child {
    border-right: none;
}

.experience {
    margin-bottom: 32px;
}

.judgement {
    width: 686px;
    height: 58px;
    padding: 10px;
    margin-bottom: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.upload {
    text-align: center;
    margin-bottom: 58px;
}

#employee input[type="submit"] {
    width: 126px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #d71718;
    background: #d71718;
}

.item input.error {
    border: 1px solid #d71718;
}

.tip {
    margin-left: 15px;
    font-size: 12px;
    color: #999;
}

.normal dd span {
    display: block;
    width: 100%;
}

dd, dt {
    height: 100%;
}

/* 瀹氬埗鍩硅鐣岄潰 */
.tpGlobal { /*font-size:16px;*/
}

.acticleTop {
    height: 100px;
    padding: 14px 22px 14px 20px;
    background: #F8F8F8;
    margin-bottom: 68px;
    position: relative;
}

    .acticleTop p {
        width: 658px;
        height: 72px;
        text-indent: 28px;
        overflow: hidden;
    }


.corMask {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: -32px;
}

.infoPart {
    margin-bottom: 22px;
}

.pInfo {
    height: 70px;
    line-height: 70px;
}

.lInfoBox {
    float: left;
    margin-right: 60px;
}

.infoList {
    height: 60px;
    line-height: 60px;
}

    .infoList label span, .tDescribe label span, .infoPart .address span {
        color: #D71718;
        width: 2px;
    }

    .infoList label, .tDescribe label, .infoPart .address label {
        width: 92px;
        padding-right: 8px;
        text-align: right;
        float: left;
    }

.tDescribe label {
    text-align: left;
    padding-right: 0;
    width: 100px;
    margin-left: -5px;
}

.infoList input {
    width: 220px;
    height: 28px;
    font-family: "OPPOSans";
    text-indent: 10px;
    border-radius: 2px;
    border: 1px solid #E5E5E5;
}

.describe {
    width: 582px;
    height: 60px;
    padding: 10px;
    margin-left: 5px;
    font-family: "OPPOSans";
    border: 1px solid #E5E5E5;
}

.infoPart .address {
    height: 54px;
    line-height: 54px;
}

.tDescribe {
    margin: 14px 0 50px;
}

.address .distpicker {
    margin-left: 0;
}

.address select.small {
    width: 98px;
    height: 28px;
    margin-right: 22px;
    text-indent: 10px;
    border: 1px solid #E5E5E5;
    background: url("../images/triangleDown.png") 80px center no-repeat;
}

.street {
    width: 224px;
    height: 28px;
    text-indent: 10px;
    border: 1px solid #e5e5e5;
}

.btns {
    text-align: right;
}

    .btns input {
        width: 120px;
        height: 30px;
        color: #fff;
        line-height: 30px;
        margin-right: 30px;
    }

        .btns input[type=submit] {
            background: #d71718;
        }

        .btns input[type=button] {
            border: none;
            margin-right: 0;
            background: #292929;
        }

.regular {
    position: fixed;
    right: 30px;
    width: 200px;
    bottom: 188px;
}

.regularTop {
    box-shadow: 0 0 1px 0 #292929;
}

.switch {
    background: #d71718;
    height: 100px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.part {
    float: left;
    width: 100px;
    text-align: center;
    padding-top: 12px;
    position: relative;
}

    .part a {
        color: #fff;
    }

.pLogo {
    width: 40px;
    height: 40px;
}

.part p {
    height: 48px;
    line-height: 48px;
}

.part i.triangle.active {
    border-top: 7px solid #fff;
    border-left: 7px solid #fff;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: rotate(45deg);
    position: absolute;
    bottom: -7px;
    left: 43px;
}

.switchConPart {
    padding: 26px 0 42px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.switchTitle {
    font-size: 16px;
    width: 108px;
    margin: 0 46px 26px;
    line-height: 22px;
    color: #d71718;
}

.switchConPart ul {
    width: 136px;
    margin: 0 auto;
}

    .switchConPart ul li {
        font-size: 13px;
        line-height: 20px;
    }

        .switchConPart ul li img {
            vertical-align: text-bottom;
        }

.pMark {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background: #d71718;
    margin: 15px 0 0 136px;
    text-align: center;
}

    .pMark img {
        vertical-align: middle;
    }

.pInfo i {
    margin-top: -22px;
    position: relative; /* text-align: left; */
    left: -322px;
}

#searchform, #searchform4 { /*display :flex;
    flex-wrap:nowrap;
    justify-content:space-between;*/
    position: relative;
}

.search_bar {
    margin: 0 164px 0 440px;
}

    .search_bar.fixIE {
        margin-left: 220px;
    }

#searchform, #searchform4 dd {
    margin-left: -1px;
}

    #searchform, #searchform4 dd a {
        margin: 0;
    }

#searchform, #searchform4 > .searchBtn {
    margin: 0;
}

.search_bar .searchText { /*flex-grow:1;*/
    width: 100%;
}

.a-link-anchors {
    display: inline-block;
    text-align: center;
    height: 40px;
}

    .a-link-anchors.active {
        /*background: #fff; *//*padding-bottom: 9px;*/
        background: #D71718;
        color: #fff;
    }
