.tell{
    padding: 27px 0px 100px;
}
.tell_box{
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 16px 30px 0px 
		rgba(188, 191, 198, 0.27);
        background-color: #fff;
}
.tell_left{
    width: 50%;
    /*background: url(../images/tell_left.png) no-repeat;*/
    /*background-size: cover;*/
    height: 520px;
    position: relative;
    box-sizing: border-box;
}
.logos{
    position: absolute;
    left: 40px;
    top: 40px;
    width: 30%;
    height: auto;
    z-index: 55;
}
.tell_left_content{
    position: absolute;
    top: 160px;
    left: 40px;
}
.icon1{
    display: block;
    margin-bottom: 50px;
}
.icon1 img{
    margin-right: 25px;
    vertical-align: middle;
}
.icon1 span{
    color: #ffffff;
    font-family: "dinexp";
    display: inline-block;
    vertical-align: middle;
}
.iocn_list{
    display: block;
    margin-bottom: 25px;
}
.iocn_list img{
    margin-right: 12px;
}
.iocn_list .span1{
    color: #ffffff;
	opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
}
.iocn_list .span2{
    color: #ffffff;
	display: inline-block;
    margin-left: 24px;
    vertical-align: middle;
}
.tell_right{
    width: 50%;
    box-sizing: border-box;
    padding: 30px 40px 0px;
}
.tell_right h2{
    position: relative;
    padding-left: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
    margin-top: 0px;
}
.tell_right h2::before{
    content: '';
    position: absolute;
    width: 4px;
	height: 26px;
	background-color: #4B4F52;
    left: 0px;
    top: calc(50% - 13px);
}
/* .form_title_label{
    color: #999999;
    display: inline-block;
}
.form_title_label span{
    color: #ff2323;
} */
.form_list{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #d7dbe1;
    width: 45%;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.form_lists{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #d7dbe1;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
}
.form_lists textarea{
    border: none;
    resize: none;
    box-sizing: border-box;
}
.form_lists textarea::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.form_lists textarea::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.form_lists textarea::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 4px;
}
.form_input{
    width: 80%;
    cursor: pointer;
}
.form_inputs{
    width: 50%;
    cursor: pointer;
}
/* 省市区下拉 */
.addres_list {
    position: absolute;
    top: 30px;
    width: 300px;
    height: 300px;
    /* overflow: auto; */
    background: #fff;
    z-index: 1;
    display: none;
    padding-top: 5px;
    overflow: hidden;
}



.addres_list ul {
    width: 33.3%;
    float: left;
    height: 100%;
    overflow: auto;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}


.addres_list ul+ul {
    border-left: 1px solid #e5e5e5;
}

.addres_list ul li {
    width: 100% !important;
    float: none;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0px 5px;
}
/* 选中样式 */
.addres_list ul li.on {
    color: #4B4F52;
    background: #74b3be;
}
.addres_list ul li:hover {
    color: #4B4F52;
    background: #74b3be;
}

/* 滚动条 */
.addres_list ul::-webkit-scrollbar {
    /* 滚动条整体样式 */
    width: 4px;
    height:1px ;
}

.addres_list ul::-webkit-scrollbar-track {
    /* 滚动条里面的轨道 */
    background: #f6f6f6;
    border-radius: 4px;
}

.addres_list ul::-webkit-scrollbar-thumb {
    /* 滚动条里面的小方块 */
    background: #d7d7d7;
    border-radius: 4px;
}

/* 省市区  end */
.subbit{
    margin-top: 30px;
    width: 200px;
	height: 48px;
	background-color: #4B4F52;
    border: 1px solid #4B4F52;
    box-sizing: border-box;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    color: #ffffff;
}
.subbit:hover{
    background-color: #fff;
    color: #4B4F52;
}
#v_container{
    position: absolute;
    right: 0px;
    bottom: 8px;
}
@media (max-width: 1366px) {
        .reminder{
            left: calc(50% - 90px) !important;
            top: calc(50% - 100px) !important;
        }
}
@media (max-width: 767px) {
    .tell{
        padding: 60px 0px;
    }
    .tell_left{
        width: 100%;
    }
    .tell_right{
        width: 100%;
        padding: 20px 40px;
    }
    .form_list{
        width: 100%;
    }
}