html{
    /* height: 100%; */
    overflow-x: hidden;
}

body {
    min-width: 1280px;
    min-height: 100%;
    overflow-x: hidden;
}

#wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 55px);
}


/****layout****/

.ly_inner {
    width: 1280px;
    margin: 0 auto;
}


/**** header ****/

header {
    height: 72px;
    font-size: 14px;
}

header .header_wrap {
    height: 72px;
    border-bottom: 1px solid #e5e8ec;
}

header .ly_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
}

header .ly_inner .hd-logo a {
    display: block;
    min-width: 115px;
    margin-top: -3px;
    max-width: 260px;
}

header .ly_inner .hd-logo a img {
    max-width: 260px;
    max-height: 36px;
}

header .ly_inner nav {
    margin-left: 60px;
}

header .ly_inner nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .ly_inner nav ul li {
    font-size: 16px;
    line-height: 1.5;
}

header .ly_inner nav ul li a {
    padding: 10px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}

header .ly_inner nav ul li:hover a {
    color: #0ac7d6;
}

header .ly_inner nav ul li.active a {
    font-weight: 700;
}

header .ly_inner .hd-right-group {
    margin-left: auto;
}

header .ly_inner .hd-right-group .btn {
    font-size: 13px;
    padding: 4px 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .ly_inner .hd-right-group .btn:hover {
    color: #000;
}

header .ly_inner .hd-right-group .btn.solution {
    color: #fff;
    border-radius: 2px;
    background-color: #fa7032;
    font-size: 11px;
    margin-right: 15px;
}

header .ly_inner .hd-right-group .btn.solution:hover {
    background-color: rgba(250, 112, 50, 0.8);
}

header .ly_inner .hd-right-group .btn.admin {
    background: url(/images/admin/icon_viewbn.png) 0px 4px no-repeat;
    background-size: 14px 14px;
    color: #73d1f7;
    padding-left: 17px;
    font-weight: 700;
    margin-left: 5px;
}

header.fixed .header_wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 0px 7px -3px #ccc;
}


/**** footer ****/

footer {
    background-color: #f6f8fa;
    margin-top: auto;
}

footer .ly_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
}

footer .ly_inner .footer_logo {
    width: 100px;
}

footer .ly_inner .right_box {
    padding-left: 48px;
}

footer .ly_inner .right_box .footer_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .ly_inner .right_box .footer_list .list_item {
    padding: 0 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
}

footer .ly_inner .right_box .footer_list .list_item:first-child {
    padding-left: 0;
}

footer .ly_inner .right_box .info_list {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .ly_inner .right_box .info_list li {
    position: relative;
}

footer .ly_inner .right_box .info_list li+li {
    margin-right: 20px;
}

footer .ly_inner .right_box .info_list li+li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #ccc;
    right: -10px;
    top: 6px;
}

footer .ly_inner .right_box .info_list li:nth-child(5):after,
footer .ly_inner .right_box .info_list li:last-child:after {
    content: none;
}

footer .ly_inner .right_box .info_list li span {
    font-size: 13px;
    line-height: 1.54;
    color: #747983;
}

footer .ly_inner .right_box .copyright {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.54;
    color: #747983;
}

.option_finder .finder_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #0ac7d6;
    border-radius: 4px;
}

.option_finder .finder_group.bottom {
    border-radius: 0px 0px 4px 4px;
}

.option_finder .finder_group .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.option_finder .finder_group .box .txt {
    font-size: 14px;
    margin-right: 16px;
}

.option_finder .finder_group .box .bw {
    color: #fff;
    font-size: 16px;
    margin: 0 8px;
}

.option_finder .finder_group .box+.box {
    margin-left: 40px;
}

.option_finder .finder_group .txt {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 23px;
}

.option_finder .finder_group .finder .input_box {
    position: relative;
    width: 480px;
}

.option_finder .finder_group .finder .input_box input {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 4px 0 0 4px;
}

.option_finder .finder_group .finder .select_box {
    width: 116px;
}

.option_finder .finder_group .finder .select_box select {
    border-radius: 4px 0 0 4px;
    border: 0;
}

.option_finder .finder_group .finder .btn {
    border-radius: 0 4px 4px 0;
}

.option_finder .finder_group .finder.sty2 .input_box {
    width: 360px;
}

.option_finder .finder_group .finder.sty2 .input_box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #e5e8ec;
    z-index: 1;
}

.option_finder .finder_group .finder.sty2 .input_box input {
    border-radius: 0;
}

.option_finder .finder_group .finder.sty3 select,
.option_finder .finder_group .finder.sty3 input {
    border-radius: 2px;
}

.option_finder .finder_group .finder.sty3 input {
    padding: 13px 16px;
}

.option_finder .finder_group .finder.sty3 .select_box,
.option_finder .finder_group .finder.sty3 .input_box {
    width: 165px;
}

.option_finder .finder_group .finder.sty3 .btn {
    margin-left: 24px;
    border-radius: 2px;
}

.option_finder .finder_group .btn {
    width: 92px;
    height: 40px;
    border-radius: 0 2px 2px 0;
}

.option_finder .option_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 16px;
    border: 1px solid #e5e8ec;
    background-color: #fff;
    box-sizing: border-box;
}

.option_finder .option_group .scroll_box {
    max-height: 240px;
    min-height: 120px;
    overflow-y: auto;
}

.option_finder .option_group .scroll_box::-webkit-scrollbar {
    width: 4px;
}

.option_finder .option_group .scroll_box::-webkit-scrollbar-thumb {
    background-color: #b0becf;
    border-radius: 2px;
}

.option_finder .option_group .scroll_box::-webkit-scrollbar-track {
    background-color: #e9eef1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 0px 5px #fff;
    box-shadow: inset 0px 0px 5px #fff;
}

.option_finder .option_group .scroll_box.sty1 {
    width: 100%;
}

.option_finder .option_group.pds .scroll_box.sty1 {
    min-height: 32px
}

.option_finder .option_group .scroll_box.sty1 .option_list li {
    width: calc( 100% / 4);
}

.option_finder .option_group .scroll_box.sty2 {
    width: calc( 100% - 250px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.option_finder .option_group .scroll_box.sty2 .option_list li {
    width: calc( 100% / 3);
}

.option_finder .option_group .scroll_box.sty3 {
    width: 250px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #e5e8ec;
}

.option_finder .option_group .scroll_box.sty3 .option_list li {
    width: 100%;
}

.option_finder .option_group .option_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.option_finder .option_group .option_list li a {
    display: block;
    padding: 7px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #747983;
    font-size: 13px;
    border: 1px solid #fff;
}

.option_finder .option_group .option_list li a.lp {
    padding: 7px 24px 7px 10px;
}

.option_finder .option_group .option_list li a .point {
    display: inline-block;
    margin-left: 5px;
    color: #fa7032;
}

.option_finder .option_group .option_list li.active a,
.option_finder .option_group .option_list li:hover a {
    border: 1px solid #0ac7d6;
    background-color: rgba(10, 199, 214, 0.1);
    color: #0ac7d6;
    font-weight: 700;
}

.option_finder .popular_word_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.option_finder .popular_word_group .title {
    padding: 6px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.54;
    width: 80px;
}

.option_finder .popular_word_group .popular_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4px;
    width: 818px;
    height: 42px;
    overflow: hidden;
    transition: 0.3s;
}

.option_finder .popular_word_group .popular_list.open {
    height: 122px;
    transition: 0.3s;
}

.option_finder .popular_word_group .popular_list li a {
    display: block;
    padding: 6px 18px;
    font-size: 13px;
    color: #747983;
    line-height: 1.54;
    border: 1px solid #f2f4f6;
    border-radius: 20px;
    background-color: #f2f4f6;
    margin: 4px;
}

.option_finder .popular_word_group .popular_list li.active a {
    border-color: #383b40;
    background-color: #fff;
    color: #000;
    font-weight: 500;
}

.option_finder .popular_word_group .popular_list li:hover a {
    color: #000;
    font-weight: 500;
}

.option_finder .popular_word_group .btn {
    width: 94px;
    height: 32px;
    font-size: 13px;
}

.option_finder .option_area {
    position: relative;
    margin-left: 1px;
}

.option_finder .option_area .input_box input {
    border: 0;
    height: 40px;
}

.option_finder .option_area .input_box.finder input {
    padding-left: 48px;
    border-radius: 2px 0 0 2px;
}

.option_finder .option_area .input_box.finder:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    content: "";
    background: url("/assets/images/spr_sub_2x.png") -100px -66px no-repeat;
    background-size: 180px auto;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 16px;
    z-index: 3;
}

.option_finder .option_area .input_box.active:before {
    background-position: -100px -95px;
}

.option_finder .option_area .input_box.active input::-webkit-input-placeholder {
    color: #fff;
}

.option_finder .option_area .input_box.active input:-moz-placeholder {
    color: #fff;
}

.option_finder .option_area .input_box.active input::-moz-placeholder {
    color: #fff;
}

.option_finder .option_area .input_box.active input:-ms-input-placeholder {
    color: #fff;
}

.option_finder .option_area .search_item {
    position: relative;
    width: 232px;
    height: 40px;
    background: #fff;
    padding: 0 16px 0 48px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #fff;
}

.option_finder .option_area .search_item span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 145px;
}

.option_finder .option_area .search_item:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    content: "";
    background: url("/assets/images/spr_sub_2x.png") -123px -66px no-repeat;
    background-size: 180px auto;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 16px;
    z-index: 3;
}

.option_finder .option_area .search_item:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    border: solid #383b40;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.option_finder .option_area .search_item.job:before {
    background-position: -156px -66px;
}

.option_finder .option_area .search_item.active {
    background-color: #0ac7d6;
    color: #fff;
    border: 1px solid #fff;
}

.option_finder .option_area .search_item.active:after {
    border-color: #fff;
}

.option_finder .option_area .search_item.active:before {
    background-position: -123px -95px;
}

.option_finder .option_area .search_item.active.job:before {
    background-position: -156px -95px;
}

.option_finder .option_area .search_board {
    display: none;
    position: absolute;
    left: -339px;
    width: 1000px;
    top: 60px;
    z-index: 5;
}

.option_finder .option_area .search_board .option_group {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.option_finder .option_area .search_board.job {
    left: -572px;
}

.option_finder .option_area .search_board.open {
    display: block;
}


/**** margin ****/

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 45px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.ta_center {
    text-align: center;
}

.col_point1 {
    color: #0ac7d6 !important;
}

.col_point2 {
    color: #fa7032 !important;
}


/**** button ****/

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    white-space: nowrap;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    line-height: 1;
}

.btn.primary {
    border: 1px solid #14bdcb;
    box-shadow: 0px 0px 3px -2px #2e2e2e;
    background-color: #0ac7d6;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn.primary:hover {
    background-color: #27b0bb;
    box-shadow: 0px 0px 5px -2px #2e2e2e;
}

.btn.secondary {
    border: 1px solid #d8dadd;
    background-color: #fff;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn.secondary:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.btn.tertiary {
    border: 1px solid #db7243;
    background-color: #fa7032;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
    box-shadow: 0px 0px 4px 0px #999;
}

.btn.tertiary:hover {
    background-color: #fc5025;
}


.btn.tertiary.blue {
    border: 1px solid #1a92f3;
    background-color: #1a92f3;
    
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
    box-shadow: 0px 0px 4px 0px #999;
}

.btn.tertiary.blue:hover {
    background-color: #1682da;
}


.btn.quaternary {
    border: 1px solid #383b40;
    background-color: #383b40;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

.btn.quaternary.ml20 {
    margin-left: 20px !important
}

.btn.quaternary:hover {
    background-color: #000;
}

.btn.quinary {
    border: 1px solid #fa7032;
    color: #fa7032;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.quinary:hover {
    background-color: rgba(240, 112, 50, 0.07);
}

.btn.xxsm {
    font-size: 11px;
    font-weight: 700;
    min-width: 87px;
    height: 24px;
    padding: 0 12px;
}

.btn.xsm {
    font-size: 12px;
    font-weight: 700;
    min-width: 90px;
    height: 32px;
    padding: 0 12px;
}

.btn.xsm span{ font-size: 12px !important;}

.btn.sm {
    min-width: 129px;
    font-size: 13px;
    height: 40px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.md {
    min-width: 144px;
    height: 48px;
    font-weight: 600;
    padding: 0 16px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.lg {
    min-width: 180px;
    height: 48px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
}

.btn.full {
    width: 100%;
}

.btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_group .btn+.btn {
    margin-left: 12px;
}

.btn_group .btn_info {
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.btn_group .btn_info .point {
    font-weight: 700;
    color: #fa7032;
}

.paperBtn .btn {
    padding: 8px 14px;
    font-size: 13px;
	height: 36px;
}


/**** icon ****/

.ic_tooltip {
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 17px;
    border-radius: 100%;
    background-color: #0ac7d6;
    display: inline-block;
    font-style: normal;
    color: #fff;
    font-size: 11px;
    vertical-align: 1px;
    cursor: pointer;
}

.ic_tooltip .tooltip_box {
    display: none;
    position: absolute;
    white-space: nowrap;
    background-color: #fff;
    color: #747983;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 24px;
    bottom: 157%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #e5e8ec;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.ic_tooltip:hover .tooltip_box {
    display: block;
}


/**** form ****/


/*** input ***/

input {
    border: 0 none;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #a2a5a9;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #a2a5a9;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #a2a5a9;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #a2a5a9;
    font-size: 14px;
}

select {
    border: 0 none;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

textarea {
    border: 0 none;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

textarea::-webkit-input-placeholder {
    color: #a2a5a9;
    font-size: 14px;
}

textarea:-moz-placeholder {
    color: #a2a5a9;
    font-size: 14px;
}

textarea::-moz-placeholder {
    color: #a2a5a9;
    font-size: 14px;
}

textarea:-ms-input-placeholder {
    color: #a2a5a9;
    font-size: 14px;
}

.input_box {
    position: relative;
}

.input_box label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
    margin-bottom: 13px;
}

.input_box input {
    width: 100%;
    height: 48px;
    padding: 13px 24px;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #d8dadd;
}

.input_box input:focus {
    border-color: #0ac7d6;
    outline: none;
    z-index: 2;
}

.input_box input[type="text"]:disabled {
    background-color: #f2f4f7;
    border: 1px solid #d8dadd;
}

.input_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

select::-ms-expand {
    display: none;
}

.select_box {
    position: relative;
}

.select_box::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    border: solid #383b40;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select_box select {
    width: 100%;
    height: 40px;
    padding: 5px 40px 7px 15px;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    border: 1px solid #e5e8ec;
}

.select_box select:focus {
    border-color: #0ac7d6;
    outline: none;
}

.check_box {
    display: inline-block;
    position: relative;
}

.check_box label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    font-size: 13px;
}

.check_box label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
}

.check_box input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.check_box input:checked+label::before {
    background-color: #0ac7d6;
    border: 0;
}

.check_box input:checked+label::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
}

.check_box.sty2 {
    display: block;
    line-height: 1;
    width: 20px;
    height: 20px;
}

.check_box.sty2 label {
    padding: 0;
    margin: 0;
}

.check_box.sty2 label::before {
    border-radius: 5px;
}

.radio_box {
    display: inline-block;
    position: relative;
}

.radio_box label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.radio_box label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
}

.radio_box input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.radio_box input:checked+label::before {
    background-color: #0ac7d6;
    border: 0;
}

.radio_box input:checked+label::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 6px;
}

.radio_box.sty2 {
    display: block;
    line-height: 1;
    width: 20px;
    height: 20px;
}

.radio_box.sty2 label {
    padding: 0;
    margin: 0;
}

.radio_box.sty2 label::before {
    border-radius: 5px;
}

.textarea_box label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
    margin-bottom: 13px;
}

.textarea_box textarea {
    width: 100%;
    resize: none;
    border: 1px solid #d8dadd;
    padding: 13px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.textarea_box textarea:focus {
    border-color: #0ac7d6;
    z-index: 2;
}


/** popup **/

.w_320 {
    width: 320px !important;
}

.dim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.pop_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.pop_in {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pop_in .pop_cont {
    position: relative;
    z-index: 3;
    max-height: 90%;
    width: auto;
    min-width: 320px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.pop_in .pop_header {
    position: relative;
    background: #fff;
    border-radius: 4px 4px 0 0;
    padding: 17px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 4;
    text-align: center;
}

.pop_in .pop_header span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
}

.pop_in .pop_header .close {
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    padding: 10px;
    cursor: pointer;
}

.pop_in .pop_header .close:before,
.pop_in .pop_header .close:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 2px;
    height: 15px;
    width: 1px;
    background-color: #333;
}

.pop_in .pop_header .close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pop_in .pop_header .close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pop_in .pop_body {
    position: relative;
    background: #fff;
    z-index: 3;
    border-radius: 0 0 4px 4px;
    padding: 16px;
}

.pop_in .pop_body .pop_info p {
    font-size: 13px;
    line-height: 1.54;
}

.pop_wrap.active .dim {
    opacity: 1;
}

.pop_wrap.active .pop_in .pop_cont {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.ml5 {
    margin-left: 5px
}

.ml6 {
    margin-left: 6px
}

.ml7 {
    margin-left: 7px
}

.ml8 {
    margin-left: 8px
}

.ml10 {
    margin-left: 10px
}

.mb-80 {
    margin-bottom: 80px
}

.no-data {
    text-align: center;
    line-height: 80px;
    width: 100%;
    display: block !important;
}

.option_finder .option_group.pos_rel {
    position: relative
}

.option_group .duty_tab_wrap {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 250px;
    height: 32px;
    background-color: #fff;
}

.option_group .duty_tab_wrap .duty_tab li a {
    height: 30px;
    line-height: 30px
}

.option_finder .popular_word_group .popular_list.cate3 li a {
    padding: 6px 27px
}