/* 侧边栏 */
.sidebar{
    position: fixed;
    bottom: 20%;
    right: 0;
    width: 60px;
    z-index: 99;
}
.sidebar .item{
    position: relative;
    margin-bottom: 1px;
}
.sidebar .item:last-child{
    overflow: hidden;
    margin-top: 10px;
}
/* .sidebar .item:last-child a{
    background-color: #09C383;
} */
.sidebar .item a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #3F3F3F;
    overflow: hidden;
}
.sidebar .item a{
   color: #fff;
   font-size: 12px;
}
.sidebar .item .icon{
    width: 24px;
    height: 24px;
}
.sidebar .item .text{
    position: absolute;
    top: 0;
    left: -157px;
    display: none;
 }
.sidebar .item .text img{
    width: 150px;
    height: 150px;
}
.sidebar .item .phone{
    position: absolute;
    top: 0;
    left: -157px;
    width: 157px;
    height: 60px;
    line-height: 60px;
    background: #09C383;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    display: none;
 }
 .sidebar .recommend a{
     transition: all .3s;
 }
/* 侧边栏hover 事件 */
.sidebar .item:hover a{
    background-color: #09C383;
 }

.sidebar .item:hover .text{
    display: block;
}
.sidebar .recommend:hover a{
    transform: scale(1.1);
}

/* 页脚 */
.footer {
    min-width: 1300px;
    height: 320px;
    background: #1C1C1C;
    padding-top: 30px;
    box-sizing: border-box;
}

.footer .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.footer .logo_max {
    width: 180px;
    height: 186px;
    margin-left: 30px;
}

.footer .filing {
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #0F0F0F;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}
.footer .filing span{
    line-height: 50px;
}
.footer .filing span:last-child{
    padding-left: 20px;
}
.footer .filing a{
    color: #FFFFFF;
    line-height: 50px;
    padding: 0 30px;
}
.footer .filing a:hover{
    color: #09C383;
}

.footer .blogroll{
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding-left: 40px;
    padding-right: 20px;
    margin-left: 20px;
    box-sizing: border-box;
}
.footer .blogroll::before{
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 188px;
    background-color: rgba(213, 218, 220, 0.21);
}
.footer .blogroll::after{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;    
    width: 1px;
    height: 188px;
    background-color: rgba(213, 218, 220, 0.21);
}
.footer .blogroll dt{
    font-size: 18px;
    color: #C2C2C2;
    margin-bottom: 10px;
}
.footer .blogroll dd{
    float: left;
    margin-right: 20px;
    line-height: 30px;
}
.footer .blogroll dd a{
    font-size: 14px;
    color: #fff;
}
.footer .blogroll dd a:hover {
    color: #09C383;
}
.footer .blogroll dl:last-child{
    margin-top: 10px;
}

.footer .wx {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.footer .wx .item {
    margin: 0 15px;
}

.footer .wx .item span {
    padding-bottom: 20px;
    display: block;
    color: #C2C2C2;
}

/* 立即提交1 */
.submit-form1 {
    min-width: 1300px;
    height: 105px;
    line-height: 105px;
    background: #09C383;
}

.submit-form1 .main-form .title {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.submit-form1 .main-form input {
    width: 172px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 3px;
    font-size: 16px;
    line-height: 30px;
    color: #838383;
    text-indent: 22px;
    margin-left: 18px;
}

.submit-form1 .main-form .input2 {
    width: 220px;
}

.submit-form1 .main-form .input3 {
    width: 327px;
}

.submit-form1 .main-form .subForm {
    width: 160px;
    height: 55px;
    background: #FF920F;
    box-shadow: 0px 5px 18px rgba(255, 139, 0, 0.2);
    border-radius: 3px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-left: 18px;
    cursor: pointer;
}
.submit-form1 .main-form .subForm:hover {
    font-size: 22px;
    font-weight: bold;
}

/* 立即提交2 */
.submit-form2 {
    position: relative;
    min-width: 1300px;
    height: 105px;
    background: url("../imgs/VRFEST.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.submit-form2 .main-form {
    height: 105px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.submit-form2 .main-form input {
    width: 172px;
    height: 55px;
    background: #FFFFFF;
    border-radius: 3px;
    font-size: 16px;
    line-height: 30px;
    color: #838383;
    text-indent: 22px;
    margin-left: 18px;
}

.submit-form2 .main-form .input2 {
    width: 220px;
}
.submit-form2 .main-form .title {
    font-size: 32px;
    font-weight: lighter;
}

.submit-form2 .main-form .price {
    font-weight: bold;
    color: #F6DA1F;
}

.submit-form2 .main-form .subForm {
    width: 160px;
    height: 55px;
    background: #09C383;
    box-shadow: 0px 5px 18px rgba(255, 139, 0, 0.2);
    border-radius: 3px;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-left: 18px;
    cursor: pointer;
}
.submit-form2 .main-form .subForm:hover {
    font-size: 22px;
    font-weight: bold;
}

.submit-form2 .main-form .phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 32px;
    margin: 0 20px;
}

.submit-form2 .main-form .phone span:last-child {
    font-size: 24px;
    font-weight: bold;
}

.submit-form2 .clear {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 50px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    cursor: pointer;
}