@font-face{
    font-family: "Ubuntu";
    src: url( "/lib/fonts/ubuntu/Ubuntu-Regular.ttf" );
}
@font-face{
    font-family: "Ubuntu";
    src: url( "/lib/fonts/ubuntu/Ubuntu-Italic.ttf" );
    font-style: italic;
}
@font-face{
    font-family: "Ubuntu";
    src: url( "/lib/fonts/ubuntu/Ubuntu-Bold.ttf" );
    font-weight: bold;
}
@font-face{
    font-family: "Ubuntu";
    src: url( "/lib/fonts/ubuntu/Ubuntu-BoldItalic.ttf" );
    font-weight: bold;
    font-style: italic;
}

html{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    padding: 0;
    margin: 0;
    min-width: 1200px;
    color: #262626;
    font-size: 16px;
    font-family: "Ubuntu", "Segoe UI", Arial, Helvetica, sans-serif;
    cursor: default;
}
body{
    margin: 0 auto;
    min-width: 1200px;
    __max-width: 1920px;
}
*{
    transition: box-shadow 0.2s ease,
                background-color 0.2s ease,
                border-color 0.2s ease,
                color 0.2s ease,
                outline 0.2s ease,
                font-weight 0.2s ease;
}
*, *:before, *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
a, a:link, a:visited{
    _color: #262626;
    color: #0066c0;
    cursor: pointer;
    text-decoration: none;
}
a:hover{
    color: #0042af;
}
a:active{
    color: #444444;
}
img, form, fieldset{
    padding: 0;
    margin: 0;
}
input, textarea, select, button{
    color: #262626;
    font-size: 100%;
    font-family: "Ubuntu", "Segoe UI", Arial, Helvetica, sans-serif;
}
h1, h2, h3{
    margin: 0;
    padding: 0;
}
h1{
    font-size: 150%;
}
h2{
    font-size: 130%;
}
h3{
    font-size: 115%;
}
p{
    line-height: 150%;
}
label, .clk{
    cursor: pointer;
}
pre{
    font-family: Consolas, "Courier New", monospace, serif;
    margin: 20px 0;
    padding: 20px;
    background: #f2f2f2;
}
.noclk{
    cursor: default !important;
}
.hide{
    display: none;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clear{
    clear: both;
}
.wider{
    width: 120%;
}
.warn{
    color: #c45500;
}
.cap{
    font-weight: bold;
    color: #005293;
    _color: #0066c0;
    white-space: nowrap;
}
.blur{
    filter: blur(20px);
}
.asterisk{
    display: inline-block;
    margin: 0 0 0 3px;
}
.img-wrapper{
    margin: auto;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
}
.img-wrapper a,
.img-wrapper div{
    display: block;
    position: relative;
}
.img-wrapper img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.a-l{
    text-align: left;
}
.a-r{
    text-align: right;
}
.a-c{
    text-align: center;
}
.v-t{
    vertical-align: top;
}
.v-m{
    vertical-align: middle;
}
.v-b{
    vertical-align: bottom;
}
.bd{
    font-weight: bold;
}
.dots{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn, a.btn{
    cursor: pointer;
    height: 40px;
    padding: 0 10px;
    color: #fff;
    font-weight: normal;
    background: #0067b8;
    line-height: 40px;
    _border: 1px solid #0067b8;
    border: none;
    text-decoration: none;
    /*text-shadow: 0px 1px 1px #888;*/
/*
#0067b8
#005da6
#005293

#1486f2
#1166cc
#0e5685

b12704 | c45500
rgba(94,94,94,.5)
*/
}
a.btn{
    display: inline-block;
}
.btn:hover{
    background: #005da6;
    box-shadow: 0 2px 4px #666666;
}
.btn:active{
    background: #005293;
    box-shadow: none;
}
.btn-y, a.btn-y{
    background: #ffae1a;
    _border: 1px solid #ffae1a;
}
.btn-g, a.btn-g{
    background: #666666;
    _border: 1px solid #666666;
}
.btn-text, a.btn-text,
.btn-text:hover, a.btn-text:hover,
.btn-text:active, a.btn-text:active{
    background: transparent;
    color: #0074d9;
    box-shadow: none;
}
.btn-text:hover, a.btn-text:hover,
.btn-text:active, a.btn-text:active{
    color: #004b8d;
}
.btn .i-save::before{
    content: "\f0c7";
}
.btn .i-close::before{
    content: "\f057";
}
.btn .i-add::before{
    content: "\f0fe";
}
.btn .i-search::before{
    content: "\f002";
}
.btn .i-reset::before{
    content: "\f01e";
}
.btn .i-refresh::before{
    content: "\f021";
}
.btn .far,
.btn .fas,
.btn .fal{
    margin: 0 5px 0 0;
    font-size: 120%;
    vertical-align: -10%;
}
.btn:hover .fal,
a:hover .fal{
    font-weight: 900;
}
.dis:hover .fal{
    font-weight: 300;
}

.in-long{
    width: 100%;
}
.in-txt, .in-txtarea, .in-date, .in-ckb{
    _line-height: 32px;
    border: 1px solid #d7d1d1;
    transition: outline 0s;
}
.in-txtarea{
    _line-height: 22px;
}
.in-txt, .in-date{
    padding: 0 5px;
    height: 32px;
}
.in-txt:hover, .in-txtarea:hover, .in-date:hover, .in-ckb:hover{
    outline: 2px solid #d7d1d1;
}
.in-txt:focus, .in-txtarea:focus, .in-date:focus, .in-ckb:focus{
    background-color: #ffffff;
    outline: 2px solid #93cd3a;
}
.in-txt:disabled:hover, .in-txtarea:disabled:hover, .in-date:disabled:hover, .in-ckb:disabled:hover{
    outline: none;
}
.in-ckb{
    transform: scale(1.5);
}
.in-ckb:focus{
    background-color: #ffffff;
    outline: 2px solid #93cd3a;
}
.in-err{
    outline: 2px solid #c45500;
}
.in-date{
    width: 140px;
    padding-left: 36px;
}
.in-date.in-time{
    width:190px;
}
.in-num{
    width: 100px;
    text-align: center;
}
.in-num-s{
    width: 60px;
    text-align: center;
}
.in-dis{
    background: #f1f1f1;
}
.in-dis:focus{
    background: #f1f1f1;
    outline: none;
}
.in-file{
    width: 280px;
}
.in-icon{
    position: absolute;
    margin: 0 0 0 8px;
    font-size: 24px;
    line-height: 32px;
    color: #757575;
}

.err{
    color: #c45500;
    border: 2px solid #c45500;
}
.ckd{
    background: #eee;
}
.hint{
    color: #888;
    font-size: 90%;
}
.grey{
    color: #888;
}
.col{
    display: table-cell;
}

.heading{
    font-size: 120%;
    font-weight: bold;
}

.act-msg{
    position: fixed;
    display: none;
    width: 700px;
    top: 0;
    left: 50%;
    margin-left: -350px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 120%;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    background: #005293;
    box-shadow: 0 2px 4px #666666;
    z-index: 5000;
}
.err-msg{
    position: fixed;
    display: none;
    width: 800px;
    top: 0;
    left: 50%;
    margin-left: -400px;
    padding: 0 0 0 20px;
    color: #ffffff;
    font-weight: normal;
    background: #c45500;
    box-shadow: 0 2px 4px #666666;
    z-index: 6000;
}
.err-msg .close{
    float: right;
    width: 40px;
    color: #ffffff;
    font-size: 140%;
    line-height: 40px;
    text-align: center;
}
.err-msg .txt{
    margin: 9px 40px 7px 0;
}

.err-msgs-box{
    width: 700px;
    margin: 20px auto;
    padding: 10px;
    background: #c45500;
}
.err-msgs-box div{
    padding: 10px;
    font-weight: normal;
    background: #fff;
}

.popup{
    display: none;
    position: absolute;
    left: 50%;
    top: 10%;
    padding: 20px 30px;
    background: #ffffff;
    z-index: 50;
    box-shadow: 0px 3px 8px #222222;
}
.popup .popup-tt{
    position: relative;
    padding: 0 30px 5px 0;
    font-size: 120%;
    line-height: 26px;
    font-weight: normal;
    border-bottom: 1px solid #aaaaaa;
}
.popup .popup-tt .cls{
    position: absolute;
    top: 0;
    right: 0;
}
.popup .popup-tt .cls a{
    display: block;
    float: right;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
.popup .popup-tt .cls a:hover{
}
.popup .popup-ct{
    clear: both;
}
.loading{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -59px;
    height: 50px;
    padding: 0 40px 0 20px;
    font-size: 140%;
    color: #ffffff;
    line-height: 50px;
    background: #008a00;
    z-index: 7000;
}
.loading i{
    margin: 0 10px 0 0;
    font-size: 120%;
}
.page-cover{
    position:absolute;
    display: none;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #000000;
    z-index: 30;
}


.no-sc{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background: #005293;
    border-top: 1px solid #ffffff;
    z-index: 9999;
}


.prmpt{
    position: absolute;
    z-index: 3;
    border: 1px solid #005293;
    border-top: none;
    background: #ffffff;
    float: left;
    margin-top: 21px;
    max-height: 150px;
    overflow-y: auto;
}
.prmpt-iefix{
    margin-top: 22px;
}
.prmpt div{
    padding: 3px;
    cursor: pointer;
}
.prmpt .over{
    background: #eeeeee;
    font-weight: bold;
}


/* Tab holder */
.tab-hd{
}
.tab-hd .tab-caps .tab-cap{
    cursor: pointer;
}
.tab-hd .tab-caps .cur, .tab-hd .tab-caps .cur.over, .tab-hd .tab-caps .over{
}
.tab-hd .tab-caps .over{
}
.tab-hd .tab-caps .dis{
    cursor: default;
    color: #aaaaaa;
}
.tab-hd .tab-tab{
    clear: both;
    padding-top: 5px;
}

.hidden-frame{
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}


.autocomplete-suggestions{
    display: none;
    margin-top: -1px;
    background: #ffffff;
    border: 2px solid #93cd3a;
    border-top: none;
    z-index: 1050;
}
.autocomplete-suggestion{
    padding: 8px 5px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected {
    background: #F0F0F0;
}
.autocomplete-suggestions strong{
}
.autocomplete-group{
    padding: 8px 5px;
}
.autocomplete-group strong{
}
.autocomplete-no-suggestion{
    padding: 8px 5px;
}
.autocomplete-suggestions .state{
    display: inline-block;
    margin: 0 0 0 10px;
    color: #999999;
    font-weight: bold;
}


/* default table with padding: 3px 5px with each TD */
.tb35, .tb55, .tb10{
    width: 100%;
}
.tb35 td, .tb35 th{
    padding: 3px 5px;
}
.tb55 td, .tb55 th{
    padding: 5px;
}
.tb10 td, .tb10 th{
    padding: 10px;
}
.tb35 th, .tb55 th, .tb10 th{
    height: 26px;
    font-weight: normal;
    text-align: left;
    background: #fafafa;
}
.tb35 th a, .tb55 th a, .tb10 th a{
}
.tb35 th a, .tb55 th a, .tb10 th a{
    text-align: right;
}
/* default table for listing */
.tb-list{
    width: 100%;
    border: 1px solid #d7d1d1;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0px 2px 4px #dddddd;
}
.tb-list td, .tb-list th{
    border-bottom: 1px solid #d7d1d1;
}
.tb-list .hl{
    font-weight: bold;
    color: #000;
}
.tb-list .sts{
    white-space: nowrap;
    clear: both;
}
.tb-list .del{
    background: #efefef;
    color: #aaaaaa;
}
.tb-list .cked{
    background: #006daf;
    color: #ffffff;
}
.tb-list .cked a{
    color: #fff;
}
.tb-list .ed{
    background: #cfffcf;
}
.tb-list .rsv{
    font-weight: bold;
    background: #d0cfff;
}
.tb-list .over{
    _background-color: #008bdf;
    background-color: #99f4b8;
    _color: #ffffff;
    box-shadow: 0px 2px 4px #666666;
}
.tb-list .over a{
    color: #ffffff;
}
.tb-list .acts{
    text-align: center;
    white-space: nowrap;
}
.tb-list .acts a{
    display: inline-block;
    padding: 4px;
    margin: 2px 5px 2px 0;
    color: #ffffff;
    font-size: 18px;
    background: #0067b8;
    text-decoration: none;
}
.tb-list .acts a:hover{
    background: #005da6;
    box-shadow: 0px 2px 4px #666666;
}
.tb-list .acts a:active{
    background: #005293;
    box-shadow: none;
}
.tb-list .acts .i-add{
}
.tb-list .acts .i-edit::before{
    content: '\f303';
}
.tb-list .acts .i-del{
}
.tb-list .acts .i-down{
}
.tb-list .acts .i-hand{
}
.tb-list .acts .i-tick{
}
.tb-list .acts .i-view{
}
.tb-list .acts .i-cart{
}
.tb-list .acts .i-mail{
}
.tb-list .acts .i-copy{
}
.tb-list .acts .i-roll{
}
.tb-list .acts .i-split{
}
.tb-list .acts .i-updown::before{
    content: '\f0ec';
}
.tb-list .acts .i-updown{
    transform: rotate(90deg);
}
.tb-list .id{
    text-align: center;
}
.tb-list .status{
    text-align: center;
}




.err-404{
    margin: 80px auto 100px;
    width: 600px;
    text-align: center;
}
.err-404 .txt{
    font-size: 120%;
}
.err-404 .links{
    margin: 30px 0;
}


.first-warning-cover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.90;
    z-index: 1000;
}
.first-warning-wrapper{
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1500;
}
.first-warning{
    margin: 0 auto;
    padding: 50px;
    max-width: 800px;
    color: #ffffff;
    background: #0067b8;
    box-shadow: 0 0 30px rgba(0,0,0,0.35);
}
.first-warning .title{
    font-size: 180%;
}
.first-warning .txt{
    margin: 30px 0;
}
.first-warning .btn{
    width: 180px;
    text-align: center;
    background: #fe4d01;
}
.first-warning .btn-g{
    color: #666666;
    background: #d3d3d3;
}


.body-container{
    clear: both;
}

.content-container{
    width: 1200px;
    min-height: 400px;
    margin: 0 auto;
    background: #ffffff;
    __outline: 1px solid #666;
}

.body-container-popup{
    clear: both;
}

.content-container-popup{
}


.go-top{
    display: block;
    margin: 60px 0 0 0;
    padding: 10px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}
.go-top:hover{
    font-weight: bold;
}
.go-top span{
    font-size: 90%;
}

.footer-container{
    clear: both;
}
.footer{
    clear: both;
    width: 1200px;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
}
.footer .p{
    color: #888888;
    font-size: 90%;
}
.footer-links-wrapper{
    margin: 0;
    background: #f2f2f2;
}
.footer-links{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
.footer-links .block{
    width: 25%;
    float: left;
}
.footer-links .block h3{
    font-weight: normal;
}
.footer-links .block a{
    display: block;
    margin: 10px 0;
}
.footer-links .block .social{
    margin: 10px 0;
}
.footer-links .block .social a{
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 200%;
}
.footer-links .block .cards{
    display: flex;
    margin: 30px 0 0 0;
    color: #0067b8;
    flex-wrap: wrap;
}
.footer-links .block .cards *{
    display: block;
    margin: 0 10px 0 0;
}
.footer-links .block .cards i{
    font-size: 200%;
    line-height: 32px;
}
.footer-links .block .cards .poli{
    height: 30px;
}
.footer-links .block .cards .afpay{
    height: 30px;
}


/**
* a that should like a text
*/
.breadcrumb a:not(:hover),
.top-header a:not(:hover),
.search-filters a:not(:hover),
.page-bar a:not(:hover)
{
    color: #262626;
}

/**
* Top header
*/
.header-container{
}
.top-header{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    overflow: hidden;
}
.top-header .logo{
    float: left;
    width: 360px;
    font-size: 300%;
    overflow: hidden;
}
.top-header .logo .sub{
    font-size: 50%;
}
.top-header .logo img{
    vertical-align: middle;
}
.top-header .search{
    float: left;
    margin: 0 0 0 30px;
}
.top-header .search form{
    position: relative;
    width: 450px;
    height: 50px;
    margin: 15px 0 0 0;
    line-height: 40px;
}
.top-header .search input{
    width: 450px;
    height: 40px;
    line-height: 40px;
}
.top-header .search .btn{
    position: absolute;
    display: inline-block;
    width: 40px;
    margin: 0 0 0 -40px;
    padding: 0;
    top: 0;
    right: 0;
}
.top-header .search .btn .fas,
.top-header .search .btn .far,
.top-header .search .btn .fal{
    position: static;
    margin: 0;
    font-size: 120%;
}
.top-header .search-fixed{
    position: fixed;
    top: 2px;
    left: 50%;
    margin: 0 0 0 -225px;
    line-height: 36px;
    z-index: 22;
}
.top-header .search-fixed form{
    height: 36px;
    margin: 0;
    line-height: 36px;
}
.top-header .search-fixed input{
    height: 34px;
    line-height: 34px;
}
.top-header .search-fixed .btn{
    height: 36px;
    line-height: 36px;
    background: #005da6;
}
.top-header .links{
    float: right;
    text-align: right;
}
.top-header .links a{
    display: inline-block;
    margin: 0 5px;
}


/**
* Navigation menus
*/
.nav-container{
    margin: 2px 0 0;
    background: #0067b8;
}
.nav-space{
    display: none;
    height: 40px;
}
.nav-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    box-shadow: 0 1px 4px #666666;
    z-index: 20;
}
.nav-menus{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    color: #ffffff;
    line-height: 40px;
}
.nav-menus a{
    display: inline-block;
    padding: 0 5px;
    color: #ffffff;
}
.nav-menus a.link:hover{
    box-shadow: 0 -2px 0 #cacaca inset,
                0 2px 0 #cacaca inset;
}
.nav-menus a.link{
    margin: 0 10px;
    float: left;
}
.nav-menus ul, .nav-menus li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menus .link-menu{
    position: relative;
    float: left;
    min-width: 200px;
    margin: 0 30px 0 0;
    padding: 0 0 0 5px;
}
.nav-menus .link-menu:hover{
    box-shadow: 0 2px 0 #cacaca inset;
}
.nav-menus .link-menu:hover .top-menus{
    display: block;
}
.nav-menus .link-extra{
    float: left;
    width: 700px;
    height: 40px;
    overflow: hidden;
}
.nav-menus .top-menus{
    display: none;
    position: absolute;
    margin: 0 0 0 -5px;
    min-width: 200px;
    background: #0067b8;
    white-space: nowrap;
    box-shadow: 0px 2px 4px #666666;
    z-index: 20;
}
.nav-menus .top-menus li{
}
.nav-menus .top-menus li.f{
    position: relative;
}
.nav-menus .top-menus li.f:hover{
    background: #005da6;
}
.nav-menus .top-menus li.f:hover .sub-menus{
    display: block;
}
.nav-menus .top-menus a{
    display: block;
}
.nav-menus .top-menus a:hover{
    background: #005da6;
    box-shadow: 0 -1px 0 #cacaca inset,
                0 1px 0 #cacaca inset;
}
.nav-menus .top-menus .lv1{
    padding: 0 26px 0 26px;
}
.nav-menus .top-menus .lv2{
    padding: 0 15px 0 15px;
}
.nav-menus .sub-menus{
    display: none;
    position: absolute;
    min-width: 200px;
    top: 0;
    left: 100%;
    background: #005da6;
    box-shadow: 2px 2px 4px #666666;
}
.nav-menus .sub-menus a:hover{
    background: #005293;
}
.nav-menus .cart{
    position: relative;
    float: right;
}
.nav-menus .cart a:hover{
    box-shadow: 0 -3px 0 #cacaca inset,
                0 3px 0 #cacaca inset;

}
.nav-menus .cart .count{
    padding: 0 6px;
    line-height: 20px;
    border-radius: 6px;
    background: #005da6;
    transition: all 0.2s ease;
}
.nav-menus .cart .red{
    background: #c45500;
    box-shadow: 0 1px 2px #222222;
}
.nav-menus .cart .num-l{
    padding: 10px 20px;
    color: #ffffff;
    font-size: 300%;
    background: #c45500;
    border-radius: 30px;
}
.nav-menus .watchlist{
    position: relative;
    float: right;
    margin: 0 10px 0 0;
}
.nav-menus .watchlist a:hover{
    box-shadow: 0 -3px 0 #cacaca inset,
                0 3px 0 #cacaca inset;

}
.nav-menus .watchlist .count{
    padding: 0 6px;
    line-height: 20px;
    border-radius: 6px;
    background: #005da6;
    transition: all 0.2s ease;
}
.nav-menus .watchlist .red{
    background: #c45500;
    box-shadow: 0 1px 2px #222222;
}
.nav-menus .watchlist .num-l{
    padding: 10px 20px;
    color: #ffffff;
    font-size: 300%;
    background: #c45500;
    border-radius: 30px;
}




.breadcrumb{
    width: 1200px;
    height: 30px;
    margin: 10px auto;
    line-height: 30px;
}
.breadcrumb ul, .breadcrumb li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li{
    float: left;
    margin: 0 0 0 5px;
}
.breadcrumb li a{
    display: block;
    text-decoration: none;
}
.breadcrumb .i-home::before{
    content: "\f015";
}
.breadcrumb h2{
    font-size: 100%;
    font-weight: normal;
}


.act-bar{
    float: left;
    height: 32px;
    margin: 10px 5px;
    line-height: 40px;
}
.act-bar .btn{
}
.sch-bar{
    float: right;
    height: 40px;
    margin: 5px;
    line-height: 40px;
}
.sch-bar .btn{
}
.sch-bar .cap{
}
.form-bar{
    float: left;
    height: 40px;
    margin: 5px;
    line-height: 40px;
}
.form-bar .in-memo{
    width: 200px;
}

.stats{
    float: left;
    margin: 5px;
    line-height: 24px;
}
.stats .s{
    float: left;
    margin-right: 10px;
    border: 1px solid #49ac6b;
}
.stats .t{
    padding: 0 5px;
    float: left;
    background: #49ac6b;
    color: #ffffff;
}
.stats .v{
    float: left;
    padding: 0 5px;
}


/**
* Default object edit style
*/
.obj-edit{
}
.obj-edit .cap{
    width: 10%;
    line-height: 30px;
}
.obj-edit .inp{
}
.obj-edit .col1{
    float: left;
    width: 48%;
}
.obj-edit .col2{
    float: right;
    width: 48%;
}
.obj-edit .col-full{
    width: 100%;
}
.obj-edit .col1 .cap,
.obj-edit .col2 .cap{
    width: 20%;
}
.obj-edit .col-full .cap{
    width: 10%;
}
.obj-edit .edit-btns{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    text-align: right;
    background: #555555;
    z-index: 10;
}
.obj-edit .edit-btns .obj-name{
    float: left;
    color: #ffffff;
    line-height: 40px;
}
.obj-edit .edit-btns-bot{
    top: auto;
    bottom: 0;
}
.obj-edit .edit-btns .btn{
    margin: 4px 0 0 10px;
}
.obj-edit .edit-btns .btn:hover{
    box-shadow: 0px 2px 4px #444;
}
.obj-edit .atchs{
}
.obj-edit .atchs .atch{
    float: left;
    margin: 3px 10px 2px 0;
    padding: 0 0 0 5px;
    border: 1px solid #e2e2e2;
    line-height: 32px;
}
.obj-edit .tab-hd .caps{
    position: fixed;
    padding: 20px 0 0 0;
    width: 160px;
    height: 100%;
    font-weight: bold;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}
.obj-edit .tab-hd .caps div{
    float: none;
    padding: 0 0 0 20px;
    line-height: 35px;
}
.obj-edit .tab-hd .caps .over{
    background: #eeeff1;
}
.obj-edit .tab-hd .caps .cur{
    border: none;
    background: #eeeff1;
}
.obj-edit .tab-hd .tab{
    clear: none;
    margin: 0 0 0 165px;
    padding: 20px;
}



.page-tt{
    margin: 20px 10px;
    font-size: 140%;
}
.page-tt .btn{
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 16px;
}
.page-time{
    margin: 10px;
    color: #888888;
    font-size: 90%;
}

.login-container{
    width: 840px;
    margin: 0 auto;
    padding: 50px 0;
}
.login-container .tt{
    font-size: 140%;
}
.login-form{
    float: left;
    width: 40%;
}
.login-form .btn{
    width: 140px;
    text-align: center;
}
.login-reg{
    float: right;
    width: 40%;
}
.login-reg .btn{
    width: 250px;
    text-align: center;
}
.register-container{
    width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}
.register-container .tt{
    font-size: 140%;
}
.reg-form{
}
.reg-form .cap{
    width: 30%;
}
.reg-form .btn{
    width: 250px;
    text-align: center;
}
.reg-form .toc{
    padding: 0;
}
.login-container h1,
.login-container h2,
.register-container h1,
.register-container h2{
    font-size: 100%;
    font-weight: normal;
}

.search-filters{
    margin: 0 auto;
    padding: 0 10px;
    border: 1px solid #e6e2e1;
}
.search-filters .cond{
    line-height: 40px;
    border-bottom: 1px dotted #e6e2e1;
}
.search-filters .cond .cap{
    float: left;
    width: 12%;
    text-indent: 20px;
    overflow: hidden;
}
.search-filters .cond .vals{
    float: left;
    width: 88%;
    overflow: hidden;
}
.search-filters .cond .vals a{
    position: relative;
    display: block;
    float: left;
    margin: 5px 10px 5px 5px;
    padding: 0 10px;
    line-height: 32px;
}
.search-filters .cond .vals a:hover{
    box-shadow: 0px 2px 4px #666666;
}
.search-filters .cond .vals a:active{
    box-shadow: none;
}
.search-filters .cond .vals a:hover,
.search-filters .cond .vals .cur{
    color: #ffffff;
    background: #0067b8;
}
.search-filters .cond .vals i{
    position: absolute;
    top: 12px;
    left: 6px;
}
.search-filters .cond .vals a:hover i:before,
.search-filters .cond .vals .cur i:before{
    content: "\f00c";
}
.search-filters .cond .vals .cur:hover i:before{
    content: "\f00d";
}
.search-filters .cond .tick a{
    padding: 0 10px 0 20px;
}

.page-bar{
    clear: both;
    height: 42px;
    margin: 10px 0;
    line-height: 42px;
}
.page-bar a:hover{
    box-shadow: 0px 2px 4px #666666;
}
.page-bar a:active{
    box-shadow: none;
}
.page-bar .sorts{
    float: left;
    margin: 0 0 0 10px;
}
.page-bar .sorts a{
    display: inline-block;
    position: relative;
    margin: 5px 5px 5px 0;
    padding: 0 10px 0 20px;
    line-height: 32px;

}
.page-bar .sorts a:hover,
.page-bar .sorts .cur{
    color: #ffffff;
    background: #0067b8;
}
.page-bar .sorts i{
    position: absolute;
    top: 10px;
    left: 6px;
    font-size: 16px;
}
.page-bar .sorts a:hover i:before,
.page-bar .sorts .cur i:before{
    content: "\f175";
}

.page-bar .pages{
    float: right;
}
.page-bar .pages a{
    display: inline-block;
    position: relative;
    margin: 5px;
    padding: 0 5px;
    line-height: 32px;
    outline: 1px solid #e6e2e1;
}
.page-bar .pages a:hover{
    color: #ffffff;
    outline: none;
    background: #0067b8;
}
.page-bar .pages .dis{
    color: #aaaaaa;
}
.page-bar .pages .dis:hover{
    color: #aaaaaa;
    box-shadow: none;
    outline: 1px solid #e6e2e1;
    background: transparent;
    cursor: default;
}
.page-bar .hd{
    float: left;
    margin: 5px;
    line-height: 32px;
    font-size: 140%;
}


.prdt-list{
}
.prdt-list .no-prdt{
    padding: 80px 0;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
.prdt-list .prdt-wrapper{
    position: relative;
    float: left;
    width: 240px;
    height: 380px;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.prdt-list .prdt-wrapper:hover{
    overflow: visible;
}
.prdt-list .prdt-wrapper:hover .btns{
    visibility: visible;
    opacity: 1;
}
.prdt-list .prdt-wrapper:hover .prdt{
    height: 410px;
    z-index: 5;
}
.prdt-list .prdt{
    position: absolute;
    top: 0;
    left: 10px;
    width: 220px;
    height: 370px;
    margin: 5px auto;
    padding: 10px;
    background: #fafafa;
    __border: 1px solid #e6e2e1;
    outline: 5px solid #ffffff;
    transition: height 0.2s ease;
}
.prdt-list .prdt:hover{
    background: #ffffff;
    outline: 5px solid #0067b8;
}
.prdt-list .prdt:hover .img-wrapper{
    background: #ffffff;
}
.prdt-list .o:hover{
    outline-color: #e6e2e1;
}
.prdt-list .img-wrapper{
    margin: 0 0 10px 0;
    background: #fafafa;
}
.prdt-list .img-wrapper, .prdt-list .img-wrapper a{
    width: 200px;
    height: 200px;
}
.prdt-list .price{
    color: #c45500;
    font-size: 120%;
}
.prdt-list .price-o{
    display: inline-block;
    margin: 0 0 0 10px;
    color: #888888;
    font-size: 85%;
    text-decoration: line-through;
}
.prdt-list .name{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.prdt-list .name .prefix{
    display: inline-block;
    margin: 0 3px 0 0;
    color: #c45500;
    font-size: 90%;
}
.prdt-list .name .suffix{
    display: inline-block;
    margin: 0 0 0 3px;
    color: #ffaa71;
    font-size: 90%;
}
.prdt-list .choice{
    color: #888888;
    font-size: 90%;
    height: 18px;
}
.prdt-list .choice .l{
    float: left;
    width: 48%;
}
.prdt-list .choice .r{
    float: right;
    width: 48%;
    text-align: right;
}
.prdt-list .btns{
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.2s ease,
                opacity 0.2s ease;
}
.prdt-list .btn{
    height: 32px;
    line-height: 32px;
}
.prdt-list .btn-uswl{
    width: 32px;
    padding: 0;
    text-align: center;
}
.prdt-list .btn-uswl .fal{
    margin: 0;
    font-size: 120%;
}
.prdt-list .btn-sold,
.prdt-list .btn-dis{
    background-color: #aaaaaa;
}
.prdt-list .btn-sold:hover,
.prdt-list .btn-dis:hover{
    box-shadow: none;
    cursor: default;
}
.prdt-list .prdt .rating{
    margin: 6px 0 0 0;
    height: 22px;
}
.prdt-list .prdt .rating .stars{
    text-align: right;
}
.prdt-list .prdt .status{
    margin: 6px 0 0 0;
    height: 22px;
    color: #739900;
    font-weight: bold;
    text-align: right;
}
.prdt-list .o .status{
    color: #888888;
}
.prdt-list .uswl-tag{
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-size: 120%;
    text-align: center;
    line-height: 32px;
    background: #0067b8;
    z-index: 1;
}
.prdt-list .watch .uswl-tag{
    display: block;
}
.prdt-list .watch .btn-uswl .fa-heart::before{
    content: '\f7a9';
}
.prdt-list .free-ship-tag{
    position: absolute;
    top: 184px;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 90%;
    line-height: 26px;
    text-align: center;
    background: #0067b8;
    z-index: 1;
}

.uswl-list{
}
.uswl-list .prdt{
    opacity: 0.3;
}
.uswl-list .prdt:hover,
.uswl-list .watch{
    opacity: 1;
}


.prdt-detail{
}
.prdt-detail .top{
    __height: 600px;
    __outline: 1px solid #000;
    __overflow: hidden;
}
.prdt-detail .pics{
    float: left;
    position: relative;
    width: 700px;
    height: 580px;
    __outline: 1px solid #000;
}
.prdt-detail .pics .large{
    position: absolute;
    top: 0;
    left: 105px;
    width: 580px;
    height: 580px;
    overflow: hidden;
    __outline: 1px solid #000;
}
.prdt-detail .pics .large .load{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -80px;
    color: #0067b8;
    font-size: 1000%;
}
.prdt-detail .pics .large .img-wrapper,
.prdt-detail .pics .large .img-wrapper a{
    width: 580px;
    height: 580px;
}
.prdt-detail .pics .tmbs{
    position: relative;
    width: 100px;
    height: 580px;
    margin: 0 0 0;
}
.prdt-detail .pics .tmbs-hldr{
    height: 580px;
    padding: 25px 0;
    overflow: hidden;
}
.prdt-detail .pics .tmbs .img-wrapper,
.prdt-detail .pics .tmbs .img-wrapper a{
    width: 90px;
    height: 90px;
}
.prdt-detail .pics .tmbs .img-wrapper{
    margin: 0 0 20px 3px;
}
.prdt-detail .pics .tmbs .cur{
    box-shadow: 0 0 2px 2px rgba(0, 103, 184, 0.5);
}
.prdt-detail .pics .tmbs .up,
.prdt-detail .pics .tmbs .down{
    position: absolute;
    width: 96px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0.9;
    z-index: 2;
}
.prdt-detail .pics .tmbs .up{
    top: 0;
}
.prdt-detail .pics .tmbs .down{
    bottom: 0;
}
.prdt-detail .pics .tmbs .up i,
.prdt-detail .pics .tmbs .down i{
    margin: 0;
}
.prdt-detail .pics .uswl-tag{
    position: absolute;
    display: none;
    top: 0;
    right: 15px;
    padding: 0 10px;
    color: #ffffff;
    line-height: 30px;
    background: #0067b8;
    z-index: 5;
}
.prdt-detail .watch .uswl-tag{
    display: block;
}
.prdt-detail .watch .btn-uswl .fa-heart::before{
    content: '\f7a9';
}
.prdt-detail .right{
    position: relative;
    margin-left: 710px;
}
.prdt-detail .right .name{
    margin: 0 auto;
    font-size: 130%;
    font-weight: normal;
}
.prdt-detail .right .name .prefix{
    display: inline-block;
    margin: 0 5px 0 0;
    color: #c45500;
    font-weight: normal;
}
.prdt-detail .right .name .suffix{
    display: inline-block;
    margin: 0 0 0 5px;
    color: #ffaa71;
    font-weight: normal;
}
.prdt-detail .right .rating{
    margin: 5px 0 0 0;
}
.prdt-detail .right .load{
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -40px;
    color: #0067b8;
    font-size: 500%;
}
.prdt-detail .right .gap{
    height: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.prdt-detail .right .prices{
    margin: 20px 0 0 0;
}
.prdt-detail .right .price{
    display: inline-block;
    margin: 0 5px 0 0;
    color: #c45500;
    font-size: 230%;
}
.prdt-detail .right .price-o{
    display: inline-block;
    margin: 0 5px 0 0;
    color: #555555;
    text-decoration: line-through;
}
.prdt-detail .right .prices .prom{
    display: inline-block;
    color: #555555;
}
.prdt-detail .right .ship-fee{
    height: 42px;
    margin: 0 0 0 10px;
    color: #555555;
    line-height: 22px;
    overflow: hidden;
}
.prdt-detail .right .ship-fee .load{
    position: relative;
    top: 0;
    left: 20%;
    font-size: 120%;
}
.prdt-detail .right .coins{
    height: 22px;
    line-height: 22px;
    margin: 5px 0 10px 10px;
}
.prdt-detail .right .afpay{
    height: 38px;
    margin: 0 0 0 10px;
    overflow: hidden;
}
.prdt-detail .right afterpay-placement{
    margin: 0;
}


.prdt-detail .choices{
    margin: 20px auto;
    width: 100%;
}
.prdt-detail .choices td{
    padding: 5px 0;
}
.prdt-detail .choices .cap{
    width: 15%;
    line-height: 32px;
    vertical-align: top;
}
.prdt-detail .choices .cs{
    width: 85%;
    padding: 5px;
}
.prdt-detail .choices a{
    position: relative;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0 20px;
    color: #262626;
    line-height: 32px;
    outline: 2px solid #e6e2e1;
}
.prdt-detail .choices a:hover{
    box-shadow: 0px 2px 4px #666666;
}
.prdt-detail .choices a:active{
    box-shadow: none;
}
.prdt-detail .choices a:hover,
.prdt-detail .choices .cur{
    color: #ffffff;
    background: #0067b8;
    outline: none;
    _outline-color: #0067b8;
}
.prdt-detail .choices .dis{
    color: #888;
    outline-style: dashed;
}
.prdt-detail .choices .dis:hover{
    color: #888;
    background: transparent;
    outline: 2px dashed #e6e2e1;
    box-shadow: none;
}
.prdt-detail .choices i{
    position: absolute;
    top: 12px;
    left: 6px;
}
.prdt-detail .choices a:hover i:before,
.prdt-detail .choices .cur i:before{
    content: "\f00c";
}
.prdt-detail .choices .dis:hover i:before{
    content: "";
    _content: "\f00d";
}
.prdt-detail .right .buy{
    position: relative;
    margin: 20px 0;
}
.prdt-detail .right .buy .choose{
    margin: 0 0 0 80px;
    font-size: 120%;
    font-weight: bold;
    cursor: default;
}
.prdt-detail .right .buy .qty{
    position: absolute;
    width: 70px;
    height: 50px;
    border: 2px solid #e6e2e1;
}
.prdt-detail .right .buy .qty:hover{
    border-color: #93cd3a;
}
.prdt-detail .right .buy .qty .q{
    display: block;
    width: 40px;
    margin: 0 0 0 0;
    text-align: center;
    line-height: 46px;
}
.prdt-detail .right .buy .qty .btn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 30px;
    height: 22px;
    color: #666666;
    font-size: 120%;
    line-height: 22px;
    background: #ffffff;
}
.prdt-detail .right .buy .qty:hover .btn{
    color: #ffffff;
    background: #0067b8;
}
.prdt-detail .right .buy .qty .btn:hover{
}
.prdt-detail .right .buy .qty .plus{
}
.prdt-detail .right .buy .qty .minus{
    top: 24px;
}
.prdt-detail .right .buy .btn{
    margin: 0 0 0 80px;
    padding: 0 30px;
    height: 50px;
    font-size: 150%;
    line-height: 50px;
    text-align: center;
}
.prdt-detail .right .buy .btn-cart,
.prdt-detail .right .buy .btn-cko{
    width: 230px;
}
.prdt-detail .right .buy .btn-sold,
.prdt-detail .right .buy .btn-dis{
    background-color: #aaaaaa;
    box-shadow: none;
    cursor: default;
}
.prdt-detail .right .buy .btn-uswl{
    width: 50px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
}
.prdt-detail .right .buy .btn-uswl .fal{
    margin: 0;
}
.prdt-detail .right .conds{
    margin: 5px 0 0 80px;
}
.prdt-detail .right .limit{
    margin: 0 5px;
    display: inline-block;
    color: #555555;
}
.prdt-detail .right .release{
    margin: 0 5px;
    display: inline-block;
    color: #c45500;
}
.prdt-detail .bot{
    clear: both;
    padding: 30px 0 40px 0;
}
.prdt-detail .bot p{
    margin: 10px 0;
}
.prdt-detail .bot .title{
    margin: 40px 0 10px 0;
    font-size: 180%;
    border-bottom: 2px solid #cccccc;
}
.prdt-detail .bot .title a{
    display: inline-block;
    margin: 0 30px -2px 0;
    color: #cccccc;
    line-height: 40px;
    border-bottom: 2px solid #cccccc;
}
.prdt-detail .bot .title a:hover,
.prdt-detail .bot .title .cur{
    color: #262626;
    border-color: #262626;
}
.prdt-detail .bot .title a h2{
    font-size: 100%;
    font-weight: normal;
}
.prdt-detail .bot .desc{
    margin: 10px 0 80px 0;
    min-height: 100px;
}
.prdt-detail .bot .desc-pics{
    margin: 20px 0;
    text-align: center;
}
.prdt-detail .bot .desc-pics img{
    display: block;
    margin: 0 auto;
}
.prdt-detail .bot .wart{
    margin: 10px 0 60px 0;
}
.prdt-detail .bot .wart .title{
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    border: none;
}
.prdt-detail .bot .revws{
    margin: 10px 0 80px 0;
    min-height: 100px;
}
.prdt-detail .bot .revws .empty{
}
.prdt-detail .bot .revws .overview{
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background: #fafafa;
}
.prdt-detail .bot .revws .overview .stars{
    float: left;
    margin: 0 0 0 20px;
    font-size: 160%;
}
.prdt-detail .bot .revws .overview .sum{
    float: left;
    margin: 0 0 0 10px;
    color: #767676;
}
.prdt-detail .bot .revws .overview .break{
    float: left;
    margin: 0 0 0 40px;
}
.prdt-detail .bot .revws .overview .break a{
    display: inline-block;
    margin: 0 0 0 20px;
    line-height: 26px;
}
.prdt-detail .bot .revws .overview .break a:hover,
.prdt-detail .bot .revws .overview .break .cur{
    border-bottom: 2px solid #262626;
}
.prdt-detail .bot .revws .overview .break .noclk,
.prdt-detail .bot .revws .overview .break .noclk:hover{
    color: #767676;
    border: none;
}
.prdt-detail .bot .revws .overview .page-bar{
    clear: none;
    float: right;
    margin: 0;
    height: 40px;
    line-height: 40px;
}
.prdt-detail .bot .revws .revw{
    position: relative;
    margin: 20px 0 40px 0;
}
.prdt-detail .bot .revws .user{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    text-align: center;
}
.prdt-detail .bot .revws .user .avatar{
    width: 46px;
    height: 46px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 200%;
    line-height: 46px;
    background: #87869e;
    border-radius: 23px;
}
.prdt-detail .bot .revws .user .name{
    padding: 0 10px;
}
.prdt-detail .bot .revws .r{
    margin: 0 0 0 120px;
}
.prdt-detail .bot .revws .r .tt{
    font-weight: bold;
}
.prdt-detail .bot .revws .r .misc{
    height: 24px;
}
.prdt-detail .bot .revws .r .misc .rating{
    float: left;
}
.prdt-detail .bot .revws .r .misc .date{
    float: left;
    margin: 0 0 0 10px;
    color: #767676;
}
.prdt-detail .bot .revws .r .misc .cs{
    float: left;
    max-width: 300px;
    margin: 0 0 0 20px;
    color: #767676;
}
.prdt-detail .bot .revws .r .misc .cs span{
    font-weight: bold;
}
.prdt-detail .bot .revws .r .content{
    clear: both;
    margin: 5px 0 0 0;
}


.addr-detail{
    width: 700px;
}
.addr-detail .cap{
    width: 10%;
}

.shop-cart{
}
.shop-cart .prdts{
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}
.shop-cart td,
.shop-cart th{
    padding: 5px;
    text-align: left;
}
.shop-cart th{
    background: #f2f2f2;
}
.shop-cart .prdt{
}
.shop-cart .prdt td{
    border-bottom: 1px solid #e6e2e1;
}
.shop-cart .c-ckb{
    width: 2%;
    text-align: center;
}
.shop-cart .c-img{
    width: 10%;
    text-align: center;
}
.shop-cart .c-prdt{
    width: 43%;
}
.shop-cart .c-price{
    width: 15%;
    text-align: center;
}
.shop-cart .c-qty{
    width: 15%;
    text-align: center;
}
.shop-cart .c-sub{
    position: relative;
    width: 15%;
    text-align: center;
}
.shop-cart .img-wrapper, .shop-cart .img-wrapper a{
    width: 100px;
    height: 100px;
}
.shop-cart .c-prdt .cs{
    color: #888888;
}
.shop-cart .c-prdt .limit{
    color: #888888;
    font-size: 90%;
}
.shop-cart .c-prdt .release{
    color: #c45500;
    font-size: 90%;
}
.shop-cart .c-qty .btn{
    padding: 0;
    margin: 0 5px;
}
.shop-cart .c-qty i{
    font-size: 140%;
    vertical-align: -10%;
}
.shop-cart .c-qty .minus::before{
    content: '\f068';
}
.shop-cart .c-qty .plus::before{
    content: '\f067';
}
.shop-cart .c-qty .minus:hover::before{
    content: '\f146';
}
.shop-cart .c-qty .plus:hover::before{
    content: '\f0fe';
}
.shop-cart .weight{
    color: #888888;
    font-size: 90%;
    font-weight: normal;
}
.shop-cart .acts{
    position: absolute;
    bottom: 0px;
    width: 95%;
    font-size: 90%;
}
.shop-cart .total{
    font-size: 140%;
}
.shop-cart .total td{
    padding: 10px 5px;
}
.shop-cart .total .sub{
    text-align: right;
}
.shop-cart .total .sub .ex{
    font-size: 70%;
}
.shop-cart .total .c-sub{
    font-weight: bold;
    background: #e6e2e1;
    line-height: 18px;
}
.shop-cart .total .c-sub .weight{
    font-size: 70%;
}
.checkout .btns,
.payments .btns,
.shop-cart .btns{
    margin: 40px 0;
    text-align: right;
}
.checkout .btns .btn,
.payments .btns .btn,
.shop-cart .btns .btn{
    height: 50px;
    padding: 0 28px;
    font-size: 130%;
    line-height: 50px;
}
.shop-cart .btns .fas,
.shop-cart .btns .far,
.shop-cart .btns .fal{
}
.shop-cart .btns .guest{
    display: inline-block;
    width: 250px;
    margin: 20px 0;
    color: #666666;
    text-align: center;
}
.shop-cart .afpay{
    text-align: right;
}


.checkout{
}

.cko-address{
}
.cko-address .deli-choice{
    float: right;
    margin: -6px 0 0 0;
}
.cko-address h2{
}
.cko-address .notes{
    margin: 30px 0 0 0;
}
.cko-address .map{
    margin: 30px 0;
}
.addrs-wrapper{
    margin: 20px 0;
}
.addrs-wrapper .load{
    height: 170px;
    color: #0067b8;
    font-size: 500%;
    text-align: center;
}
.addrs-wrapper .addrs{
}
.addrs-wrapper .addrs .add{
    float: left;
    width: 280px;
    height: 170px;
    margin: 0 20px 20px 0;
    color: #666;
    text-align: center;
    border: 3px dashed #d7d1d1;
    cursor: pointer;
}
.addrs-wrapper .addrs .add i{
    margin: 40px 0 0 0;
    font-size: 300%;
}
.addrs-wrapper .addrs .add:hover{
    box-shadow: 0px 2px 4px #666666;
}
.addrs-wrapper .addrs .empty{
    padding: 70px 0;
    text-align: center;
    font-size: 120%;
    border: 2px dashed #d7d1d1;
    cursor: pointer;
}
.addrs-wrapper .addrs .addr-wrapper{
    position: relative;
    float: left;
    width: 280px;
    margin: 0 20px 20px 0;
    background: #f2f2f2;
    overflow: hidden;
    cursor: pointer;
}
.addrs-wrapper .addrs .addr{
    height: 170px;
    padding: 20px;
}
.addrs-wrapper .addrs .addr-wrapper:hover,
.addrs-wrapper .addrs .add:hover{
    border-color: #0067b8;
    box-shadow: 0px 2px 4px #666666;
}
.addrs-wrapper .addrs .addr-wrapper:active,
.addrs-wrapper .addrs .add:active{
    box-shadow: none;
}
.addrs-wrapper .addrs .addr-wrapper:hover,
.addrs-wrapper .addrs .cur,
.addrs-wrapper .addrs .add:hover{
    color: #ffffff;
    background: #0067b8;
}
.addrs-wrapper .addrs .tick{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 200%;
    z-index: 10;
}
.addrs-wrapper .addrs .acts{
    position: absolute;
    display: none;
    bottom: 10px;
    right: 10px;
    font-size: 150%;
    z-index: 10;
}
.addrs-wrapper .addrs .acts-show{
    display: block;
}
.addrs-wrapper .addrs .acts-show i{
    margin: 0 0 0 5px;
}
.addrs-wrapper .addrs .addr-wrapper:hover .acts{
    display: block;
}
.addrs-wrapper .addrs .cur .tick::before{
    content: '\f058';
}
.addrs-wrapper .addrs .acts-show .fal:hover,
.addrs-wrapper .addrs .acts-show .fas{
    color: #ff9900;
}
.ships-wrapper{
    margin: 40px auto;
    min-height: 130px;
}
.ships-wrapper .load{
    height: 100px;
    color: #0067b8;
    font-size: 500%;
    text-align: center;
}
.ships-wrapper .page-tt span{
    display: inline-block;
    margin: 0 0 0 20px;
    color: #888888;
    font-size: 70%;
    font-weight: normal;
}
.ships-wrapper .ships{
}
.ships-wrapper .ships .empty{
    height: 100px;
    padding: 40px 0;
    text-align: center;
    font-size: 120%;
    border: 2px dashed #d7d1d1;
}
.ships-wrapper .ships .shas{
    position: relative;
    margin: 20px auto;
    padding: 10px 10px 10px 60px;
    line-height: 30px;
    background: #f2f2f2;
    cursor: pointer;
}
.ships-wrapper .ships .shas:hover{
    box-shadow: 0px 2px 4px #666666;
}
.ships-wrapper .ships .shas:active{
    box-shadow: none;
}
.ships-wrapper .ships .shas:hover,
.ships-wrapper .ships .cur{
    color: #ffffff;
    background: #0067b8;
}
.ships-wrapper .ships .tick{
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 200%;
    z-index: 10;
}
.ships-wrapper .ships .tick{
    color: #dddddd;
}
.ships-wrapper .ships .cur .tick{
    color: #ffffff;
}
.ships-wrapper .ships .tick::before{
    content: '\f111';
}
.ships-wrapper .ships .cur .tick::before{
    content: '\f058';
}

.ships-wrapper .ships .shas .price{
    float: left;
    width: 100px;
    font-size: 150%;
}
.ships-wrapper .ships .shas .name{
    float: left;
    margin: 0 0 0 20px;
    font-size: 120%;
    font-weight: bold;
}
.ships-wrapper .ships .shas .desc{
    float: left;
    margin: 0 0 0 20px;
}
.ships-wrapper .ships .shas .add{
    clear: both;
    margin: 0 0 0 120px;
}

.cko-confirm{
}
.cko-confirm .block{
    margin: 30px auto 40px;
}
.cko-confirm .block h2{
    margin: 10px 0;
    font-size: 140%;
    font-weight: normal;
}
.cko-confirm .addr{
    font-size: 120%;
}
.cko-confirm .ship-service{
    float: right;
}
.cko-confirm .prdts{
    width: 100%;
    margin: 0 0 20px 0;
    border-collapse: collapse;
}
.cko-confirm td,
.cko-confirm th{
    padding: 5px;
    text-align: left;
}
.cko-confirm th{
    background: #f2f2f2;
}
.cko-confirm .prdt{
}
.cko-confirm .prdt td{
    border-bottom: 1px solid #e6e2e1;
}
.cko-confirm .c-ckb{
    width: 2%;
    text-align: center;
}
.cko-confirm .c-img{
    width: 10%;
    text-align: center;
}
.cko-confirm .c-prdt{
    width: 43%;
}
.cko-confirm .c-price{
    width: 15%;
    text-align: center;
}
.cko-confirm .c-qty{
    width: 15%;
    text-align: center;
}
.cko-confirm .c-sub{
    position: relative;
    width: 15%;
    text-align: center;
}
.cko-confirm .img-wrapper, .cko-confirm .img-wrapper a{
    width: 50px;
    height: 50px;
}
.cko-confirm .c-prdt .cs{
    color: #888888;
}
.cko-confirm .weight{
    color: #888888;
    font-size: 90%;
    font-weight: normal;
}
.cko-confirm .sub-total{
}
.cko-confirm .sub-total td{
}
.cko-confirm .sub-total .sub{
    text-align: right;
}
.cko-confirm .sub-total .c-sub{
}
.cko-confirm .sub-total .c-sub .weight{
    font-size: 90%;
}
.cko-confirm .total{
    font-size: 180%;
}
.cko-confirm .total .sub{
    text-align: right;
}
.cko-confirm .sub-total .c-sub{
}

.cko-confirm .coups{
}
.cko-confirm .coups .empty{
}
.cko-confirm .coups .gap{
    padding: 40px;
}
.cko-confirm .coups .coups-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cko-confirm .coups .flex-wrapper{
    width: 32%;
    height: 0px;
}
.cko-confirm .coups .coup{
    position: relative;
    width: 32%;
    margin: 10px 0 20px 0;
    cursor: pointer;
}
.cko-confirm .coups .coup .c1{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 140px;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    background: #f2f2f2;
    border-radius: 12px;
}
.cko-confirm .coups .coup .c2{
    margin: 0 0 0 70px;
    height: 140px;
    padding: 10px;
    border: 1px solid #d7d1d1;
    border-radius: 12px;
}
.cko-confirm .coups .coup .name{
    font-size: 110%;
    font-weight: bold;
}
.cko-confirm .coups .coup .desc{
    height: 80px;
    line-height: 25px;
    overflow: hidden;
}
.cko-confirm .coups .coup .toc{
    text-align: right;
}
.cko-confirm .coups .coup:hover .c1,
.cko-confirm .coups .cur .c1{
    background: #0067b8;
}
.cko-confirm .coups .tick{
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 200%;
    z-index: 10;
}
.cko-confirm .coups .tick{
    color: #dddddd;
}
.cko-confirm .coups .cur .tick{
    color: #ffffff;
}
.cko-confirm .coups .tick::before{
    content: '\f111';
}
.cko-confirm .coups .cur .tick::before{
    content: '\f058';
}
.cko-confirm .afpay{
    text-align: right;
}

.payments{

}
.payments .hd{
    margin: 0 0 30px 0;
}
.payments .hd .tt{
    font-size: 150%;
}
.payments .hd .txt{
    margin: 10px 0 0 0;
    line-height: 24px;
}
.payments .exp{
    margin: 10px 0 0 0;
}
.payments .choose{
}
.payments .choose a{
    color: #ffffff;
    text-decoration: underline;
}
.payments .choose h1{
    font-weight: normal;
}
.payments .choose .pmnt{
    position: relative;
    margin: 20px 0;
    background: #f2f2f2;
}
.payments .choose .pmnt:hover{
    box-shadow: 0px 2px 4px #666666;
}
.payments .choose .pmnt:active{
    box-shadow: none;
}
.payments .choose .pmnt:hover,
.payments .choose .cur{
    color: #ffffff;
    background: #0067b8;
}
.payments .choose .tick{
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 200%;
    z-index: 10;
}
.payments .choose .cur .tick::before{
    content: '\f058';
}
.payments .choose .pmnt .tt{
    padding: 10px 10px 10px 60px;
    font-size: 150%;
    line-height: 32px;
    cursor: pointer;
}
.payments .choose .pmnt .txt{
    display: none;
    padding: 0 10px 10px 60px;
}
.payments .choose .pmnt .cap{
    color: #ffffff;
}
.payments .choose .pmnt .tb-cc{
    width: 600px;
}
.payments .choose .pmnt .tb-cc .cap{
    width: 20%;
}
.payments .choose .dis{
    color: #888888;
    background: #f9f9f9;
}
.payments .choose .dis:hover{
    box-shadow: none;
    color: #888888;
    background: #f9f9f9;
}
.payments .choose .dis .tt{
    cursor: default;
}
.payments .choose .cc .desc{
    padding: 10px;
}
.payments .choose .cc .is{
    text-align: center;
}
.payments .choose .cc .is i{
    display: inline-block;
    margin-right: 20px;
    font-size: 240%;
}
.payments .choose .cc .is img{
    height: 38px;
    vertical-align: bottom;
}
.payments .choose .cc .h{
    color: #ff9900;
    text-shadow: #000 1px 1px 1px;
}
.payments .choose .afpay{
}
.payments .choose .afpay img{
    display: block;
    width: 166px;
    height: 32px;
}
.payments .choose .afpay .limit{
    position: absolute;
    top: 10px;
    left: 250px;
    font-size: 80%;
}

.pmnt-result{
    width: 600px;
    margin: 40px auto;
}
.pmnt-result .icon{
    float: left;
    width: 80px;
    height: 80px;
    font-size: 500%;
    text-align: center;
}
.pmnt-result .msgs{
    padding: 10px;
    margin-left: 90px;
}
.pmnt-result .msgs .tt{
    font-size: 200%;
}
.pmnt-result .btns{
    clear: both;
    margin: 80px auto;
}
.pmnt-result .btns .btn{
    padding: 0 20px;
}



.account{
    position: relative;
    min-height: 600px;
}
.account .avatar{
    margin: 20px;
    text-align: center;
}
.account .avatar .img{
    font-size: 400%;
}
.account .avatar .name{
    width: 100%;
    font-size: 120%;
    overflow: hidden;
}
.account .menus{
    position: absolute;
    width: 200px;
    background: #f2f2f2;
}
.account .menus .btn{
    display: block;
    margin: 5px 0;
    padding: 0 20px;
    color: #262626;
    background: transparent;
}
.account .menus .cur,
.account .menus .btn:hover{
    color: #ffffff;
    background: #005da6;
    box-shadow: 0px 2px 4px #666666;
}
.account .menus .btn:active{
    box-shadow: none;
}
.account .content{
    margin-left: 240px;
}
.account .content .title{
    margin: 0 0 10px 0;
    font-size: 200%;
    line-height: 36px;
    _border-bottom: 1px solid #d7d1d1;
}
.account .content .title .btn{
    font-size: 16px;
}
.account .smry{
}
.account .smry table{
    width: 100%;
}
.account .smry table .cap{
    width: 15%;
}

.account .invcs{
}
.account .invcs .page-bar{
    clear: none;
}
.account .invcs .empty{
    margin: 60px 0;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .invcs .invc{
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #d7d1d1;
    box-shadow: 0px 2px 4px #dddddd;
}
.account .invcs .invc .pay{
    height: 30px;
    line-height: 30px;
}
.account .invcs .invc .tt{
    display: table;
    width: 100%;
    padding: 10px;
    background: #f2f2f2;
}
.account .invcs .invc .tt .cap{
    color: #888888;
    font-weight: normal;
}
.account .invcs .invc .tt .c1{
    width: 240px;
}
.account .invcs .invc .tt .c2{
    width: 240px;
}
.account .invcs .invc .tt .c3{
    width: 240px;
}
.account .invcs .invc .tt .c4{
    width: 240px;
    text-align: right;
}
.account .invcs .ordr{
}
.account .invcs .ordr .tt{
    background: #fafafa;
    border-top: 1px solid #d7d1d1;
    border-bottom: 1px solid #d7d1d1;
}
.account .invcs .ordr .tt .c1{
    width: 50%;
}
.account .invcs .ordr .tt .c2{
    width: 20%;
}
.account .invcs .ordr .tt .c3{
    width: 30%;
    text-align: right;
}
.account .invcs .pksl{
}
.account .invcs .pksl .odpd{
    float: left;
    display: block;
    margin: 10px;
    padding: 5px;
    _background: #fafafa;
    border: 1px solid #d7d1d1;
}
.account .invcs .pksl .odpd div{
    float: left;
    margin: 0 5px 0 0;
    line-height: 60px;
}
.account .invcs .pksl .odpd .img-wrapper,
.account .invcs .pksl .odpd .img-wrapper a{
    width: 60px;
    height: 60px;
}

.account .invc-detail{
}
.account .invc-detail .tt{
    margin: 30px 0 0 0;
    font-size: 140%;
}
.account .invc-detail .tt .status{
    float: right;
}
.account .invc-detail .smry{
    display: table;
    width: 100%;
    margin: 10px 0;
    _padding: 10px;
    _border: 1px solid #d7d1d1;
}
.account .invc-detail .smry .cap{
    margin: 10px 0;
    color: #262626;
    font-size: 140%;
    font-weight: normal;
}
.account .invc-detail .smry .addr{
    display: table-cell;
    width: 65%;
}
.account .invc-detail .smry .txt{
}
.account .invc-detail .smry .totals{
    display: table-cell;
    width: 35%;
    text-align: right;
    line-height: 24px;
}
.account .invc-detail .smry .totals .l{
    display: inline-block;
    width: 150px;
    text-align: left;
}
.account .invc-detail .smry .totals .r{
    display: inline-block;
    width: 120px;
    text-align: right;
}
.account .invc-detail .smry .totals .btn{
    float: right;
    height: 30px;
    margin: 0 0 0 20px;
    line-height: 30px;
}
.account .invc-detail .ordr{
    clear: both;
    margin: 40px 0;
    _border: 1px solid #d7d1d1;

}
.account .invc-detail .ordr .tt{
    display: table;
    width: 100%;
}
.account .invc-detail .ordr .tt .c1{
    width: 30%;
}
.account .invc-detail .ordr .tt .c2{
    width: 30%;
}
.account .invc-detail .ordr .tt .c3{
    width: 40%;
    text-align: right;
}
.account .invc-detail .ordr .odpds{
    width: 100%;
    border: 1px solid #d7d1d1;
    border-collapse: collapse;
    box-shadow: 0px 2px 4px #dddddd;
}
.account .invc-detail .ordr td,
.account .invc-detail .ordr th{
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #d7d1d1;
}
.account .invc-detail .ordr th{
    background: #fafafa;
}
.account .invc-detail .ordr .prdt{
}
.account .invc-detail .ordr .c-ckb{
    width: 2%;
    text-align: center;
}
.account .invc-detail .ordr .c-img{
    width: 10%;
    text-align: center;
}
.account .invc-detail .ordr .c-prdt{
    width: 43%;
}
.account .invc-detail .ordr .c-price{
    width: 15%;
    text-align: center;
}
.account .invc-detail .ordr .c-qty{
    width: 15%;
    text-align: center;
}
.account .invc-detail .ordr .c-sub{
    width: 15%;
    text-align: center;
}
.account .invc-detail .ordr .img-wrapper, .account .invc-detail .ordr .img-wrapper a{
    width: 50px;
    height: 50px;
}
.account .invc-detail .ordr .c-prdt .cs{
    color: #888888;
}
.account .invc-detail .ordr .weight{
    color: #888888;
    font-size: 90%;
    font-weight: normal;
}
.account .invc-detail .trcks{
    margin: 10px 0;
}

.account .ustrs{
}
.account .ustrs .empty{
    margin: 60px 0;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .invc-detail .tb-list,
.account .ustrs .tb-list{
}
.account .invc-detail .tb-list .id,
.account .ustrs .tb-list .id{
    text-align: center;
}
.account .invc-detail .tb-list .amount,
.account .ustrs .tb-list .amount{
    text-align: center;
}
.account .invc-detail .tb-list .balance_ondate,
.account .ustrs .tb-list .balance_ondate{
    text-align: center;
}

.account .cotrs{
}
.account .cotrs .empty{
    margin: 60px 0;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .cotrs .tb-list{
}
.account .cotrs .tb-list .id{
    text-align: center;
}
.account .cotrs .tb-list .coins{
    text-align: center;
}
.account .cotrs .tb-list .coins_ondate{
    text-align: center;
}


.account .emails{
}
.account .emails .verify{

}
.account .sbsc{
}
.account .sbsc label{
    display: block;
    margin: 20px 0;
}
.account .sbsc .in-ckb{
    display: inline-block;
    margin:0 10px;
}

.account .usphs{
}
.account .usphs .empty{
    margin: 60px 0;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .usphs .usph{
    width: 100%;
    height: 130px;
    margin: 0 0 30px 0;
    border: 1px solid #d7d1d1;
    box-shadow: 0px 2px 4px #dddddd;
}
.account .usphs .usph .prdt{
    float: left;
    width: 70%;
    padding: 15px;
}
.account .usphs .usph .prdt .img{
    float: left;
    width: 100px;
}
.account .usphs .usph .prdt .name,
.account .usphs .usph .prdt .time,
.account .usphs .usph .prdt .rating{
    margin: 0 0 0 120px;
}
.account .usphs .usph .prdt .name{
    height: 40px;
    overflow: hidden;
}
.account .usphs .usph .prdt .time{
    color: #888888;
}
.account .usphs .usph .prdt .rating{
    margin-top: 10px;
}
.account .usphs .usph .prdt .rating .stars{
    font-size: 130%;
}
.account .usphs .usph .img-wrapper,
.account .usphs .usph .img-wrapper a{
    width: 100px;
    height: 100px;
}
.account .usphs .usph .revw{
    float: right;
    width: 29%;
    height: 130px;
    text-align: center;
    border-left: 1px solid #eeeeee;
}
.account .usphs .usph .revw .tt{
    margin: 15px 0 0 0;
    font-size: 120%;
}
.account .usphs .usph .revw .stars{
    margin: 15px 0;
    font-size: 150%;
}
.account .usphs .usph .revw .edit{
}
.account .usphs .usph .revw .new{
    font-size: 130%;
    line-height: 130px;
}

.account .coups{
}
.account .coups .empty{
    margin: 30px 0;
    width: 100%;
    font-size: 140%;
    text-align: center;
    line-height: 46px;
}
.account .coups .gap{
    padding: 40px;
}
.account .coups .coups-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.account .coups .coup{
    width: 47%;
    margin: 10px 0 20px 0;
    position: relative;
}
.account .coups .coup .c1{
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    color: #ffffff;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    writing-mode: vertical-rl;
    background: #0067b8;
    border-radius: 12px;
}
.account .coups .coup .c2{
    margin: 0 0 0 70px;
    height: 140px;
    padding: 10px;
    border: 1px solid #d7d1d1;
    border-radius: 12px 12px 0 0;
}
.account .coups .coup .c3{
    margin: 0 0 0 70px;
    height: 40px;
    font-size: 90%;
    line-height: 40px;
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #d7d1d1;
    border-radius: 0 0 12px 12px;
}
.account .coups .coup .name{
    font-size: 120%;
    font-weight: bold;
}
.account .coups .coup .desc{
    height: 80px;
    line-height: 25px;
    overflow: hidden;
}
.account .coups .coup .toc{
    text-align: right;
}

.rating{
}
.rating .stars{
    margin: 0 0 0 -2px;
    color: #be7d00;
}
.rating .stars .num{
    color: #767676;
}

.revw-detail{
    width: 600px;
}
.revw-detail h2{
    margin: 20px 0 10px 0;
    font-weight: normal;
}
.revw-detail .prdt{
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.revw-detail .prdt .name{
    text-align: center;
}
.revw-detail .rating{
    height: 48px;
}
.revw-detail .rating .stars{
    font-size: 250%;
}
.revw-detail .rating i{
    cursor: pointer;
}
.revw-detail .btns{
    margin: 20px 0 10px 0;
    text-align: right;
}
.revw-detail .prdt .img-wrapper,
.revw-detail .prdt .img-wrapper a{
    width: 100px;
    height: 100px;
}

.home-prdt-list{
    width: 1200px;
    margin: 20px auto;
}
.home-prdt-list .title{
    margin: 10px;
    font-size: 200%;
    font-weight: normal;
    line-height: 40px;
}
.home-prdt-list .title a{
    float: right;
    margin: 5px 0 0 0;
    font-size: 60%;
    text-transform: uppercase;
}

.home-latest-update{
    width: 1200px;
    margin: 40px auto;
}
.home-latest-update .title{
    margin: 10px;
    font-size: 200%;
    font-weight: normal;
    line-height: 40px;
}
.home-latest-update .title a{
    float: right;
    margin: 5px 0 0 0;
    font-size: 60%;
    text-transform: uppercase;
}
.home-latest-update .content{
    margin: 10px;
    padding: 10px;
    background: #f2f2f2;
}
.home-latest-update .content h3{
    padding: 0 10px 10px;
    font-size: 100%;
}
.home-latest-update .content h3 .time{
    display: inline-block;
    margin: 0 0 0 20px;
    color: #444444;
    font-size: 90%;
    font-weight: normal;
}
.home-latest-update .content .txt{
    padding: 10px;
    background: #ffffff;
}


.p-page{
}
.p-page .content{
    margin: 20px 10px;
}
.p-page .content h2{
    margin: 20px 0;
}
.p-page .content h3{
    margin: 10px 0;
}

.ship-detail-title{
    width: 700px;
    text-align: center;
    display: flex;
}
.ship-detail-title .city{
    width: 65%;
}
.ship-detail-title .cnty{
    width: 30%;
}
.ship-detail-title .city .in-txt{
    width: 320px;
}
.ship-detail-empty{
    padding: 40px;
    font-size: 120%;
    text-align: center;
}
.ship-detail{
    padding: 10px 0;
}
.ship-detail .weight{
    font-size: 110%;
    text-align: center;
}
.ship-detail .price{
    margin: 10px 0;
    padding: 10px;
    background: #f2f2f2;
}
.ship-detail .price .title{
    font-size: 120%;
}


.banners{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.banners .banr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
.banners .banr a{
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 400px;
    margin-left: -600px;
}
.banners .ctrls{
    position: absolute;
    width: 300px;
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -150px;
    text-align: center;
    z-index: 10;
}
.banners .ctrls div{
    display: inline-block;
    width: 20px;
    height: 10px;
    cursor: pointer;
    margin: 0 10px 0 0;
    background: #d2c7c3;
}
.banners .ctrls .cur {
    height: 20px;
    background: #ffffff;
}


.prdt-usphs{
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
    padding: 10px 10px 10px 60px;
    border: 1px solid #d7d1d1;
    background: #f2f2f2;
}
.prdt-usphs .fal{
    position: absolute;
    top: 10px;
    left: 20px;
    _color: #0067b8;
    font-size: 180%;
}
.prdt-usphs .usph{
    line-height: 28px;
}


.notice{
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
    padding: 10px 10px 10px 60px;
    border: 1px solid #d7d1d1;
    background: #f2f2f2;
}
.notice .fal{
    position: absolute;
    top: 10px;
    left: 20px;
    _color: #0067b8;
    font-size: 180%;
}
.notice .txt{
    line-height: 28px;
}


.guest{
}
.guest .addr-detail{
    margin: 20px 0;
}
.guest .content{
    margin: 0;
}
.guest form .btns span{
    display: block;
    margin: 5px 0 0 0;
}


.nzpost{
}
.nzpost .finder{
    position: relative;
}
.nzpost .finder .fal{
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 150%;
    line-height: 42px;
}
.nzpost .np-empty{
    color: #005293;
    height:80px;
}
.nzpost .np-addr-str{
    display: none;
    height:80px;
}


.ancms-wrapper{
    background: #0067b8;
}
.ancms-wrapper .ancms{
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}
.ancms-wrapper .ancms a{
    color: #ffffff;
}
.ancms-wrapper .ancms .ancm{
    white-space: nowrap;
    overflow-x: auto;
}



.brands{
    display: flex;
    margin: 20px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brands .brad{
    display: block;
    width: 280px;
    margin: 30px auto;
}
.brands .brad .logo-wrapper{
    width: 250px;
    height: 250px;
    margin: 10px auto;
}
.brands .brad .logo-wrapper .logo-txt{
    width: 250px;
    height: 250px;
    color: #ffffff;
    font-size: 1000%;
    font-weight: bold;
    line-height: 250px;
    text-align: center;
    background: #87869e;
    border-radius: 125px;
}
.brands .brad .logo-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brands .brad .name{
    font-size: 200%;
    text-align: center;
    line-height: 44px;
}



.page-list{
}
.page-list .content{
    margin: 20px 0;
    padding: 10px;
}
.page-list .content h2{
    padding: 0 10px;
    font-size: 110%;
    line-height: 36px;
    background: #f2f2f2;
}
.page-list .content h2 .time{
    display: inline-block;
    margin: 0 0 0 20px;
    color: #444444;
    font-size: 90%;
    font-weight: normal;
}
.page-list .content h2 a{
    float: right;
    font-size: 80%;
    font-weight: normal;
    text-transform: uppercase;
}

.page-list .content .txt{
    padding: 10px;
    background: #ffffff;
}







