
.dialog_wrap .form_content .form_item_wrap,.mb_pattern .basic_nleavemessage .form_item_wrap {
    width: 100% !important
}

.basic_video_index iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

.mb_pattern .basic_video_index .online_flv {
    padding-bottom: 56.2%
}

.mb_pattern .form_warp {
    max-height: calc(100% - 10px) !important
}

.mb_pattern .dialog_wrap .dialog_container {
    width: 100%;
    height: 100%
}

.mb_pattern .dialog_wrap .my_form {
    padding: 3.2% 3.72%
}

.mb_pattern .dialog_wrap .dialog_title {
    text-align: center;
    line-height: 53px;
    height: 53px;
    width: 100%
}

.mb_pattern .dialog_wrap .dialog_title .title {
    margin-left: 0
}

.dialog_wrap .dialog_title .dialog_close:before {
    content: "\E606"
}

.mb_pattern .dialog_title .dialog_close {
    right: auto;
    left: 15px;
    top: 0px
}

.mb_pattern .dialog_wrap .dialog_content {
    margin-top: 53px
}

.mb_pattern .my_nleavemessage .phone_number_area .area_code_mobi,.mb_pattern .dialog_wrap .phone_number_area .area_code_mobi {
    display: block !important
}

.pc_pattern .my_nleavemessage .phone_number_area .area_code_mobi,.pc_pattern .dialog_wrap .phone_number_area .area_code_mobi {
    display: none !important
}

.mb_pattern .my_nleavemessage .phone_number_area .area_code_pc,.mb_pattern .dialog_wrap .phone_number_area .area_code_pc {
    display: none !important
}

.pc_pattern .my_nleavemessage .phone_number_area .area_code_pc,.pc_pattern .dialog_wrap .phone_number_area .area_code_pc {
    display: block !important
}
.dialog_wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    display: none
}

.dialog_layout {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6)
}

.dialog_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    width: 50%;
    height: 600px;
    line-height: 600px;
    text-align: center
}

.dialog_wrap .form_warp {
    display: block;
    line-height: normal;
    text-align: left;
    max-height: 600px;
	overflow:hidden;
    /*overflow-y: auto*/
}

.dialog_title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e3e2e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    /*position: fixed;*/
    z-index: 1;
    width: 100%
}

.dialog_title .title {
    font-size: 16px;
    color: #333;
    margin-left: 24px
}

.dialog_title .dialog_close {
    position: absolute;
    right: 30px;
    top: 0px;
    cursor: pointer;
    color: #909399;
    font-size: 20px
}

.dialog_content {
    height: 540px;
    overflow-x: hidden;
	overflow-y: auto;
    /*margin-top: 60px*/
}

.dialog_wrap .loading_img {
    display: inline-block;
    vertical-align: middle
}


.form_item_wrap .form_item {
    padding: 0 10px
}

.form_item_wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: calc(180px + 2.4%);
    vertical-align: bottom
}

.form_item_wrap .form_item .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.form_item_wrap .item_type_phone .phone_number_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.form_item_wrap .item_type_phone .area_code_mobi {
    margin-right: 0 !important;
    width: 90px;
    position: relative
}

.form_item_wrap .item_type_phone .area_code_mobi:after {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 0;
    top: 10px;
    right: 0;
    border-right: 1px solid #e3e2e8
}

.form_item_wrap .item_type_phone .area_code {
    width: 28%;
    margin-right: 2.4%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: 130px
}

.form_item_wrap .item_type_phone .phone_number_wrap {
    position: relative;
    width: 100%
}

.form_item_wrap .item_type_city {
    margin: 0 -1.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form_item_wrap .item_type_city .select_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.2%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.form_item_wrap .select_style {
    position: relative
}

.form_item_wrap .select_style .arrow {
    position: absolute;
    right: 16px;
    font-size: 20px;
    line-height: 44px;
    color: #666;
    cursor: pointer
}

.form_item .title {
    font-weight: 400;
    font-size: 14px;
    color: #666;
	margin-top: 0;
    margin-bottom: 8px
}

.form_item .required_icon {
    color: red;
    position: relative;
    top: 2px;
    left: 10px;
    pointer-events: none;
    display: inline-block
}
.my_form .item_type_file .file_upload_btn {
    position: relative;
    width: 100px;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    color: grey;
    outline: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    cursor: pointer;
    border: 0
}

.my_form .item_type_file .file_upload_btn span {
    display: inline-block;
    margin-right: 8px
}

.my_form .item_type_file .file_size_tips {
    font-size: 12px;
    margin-top: 7px;
    display: block;
    color: grey;
    padding-left: 2px
}

.my_form .item_type_radio {
    padding-top: 2px
}

.form_item .radio_style .radio_item {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    color: #333;
    list-style-type: none;
    margin-right: 20px;
    cursor: pointer;
    position: relative
}

.form_item .radio_style .radio_inner {
    font-size: 20px;
    margin-right: 7px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%
}

.my_form .checkbox_style .checkbox_inner {
    font-size: 20px;
    margin-right: 7px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px
}

.form_item .radio_style .radio_inner {
    font-size: 20px
}

.form_item .radio_style .radio_item:not(.radio_active) .radio_inner,.my_form .checkbox_style .checkbox_item:not(.checkbox_active) .checkbox_inner {
    color: #e0e0e0;
    background-color: #fff
}

.my_form .checkbox_style .checkbox_item {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    color: #333;
    list-style-type: none;
    margin-right: 20px;
    cursor: pointer;
    position: relative
}

.my_form .checkbox_style .checkbox_item .checkbox,.form_item .radio_style .radio_item .radio {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.my_form .textarea_style {
    background: rgba(204,204,204,0.15)
}

.my_form .form_item .textarea_style {
    font-size: 13px;
    color: #333;
    width: 100%;
    border: 0;
    padding: 9px 14px;
    height: 65px;
    resize: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0
}

.my_form .upload_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
    opacity: 0;
    cursor: pointer
}

.my_form .item_type_desc {
    min-height: 30px
}

.my_form .item_type_desc .primary_title {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    white-space: pre-line
}

.my_form .item_type_desc .description {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    white-space: pre-line
}

.my_form .item_type_date .connect_icon {
    font-size: 16px;
    line-height: 44px;
    width: 2.4%;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.my_form .item_type_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}


.my_form .form_frame {
    position: relative;
    font-size: 0;
    margin: 0 -10px
}

.form_item_wrap .form_item .input_style {
    font-size: 13px;
    color: #333;
    width: 100%;
    border: 0;
    padding-left: 14px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    border-radius: 0;
    background: rgba(204,204,204,0.15)
}

.item_type_validateCode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.form_item_wrap .item_type_phone .area_code_mobi {
    margin-right: 0 !important;
    width: 90px;
    position: relative
}

.form_item_wrap .item_type_phone .area_code_mobi:after {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 0;
    top: 10px;
    right: 0;
    border-right: 1px solid #e3e2e8
}

.form_item_wrap .item_type_phone .area_code {
    width: 28%;
    margin-right: 2.4%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: 130px
}

.form_item_wrap .item_type_city {
    margin: 0 -1.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form_item_wrap .item_type_city .select_wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.2%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.form_item_wrap .select_style {
    position: relative
}

.form_item_wrap .select_style .arrow {
    position: absolute;
    right: 16px;
    font-size: 20px;
    line-height: 44px;
    color: #666;
    cursor: pointer
}

.dialog_wrap .form_item_wrap .jz_theme_bg_color {
    background-color: rgba(255,138,0,1);
}
.form_warp .my_form {
    padding: 20px 20px
}

.my_form .form_submit {
    width: 100%;
    max-width: 335px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border: none;
    outline: 0;
    color: #fff;
    cursor: pointer
}

.my_form .form_item .item_type_file {
    width: 100%
}

.my_form .item_type_file .file_upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.my_form .item_type_file .file_name_text {
    width: 100%;
    margin-right: 10px;
    position: relative
}

.my_form .item_type_file .del_file_btn {
    position: absolute;
    right: 14px;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 17px;
    line-height: 44px;
    background: 0 0;
    color: #999
}

.file_upload_btn {
    background: rgba(204,204,204,0.15)
}

.my_form .item_type_file .file_upload_btn {
    position: relative;
    width: 100px;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    color: grey;
    outline: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    cursor: pointer;
    border: 0
}

.my_form .item_type_file .file_upload_btn span {
    display: inline-block;
    margin-right: 8px
}

.my_form .item_type_file .file_size_tips {
    font-size: 12px;
    margin-top: 7px;
    display: block;
    color: grey;
    padding-left: 2px
}

.my_form .item_type_radio {
    padding-top: 2px
}

.form_item .radio_style .radio_item {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    color: #333;
    list-style-type: none;
    margin-right: 20px;
    cursor: pointer;
    position: relative
}

.form_item .radio_style .radio_inner {
    font-size: 20px;
    margin-right: 7px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%
}

.my_form .checkbox_style .checkbox_inner {
    font-size: 20px;
    margin-right: 7px;
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px
}

.form_item .radio_style .radio_inner {
    font-size: 20px
}

.form_item .radio_style .radio_item:not(.radio_active) .radio_inner,.my_form .checkbox_style .checkbox_item:not(.checkbox_active) .checkbox_inner {
    color: #e0e0e0;
    background-color: #fff
}

.my_form .checkbox_style .checkbox_item {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    color: #333;
    list-style-type: none;
    margin-right: 20px;
    cursor: pointer;
    position: relative
}

.my_form .checkbox_style .checkbox_item .checkbox,.form_item .radio_style .radio_item .radio {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.my_form .textarea_style {
    background: rgba(204,204,204,0.15)
}

.my_form .form_item .textarea_style {
    font-size: 13px;
    color: #333;
    width: 100%;
    border: 0;
    padding: 9px 14px;
    height: 65px;
    resize: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0
}

.my_form .upload_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
    opacity: 0;
    cursor: pointer
}

.my_form .item_type_desc {
    min-height: 30px
}

.my_form .item_type_desc .primary_title {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    white-space: pre-line
}

.my_form .item_type_desc .description {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    white-space: pre-line
}

.my_form .item_type_date .connect_icon {
    font-size: 16px;
    line-height: 44px;
    width: 2.4%;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.my_form .item_type_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@font-face {
    font-family: "iconfont";
    src: url("//at.alicdn.com/t/font_1635015_9upmvzvagnm.woff2?t=1627901119255") format("woff2"),url("//at.alicdn.com/t/font_1635015_9upmvzvagnm.woff?t=1627901119255") format("woff"),url("//at.alicdn.com/t/font_1635015_9upmvzvagnm.ttf?t=1627901119255") format("truetype")
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.dialog_wrap ::-webkit-scrollbar,.select_list_wrap ::-webkit-scrollbar {
    width: 5px
}

.dialog_wrap ::-webkit-scrollbar-thumb,.select_list_wrap ::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}

.dialog_wrap ::-webkit-scrollbar-track .select_list_wrap ::-webkit-scrollbar-track {
    background-color: #f7f7f7
}

.validateCode_img{ cursor:pointer;}

@media only screen and (max-width:767px){
.dialog_container {
    width: 95%;
}
}