.staticWrap{width: 100%;}
.staticMain{width: 1148px;margin: 0 auto;padding-top: 118px;}
/*link_detail*/
.link_detail{
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 34px;
}
.link_title{
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 16px;
    color: #222;
}
.link_detail_con{
    padding: 0 20px 20px 20px;
    box-shadow: 0 1px 10px rgba(223,223,223,.4);
    border-radius: 8px;
    overflow: hidden;
}
.link_detail_con li a{transition: color .15s;font-size: 12px;}
.link_detail_con li{
    float: left;
    margin-right: 80px;
    margin-top: 20px;
}
.link_detail_con li a:hover{
    color: #d20000;
}
.link_detail_con li img{
    vertical-align:middle;
}
.link_detail_con li span{
    vertical-align:middle;
}
.join_link{
    width: 100%;
    background-color: #FFFFFF;
}
.join_link_title{
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 16px;
}
.join_link_con{
    width: 100%;
    padding: 20px;
    box-shadow: 0 1px 10px rgba(223,223,223,.4);
    background-color: #FFFFFF;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.join_step_title{
    margin-bottom: 20px;
}
.join_step{
    width: 370px;
    float: left;
    color: #222;
}
.join_step ul{
    margin-bottom: 15px;
    color: #555555;
}
.join_step ul:nth-last-of-type(1){
    margin-bottom: 0;
}
.join_step_message{
    width: 380px;
    float: right;
    overflow: hidden;
    margin-right: 110px;
}
.apply_info{
    margin-bottom: 10px;
}
.apply_info_con{
    width: 100%;
    overflow: hidden;
}
.apply_info_item_tip{
    width: 81px;
    height: 36px;
    float: left;
    color: #555555;
    text-align: right;
    line-height: 36px;
}
.apply_info_item_tip span{
    color: #DC3B31;
}
.apply_info_item{
    margin-bottom: 20px;
}
.apply_info_item input{
    width: 299px;
    height: 36px;
    border: 1px solid #EAEAEA;
    text-indent: 10px;
    font-size: 12px;
    color: #222;
    box-sizing: border-box;
}
.apply_info_item textarea{
    width: 299px;
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    resize: none;
    border-color: #EAEAEA;
}
.apply_submit{
    width: 100px;
    height: 36px;
    border-radius: 4px;
    background-color: #DC3B31;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    float: right;
    border: 0;
    text-align: center;
}
.join_step_line{
    width: 1px;
    height: 390px;
    background-color: #e7e7e7;
    position: absolute;
    bottom: 40px;
    right: 574px;
}
.operaItemTipsWrap{display: none; width: 100%;padding-left: 84px;line-height: 34px;margin-top: -20px;}
.operaItemTipsWrap .operaItemTips{padding-left: 0;}