/*
    通用CSS Document: 2018-10-09
    @author Erick

    button:按钮
    font-size:字体
    color:颜色
    background:背景
    float:left,right
*/
@charset "utf-8";
body,dl,dd,h1,h2,h3,h4,h5,h6,p,form{margin:0}
p:focus,span:focus,a:focus,div:focus{outline:none}
ol,ul,input,button{margin:0;padding:0}
ol,ul{list-style:none}
body,input,textarea,button{font-family:"PingFang SC","microsoft yahei",-apple-system,"simsun",Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}
body{word-wrap:break-word}
a:hover{color:#FF6F00}
a:focus{outline:0}
button{cursor:pointer;font-family: PingFangSC-Medium, PingFang SC;}
input,textarea,button{border:none;background:none}
input:focus,textarea:focus,button:focus{outline:0}
h1,h2,h3,h4,h5,h6{font-weight:normal}
h4,h5,h6,p{font-size:inherit}
sup,sub{font-size:12px}
small{font-size:12px}
table{border-collapse:separate;border-spacing:0}
i{font-style:normal}
em{font-style:normal}
img{vertical-align:top}
*{margin:0;padding:0;border:none;list-style-type:none;font-family:Microsoft YaHei}
a,u{text-decoration:none}
a{text-decoration:none;color:#555;outline:medium none;text-decoration:none;cursor:pointer}
a:hover{text-decoration:underline}
a:active{text-decoration:none}
a:link{text-decoration:none}
a:visited{text-decoration:none}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:none;text-decoration:none}
input:focus,textarea:focus{outline:none}
button,input,select,textarea{font-size:100%}
label input[type="radio"],input[type="text"],input[type="submit"],input[type="checkbox"]{vertical-align:middle}
::-webkit-input-placeholder{color:#999}
:-moz-placeholder{color:#999}
::-moz-placeholder{color:#999}
:-ms-input-placeholder{color:#999}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none !important;margin:0}
input[type="number"]{-moz-appearance:textfield}

/*******/
.aLink{width:100%;height:100%;display:block}

.all_3s{
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.center{
    text-align: center;
}
.middle{
    vertical-align: middle;
}
.text-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.color_f{
    color: #fff;
}
.color_2{
    color: #222;
}
.color_3{
  color: #333;
}
.color_5{
    color: #555;
}
.color_8{
    color: #888;
}
.color_b{
    color: #bbb;
}
.color_f6{
    color: #FF6F00;
}
.color_fi{
  color: #fff!important;
}
.bg_FF{
  background-color: #fff!important;
}
.bg_F2{
    background-color: #F2F2F2!important;
}
.bg_F5{
    background-color: #F5F5F5!important;
}
.bg_F6{
    background-color: #FF6F00!important;
}
.bg_B2{
    background-color: #0D0B22!important;
}

.clearfix {
  *zoom: 1;
}
.hide-txt {
  text-indent: -9999em;
  overflow: hidden;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-28 {
  font-size: 28px;
}

.f-32 {
  font-size: 32px;
}

.f-38 {
  font-size: 38px;
}

.center {
  text-align: center;
}
.p-r {
  position: relative;
}
.w_1200{
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.bold{
  font-weight: bold;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.align-Center {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-end {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.justify-end {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-Between {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-around{
  -webkit-box-pack: justify;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-Center {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block {
  display: block;
}
.hide {
  display: none;
}

.t-unline {
  text-decoration: underline;
}

.t-through {
  text-decoration: line-through;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555;
  font-size: 14px;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
  font-size: 14px;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #555;
  font-size: 14px;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
  font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input {
  -moz-appearance: textfield;
  font-family: PingFangSC-Medium, PingFang SC;
}


/*按钮*/
.form_button_2{
    background-color: #FF6F00;
    border:1px solid #FF6F00;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FAFAFB;
    padding: 14.5px 0px;
    text-align: center;
    -webkit-appearance: none;
}
.form_button_1{
    border:1px solid #FF6F00;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF6F00;
    padding: 14.5px 0px;
    text-align: center;
    -webkit-appearance: none;
}
.form_button_3{
  border:1px solid #D9D9D9;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #555;
  padding: 14.5px 0px;
  text-align: center;
  -webkit-appearance: none;
}

/*header*/
.ylw_header_nav{
  height: 45px;
  line-height: 45px;
}
.ylw_header_nav a{
  text-decoration: underline;
}
.ylw_header_currency{
  height: 40px;
}
.ylw_header_currency .ylw_header_currency_left .ylw_header_currency_left_c{
  background: #fff;
  padding: 5px 8px 5px 5px;
  margin-left: 6px;
  cursor: pointer;
}
.ylw_header_currency .ylw_header_currency_left .ylw_header_currency_gq{
  width: 23px;
  height: 16px;
  display: block;
}
.ylw_header_currency .ylw_header_currency_left .ylw_header_currency_left_c p{
  margin-left: 6px;
  margin-right: 2px;
}
.ylw_header_currency .ylw_header_currency_left .ylw_header_currency_jt{
  width: 10px;
  height: 6px;
  display: block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ylw_header_currency ul.ylw_header_currency_right > li{
  margin-left: 20px;
}
.ylw_header_search{
  padding: 20px 0 18px;
}
.ylw_header_search .ylw_header_search_cont{
  margin-left: 110px;
}
.ylw_header_search .ylw_header_search_cont_t{
  font-size: 0;
}
.ylw_header_search .ylw_header_search_cont_t input{
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333;
  line-height: 20px;
  width: 485px;
  height: 40px;
  border: 2px solid #FF6F00;
  padding-left: 15px;
}
.ylw_header_search .ylw_header_search_cont_t button{
  width: 100px;
  height: 44px;
  background: #FF6F00;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  vertical-align: bottom;
}
.ylw_header_search .ylw_header_search_cont_btm{
  margin-top: 5px;
}
.ylw_header_search ul.ylw_header_search_cont_btm li{
 margin-right: 24px; 
}
.ylw_header_navigation{
  height: 44px;
  line-height: 44px;
}
.ylw_header_navigation a:last-child::after{
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 1px;
  height: 23px;
  background-color: #fff;
}
.ylw_header_navigation a{
  padding: 0 2px 0;
  width: 120px;
  text-align: center; 
  position: relative;
}
.ylw_header_navigation a.is_current{
  background: #FE8310;
}
.ylw_header_navigation a:hover{
  background: #FE8310;
}
.ylw_currency_select{
  position: absolute;
  left: -50px;
  top: 41px;
  width: 378px;
  height: 289px;
  background: #FFFFFF;
  box-shadow: 0px -1px 10px 0px rgb(0 0 0 / 15%);
  border-radius: 2px;
  z-index: 12;
  display: none;
}
.ylw_currency_select:after{
    content: " ";
    left: 33%;
    position: absolute;
    top: -18px;
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.ylw_currency_select ul{
    padding: 20px;
    overflow: hidden;
}
.ylw_currency_select ul > li{
    background: #F6F6F6;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    line-height: 36px;
    width: 48%;
    float: left;
    margin-bottom: 15px;
    margin-right: 13.5px;
    cursor: pointer;
}
.ylw_currency_select ul > li:hover{
  background:#FFF3E0;
}
.ylw_currency_select ul > li:nth-child(2n+2){
  margin-right: 0px;
}
.ylw_currency_select ul > li img{
  width: 22px;
  height: 14px;
  display: block;
}
.ylw_currency_select ul > li i{
  width: 14px;
  height: 14px;
  display: block;
  background: url(../images/common/select-act.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ylw_currency_select ul > li.is_cureent{
  background:#FFF3E0;
}
.ylw_currency_select ul > li.is_cureent i{
  background: url(../images/common/select-is-act.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*footer*/
.ylw_footer_list{
  padding: 35px 0px;
}
ul.ylw_footer_list li{
    flex: 1;
    text-align: center;
}
ul.ylw_footer_list li img{
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
ul.ylw_footer_list li p:last-child{
  opacity: 0.6;
  margin-top: 10px;
}
.ylw_footer_navcation{
  padding: 55px 0px;
}
.ylw_footer_navcation dl{
  flex: 1;
}
.ylw_footer_navcation dl dt{
  margin-bottom: 25px;
}
.ylw_footer_navcation dl dd{
  line-height: 26px;
}
.ylw_footer_btm_coyright{
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.ylw_footer_btm_coyright span.ylw_coyright_jx{
  margin-left: 25px;
  margin-right: 25px;
  opacity: 0.3;
  color: #fff;
}
.ylw_footer_btm_coyright a{
  margin-right: 20px;
}
.ylw_footer_navcation .after_line{
  position: relative;
}
.ylw_footer_navcation .after_line::after{
  content: '';
  position: absolute;
  right: 70px;
  top: 0;
  width: 1px;
  height: 110px;
  border-left: 1px solid #D9D9D9;
}
/*404,无网络，充值失败，成功*/
.ylw_four_cont{
  text-align: center;
  margin:50px auto 100px;
}
.ylw_four_cont img{
  width: 335px;
}
.ylw_four_cont h1{
  margin-bottom: 8px;
  margin-top: 10px;
}
.ylw_four_btn{
  margin-top: 40px;
  position: relative;
}
.ylw_four_btn a{
  padding: 14.5px 36px;
  position: relative;
}
.ylw_four_btn a.form_button_1:before{
 content:"";
 display:table;
}
.ylw_four_btn a .button_line{
  width:0px;
  height:1px;
   background-color:#FF6F00;
   margin:0 auto;
   position:absolute;
   top:34px;
   left:0px;
   right:0px;
   -webkit-transition:width .2s linear;
  -moz-transition:width .2s linear;
  -ms-transition:width .2s linear;
  -o-transition:width .2s linear;
  transition:width .2s linear;
}
.ylw_four_btn a.form_button_2:last-child{
  margin-left: 20px
} 
.ylw_four_btn a.form_button_1:hover .button_line{
  width:57px;
 }
.ylw_four_btn a.form_button_2:hover{
  color: #fff;
  background-color: #FE8310;
}
/*登录，注册弹框*/
.ylw_modal{
  margin: 0px 80px;
}
.ylw_modal .ylw_modal_title{
  text-align: center;
  margin-bottom: 20px;
}
.ylw_modal .ylw_modal_head{
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 11px;
  margin-bottom: 35px;
}
.ylw_modal .ylw_modal_head li{
  margin-right: 50px;
  cursor: pointer;
}
.ylw_modal .ylw_modal_head li:last-child{
  margin-right: 0;
}
.ylw_modal .ylw_modal_head li span{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
  padding-bottom: 10px;
}
.ylw_modal .ylw_modal_head li.ylw_modal_is_li span{
  color: #FF6F00;
  border-bottom: 2px solid #FF6F00;
}
.ylw_modal .ylw_modal_form_li{
  border:1px solid #DEDEDE;
  border-radius: 40px;
  margin-bottom: 15px;
  position: relative;
}
.ylw_modal .ylw_modal_form_lis{
  position: relative;
}
.ylw_modal .ylw_modal_form_li p{
  position: relative;
  margin-left: 20px;
}
.ylw_modal .ylw_modal_form_li p::after{
  content: '';
  position:absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height:20px;
  background-color: #eee;
}
p.ylw_phone_selected{
  cursor: pointer;
}
.ylw_modal .ylw_modal_form_li p.ylw_phone_selected::after{
  content: '';
  position:absolute;
  top: 0;
  right: -22px;
  width: 1px;
  height:20px;
  background-color: #eee;
}
.ylw_modal .ylw_modal_form_li p.ylw_modal_form_name{
  background: url(../images/common/mailbox-icon.png) no-repeat;
  background-size: 100% 100%;
  background-position:center center;
  width: 20px;
  height: 18px;
}
.ylw_modal .ylw_modal_form_li p.ylw_modal_form_psw{
  background: url(../images/common/password.png) no-repeat;
  background-size: 100% 100%;
  background-position:center center;
  width:20px;
  height: 20px;
}
.ylw_modal .ylw_modal_form_li p.ylw_modal_form_code{
  background: url(../images/common/code-icon.png) no-repeat;
  background-size: 100% 100%;
  background-position:center center;
  width:20px;
  height: 20px;
}
.ylw_modal .ylw_modal_form_li .ylw_phone_slt{
  background: url(../images/common/phone-s-icon.png) no-repeat;
  background-size: 100% 100%;
  background-position:center center;
  width: 12px;
  height: 7px;
  margin: 0 2px;
} 
.ylw_modal .ylw_modal_form_li .ylw_modal_form_bi{
  background: url(../images/common/eye-icon1.png) no-repeat;
  background-size: 100% 100%;
  background-position:center center;
  width: 20px;
  height: 18px;
  margin: 0 25px 0 2px;
  cursor: pointer;
}
.ylw_modal .ylw_modal_form .ylw_modal_form_li .ylw_modal_form_look{
  background: url(../images/common/eye-icon2.png) no-repeat;
  background-size: 100% 100%;
  background-position:center center;
  width: 20px;
  height: 18px;
  margin: 0 25px 0 2px;
  cursor: pointer;
}
.ylw_modal .ylw_modal_form_li .ylw_modal_form_ipt{
  font-size: 14px;
  color: #222;
  padding: 15px 0px 15px 18px;
  flex: 1;
}
.ylw_modal .ylw_modal_form_li button{
  margin-right: 20px;
  padding: 10px 0;
}
.ylw_modal .ylw_modal_form_link{
  text-decoration: underline;
  text-align: right;
}
.ylw_modal .ylw_modal_form_btn{
  width: 400px;
  border-radius: 40px;
  margin-top: 30px;
  cursor: pointer;
}
.ylw_modal .ylw_modal_form_btn:hover{
  color: #fff;
  background-color: #FE8310;
}
.ylw_modal .ylw_modal_form_btm{
  margin-top: 20px;
}
.ylw_modal .ylw_modal_form_btm a {
  text-decoration: underline;
}
.ylw_modal .ylw_modal_form_back{
  width: 135px;
  display: block;
  margin: 0 auto;
}
.ylw_modal .ylw_modal_form_back:hover{
  color: #fff;
  background-color: #FE8310;
}

.ylw_details_header .ylw_payment_right_li{
	margin-bottom: 10px;
}
.ylw_details_header .ylw_payment_right_li span{
	margin-right: 22px;
}
.ylw_details_header .ylw_payment_right_ipt{
	width: 360px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border:1px solid #DBDBDB;
}
.ylw_select_phoneHead{
  z-index: 100;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px -1px 20px 0px rgb(0 0 0 / 15%);
  border-radius: 2px;
  top: 60px;
  left: 0;
}
.ylw_select_phoneHead ul{
  width: 200px;
  height: 235px;
  overflow-y: auto;
}
.ylw_select_phoneHead ul li:hover{
  color: #FF6F00;
}
.ylw_select_phoneHead ul li{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
  padding: 10px 15px;
  cursor: pointer;
}
.ylw_select_phoneHead ul li.is_active{
  color: #FF6F00;
}
.ylw_select_phoneHead:after {
  content: " ";
  left: 33%;
  position: absolute;
  top: -18px;
  width: 0px;
  height: 0px;
  border: 10px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
/*rightcolumn*/
.right_coulumn_nav{
  position: fixed;
  right: 0;
  top:300px;
  width: auto;
  z-index: 99;
}
.ylw_rightColumn_kefu{
  background: #fff url(../images/kf-icon.png) no-repeat;
  background-size: 30px 30px;
  background-position:center center;
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.ylw_rightColumn_kefu span{
  display: none;
  width:79px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF6F00;
  text-align: center;
  line-height: 40px;
}
.right_coulumn_nav .ylw_rightColumn_kefu:hover{
  background: #FF6F00 url(../images/kf-icon2.png) no-repeat;
  background-size: 30px 30px;
  background-position:center center;
}
.right_coulumn_nav .ylw_rightColumn_kefu:hover span{
  left: -79px;
  display: block;
}
.ylw_rightColumn_top{
  display: none;
  background: #fff url(../images/right-top-icon.png) no-repeat;
  background-size: 26px 22px;
  background-position:center center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.right_coulumn_nav .ylw_rightColumn_top:hover{
  background: #FF6F00 url(../images/right-top-icon2.png) no-repeat;
  background-size: 26px 22px;
  background-position:center center;
}
/*help*/
.ylw_help_route_link{
  margin-top: 10px;
	margin-bottom: 10px;
}
.ylw_help_left{
  float: left;
  width: 224px;
  margin-right: 20px;
}
.ylw_help_left .ylw_help_left_li{
  margin: 10px 0px 10px;
  border-bottom: 1px dashed #EEEEEE;
  padding-bottom: 10px;


}
.ylw_help_left .ylw_help_left_li:last-child{
  border-bottom: none;
    padding-bottom: 0;
    margin: 10px 0 0;
}
.ylw_help_left .ylw_help_left_li dt{
  height: 40px;
  padding-left: 20px;
  margin-bottom: 8px;
}
.ylw_help_left .ylw_help_left_li dt i.ylw_help_gw{
  background: url(../images/common/help-gw.png) no-repeat;
  background-size: 100% 100%;
  background-position:center center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.ylw_help_left .ylw_help_left_li dt i.ylw_help_fk{
  background: url(../images/common/help-fk.png) no-repeat;
  background-size: 100% 100%;
  background-position:center center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.ylw_help_left .ylw_help_left_li dt i.ylw_help_zl{
  background: url(../images/common/help-ylw.png) no-repeat;
  background-size: 100% 100%;
  background-position:center center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.ylw_help_left .ylw_help_left_li dd{
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.ylw_help_left .ylw_help_left_li dd.is_cureent_dd{
  background: #FF6F00;
}
.ylw_help_left .ylw_help_left_li dd.is_cureent_dd a{
  color: #fff;
}

.ylw_help_right{
  float: left;
  width: 956px;
  position: relative;
  height: auto;
}
.ylw_help_right .ylw_help_title{
  margin:20px 0 15px 20px; 
  position: relative;
}
.ylw_help_right .ylw_help_title::after{
  content: '';
  position:absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 16px;
  background: #FF6F00
}
.ylw_help_right_ul{
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 5px;
  margin-left: 20px;
}
.ylw_help_right_ul li{
  margin-right: 35px;
  margin-bottom: 10px;
}
.ylw_help_right .ylw_help_right_cont{
  padding: 20px;
}
.ylw_help_right .ylw_help_right_cont p{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555555;
    line-height: 24px;
}
.ylw_help_right .ylw_help_right_cont img{
  width: 100%;
    margin-bottom: 10px;
}
.layui-layer-title{
    text-align: center!important;
    padding: 0!important;
    font-weight: bold;
    font-size: 18px;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: #ff6f00!important;
    background-color: #ff6f00!important;
}
.ylw_search_more{
    position: absolute;
    top: 44px;
    left: 0;
    width: 604px;
    height: 368px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 15%);
    border-radius: 2px;
    z-index: 100;
}
.ylw_search_more a{
    padding: 12px 0;
    margin:0px 20px;
    display: block;
    border-bottom: 1px solid #EEEEEE;
}