.vc_row {
    margin-left: 0px;
    margin-right: 0px;
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  right: 0;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.content-container .container {
    width: 100% !important;
    max-width: unset !important;
}

.sh-titlebar {
    display: none;
}

.wpb_text_column.wpb_content_element {
    background: #F8F8F8;
    margin-bottom: 0;
    padding-bottom: 35px;
}

.channel_home {
    background: #F8F8F8;
    padding: 30px 16px 55px 16px;
    min-height: calc(100vh - 115px);
}

.channel_home_content {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02), 0px 1px 6px -1px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    max-width: 1200px;
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.channel_home_content .content_title {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}


.channel_home_content .content_title>div {
    padding: 0 12px;
}

.content_title .home_title_1 {
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #262626;

    position: relative;
}

.content_title .home_title_1:before {
    display: none;
    position: absolute;
    content: '';
    width: 6px;
    height: 23px;
    background: #176DEE;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}

.content_title .home_title_2 {
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #8C8C8C;
}

.channel_home_content .content_body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 91px 0 137px 0;
}

.content_body .select_area {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 362px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
}

.content_body .select_area.owner .img_area {
    width: 100%;
    background-image: url('https://file.iceriver.io/wp-content/uploads/image/customer-owner1.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70.9%;
}

.content_body .select_area.resell .img_area {
    width: 100%;
    background-image: url('https://file.iceriver.io/wp-content/uploads/image/customer-resell1.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70.9%;
}

.select_area .img_area img {
    width: 100%;
}

.select_area .select_content_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 25px 0 25px;
    width: 100%;
    gap: 10px;
}

.select_area .select_content_area>div {
    text-align: center;
}

.select_content_area .select_title_1 {
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #262626;
    margin-bottom: 10px;
}

.select_content_area .select_title_2 {
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #8C8C8C;
    margin-bottom: 34px;
}

.select_content_area buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 40px;
    border-radius: 4px;
    background: #186DEE;
    margin-bottom: 44px;

    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

/* form */
.channel_form {
    background: #F8F8F8;
    padding: 30px 0 55px 0;
    min-height: calc(100vh - 115px);
}

.channel_form_content {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px;
    max-width: 1200px;
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.channel_form_content .channel_form_content_div {
    position: relative;
}

.channel_form_content .content_title {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px
}

.content_title .form_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    width: fit-content;
    ;
}

.content_title .form_title p {
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #262626;
}

.content_title img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-bottom: 0 !important;
}

.channel_form_content .content_body {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.content_body .sleect_type_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sleect_type1_body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sleect_type1_body .show_area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.submission_area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.submission_area .show_area_body {
    gap: 20px;
}

.submission_area .show_area_body>div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
}

.submission_area .show_area_body>div input[type="checkbox"] {
    border: 1px solid #E5E6EB;
    width: 14px;
    min-width: 14px;
    height: 14px;
    min-height: 14px;
}

.submission_area .show_area_body>div span {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #262626;
}

.submission_area .show_area_body button {
    width: 100%;
    height: 44px;
    border-radius: 2px;
    opacity: 0.05;
    background: #186DEE;
}

.body_tranches_title {
    margin-left: 3px !important;
}

.show_area .sleect_type2_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.show_area .show_area_title {
    padding: 12px;
    display: flex;
    align-items: center;

    background: rgba(23, 109, 237, 0.05);
    width: 100%;
    height: 40px;
}

.show_area .show_area_title>div {
    position: relative;
    padding-left: 10px;
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #262626;
}

.show_area .show_area_title>div::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 16px;
    background: #176DEE;
}

.show_area_body {
    width: 100%;
    max-width: 600px;

    display: flex;
    flex-direction: column;
    gap: 30px;
}

.show_area .show_area_body>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.show_area .show_area_body>div>p,
.show_area .show_area_body>div>p>span {
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #262626;
    margin: 0;
}

.show_area .show_area_body>div .error_text {
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #FF4D4F;
}

.show_area .show_area_body>div .phone_input_area {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.show_area .show_area_body>div .phone_input_area.spacing_cancellation {
    gap: 0px;
}

.show_area .show_area_body>div .phone_input_area.spacing_cancellation>input {
    border-right: none;
}

.show_area .show_area_body>div span {
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #8C8C8C;
}

.layui-anim.layui-icon {
    font-size: 18px;
}

.radio_form .layui-form-radioed .layui-icon-radio {
    color: #186DEE !important;
}

.radio_form .layui-form-radio .layui-icon-circle:hover,
.radio_form .layui-form-radio:hover .layui-icon-circle {
    color: #186DEE !important;
}

.radio_form .layui-form-radio div {
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #262626 !important;
}

/* 上传图片区域 */

.upload_area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upload_area .upload_body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upload_area .upload_btn {
    border-radius: 2px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E5E6EB;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    width: fit-content;
    height: 44px;
    padding: 0 24px;

    display: flex;
    flex-direction: row;
    align-items: center;

    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0px;
    color: #1D2129;
}

.upload_area .upload_file {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px dashed #E5E6EB;
    cursor: pointer;
}

.upload_area .upload_file .upload_content {
    width: 100%;
    height: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    border: 1px dashed #E5E6EB;
    cursor: pointer;
    padding: 0 16px;
}

.upload_area .upload_file .pic_item {
    position: relative;
    width: fit-content;
    height: 194px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.upload_area .upload_file .pic_item .pic_img {
    height: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.upload_area .upload_file .pic_item .delete-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.upload_area .upload_file .hybrid_item {
    width: 100%;
    padding: 8px 12px;
    background: --color-fill-1;
}


.upload_area .upload_file .hybrid_item>div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.upload_area .upload_file .hybrid_item img {
    margin: 0;
}

.upload_area .upload_file .hybrid_item .file_img {
    width: 12px;
    height: 12px;
}

.upload_area .upload_file .hybrid_item .delete_img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.upload_area .upload_file .hybrid_item .upload_img {
    width: 40px;
    height: 40px;
}

.upload_area .upload_file .hybrid_item>div>div {
    width: fit-content;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;

    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #262626;
}

.upload_area .upload_file .hybrid_item .file_name{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
}

.upload_area .upload_file .upload_content>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload_area .upload_file .upload_content img {
    width: 32px;
    margin-bottom: 10px;
}

.upload_area .channel_file_intput {
    display: none !important;
}

.upload_area .upload_file .upload_describe1 {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0px;
    color: #1D2129;
    margin-bottom: 4px;
}

.upload_area .upload_file .upload_describe2 {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0em;
    color: #86909C;
}

/* 上传图片区域 */

/* 输入框 */
input:not([type="radio"]) {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #E6E6E6;
    margin-bottom: 0;
    padding-left: 10px;

    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #262626;

}

input:not([type="radio"])::placeholder {
    color: #8C8C8C;
    font-style: normal;
}

input.readonly:not([type="radio"]) {
    background: #F8F8F8;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    color: #8C8C8C;
}

input:not([type="radio"]):hover,
input:not([type="radio"]):active,
input:not([type="radio"]):focus {
    border: 1px solid #186DEE !important;
}

/* 输入框 */

/* drop-down select */
.basis_select .layui-unselect,
.basis_select .layui-input {
    border-color: #E6E6E6 !important;
    height: 50px !important;
    width: 100% !important;
    background: #FFFFFF !important;
    border-radius: 0px !important;
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #262626;
    margin: 0px !important;
}

.channel_form_main .basis_select .layui-unselect:focus,
.channel_form_main .basis_select .layui-unselect:active,
.channel_form_main .basis_select .layui-input:focus,
.channel_form_main .basis_select .layui-input:active {
    /* 	border: 1px solid #186DEE !important; */
    box-shadow: none !important;
    border-color: #186DEE;

}

.basis_select dl {
    margin-top: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 0px !important;
}

.basis_select dl.layui-anim dd {
    background: #FFFFFF;
    border-radius: 2px;
    height: 40px;
    margin-bottom: 0px !important;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0em;
    color: #000000;
}

.basis_select dl.layui-anim dd.layui-select-tips {
    display: none;
}

.basis_select dl .layui-this {
    background: #F7F9FE !important;
    color: #000000 !important;
    font-weight: normal !important;
}

/* drop-down select */

/* time select*/
.base_time_select {}

.base_time_select .input_suffix {
    width: auto !important;
    font-family: "PingFang SC", "苹方", "HarmonyOS Sans SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #262626;
    padding-top: 15px;
}

/* time select*/

/* intl-tel-input */
.iti.iti--allow-dropdown {
    display: none;
}

/* intl-tel-input */

/* 日期选择器 */
.layui-laydate-content td,
.layui-laydate-content th,
.layui-laydate-content table {
    padding: 0px !important;
    border: none !important;
}

.layui-laydate .layui-this,
.layui-laydate .layui-this>div {
    background-color: #186DEE !important;
}

.layui-laydate-preview {
    color: rgb(119, 119, 119) !important;
}

.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
    color: #186DEE !important;
}

.layui-laydate-footer span:hover {
    color: #186DEE !important;
}

.layui-laydate-footer span[lay-type=date] {
    color: #186DEE !important;
}

/* 日期选择器 */

@media only screen and (max-width: 1700px) {
    .channel_form_content {
        width: auto;
        min-width: unset;
        margin-left: 200px;
        margin-right: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .channel_home_content {
        width: 100%;
        min-width: unset;
        padding: 30px 12px;
    }

    #wrapper .content-container .container {
        max-width: none !important;
        margin: 0 !important;
        width: 100%;
    }

    .channel_home_content .content_body {
        padding: 20px 0 45px 0;
    }
}

@media only screen and (max-width: 767px) {
    .channel_form_content {
        padding: 0;
        margin: 0;
    }

    .show_area .show_area_body>div .phone_input_area {
        gap: 0px;
    }

    .show_area .show_area_body>div .phone_input_area>input. {
        border-right: none;
    }
	
	#phone_op,#phone_of,#phone_rp,#phone_rf,
	#firmPhone_op,#firmPhone_of,#firmPhone_rp,#firmPhone_rf{
		border-right: 1px solid #E6E6E6;
		border-left: none;
	}

    .channel_form {
        padding-top: 0;
    }

    .channel_form_content .content_title {
        padding: 15px 0;
        display: flex;
        /* position: sticky */
        ;
        top: 0;
        background: #fff;
        opacity: 1;
        z-index: 10;
    }

    .channel_form_content .content_body {
        padding: 0 16px;
        background: #fff;
        margin-top: 12px;
        border-radius: 8px 8px 0px 0px;
    }

    .vertical-steps {
        padding: 30px 16px;
        background: #fff;
    }

    .show_area .show_area_title {
        padding: 12px 0;
        background: transparent;
        border-bottom: 1px solid #E6E6E6;
    }

    .content_title img {
        margin-left: 18px;
    }

    .channel_form_content .channel_form_content_div {
        background: #F8F8F8;
    }

    .channel_home_content .content_body {
        gap: 20px;
        padding-bottom: 25px;
    }

    .content_body .select_area {
        max-width: unset;
    }

    .select_area .select_content_area {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 16px;
    }

    .select_area .select_content_area>div {
        text-align: left;
    }

    .select_content_area .select_title_2 {
        margin-bottom: 0;
    }

    .select_content_area buttom {
        width: auto;
        padding: 0 12px;
        font-size: 14px font-weight: 400;
        margin-bottom: 0;
    }

    .content_body .select_area.owner .img_area {
        width: 100%;
        background-image: url('https://file.iceriver.io/wp-content/uploads/image/customer-owner-h5.png');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 44.0%;
    }

    .content_body .select_area.resell .img_area {
        width: 100%;
        background-image: url('https://file.iceriver.io/wp-content/uploads/image/customer-resell-h5.png');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 70.9%;
        padding-top: 44.0%;
    }

    .content_title .home_title_1,
    .select_content_area .select_title_1 {
        font-size: 16px;
        font-weight: 500;
    }
	
	.upload_area .upload_btn{
		width: 100%;
	}
}

/* steps步骤 */
body {
    overflow: visible !important;
}

.vertical-steps {
    position: absolute;
    flex: 1;
    width: fit-content;
    right: 0;
    transform: translateX(100%) translateX(50px);
    height: 100%;
}

.vertical-steps .vertical-steps-area {
    position: sticky;
    top: 40%;
    right: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: calc(100vh - 150px);
    max-width: 157px;
}

.vertical-steps .step {
    display: flex;
    position: relative;
    align-items: baseline;
    margin-bottom: 60px;
}

.vertical-steps .step-dot {
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 12px;
}

.vertical-steps .step-content {
    display: flex;
    flex-direction: row;
    cursor: pointer;

    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #8C8C8C;
}

.vertical-steps .step.active .step-dot {
    background: #1890ff;
}

.vertical-steps .step.active .step-content {
    color: #1D2129;
}

.vertical-steps .step:before {
    position: absolute;
    content: '';
    top: 45px;
    left: 3px;
    transform: translateX(-50%);
    height: 40px;
    width: 1.5px;
    background: #E5E6EB;
}

.vertical-steps .step.active:before {
    background: #1890ff;
}

.vertical-steps .step:last-child:before {
    display: none;
}

@media only screen and (max-width: 767px) {
    .vertical-steps {
        position: relative;
        transform: none;
        width: 100%;
        overflow-x: auto;
    }

    .vertical-steps::-webkit-scrollbar {
        display: none;
    }

    .vertical-steps .vertical-steps-area {
        flex-direction: row;
        width: 100%;
        max-width: unset;
    }

    .vertical-steps .step {
        position: relative;
        flex-direction: column;
        align-items: center;
        flex: 1;
        margin-bottom: 0px;
        min-width: 157px;
    }

    .vertical-steps .step:before {
        position: absolute;
        content: '';
        top: 2px;
        left: 100%;
        transform: translateX(-50%);
        height: 2px;
        width: 50%;
        background: #E5E6EB;
    }

    .vertical-steps .step:last-child:before {
        display: none;
    }

    .vertical-steps .step-content {
        flex-direction: column;
        text-align: center;
    }

    .vertical-steps .step-content .step-number {
        display: flex;
        flex-direction: column;
    }
}

/* steps步骤 */

/* loading */
.loading{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 99999;
	width: 100%;
	min-height: 100vh;
	background-color: #FFF;
	top: 0;
}

.loading_icon{
	height: 80px;
	width: 80px;
	background: url(https://file.iceriver.io/wp-content/uploads/image/loading1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
/* loading */