.alertinfo {
    padding: 20px;
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    font-size: 14px;
    color: #04BE5B;
    background-color: #eee;
}
/*人才招聘*/
.recruit {
    padding: 0px 40px;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}
.rec-tit img {
    margin: 80px auto 40px;
}
.rec-title {
    margin-bottom: 0px;
    font-size:14px;
    font-weight:400;
    text-indent: 2em;
    color:rgba(169,171,181,1);
    line-height:40px;
}
.rec-email-w {
    margin: 60px auto 20px;
    width:360px;
    height:58px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius:29px;
    overflow: hidden;
}
.rec-email {
    background: -moz-linear-gradient(top, #CA3058 0%, #FF9A48 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CA3058), color-stop(100%,#FF9A48));
    background: -webkit-linear-gradient(top, #CA3058 0%,#FF9A48 100%);
    background: -o-linear-gradient(top, #CA3058 0%,#FF9A48 100%);
    background: -ms-linear-gradient(top, #CA3058 0%,#FF9A48 100%);
    background: linear-gradient(to bottom, #CA3058 0%,#FF9A48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CA3058', endColorstr='#FF9A48',GradientType=0);
    font-size:18px;
    font-weight:400;
    text-align: center;
    color:rgba(242,243,246,1);
    line-height:58px;
    cursor: pointer;
}
:root .gradient{filter:none;}
.rec-p {
    margin-bottom: 40px;
    font-size:14px;
    font-weight:400;
    text-align: center;
    color:rgba(87,88,95,1);
    line-height:24px;
}
.rec-m-ul {
    display: none;
}
.rec-ul {
    text-align: center;
}
.recruit .rec-ul ul {
    display: inline-block;
    height: 48px;
    margin-bottom: 40px;
}
.recruit .rec-ul ul li {
    float: left;
    margin: 0 20px;
    padding: 0px 20px;
    height:48px;
    background:rgba(169,171,181,.1);
    font-size:18px;
    font-weight:bold;
    text-align: center;
    color:rgba(87,88,95,1);
    line-height:48px;
    cursor: pointer;
}
.recruit .rec-ul ul li:first-child {
    margin-left: 0px;
}
.active1 {
    color: #fff !important;
    background: -moz-linear-gradient(left, #2CD664 0%, #0082D5 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2CD664), color-stop(100%,#0082D5))!important;
    background: -webkit-linear-gradient(left, #2CD664 0%,#0082D5 100%)!important;
    background: -o-linear-gradient(left, #2CD664 0%,#0082D5 100%)!important;
    background: -ms-linear-gradient(left, #2CD664 0%,#0082D5 100%)!important;
    background: linear-gradient(to right, #2CD664 0%,#0082D5 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2CD664', endColorstr='#0082D5',GradientType=1)!important;
    /*background: -webkit-linear-gradient(left,rgba(44,214,100,1),rgba(0,130,213,1)) !important;*/
    /*background: -o-linear-gradient(left,rgba(44,214,100,1),rgba(0,130,213,1)) !important;*/
    /*background: -moz-linear-gradient(left,rgba(44,214,100,1),rgba(0,130,213,1)) !important;*/
    /*background:linear-gradient(90deg,rgba(44,214,100,1),rgba(0,130,213,1)) !important;!* 标准的语法（必须放在最后） *!*/
}
.rec-list {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.rec-list>div {
    width: 100%;
    display: none;
}
.rec-list>div>div {
    margin-bottom: 40px;
    padding: 60px;
    background-color: rgb(13,14,18);
}
.rec-list>div h1 {
    margin-bottom: 20px;
    font-size:24px;
    font-weight:bold;
    text-align: center;
    color:rgba(242,243,246,1);
    line-height:24px;
}
.rec-list>div h6 {
    margin: 0;
    font-size:18px;
    font-weight:bold;
    text-align: center;
    color:rgba(226,41,89,1);
    line-height:18px;
}
.rec-list>div p {
    font-size:14px;
    font-weight:normal;
    color:rgba(169,171,181,1);
    line-height:24px;
}
.rec-list>div .title {
    margin-top: 40px;
    font-size:16px;
    font-weight:bold;
    color:rgba(169,171,181,1);
    line-height:24px;
}
/*屏幕尺寸小于750px*/
@media (max-width: 750px) {
    .recruit {
        padding: 0px 0px;
    }
    .rec-tit {
        width: 251px;
        margin:0 auto;
    }
    .rec-tit img {
        margin: 30px auto 15px;
    }
    .rec-title {
        padding: 0px 20px;
        font-size:14px;
        line-height:28px;
    }
    .rec-email-w {
        margin: 30px auto 10px;
        width:72%;
        height:44px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius:22px;
        overflow: hidden;
    }
    .rec-email {
        margin: 0px auto;
        width:100%;
        height:44px;
        border-radius:22px;
        font-size:14px;
        line-height:44px;
    }
    .rec-p {
        margin-bottom: 10px;
        font-size:12px;
        line-height:24px;
    }
    .rec-m-ul {
        display: block;
    }
    .rec-ul {
        display: none;
    }
    .wrapper03 {position:relative;height: 44px;width: 100%;overflow: hidden;margin:0 auto 10px;
        background-color: #25262B;}
    .wrapper03 .scroller {position:absolute}
    .wrapper03 .scroller li {height: 44px;color:#57585F;float: left;line-height: 44px;font-size: 14px;text-align: center}
    .wrapper03 .scroller li a{color:#57585F;display:block;margin:0 15px;padding:0 0px;text-decoration: none}
    .wrapper03 .scroller li.cur a{color:#fff;height:44px;
        font-weight: bold;
        background:
                linear-gradient(
                        to left,
                        rgba(44,214,100,1) 0%,
                        rgba(0,130,213,1) 100%
                )
                left
                bottom
                #25262B
                no-repeat;
        background-size:100% 4px ;
        text-decoration: none}
    .rec-list {
        margin-bottom: 20px;
    }
    .rec-list>div {
        width: 100%;
        padding:0 0px;
        display: none;
    }
    .rec-list>div>div {
        margin-bottom: 10px;
        padding: 30px 20px 20px;
        background-color: rgb(13,14,18);
    }
    .rec-list>div h1 {
        margin: 0;
        font-size:16px;
        text-align: left;
        line-height:16px;
    }
    .rec-list>div h6 {
        margin-top: 10px;
        font-size:12px;
        text-align: left;
        line-height:12px;
    }
    .rec-list>div p {
        margin-bottom: 5px;
        font-size:14px;
        font-weight:normal;
        color:rgba(169,171,181,1);
        line-height:28px;
    }
    .rec-list>div .title {
        margin-top: 20px;
        font-size:14px;
        font-weight:bold;
        color:rgba(169,171,181,1);
        line-height:28px;
    }
}