.layui-layer{
    /*background: transparent;*/
}
.layui-layer-page .layui-layer-content{
    overflow: visible;
}
.layui-layer-radius{
    border-radius:10px;/*设置圆角大小*/
    background: transparent;
}
.layui-layer-radius .qq_look_box{
    margin: 0px;
    padding:0px;
    background: none;
}
/*    会员申请css*/
.gold_vip_reminder {
    display: block;
    width: 593px;
    box-sizing: border-box;
    padding: 30px;
    background: url("/Content/images/goldVipBgNew.png") no-repeat;
    background-size:100% 100%;
    /*margin: 20px auto;*/
    position: relative;
}
.gold_vip_icon_left{
    position: absolute;
    left: 0px;
    top:-10px;
    z-index: 9999999;
}
.gold_vip_main{
    width:520px;
    box-sizing: border-box;
    background:#fff;
    box-shadow: 0px 2px 4px  rgba(207, 183, 144, 0.4);
    border-radius: 5px;
    padding:10px 20px 10px 30px;
    display: flex;

    align-items: center;
    justify-content: space-between;
    position: relative;

}

.gold_vip_reminder h3 {
    font-size: 14px;
    font-weight: normal;
    color: #6C4409;
    text-align: center;
    padding: 0px;
    margin: 6px 0px 14px 10px;
    width: 100%;
    float: left;

    display: inline-block;

}

.gold_vip_reminder .darkBlue {
    color: #BC6805;
    font-weight: bold;
}

.gold_vip_reminder .red {
    color: #bf4638
}

.gold_vip_form form input {
    width: 100%;
    background: none;
    padding: 0 9px;
    color: #333;
    box-sizing: border-box;
    border: 0px;
    background-color: #F7F7F7;
    border-radius: 2px;
    height: 31px;
    line-height: 31px;
    outline: none;
}

.gold_vip_form form input[type="button"] {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 150px;
    height: 35px;
    opacity: 1;
    border-radius: 17.5px;
    background: linear-gradient(90deg, #FFD980 0%, #FACA56 100%), #CCCCCC;
    box-shadow: 0px 2px 4px  #CFB790;
    margin: 0 auto;


}
.u-m-t-20{
    margin-top: 20px;
}
.u-m-b-20{
    margin-bottom: 20px;
}
.gold_vip_form form li {
    width: 204px;
    text-align: center;
    height: 31px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 8px 0;
    background-color: #F7F7F7;
}
.gold_vip_form form li.btn-box{
    background: #fff;
    padding:2px 0;
}
.orange-slider .ui-slider-wrap .ui-slider-btn.success{
    background-image: url('/Content/images/success-orange.png');
}
.orange-slider .ui-slider-wrap .ui-slider-text{
    left:5px
}
.gold_vip_form form li.slider-box {
    width: 100%;
    overflow: hidden;
    height: 34px;
    width: 202px;
}
.gold_vip_icon_right{
    position: absolute;
    top: 0px;
    right:0px
}

.gold_vip_form form li:hover {
    /*border: 1px solid #dabf94;*/
}

.gold_vip_form form .w-120 {
    width: 120px;

    float: left;
}

.gold_vip_form {
}

.gold_vip_form ::-webkit-input-placeholder {
    /* Edge */
    color:#D6D6D6;

}

.gold_vip_form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D6D6D6;

}

.gold_vip_form ::placeholder {
    color: #D6D6D6;

}

.gold_line {
    width: 1px;
    float: left;
    margin: 0 50px;
    height: 106px;
    background: #ecce9f;
    margin-top: 30px;
}
.u-row-between{
    align-content: space-between;
}
.u-row-around{
    align-content:space-around;
}
.gold_vip_Ewm {

    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 20px;


}

.gold_vip_Ewm_img {
    width: 113px;
    height: 113px;
    background: url("/Content/images/ewm-border.png") no-repeat;
    display: -webkit-inline-box; /* Chrome, Safari, Opera */
    display: -moz-inline-stack; /* Firefox */
    display: inline-flexbox; /* IE */
    display: -ms-inline-flexbox; /* IE 10+ */
    display: -webkit-inline-flex; /* Chrome, Safari, Opera */
    display: inline-flex; /* Firefox, IE 11+, Edge */
    align-items: center;
    justify-items: center;
    margin-top: 20px;
}
.gold_vip_Ewm_img img{
    margin:0 auto
}

.gold_vip_Ewm_img:hover {

}

.gold_vip_Ewm p {
    font-size: 12px;

    font-stretch: normal;
    line-height:30px;
    letter-spacing: 0px;
    color: #9E9E9E;
}
.gold_vip_Ewm p.phone{

    color:#6C4409;font-weight: bold;
}
.gold_vip_Ewm p.phone .hight-light{
    color: #BC6805;

    font-family: "MiSans";
    font-size: 14px;
}

.u-padding-top-30 {
    padding-top: 30px !important;
    font-size: 14px;
}

.u-margin-top-15 {
    margin-top: 15px !important;
}

.vip_yzm {
    display: inline-block;
    color: #fff;
    width: 74px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    background: rgba(241, 189, 65, 1);
    margin-top: 3px;
    font-size:12px
}

.vip_yzm:hover {
    color: #fff;
}

/* 滑动验证 */
.gold_vip_form #slider {
    height: 34px;
    position: relative;
    background: none;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    /* margin-top: 10px; */
    border: 0px solid #f2f2f2;
    width: 208px;
}

.gold_vip_form #label {
    width: 46px;
    position: absolute;
    left: -1px;
    top: 0;
    height: 32px;
    line-height: 32px;
    background: #ceb27e;
    z-index: 3;
    cursor: move;
    color: #f2debd;
    font-size: 14px;
}

.gold_vip_form #slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    background-color: #e5ca92;
    z-index: 1;
}

.gold_vip_form .colorLightBlue {
    color: #f2debd;
}

.gold_vip_form #labelTip {
    position: absolute;
    left: 18px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: microsoft yahei, serif;
    color: #d3a664;
    line-height: 32px;
    text-align: center;
    z-index: 2;
}

.flex {
    width: 100%;
    display: flex;
    align-items: center;

}


.gold_vip_form form select {
    color: #a76b28;
    font-weight: bold;
    font-size: 14px;
    border: 0px;
    height: 30px;
    background: none;
    line-height: 30px;
    width: 100%;
    outline: none;
}

.ui-slider-wrap .ui-slider-text {
    width: 100%;
    height: 100%;
    font-family: "Arial";
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color:#808080;
    text-align: center;
    padding:0 0px;
}