@charset "utf-8";


.modle_scrollbar::-webkit-scrollbar{ width: 4px; height: 4px; background: #FFF;}
.modle_scrollbar::-webkit-scrollbar-thumb{ background-color: #fee500; border-radius: 0;}


.modle_max{ padding-right: 50px !important; padding-left: 50px !important;}
.modle_min{ margin: 0 auto; max-width: 1400px; width: 100%;}


.modle_mt0{ margin-top: 0 !important;}
.modle_mt20{ margin-top: 20px !important;}
.modle_mt30{ margin-top: 30px !important;}
.modle_mt50{ margin-top: 50px !important;}


.modle_item{ display: block;}
.modle_item .ft{ position: relative;}
.modle_item .ft .best{ display: none; justify-content: center; align-items: center; position: absolute; top: 0; left: 20px;}
.modle_item .ft .best p{ position: absolute; z-index: 10; padding-bottom: 5px; font-size: 20px; font-weight: 700; color: #FFF;}
.modle_item .ft .best img{ display: block;}
.modle_item .ft .like{ display: flex; justify-content: center; align-items: center; grid-gap: 5px; position: absolute; right: 10px; bottom: 10px; padding: 0 10px; height: 25px; border-radius: 20px; background: #000; opacity: 0; transition: all .2s; cursor: pointer;}
.modle_item .ft .like i{ font-size: 13px; color: #FFF;}
.modle_item .ft .like p{ font-size: 13px; color: #FFF;}
.modle_item .ft .like.on{ background: #F00;}
.modle_item .ft .img{ display: block; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); transition: all .2s;}
.modle_item .ft .img:after{ content: ""; display: block; padding-top: 100%;}
.modle_item .fb{ padding-top: 15px;}
.modle_item .fb .tit{ line-height: 1.2; font-size: 18px; font-weight: 600; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_item .fb .price{ display: block; margin-top: 15px;}
.modle_item .fb .price p:nth-child(1){ font-size: 14px; color: #999; text-decoration: line-through;}
.modle_item .fb .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 2px;}
.modle_item .fb .price p:nth-child(2) span:nth-child(1){ font-size: 20px; font-weight: 700; color: #F00;}
.modle_item .fb .price p:nth-child(2) span:nth-child(2){ font-size: 20px; font-weight: 700; color: #000;}
.modle_item .fb .price p:nth-child(2) span:nth-child(3){ font-size: 16px; color: #999;}
.modle_item .fb .star{ display: flex; align-items: center; margin-top: 10px;}
.modle_item .fb .star i{ display: block; margin-right: 5px; font-size: 15px; color: #ffc40f;}
.modle_item .fb .star p{ font-size: 13px; color: #666;}
.modle_item .fb .star span{ display: block; margin: 0 10px; width: 1px; height: 15px; background: #e5e5e5;}
.modle_item .fb .tip{ display: flex; grid-gap: 5px; margin-top: 10px;}
.modle_item .fb .tip span{ display: flex; align-items: center; padding: 0 10px; height: 20px; border-radius: 10px; font-size: 12px; font-weight: 500; color: #FFF;}
.modle_item:hover .ft .like{ right: 20px; bottom: 20px; opacity: 1;}
.modle_item:hover .ft .img{ border: 1px solid rgba(0 0 0/100%);}


.modle_guide{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.modle_guide .tit{ font-size: 36px; font-weight: 700; color: #000;}
.modle_guide .guide{ display: flex; align-items: center; grid-gap: 10px;}
.modle_guide .guide p{ display: flex; align-items: center; grid-gap: 5px; font-size: 14px; color: #666;}
.modle_guide .guide p i{ font-size: 15px; color: #000;}
.modle_guide .guide > i{ font-size: 12px; color: #DDD;}


.modle_shopping_sub_menu{ display: flex; flex-wrap: wrap; grid-gap: 10px; margin-top: 20px; padding: 30px; border-radius: 20px; border: 1px solid #e5e5e5;}
.modle_shopping_sub_menu .wrap{ position: relative;}
.modle_shopping_sub_menu .wrap > a{ display: flex; align-items: center; grid-gap: 10px; padding: 0 20px; height: 40px; border-radius: 20px; border: 1px solid rgba(0 0 0/5%); background: #fafafa; cursor: pointer;}
.modle_shopping_sub_menu .wrap > a p{ font-size: 15px; color: #666;}
.modle_shopping_sub_menu .wrap > a i{ font-size: 15px; color: #999; transition: all .2s;}
.modle_shopping_sub_menu .wrap ul{ overflow: hidden; position: absolute; z-index: 10; top: 30px; left: 0; padding: 0; min-width: 120px; height: 0; border-radius: 20px; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.modle_shopping_sub_menu .wrap ul li{}
.modle_shopping_sub_menu .wrap ul li a{ display: flex; align-items: center; padding: 0 20px; height: 0; cursor: pointer; transition: all .2s;}
.modle_shopping_sub_menu .wrap ul li a p{ font-size: 14px; color: #666;}
.modle_shopping_sub_menu .wrap ul li a:hover{ background: #f5f5f5;}
.modle_shopping_sub_menu .wrap ul li a:hover p{ color: #000;}
.modle_shopping_sub_menu .wrap:hover > a p{ color: #000;}
.modle_shopping_sub_menu .wrap:hover > a i{ transform: rotate(180deg);}
.modle_shopping_sub_menu .wrap:hover ul{ top: 40px; padding: 10px 0; height: auto; opacity: 1;}
.modle_shopping_sub_menu .wrap:hover ul li a{ height: 30px;}
.modle_shopping_sub_menu .wrap.on > a{ background: #000;}
.modle_shopping_sub_menu .wrap.on > a p{ color: #FFF; font-weight: 600;}


.modle_shopping_option{ display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-bottom: 10px; border-bottom: 1px solid #e5e5e5;}
.modle_shopping_option .full{ font-size: 18px; font-weight: 500; color: #666;}
.modle_shopping_option .full b{ font-weight: 700; color: #F00;}
.modle_shopping_option .fr{ display: flex; grid-gap: 40px;}
.modle_shopping_option .check{ display: flex; grid-gap: 20px;}
.modle_shopping_option .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.modle_shopping_option .check label i{ display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #e5e5e5; font-size: 12px; color: #999;}
.modle_shopping_option .check label p{ font-size: 15px; color: #333;}
.modle_shopping_option .check label.on i{ border-color: #000; background: #000; color: #FFF;}
.modle_shopping_option .check label.on p{ font-weight: 500; color: #000;}
.modle_shopping_option .btn{ position: relative; z-index: 20;}
.modle_shopping_option .btn .head{ display: flex; align-items: center; height: 30px; cursor: pointer;}
.modle_shopping_option .btn .head img{ display: block;}
.modle_shopping_option .btn .head p{ margin: 0 5px 0 0; font-size: 15px; color: #000;}
.modle_shopping_option .btn .head i{ font-size: 14px; color: #999; transition: all .2s;}
.modle_shopping_option .btn .body{ overflow: hidden; position: absolute; top: 20px; right: -30px; left: -20px; padding: 0; height: 0; border-radius: 20px; background: #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%); opacity: 0; transition: all .2s;}
.modle_shopping_option .btn .body ul{}
.modle_shopping_option .btn .body ul li{}
.modle_shopping_option .btn .body ul li p{ display: block; padding: 0 20px; line-height: 30px; font-size: 14px; color: #333; cursor: pointer;}
.modle_shopping_option .btn .body ul li p:hover{ background: #fafafa; color: #000;}
.modle_shopping_option .btn .body ul li.on p{ font-weight: 600; color: #F00;}
.modle_shopping_option .btn:hover .head i{ transform: rotate(180deg);}
.modle_shopping_option .btn:hover .body{ top: 30px; padding: 10px 0; height: auto; opacity: 1;}


.modle_page{ display: flex; justify-content: center; align-items: center; margin: 50px 0 0 0;}
.modle_page .btn{ display: flex; align-items: center; padding: 0 12px; height: 40px; border-radius: 20px; cursor: pointer;}
.modle_page .btn i{ padding: 0 4px 2px 4px; font-size: 12px; color: #000;}
.modle_page .btn p{ padding: 0 4px; font-size: 14px; color: #000;}
.modle_page .btn:hover{ background: rgba(0 0 0/5%);}
.modle_page .page{ display: flex; align-items: center;}
.modle_page .page > * { margin: 0 2px;}
.modle_page .page span{ font-size: 14px; color: #999;}
.modle_page .page p{ display: flex; justify-content: center; align-items: center; padding: 0 12px; min-width: 40px; height: 40px; border-radius: 20px; font-size: 14px; color: #000; cursor: pointer;}
.modle_page .page p:hover{ background: rgba(0 0 0/5%);}
.modle_page .page p.on{ border: 1px solid #000; background: #000 !important; color: #FFF;}


.modle_btn{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; margin: 50px 0 0 0;}
.modle_btn a{ display: flex; justify-content: center; align-items: center; padding: 0 50px; height: 50px; border-radius: 30px; border: 1px solid rgba(0 0 0/10%); background: #FFF; font-size: 16px; font-weight: 700; color: #000; cursor: pointer; transition: all .2s;}
.modle_btn a:hover{  border-color: #000; color: #000;}
.modle_btn a.on{ background: #000; color: #FFF;}


.modle_option{ display: flex; justify-content: center; grid-gap: 10px; margin: 0 0 50px 0; padding: 30px; border-radius: 20px; background: #f6f8fb;}
.modle_option select{ display: flex; align-items: center; margin: 0; padding: 0 45px 0 20px; width: auto; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 15px #FFF; background-size: 15px auto; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option select:focus{ border: 1px solid #000;}
.modle_option .search{ position: relative;}
.modle_option .search input{ display: flex; align-items: center; margin: 0; padding: 0 45px 0 20px; width: 100%; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option .search input:focus{ border: 1px solid #000;}
.modle_option .search i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; width: 45px; font-size: 20px; color: #000; cursor: pointer;}


.modle_menu{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 10px; margin: 0 0 50px 0;}
.modle_menu a{ display: flex; align-items: center; padding: 0 20px; height: 40px; border-radius: 20px; border: 1px solid rgba(0 0 0/10%); font-size: 15px; color: #666; cursor: pointer; transition: all .2s;}
.modle_menu a:hover{ background: #f6f8fb;}
.modle_menu a.on{ border-color: #000; background: #000; color: #FFF; font-weight: 500;}


.modle_view{}
.modle_view .head{ border-top: 1px solid #000;}
.modle_view .head .title{ padding: 25px 30px; line-height: 1.4; font-size: 18px; font-weight: 700; color: #000;}
.modle_view .head ul{ display: flex; flex-wrap: wrap; grid-gap: 20px 30px; padding: 20px 30px; border-radius: 20px; background: #f6f8fb;}
.modle_view .head ul li{ display: flex; align-items: center; grid-gap: 0 10px;}
.modle_view .head ul li .tit{ font-size: 14px; color: #666;}
.modle_view .head ul li .txt{ font-size: 14px; font-weight: 500; color: #000;}
.modle_view .head ul li .file{ display: flex; flex-wrap: wrap; grid-gap: 5px;}
.modle_view .head ul li .file a{ display: flex; align-items: center; grid-gap: 0 10px; padding: 0 20px; height: 35px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; cursor: pointer; transition: all .2s;}
.modle_view .head ul li .file a p{ font-size: 14px; color: #000;}
.modle_view .head ul li .file a:hover{ border-color: #000;}
.modle_view .head ul li .answer{ display: flex; align-items: center; padding: 0 20px; height: 35px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 14px; color: #000;}
.modle_view .head ul li .answer.on{ border-color: #000; background: #000; color: #FFF; font-weight: 500;}

.modle_view .body{ padding: 50px 30px; border-bottom: 1px solid #e5e5e5;}
.modle_view .body *{ line-height: 1.8; font-size: 15px; font-weight: 400; color: #000;}
.modle_view .body iframe{ display: block; margin: 0 0 30px 0; width: 100% !important; height: 400px !important;}
.modle_view .body img{ display: block; margin: 0 0 30px 0; max-width: 100%;}

.modle_view .body .qna{ margin-top: 50px; padding: 30px 50px; border-radius: 20px; background: #f6f8fb;}
.modle_view .body .qna .ft{ padding-bottom: 10px; border-bottom: 1px solid #e5e5e5; font-size: 18px; font-weight: 700; color: #000;}
.modle_view .body .qna .fb{ padding-top: 30px;}
.modle_view .body .qna .q_head p{ line-height: 1; font-size: 20px; font-weight: 700; color: #000;}
.modle_view .body .qna .q_body{ padding: 50px 30px;}
.modle_view .body .qna .wrap:last-child .q_head span{ background: #0d666c;}
.modle_view .body .qna .wrap:last-child .q_body{ padding-bottom: 0;}

.modle_view .page{}
.modle_view .page ul{}
.modle_view .page ul li{ display: flex; align-items: center; padding: 15px 30px; border-bottom: 1px solid #e5e5e5; transition: all .2s;}
.modle_view .page ul li .txt{ flex: 0 0 100px; font-size: 14px; color: #666;}
.modle_view .page ul li .tit{ flex: 1; line-height: 25px; font-size: 15px; font-weight: 400; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_view .page ul li .tit span{ display: inline-block; margin-right: 5px; padding: 0 10px; height: 25px; border-radius: 20px; background: #F00; line-height: 25px; font-size: 13px; color: #FFF;}
.modle_view .page ul li:hover{ background: #f6f8fb;}
.modle_view .page ul li:hover .tit{ color: #000;}




.modle_write{}
.modle_write .head{ display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-bottom: 15px;}
.modle_write .head p{ font-size: 20px; font-weight: 700; color: #000;}
.modle_write .head font{ font-size: 14px; color: #F00;}
.modle_write .body{ border-top: 1px solid #000;}
.modle_write .wrap{ position: relative; padding: 20px 20px 20px 135px; border-bottom: 1px solid #e5e5e5;}
.modle_write .wrap .tit{ position: absolute; top: 20px; left: 20px; line-height: 45px; font-size: 15px; color: #000;}
.modle_write .wrap .tit b{ color: #F00;}
.modle_write .wrap .txt{ margin: 10px 0 0 0; line-height: 1.4; font-size: 14px; color: #666;}
.modle_write .wrap .text{ display: flex; align-items: center; padding: 10.5px 0; line-height: 1.6; font-size: 15px; font-weight: 400; color: #000;}

.modle_write input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 45px; border-radius: 10px; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write input:focus{ border-color: #000;}
.modle_write select{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 20px; width: 100%; height: 45px; border-radius: 10px; border: 1px solid #e5e5e5; background:url(/images/icon_down.svg) no-repeat center right 15px #f6f8fb; background-size: 20px auto; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write select:focus{ border-color: #000;}
.modle_write textarea{ display: block; margin: 0; padding: 10px 20px; resize: none; width: 100%; height: 100px; border-radius: 10px; border: 1px solid #e5e5e5; background: #f6f8fb; line-height: 1.6; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_write textarea:focus{ border-color: #000;}

.modle_write .id_check{ display: flex; grid-gap: 10px;}
.modle_write .id_check .btn{ flex: 0 0 120px; display: flex; justify-content: center; align-items: center; height: 45px; border-radius: 10px; background: #000; font-size: 14px; color: #FFF; cursor: pointer;}

.modle_write .address{ flex: 1; display: grid; grid-gap: 10px;}
.modle_write .address .ft{ display: flex; grid-gap: 10px; max-width: 400px;}
.modle_write .address .ft .btn{ flex: 0 0 120px; display: flex; justify-content: center; align-items: center; height: 45px; border-radius: 10px; background: #000; font-size: 15px; color: #FFF; cursor: pointer;}

.modle_write .check{ display: flex; flex-wrap: wrap; grid-gap: 15px 30px; padding: 10px 0;}
.modle_write .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.modle_write .check label i{ flex: 0 0 25px; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #e5e5e5; background: #f6f8fb; font-size: 12px; color: #666;}
.modle_write .check label p{ font-size: 14px; color: #333; white-space: nowrap;}
.modle_write .check label.on i{ border-color: #000; background: #000; color: #FFF;}
.modle_write .check label.on p{ color: #000;}

.modle_write .contact{ display: flex; grid-gap: 10px;}
.modle_write .contact select{ flex: 0 0 140px;}







.modle_table{}
.modle_table table{ border-collapse: collapse; border-spacing: 0; width: 100%;}
.modle_table table thead{}
.modle_table table thead tr{}
.modle_table table thead tr th{ padding: 20px 10px; border-top: 1px solid #000; border-bottom: 1px solid #e5e5e5; text-align: center;}
.modle_table table thead tr th p{ font-size: 15px; font-weight: 600; color: #000;}
.modle_table table tbody{}
.modle_table table tbody tr{ transition: all .2s;}
.modle_table table tbody tr td{ padding: 15px 10px; border-bottom: 1px solid #e5e5e5; text-align: center;}
.modle_table table tbody tr td .tit{ text-align: left; line-height: 25px; font-size: 15px; color: #333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_table table tbody tr td .tit span{ display: inline-block; margin-right: 5px; padding: 0 10px; height: 25px; border-radius: 20px; background: #F00; line-height: 25px; font-size: 13px; color: #FFF;}
.modle_table table tbody tr td p{ line-height: 1.6; font-size: 14px; color: #333;}
.modle_table table tbody tr td p b{ font-weight: 500; color: #F00;}
.modle_table table tbody tr td .btn{ display: flex; justify-content: center; align-items: center; grid-gap: 5px;}
.modle_table table tbody tr td .btn a{ display: flex; align-items: center; padding: 0 15px; height: 30px; border-radius: 20px; border: 1px solid #e5e5e5; background: #FFF; font-size: 13px;}
.modle_table table tbody tr td .btn a.on{ border-color: #000; background: #000; color: #FFF;}
.modle_table table tbody tr:hover{ background: #f6f8fb;}


.modle_faq{ border-top: 1px solid #000;}
.modle_faq ul{}
.modle_faq ul li{ border-bottom: 1px solid #e5e5e5;}
.modle_faq ul li .wrap{ display: block; position: relative; transition: all .2s;}
.modle_faq ul li .wrap .head{ position: relative; padding: 20px 80px 20px 90px; cursor: pointer;}
.modle_faq ul li .wrap .head .t1{ display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; transform: translate(0,-50%); left: 30px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; font-size: 20px; font-weight: 700; color: #000; transition: all .3s;}
.modle_faq ul li .wrap .head .t2{ font-size: 13px; color: #666;}
.modle_faq ul li .wrap .head .t3{ margin: 10px 0 0 0; line-height: 1.4; font-size: 15px; font-weight: 500; color: #000;}
.modle_faq ul li .wrap .head i{ display: block; position: absolute; top: 50%; right: 40px; transform: translate(0,-50%); font-size: 14px; color: #999; transition: all .3s;}
.modle_faq ul li .wrap .body{ display: none; position: relative; padding: 0 80px 40px 90px;}
.modle_faq ul li .wrap .body .t1{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 30px; width: 40px; height: 40px; border-radius: 50%; background: #000; font-size: 18px; font-weight: 600; color: #FFF; transition: all .3s;}
.modle_faq ul li .wrap .body .t2{ padding: 15px 0 0 0; min-height: 50px; line-height: 1.8; font-size: 15px; font-weight: 400; color: #000;}
.modle_faq ul li .wrap .body .t2 p{ line-height: 1.8; font-size: 15px; font-weight: 400; color: #000;}
.modle_faq ul li .wrap:hover{ background: #f6f8fb;}
.modle_faq ul li.on .wrap .head .t1{ border-color: #000; background: #000; color: #FFF;}
.modle_faq ul li.on .wrap .head .t3{ font-weight: 600; color: #000;}
.modle_faq ul li.on .wrap .head i{ transform: rotate(180deg);}
.modle_faq ul li.on .wrap .body{}














.modle_popup_login{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 100%; right: 0; left: 0; bottom: -100%;}
.modle_popup_login .wrap{ display: flex; align-items: center; grid-gap: 100px; position: relative; z-index: 10; transform: translate(0,100px); opacity: 0; transition: all .5s;}
.modle_popup_login .wrap .fl{}
.modle_popup_login .wrap .fl img{ display: block;}
.modle_popup_login .wrap .fr{}
.modle_popup_login .wrap .fr .ft{ position: relative; padding: 30px; width: 400px; background: #FFF; border-radius: 30px; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%);}
.modle_popup_login .wrap .fr .ft .xi-close{ display: block; position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 50%; background: #F00; text-align: center; line-height: 30px; font-size: 12px; color: #FFF; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .logo{ display: block; margin: 0 auto 30px auto; height: 40px;}
.modle_popup_login .wrap .fr .ft input{ display: flex; align-items: center; margin: 10px 0 0 0; padding: 0 20px; width: 100%; height: 50px; border-radius: 10px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup_login .wrap .fr .ft input:focus{ border-color: #000;}
.modle_popup_login .wrap .fr .ft .check{ display: flex; justify-content: space-between; align-items: center; margin-top: 15px;}
.modle_popup_login .wrap .fr .ft .check label{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .check label i{ font-size: 20px; color: #10a500;}
.modle_popup_login .wrap .fr .ft .check label p{ font-size: 13px; color: #333;}
.modle_popup_login .wrap .fr .ft .check .btn{ display: flex; grid-gap: 20px;}
.modle_popup_login .wrap .fr .ft .check .btn a{ font-size: 13px; color: #333;}
.modle_popup_login .wrap .fr .ft .btn_login{ display: flex; justify-content: center; align-items: center; margin: 20px 0 0 0; height: 50px; border-radius: 10px; background: #F00; box-shadow: 0 5px 15px 0 rgba(255 0 0/30%); font-size: 16px; font-weight: 700; color: #FFF; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .btn_join{ display: flex; justify-content: center; align-items: center; margin: 10px 0 0 0; height: 45px; border-radius: 10px; border: 1px solid #e5e5e5; background: #fafafa; font-size: 16px; font-weight: 500; color: #333; cursor: pointer;}
.modle_popup_login .wrap .fr .ft .or{ display: flex; justify-content: center; position: relative; margin: 20px 0;}
.modle_popup_login .wrap .fr .ft .or:after{ content: ""; display: block; position: absolute; top: 50%; right: 20%; left: 20%; height: 1px; background: #e5e5e5;}
.modle_popup_login .wrap .fr .ft .or p{ position: relative; z-index: 10; padding: 0 20px; background: #FFF; font-size: 13px; color: #999;}
.modle_popup_login .wrap .fr .ft > .btn{ display: flex; grid-gap: 10px;}
.modle_popup_login .wrap .fr .ft > .btn a{ display: flex; justify-content: center; align-items: center; width: 50%; height: 45px; border-radius: 10px; background: #000; font-size: 14px; font-weight: 500; color: #FFF; cursor: pointer;}
.modle_popup_login .wrap .fr .fb{ margin-top: 30px;}
.modle_popup_login .wrap .fr .fb .text{ display: flex; align-items: center;}
.modle_popup_login .wrap .fr .fb .text img{ display: block;}
.modle_popup_login .wrap .fr .fb .text p{ margin-left: 10px; line-height: 1.4; font-size: 13px; font-weight: 200; color: #FFF;}
.modle_popup_login .wrap .fr .fb .btn{ display: flex; justify-content: center; align-items: center; margin: 20px 0 0 0; height: 50px; border-radius: 10px; background: #F00; box-shadow: 0 5px 15px 0 rgba(255 0 0/80%); font-size: 16px; font-weight: 700; color: #FFF; cursor: pointer;}
.modle_popup_login .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/80%); backdrop-filter: blur(10px); opacity: 0; transition: all .3s;}
.modle_popup_login.on{ top: 0; bottom: 0;}
.modle_popup_login.on .wrap{ transform: translate(0,0); opacity: 1;}
.modle_popup_login.on .close{ opacity: 1;}


.modle_popup_main{ display: none; position: fixed; z-index: 5000; top: 0; right: 0; left: 0; bottom: 0;}
.modle_popup_main .banner{ overflow: hidden; position: fixed; z-index: 10; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; border-radius: 30px; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%); opacity: 1; transition: all 1s;}
.modle_popup_main .img{}
.modle_popup_main .img img{ display: block; max-width: 100%; height: auto;}
.modle_popup_main .fb{ display: flex; justify-content: space-between; align-items: center; padding: 20px; background: #FFF;}
.modle_popup_main .fb .btn{ display: flex; align-items: center; grid-gap: 10px;}
.modle_popup_main .fb .btn i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #000; background: #000; font-size: 14px; color: #FFF; cursor: pointer;}
.modle_popup_main .fb .btn p{ font-size: 18px; font-weight: 700; color: #333; cursor: pointer;}
.modle_popup_main .fb .btn.on span{ border-color: #000; background: #000; color: #FFF;}
.modle_popup_main .fb .btn_close{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.modle_popup_main .fb .btn_close i{ font-size: 14px; color: #666;}
.modle_popup_main .fb .btn_close p{ font-size: 16px; color: #666;}
.modle_popup_main .bg{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); transition: all 1s;}
.modle_popup_main.on{ display: block;}


.modle_popup_terms{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 300; top: -100%; right: 0; bottom: 100%; left: 0; background: rgba(0 0 0/70%);}
.modle_popup_terms .wrap{ overflow: hidden; position: relative; z-index: 20; padding: 30px; width: 600px; border-radius: 20px; background: #FFF; opacity: 0; transform: scale(.5); transition: opacity .5s, transform .5s;}
.modle_popup_terms .wrap .scroll{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 50px; background: #FFF;}
.modle_popup_terms .wrap .scroll::-webkit-scrollbar{ width: 4px; background: #FFF;}
.modle_popup_terms .wrap .scroll::-webkit-scrollbar-thumb{ background-color: #000;}
.modle_popup_terms .wrap .title{ margin: 0 0 20px 0; line-height: 1; font-size: 24px; font-weight: 700; color: #000;}
.modle_popup_terms .wrap .box{ overflow: hidden; border-radius: 10px; border: 1px solid #e5e5e5;}
.modle_popup_terms .wrap .box textarea{ display: block; margin: 0; padding: 30px; resize: none; width: 100%; height: 300px; border-radius: 0; border: 0; background: #f6f8fb; line-height: 1.8; font-size: 14px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup_terms .wrap .box textarea::-webkit-scrollbar{ width: 4px; background: #FFF;}
.modle_popup_terms .wrap .box textarea::-webkit-scrollbar-thumb{ background-color: #000;}
.modle_popup_terms > .close_btn{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0.00001%);}
.modle_popup_terms.on{ top: 0; bottom: 0;}
.modle_popup_terms.on .wrap{ opacity: 1; transform: scale(1);}


.modle_popup{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 5000; top: 100%; right: 0; left: 0; bottom: -100%;}
.modle_popup > .wrap{ position: relative; z-index: 10; transform: translate(0,100px); padding: 30px; width: 400px; background: #FFF; border-radius: 30px; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%); opacity: 0; transition: all .5s;}
.modle_popup > .wrap > .xi-close{ display: block; position: absolute; top: -10px; right: -10px; width: 30px; height: 30px; border-radius: 50%; background: #F00; text-align: center; line-height: 30px; font-size: 12px; color: #FFF; cursor: pointer;}
.modle_popup > .wrap > .icon{ display: flex; justify-content: center; margin-bottom: 20px;}
.modle_popup > .wrap > .icon i{ display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; border-radius: 50%; background: #27e283; font-size: 40px; color: #FFF; cursor: pointer;}
.modle_popup > .wrap > .tit{ text-align: center; line-height: 1.2; font-size: 20px; font-weight: 500; color: #000;}
.modle_popup > .wrap > .txt{ margin-top: 10px; text-align: center; line-height: 1.4; font-size: 15px; color: #666;}
.modle_popup > .wrap > .txt b{ color: #2768d6;}
.modle_popup > .wrap > .in_password{ display: flex; align-items: center; margin: 20px auto 0 auto; padding: 0 20px; width: 200px; height: 45px; border-radius: 30px; border: 1px solid #e5e5e5; background: #f6f8fb; text-align: center; font-size: 15px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_popup > .wrap > .in_password:focus{ border-color: #000;}
.modle_popup > .close{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); backdrop-filter: blur(10px); opacity: 0; transition: all .3s;}
.modle_popup.on{ top: 0; bottom: 0;}
.modle_popup.on .wrap{ transform: translate(0,0); opacity: 1;}
.modle_popup.on > .close{ opacity: 1;}


.popup_shopping_cart_edit .wrap{ width: 600px;}
.popup_shopping_cart_edit .contents{ display: flex; grid-gap: 20px;}
.popup_shopping_cart_edit .contents .img{ flex: 0 0 180px; height: 180px; border-radius: 15px; border: 1px solid rgba(0 0 0/10%);}
.popup_shopping_cart_edit .contents .head{ padding-bottom: 15px; border-bottom: 1px solid #000;}
.popup_shopping_cart_edit .contents .head .tit{ display: block; margin-top: 10px; text-align: left; line-height: 1.4; font-size: 16px; font-weight: 600; color: #000;}
.popup_shopping_cart_edit .contents .head .price{ display: block; margin-top: 5px;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(1){ font-size: 13px; color: #999; text-decoration: line-through;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2){ display: flex; align-items: flex-end; padding-top: 2px;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2) span:nth-child(1){ font-size: 20px; font-weight: 700; color: #F00;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2) span:nth-child(2){ font-size: 20px; font-weight: 700; color: #000;}
.popup_shopping_cart_edit .contents .head .price p:nth-child(2) span:nth-child(3){ padding: 0 0 2px 2px; font-size: 13px; color: #999;}
.popup_shopping_cart_edit .contents .body{ display: grid; grid-gap: 15px; margin-top: 15px;}
.popup_shopping_cart_edit .contents .body .line{ margin: 10px 0; height: 1px; background: #e5e5e5;}
.popup_shopping_cart_edit .contents .body .row{ display: flex;}
.popup_shopping_cart_edit .contents .body .row .tit{ flex: 0 0 80px; line-height: 25px; font-size: 13px; color: #999;}
.popup_shopping_cart_edit .contents .body .row .option{ display: flex; flex-wrap: wrap; grid-gap: 5px;}
.popup_shopping_cart_edit .contents .body .row .option a{ display: flex; align-items: center; padding: 0 10px; height: 25px; border-radius: 5px; border: 1px solid #e5e5e5; font-size: 12px; color: #666; cursor: pointer; transition: all .2s;}
.popup_shopping_cart_edit .contents .body .row .option a:hover{ background: #fafafa;}
.popup_shopping_cart_edit .contents .body .row .option a.on{ border-color: #000; font-weight: 500; color: #000;}


.shopping_detail_popup_qna > .wrap{ width: 600px;}


.popup_shopping_detail_review{ padding: 50px;}
.popup_shopping_detail_review > .wrap{ position: relative; padding: 0; width: 600px; max-height: 70vh;}
.popup_shopping_detail_review > .wrap .wrap_box{ overflow: hidden; border-radius: 30px;}
.popup_shopping_detail_review > .wrap .scroll{ overflow: auto; padding: 30px; max-height: 70vh;}
.popup_shopping_detail_review > .wrap .box{ position: relative; margin-bottom: 30px; padding: 30px; border-radius: 20px; border: 1px solid #e5e5e5;}
.popup_shopping_detail_review > .wrap .best{ display: none; justify-content: center; align-items: center; position: absolute; z-index: 10; top: -1px; left: 20px; width: 40px;}
.popup_shopping_detail_review > .wrap .best p{ position: absolute; padding-bottom: 5px; font-size: 12px; font-weight: 500; color: #FFF;}
.popup_shopping_detail_review > .wrap .best img{ display: block; width: 100%;}
.popup_shopping_detail_review > .wrap .best.on{ display: flex;}
.popup_shopping_detail_review > .wrap .user{ display: flex; align-items: center; grid-gap: 20px;}
.popup_shopping_detail_review > .wrap .user .img{ flex: 0 0 50px; height: 50px; border-radius: 50%; border: 1px solid #FFF; box-shadow: 0 0 0 1px rgba(0 0 0/10%);}
.popup_shopping_detail_review > .wrap .user .fr{ flex: 1; display: flex; align-items: center; grid-gap: 30px; position: relative;}
.popup_shopping_detail_review > .wrap .user .fr .star{ display: flex; align-items: center; grid-gap: 5px;}
.popup_shopping_detail_review > .wrap .user .fr .star i{ padding-bottom: 2px; font-size: 18px; color: #f8d100;}
.popup_shopping_detail_review > .wrap .user .fr .star p{ font-size: 18px; font-weight: 700; color: #000;}
.popup_shopping_detail_review > .wrap .user .fr .name{ font-size: 14px; color: #666;}
.popup_shopping_detail_review > .wrap .user .fr .date{ position: absolute; top: 0; right: 0; font-size: 14px; color: #999;}
.popup_shopping_detail_review > .wrap .text{ display: block; margin: 0 0 0 70px;}
.popup_shopping_detail_review > .wrap .text p{ line-height: 1.4; font-size: 15px; color: #000;}
.popup_shopping_detail_review > .wrap .img{ display: grid; grid-gap: 20px;}
.popup_shopping_detail_review > .wrap .img img{ display: block; max-width: 100%; border-radius: 20px; border: 1px solid rgba(0 0 0/10%);}
.popup_shopping_detail_review > .wrap .btn{ display: flex; align-items: center; grid-gap: 5px; margin: 20px 0 0 70px;}
.popup_shopping_detail_review > .wrap .btn a{ display: flex; align-items: center; grid-gap: 5px; padding: 0 10px; height: 25px; border-radius: 5px; border: 1px solid #e5e5e5; background: #FFF; cursor: pointer;}
.popup_shopping_detail_review > .wrap .btn a i{ font-size: 14px; color: #999;}
.popup_shopping_detail_review > .wrap .btn a p{ font-size: 12px; color: #666;}
.popup_shopping_detail_review > .wrap .btn a.on{ border-color: #F00;0}
.popup_shopping_detail_review > .wrap .btn a.on i{ color: #F00;}
.popup_shopping_detail_review > .wrap .btn a.on p{ color: #F00;}
.popup_shopping_detail_review > .wrap .page{ display: flex; justify-content: center; align-items: center; position: absolute; right: 0; left: 0; bottom: -30px; height: 20px; font-size: 15px; color: rgba(255 255 255/60%);}
.popup_shopping_detail_review > .wrap .page b{ padding-right: 5px; font-weight: 600; color: #FFF;}
.popup_shopping_detail_review > .btn_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 20; top: calc(50% - 20px); left: calc(50% - 320px); width: 40px; height: 40px; border-radius: 20px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/10%); cursor: pointer;}
.popup_shopping_detail_review > .btn_prev i{ font-size: 12px; color: #666;}
.popup_shopping_detail_review > .btn_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 20; top: calc(50% - 20px); right: calc(50% - 320px); width: 40px; height: 40px; border-radius: 20px; background: rgba(255 255 255/100%); box-shadow: 0 0 0 1px rgba(0 0 0/5%); cursor: pointer;}
.popup_shopping_detail_review > .btn_next i{ font-size: 12px; color: #666;}

.popup_shopping_detail_review .sub_shopping_detail_body_review_head{ margin-bottom: 30px; padding: 30px;}
.popup_shopping_detail_review .sub_shopping_detail_body_review_head .fr{ width: 100%;}
.popup_shopping_detail_review .sub_shopping_detail_body_review_head .fr .wrap .t2{ height: 60px;}





















