/*header部分*/
header{
    background:#FFFFFF;
}
header .header .nav li>a{
    color:rgba(133,142,149,1);
}
header .header .nav li>a.active{
    color:rgba(61,70,77,1);
    opacity: 1;
    border-bottom:3px solid #00ABFF;
}
header .header .nav li>a.special{
    font-family:PingFangSC-Regular;
    font-weight:400;
}
header .header .operate .register{
    border:1px solid rgba(61,70,77,1);
    color:rgba(61,70,77,1);
}
header .header .operate .login{
    background:rgba(50,135,255,1);
    color:rgba(255,255,255,1);
}
header:hover .alreadyLogin .enterControl{
    color:#3287FF;
}
header .alreadyLogin .user .username{
    color:rgba(61,70,77,1);
}

/*banner部分*/
.banner{
    height:350px;
    background:linear-gradient(270deg,rgba(102,54,217,1) 0%,rgba(57,139,255,1) 100%);
}
.banner .banner_text{
    float:left;
    width:400px;
    margin-top:109px;
    margin-left:53px;
}
.banner .banner_text h1{
    font-size:40px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    margin-bottom:13px;
}
.banner .banner_text p{
    font-size:16px;
    color:rgba(255,255,255,1);
}
.banner img{
    display: block;
    float:right;
    margin-top:73px;
    height:311px;
    width:494px;
}
/*为什么选择我们*/
.contentbox{
    background:#fff;
    padding:80px 0;
}
.contentbox h1{
    width:315px;
    margin:0 auto;
    padding-top:15px;
    background: url(/website/img/impelad/choice_bg.png) no-repeat center top;
    text-align: center;
    font-size:40px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
}
.contentbox .sign_picture{
    display: block;
    width:20px;
    height:20px;
    margin:10px auto 41px;
}
.tabbox{
    clear:both;
    overflow: hidden;
    width:960px;
    margin:0 auto;
}
.tabbox .box{
    width:190px;
    float:left;
    margin:0 65px;
}
.tabbox .box div{
    height:120px;
    width:130px;
    margin:0 auto;
    text-align: center;
}
.tabbox .box h3{
    font-size:18px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(61,70,77,1);
    margin-bottom:8px;
    text-align: center;
}
.tabbox .box p{
    color:rgba(111,119,126,1);
    text-align: center;
}
/*可投放广告形式*/
.launchad{
    background:#fff;
}
.adshow{
    padding:15px 0 90px;
}
.adshow h1{
    width:315px;
    margin:0 auto;
    padding-top:15px;
    background: url(/website/img/mobile/ad_bg.png) no-repeat center top;
    text-align: center;
    font-size:40px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
}
.adshow .sign_picture{
    display: block;
    width:20px;
    height:20px;
    margin:10px auto 41px;
}
.adshow ul{
    width:720px;
    margin:48px auto 56px;
}
.adshow ul li{
    width:128px;
    height:74px;
    float:left;
    margin:0 8px;
    line-height:74px;
    text-align: center;
    font-size:16px;
    color:rgba(61,70,77,1);
    cursor: pointer;
    background:url(/website/img/borderbg.png)
}
.adshow ul li:hover{
    background:url(/website/img/activeborderbg.png)
}
.adshow ul li.active{
    color:rgba(50,135,255,1);
    background:url(/website/img/activeborderbg.png)
}
.adtype{
    clear:both;
    overflow: hidden;
    width:704px;
    margin:0 auto;
}
.adtype .left{
    width:280px;
    float:left;
    margin-top:113px;
}
.adtype .left h3{
    font-size:26px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(61,70,77,1);
    margin-bottom:8px;
}
.adtype .left i{
    display: block;
    width:50px;
    height:4px;
    background:rgba(50,135,255,1);
    margin-bottom:32px;
}
.adtype .left p{
    font-size:16px;
    color:rgba(61,70,77,1);
}
.adtype .right{
    float:right;
    width:230px;
    margin-top:56px;
}