.box{
    min-height: 100vh;
    height: auto;
    background: #fafbfc;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 110px;
}
.content .w-1200{
    display: flex;
    justify-content: space-between;
}
.content .con-le{
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.content .con-ri{
    width: 880px;
    height: auto;
    overflow: hidden;
    background: #fafbfc;
    border-radius: 5px;
    margin-bottom: 40px;
}
.con-ri .con-title{
    width: 100%;
    height: 62px;
    padding-left: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: #333333;
    line-height: 62px;
    background: #ffffff;
    display: flex;
}
.con-title .title-li{
    width: auto;
    height: 62px;
    position: relative;
    margin-right: 20px;
    margin-left: 10px;
}
.title-li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
}
.title-li.active a{
    color: #db3030;
}

.title-li .tit-line{
    width: 100%;
    height: 3px;
    position: absolute;
    background: #db3030;
    bottom: 0;
    left: 0;
    display: none;
}
.title-li.active .tit-line{
    display: block;
}
.con-ri .con-head{
    width: 100%;
    height: 132px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 30px;
    padding: 0 25px;
    box-sizing: border-box;
}
.con-head .con-name{
    width: 100%;
    height: 62px;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 62px;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}
.con-head .con-last{
    width: 100%;
    height: 40px;
    display: flex;
}
.con-last .iconfont{
    font-size: 20px;
    line-height: 40px;
    color: #db3030;
}
.con-last .con-input{
    width: 770px;
    height: 40px;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 0 10px;
    box-sizing: border-box;
}
.con-input input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}

.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.con-box .con-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.con-top .top-ul{
    width: 100%;
    height: 40px;
    background: #fafbfc;
    display: flex;
    overflow: hidden;
}
.top-ul .top-li{
    width: 120px;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 40px;
}
.top-li.active{
    background: #ffffff;
    font-weight: bold;
    color: #db3030;
}
.con-box .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 0 30px;
    box-sizing: border-box;
}
.con-on .on-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 30px;
}
.con-on .on-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.on-box .on-item{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 20px;
}
.on-item .iconfont{
    font-size: 20px;
    line-height: 40px;
    color: #db3030;
}
.on-item .on-input{
    width: 770px;
    height: 40px;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;

}
.on-input .iconfont{
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
}
.on-input .pop-ul{
    width: 100%;
    max-height: 200px;
    height: auto;
    overflow-x: hidden;
    z-index: 100;
    background: #ffffff;
    position: absolute;
    top: 44px;
    left: 0;
    box-shadow: 0px 0px 10px #eeeeee;
    overflow-y: auto;
}
.pop-ul .pop-li{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 44px;
    cursor:pointer;
}
.pop-li:hover{
    background: #f4f4f4;
    color: #db3030;
}
.pop-ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.pop-ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.pop-ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}
.on-input input{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}
.on-input .on-span{
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 44px;
}
.on-item .on-li{
    width: 224px;
    height: 40px;
    border-radius: 5px;
    display: flex;
}


.on-item:last-child .on-input{
    width: 770px;
    height: 190px;
    border-radius: 5px;
    background: #f4f4f4;
    padding: 10px;
    box-sizing: border-box;
}
.on-input textarea{
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    resize: none;
}
.on-item:last-child {
    margin-bottom: 18px;
}

.con-box .cover{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 0 2px;
    box-sizing: border-box;
}
.cover .cover-head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    padding: 0 25px;
}
.cover .cover-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 18px;
}
.cover-on .cover-li{
    width: 240px;
    height: 260px;
    overflow: hidden;
}

.cover-li .cover-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 25px;
}
.cover-li .cover-box{
    width: 100%;
    height: 240px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 15px;
    background: #f4f4f4;
    position: relative;
}
.cover-box .logo-on{
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
}
/*.cover-box input{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.cover-box a{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.cover-box .cover-icon{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 80px;
    line-height: 30px;
}
.cover-icon .iconfont{
    font-size: 30px;
    color: #dc3636;
}
.cover-box .cover-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 24px;
    margin-top: 14px;
}

.logo{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 0 2px;
    box-sizing: border-box;
}
.logo .logo-head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    padding: 0 25px;
    display: flex;
}
.logo-head span{
    font-size: 12px;
    color: #999999;
    margin-left: 20px;
}
.logo .logo-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 18px;
}
.logo-on .logo-li{
    width: 240px;
    height: 304px;
    overflow: hidden;
}
.logo-li:last-child{
    margin-left: 30px;
}
.logo-li .logo-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 25px;
}
.logo-name .iconfont{
    color: #db3030;
}
.logo-li .logo-box{
    width: 100%;
    height: 240px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 15px;
    background: #f4f4f4;
    position: relative;
}
.logo-box .logo-on1{
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
}
.logo-on1 video{
    display: block;
    width: 100%;
    height: 100%;
}
.logo-box a{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.logo-box .logo-icon{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 80px;
    line-height: 30px;
}
.logo-icon .iconfont{
    font-size: 30px;
    color: #dc3636;
}
.logo-box .logo-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 24px;
    margin-top: 14px;
}


.btn_box{
    width: 100%;
    height: 115px;
    display: flex;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
}
.btn_box .btn{
    width: 190px;
    height: 45px;
    background: #db3030;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    margin-top: 30px;
    cursor:pointer;
}

