.aboutus-main{position:relative;overflow: hidden;background: #FFFFFF;min-height: 689px;}
.aboutus-main .top-banner{font-size: 0px;overflow: hidden;}
.aboutus-main .top-banner img{max-width: 100%;}
.aboutus-main .about-content{position:relative;margin-top: 50px;z-index: 1;min-height: 600px;}
.aboutus-left-title{position:absolute;top:0px;left:0px;width: 220px;text-align: center;z-index: 6;}
.aboutus-left-title h2{color: #EE491F;font-size: 30px;line-height: 30px;font-weight: 400;margin-bottom: 25px;}
.aboutus-list{list-style: none;height: 600px;overflow: hidden;}
.aboutus-list li{font-size: 18px;color:#333333;padding: 15px 0px;cursor: pointer;}
.aboutus-list li a{color: #333333;}
.aboutus-list li:hover a{color: #EE491F;}
.aboutus-list li.active{color: #FFFFFF;background: #EE491F;}
.aboutus-list li.active a{color: #FFFFFF;}
.about-right-content{position:relative;padding-left:300px;z-index: 1;}
.about-right-content .about-right-cell img{max-width: 100%;}
.about-right-content .about-right-cell.show{display: block;}
.about-content .about-right-title{height: 55px;border-bottom: 1px solid #eee;}
.about-content .about-right-title h3{position: relative;padding-left: 30px;height: 32px;line-height: 32px;font-size: 28px;color: #333;font-weight: 400;}
.about-content .about-right-title h3 i{position: absolute;left: 0;top: 10px;width: 13px;height: 13px;background-color: #EE491F;border-radius: 50%;}
.about-content .about-right-inner{padding: 30px 5px 50px;font-size: 16px;line-height: 2;color: #666666;}
.about-content .about-right-inner h3{font-size: 16px;}
.about-content .about-right-inner p{margin-bottom: 15px;}
.about-content .about-right-inner a{color:#666666;}
.about-content .about-right-inner a:hover{color:#E14A23;}
.about-content .about-right-inner .user_ar ul{list-style: none;}
.em{font-weight: bold;text-decoration: underline;}
.user-register-agreement{padding-top: 100px;}
.agreement-main{background:#ffffff;padding: 30px 70px;margin-bottom: 50px;}
.user_ar ul{list-style: none;}
.agreement-main .agreement-title{border-bottom: 1px solid #ddd;}
.agreement-main .agreement-title h1{font-size: 36px;color: #666;text-align: center;line-height: 2;padding-bottom: 10px;}
.agreement-main .agreement-content{padding-top: 40px;line-height: 2;}
.agreement-main .agreement-content h3{font-size: 16px;margin-bottom: 10px;}
.agreement-main .agreement-content p{margin-bottom: 15px;}


@media screen and (max-device-width:667px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    
    .agreement-main {
        background: #ffffff;
        padding: 20px 10px;
        margin-bottom: 50px;
    }

        .agreement-main .agreement-title h1 {
            font-size: 20px;
        }
}