﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Meirio', 'Microsoft JhengHei', 'Microsoft YaHei', 'Arial';
    font-size: 12px;
    color: #333;
    min-width: 1200px;
}

/*@font-face {

	font-family:meiryo;

	src: url('../font/meiryo.ttc');

	font-weight: normal;

	font-style: normal;

	font-stretch: condensed;

}*/

#fee_serve p label {
    display: inline-block;
    background: url(../images/zy.png) no-repeat left;
    background-size: 15px;
    padding-left: 20px;
}

#fee_serve p input:checked + label {
    background-image: url(../images/select.png);
    background-size: 15px;
}

div,
ul,
ol,
li,
p,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
table,
tbody,
th,
tr,
td,
form,
input,
submit,
textarea,
.unstyled {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    word-break: break-all;
}

a:visited {
    text-decoration: none;
    color: #333;
}

a:active {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #e3122e;
}

a {
    blr: expression(this.onFocus=this.blur());
}

a {
    outline: none;
}

a:focus {
    outline: none;
}

.clear {
    clear: both
}

img {
    border: none;
}

button {
    margin: 0;
    padding: 0
}

table {
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    clear: both;
}

input {
    outline: none;
    font-family: "Microsoft JhengHei", 宋体;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    display: inline-table;
    zoom: 1;
    _height: 1%;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml30 {
    margin-left: 30px;
}

.red {
    color: #e3122e;
}

/*top*/

/* @group subnav */

.top_menu ul {
    position: absolute;
    left: 1px;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 3px;
    background: #fff;
}

.top_menu ul li {
    width: 180px;
    float: left;
    border-top: 1px solid #fff;
    text-align: left;
}

.top_menu ul li:hover {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
}

.top_menu ul li a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 5px 5px;
    color: #666;
    background: none;
}

.top_menu ul a:hover {
    text-decoration: none;
    color: #e3122e;
    border: none;
    background: none;
}

/*楼层*/

.floor_right {
    position: fixed;
    left: 20px;
    visibility: visible;
    top: 100px;
}

.floor_right .floor_right_lists {
    width: 40px;
    background: #fff;
}

.floor_right .floor_right_lists a {
    justify-content: center;
    align-items: center;
    display: flex;
}

.floor_right .floor_right_lists a img {
    max-width: 28px;
}

.floor_r_lists {
    display: none;
}

.show {
    display: block;
}

.hide {
    display: none;
}

/*导航*/

#nav {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    background: #fff;
    border-bottom: 2px solid #e3122e;
}

.mainbav {
    width: 1200px;
    margin: 0 auto;
}

.subnav {
    width: 200px;
    height: 40px;
    line-height: 40px;
    float: left;
}

#nav .active {
    background-color: #333;
    color: #fff
}

.subnav div {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: url(../images/nav_d_w.png) #ff5a10 no-repeat 20px center;
    border-radius: 15px 15px 0 0;
}

.all_nav div {
    background: url(../images/nav_d_b.png) no-repeat 20px center;
}

#outer {
    cursor: pointer;
    position: relative;
    z-index: 90;
}

.quanbu a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 165px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: url(../images/sub_tips.jpg) no-repeat 135px center;
}

.quanbu a.qb {
    color: #fff
}

.quanbu a:visited {
    text-decoration: none;
}

.quanbu a:acvite {
    text-decoration: none;
}

.quanbu a:hover {
    text-decoration: none;
}

.mainbav_right {
    float: left;
}

.mainbav .mainbav_right li {
    float: left;
    font-size: 16px;
    line-height: 40px;
}

.mainbav .mainbav_right li a {
    display: block;
    color: #333;
    padding: 0 18px;
}

.mainbav .mainbav_right li a:visited,
.mainbav .mainbav_right li a:hover {
    text-decoration: none;
}

.mainbav .mainbav_right li a:hover,
.mainbav .mainbav_right li a.clicked {
    background: #333;
    color: #fff
}

.mainbav .mainbav_right li a:active {
    text-decoration: none;
}



.mainbav li .meho {
    background: #333;
    color: #fff
}

/*侧导航*/

.all_sidenav {
    position: relative;
    font-family: "Microsoft JhengHei";
}

#Navslid {
    width: 1200px;
    margin: 0 auto;
}

.homepage_box3 {
    width: 100%;
    height: auto;
    background: #FFF;
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 100;
    display: none;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.sidenav {
    position: absolute;
    width: 200px;
    height: auto;
    float: left;
    border-bottom: 1px solid #eee;
    border-top: none;
    z-index: 100;
    background: #eee;
}

.sidenav .item {
    height: 48px;
    line-height: 48px;
}

.sidenav .item h3 {
    line-height: 48px;
    font-size: 14px;
    font-weight: normal;
    width: 200px;
    overflow: hidden;
}

.sidenav .item h3 a {
    color: #666;
    font-size: 12px;
    margin-left: 10px;
}

.sidenav .item h3 a.str_top {
    display: block;
    font-size: 13px;
}

.sidenav .item h3 a.str_top:hover {
    background: none;
    text-decoration: none;
}

.sidenav .item h3 a:visited {
    text-decoration: none;
}

.sidenav .item h3 a:active {
    text-decoration: none;
}

.sidenav .item h3 a:hover {
    text-decoration: underline;
}

.sidenav .item h3 strong {
    font-weight: normal;
    float: left;
    width: 176px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    color: #333;
}

.sidenav .item h3 strong a i {
    float: left;
    margin: 1px 4px 0 0;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.sidenav .hover h3 {
    position: relative;
    z-index: 13;
    background: #e3122e;
    color: #fff;
}

.sidenav .hover h3.huibg {
    position: relative;
    z-index: 13;
    background: #e3122e;
    color: #fff;
}

.sidenav .hover h3 a {
    color: #fff;
}

.sidenav .hover h3 a:visited {
    text-decoration: none;
}

.sidenav .hover h3 a:active {
    text-decoration: none;
}

.sidenav .hover h3 a:hover {
    color: #fff;
    text-decoration: underline;
}

.sidenav .item a:hover {
    color: #FF7800;
    text-decoration: underline;
}

.item-list {
    display: block;
    position: absolute;
    width: 750px;
    padding: 0 20px;
    background: #FFF;
    left: 196px;
    border: 1px solid #60a411;
    top: 3px;
    z-index: 5;
}

.c_list {
    border-bottom: 1px dotted #ececec;
    float: left;
    width: 100%;
}

.item_pic {
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.item-list .c_tit {
    font-size: 14px;
    float: left;
    width: 60px;
}

.item-list .c_tit a {
    color: #e3122e
}

.c_list .last_list {
    width: 635px;
    float: left;
}

.item-list {
    display: none;
    position: absolute;
    padding: 12px;
    height: 524px;
    background: #FFF;
    left: 200px;
    border: 1px solid #e3122e;
    top: 3px;
    z-index: 999;
}

.item-list a {
    float: left;
    display: block;
    width: auto;
    + min-width: 26px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    display: inline;
    overflow: hidden;
    color: #666;
    word-break: break-all
}

.item-list span {
    float: left;
    line-height: 24px;
    color: #e8e8e8
}

.cate_1 .item-list,
.cate_2 .item-list,
.cate_3 .item-list,
.cate_4 .item-list,
.cate_5 .item-list,
.cate_6 .item-list,
.cate_7 .item-list,
.cate_8 .item-list,
.cate_9 .item-list,
.cate_10 .item-list,
.cate_11 .item-list,
.cate_12 .item-list,
.cate_13 .item-list,
.cate_14 .item-list,
.cate_15 .item-list,
.cate_16 .item-list,
.cate_17 .item-list,
.cate_18 .item-list,
.cate_19 .item-list,
.cate_20 .item-list {
    top: 0px;
}

.l_category {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.l_category a {
    color: #e3122e
}

/*首页轮播图*/

#banner {
    width: 100%;
    height: 600px;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 3;

    margin: 0 auto;
}

.right-pic img {
    height: 170px;
    width: 214px;
    margin: 40px 30px 0 0;
}

.banner-bottom {
    width: 1074px;
    float: right;
}

.banner-bottom-pic {
    width: 800px;
    margin: 0 auto;
}

.banner-bottom-pic h2 {
    padding-left: 2px;
    line-height: 39px;
}

.banner-bottom-pic a img {
    width: 262px;
    height: 140px;
}

.bottom-pic-right {
    display: inline-block;
    height: 170px;
}

.bottom-pic-right a img {
    height: 179px;
    width: 230px;
}

#full-screen-slider {
    width: 100%;
    position: relative;
}

#slides {
    display: block;
    width: 100%;
    height: 600px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 45%;
    bottom: 0;
    z-index: 99;
    padding: 5px 15px 5px 0;
    margin: 0
}

#pagination li {
    display: block;
    list-style: none;
    width: 12px;
    height: 12px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #000002;
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #FC1211;
}

.m_wid {
    width: 1025px;
    margin: auto;
    position: relative;
    top: 38px;
}

.link-box-right {
    position: absolute;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: 220px;
    height: 360px;
    background: #fff;
    z-index: 100;
    box-sizing: border-box;
    border-top: 3px solid #e3122e;
}

.link-box-right .user_info {
    height: 65px;
}

.link-box-right .user_info .user_headimg {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 15px 0 0 15px;
}

.link-box-right .user_info > div {
    float: left;
}

.link-box-right .user_info > div:last-child {
    height: 47px;
    margin-top: 7px;
}

.link-box-right .user_info p {
    width: 115px;
    font-size: 14px;
    color: #c9c8c8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 10px;
    top: 11px;
}

.link-box-right .user_info .welcome {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 15px 0 0 0;
}

.link-box-right .btn_login_register {
    width: 188px;
    margin: 10px auto;
    padding: 8px 0;
    clear: both;
    padding: 8px 0 8px 15px;
}

.link-box-right .btn_login_register a {
    padding: 6px 0;
    background: #e3122e;
    color: #fff;
    width: 76px;
    text-align: center;
    display: inline-block;
}

.link-box-right .btn_login_register a:last-child {
    margin-left: 32px;
}

.link-box-right ul.oper_list {
    float: left;
    margin-top: 4px;
    border-top: 1px solid #eee;
    text-align: center;
    margin: 0 0 0 15px;
}

.link-box-right ul.oper_list > li:first-child,
.link-box-right ul.oper_list > li:nth-child(3) {
    border-right: 1px solid #eee;
}

.link-box-right ul.oper_list > li {
    float: left;
    width: 50%;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.link-box-right ul.oper_list > li a {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.link-box-right ul.oper_list > li div {
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
    background: url(../images/icon-user-index.png) no-repeat
}

.link-box-right ul.oper_list > li div.user_comment {
    background-position: -53px 0;
}

.link-box-right ul.oper_list > li div.new_user_guide {
    background-position: 0 0;
}

.link-box-right ul.oper_list > li div.pay_money {
    background-position: -115px 0;
}

.link-box-right ul.oper_list > li div.safe_post {
    background-position: -180px 0;
}

.link-box-right ul.oper_list > ul {
    position: relative;
    width: 190px;
    height: 65px;
    overflow: hidden;
    padding-top: 8px;
    clear: both;
}

.link-box-right p.pay {
    width: 190px;
    height: 65px;
    margin: 10px auto 0;
    background: url(../images/pay.png) center no-repeat;
    float: left;
    padding: 0 0 0 15px;
}

.zhmm_btn {
    float: right;
    margin-right: 25px;
}

/*底部*/

.footer{background: #484746;padding-top: 50px;padding-bottom: 0;font-size: 14px;margin-top: 80px;}
.footer p{
    font-size: 14px;
}
.footer .footer-wrapper{width: 1200px;margin: 0 auto;}
.footCont{display: flex;justify-content:space-between;}
.footCont .contact{margin-bottom: 30px;}
.footCont .byleft{color: #e5e5e5;}
.footCont .byleft h3{font-size:18px; margin-bottom: 5px;}
.footCont .contact ul{display: flex;}
.footCont .contact li{margin-right: 30px;}
.footCont .contact li p{color: #888888;}
.footCont .friendlylink a{color: #e5e5e5;margin-right: 10px;position: relative;font-size: 14px;}
.footCont .friendlylink a:after{content: '';display: inline-block;margin-left: 10px; width: 1px;height: 10px;background: #888888;}
.footCont .friendlylink a:last-child:after{display: none;}
.footCont .byright{margin-bottom: 10px;}
.footCont .byright li{float: left;margin-left: 30px;text-align: center;}
.footCont .byright li img{width: 120px;}
.footCont .byright li p{line-height: 36px;color: #e5e5e5;}
.copyright{border-top: 1px solid #888888;padding: 10px 0;line-height: 26px; color: #9a9a9a;}
.copyright a{color: #f4f4f4;margin-right: 20px;font-size: 14px;}
.copyright a:hover{color: #fb831f;}

.footer-an{padding: 0 20px;line-height: 26px; padding: 10px 0;text-align: center;}
.footbg{background: #ddf3ff;color: #666;}


/*底部左侧开始*/

.foot .foot_left {
    width: 280px;
    float: left;
}

.foot .foot_left .foot_left_pic img {
    display: block;
}

.foot .foot_left .foot_left_pic a {
    width: 29px;
    height: 29px;
    display: inline-block;
    margin: 0 0 20px 10px;
}

.foot .foot_left .foot_left_pic a.pic_facebook {
    background: url(../images/facebook.png) no-repeat;
}

.foot .foot_left .foot_left_pic a.pic_twitter {
    background: url(../images/twitter.png) no-repeat;
}

.foot .foot_left .foot_left_pic a.pic_ins {
    background: url(../images/ins.png) no-repeat;
}

.foot .foot_left .foot_left_pic a.pic_youtu {
    background: url(../images/youtu.png) no-repeat;
}

.foot .foot_left .foot_left_pic a.pic_facebook:hover {
    background: url(../images/facebook_h.png) no-repeat;
}

.foot .foot_left .foot_left_pic a.pic_twitter:hover {
    background: url(../images/twitter_h.png) no-repeat;
}

.foot .foot_left .foot_left_pic a.pic_ins:hover {
    background: url(../images/ins_h.png) no-repeat;
}

.foot .foot_left .foot_left_pic a.pic_youtu:hover {
    background: url(../images/youtu_h.png) no-repeat;
}

/*底部左侧结束*/

.foot ul {
    width: 736px;
    float: left;
    margin-top: 20px;
}

.foot ul li {
    width: 25%;
    float: left;
    color: #333;
    line-height: 25px;
}

.foot ul li:last-child {
    border-right: none;
    display: none;
}

.foot ul li strong {
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-weight: 400;
}

.foot ul li a {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #8c8c8c;
}

.foot ul li a:hover {
    color: #b8b8b8;
}

/*底部关于我们开始*/

.foot .foot_about_us {
    width: 184px;
    float: left;
    margin-top: 20px;
}

.foot .foot_about_us dl dt strong {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.foot .foot_about_us dl dd a {
    color: #8c8c8c;
    font-size: 12px;
    line-height: 28px;
}

.foot .foot_about_us dl dd a:hover {
    color: #b8b8b8;
}

.foot .foot_about_us dl dd {
    height: 22px;
}

.foot .foot_about_us dl dd a img {
    width: 16px;
    float: left;
    margin-top: 6px;
}

.product_message {
    width: 75%;
    height: 50px;
    float: left;
    margin-top: 40px;
}

.product_message .license_new {
    margin-top: 5px!important;
    color: #8c8c8c;
    line-height: 20px;
    font-size: 14px;
}

/*.foot .foot_about_us dl dd:nth-of-type(1) a img{margin: 0;}*/

/*底部关于我们结束*/

/*.foot ul li:nth-child(4) a{margin-left:120px;}*/

/*.foot ul li:nth-child(5) a{margin-left:92px;}*/

.foot_link {
    padding: 15px 0;
    width: 1200px;
    margin: auto;
}

.foot_link span {
    float: left;
    margin-left: 20px;
}

.foot_link a {
    margin-left: 20px;
}

.foot_b {
    width: 100%;
    background: #515151;
    padding: 20px 0;
}

.foot_cont {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    font-size: 14px;
    color: #eee;
}

.foot_l {
    float: left;
    width: 560px;
    margin-left: 20px;
}

.f_l_link {
    float: left;
    margin-bottom: 20px;
}

.f_l_link a {
    margin-right: 20px;
    color: #eee;
    float: left;
}

.f_l_link span {
    float: left;
    margin-right: 20px;
}

.license a {
    color: #8c8c8c;
}

.foot_c {
    width: 260px;
    float: left;
    color: #eee;
    font-size: 14px;
}

.foot_c p {
    height: 22px;
    line-height: 22px;
}

.foot_c p img {
    width: 20px;
    margin: 3px 10px 0 0;
    float: left;
}

.foot_c .time {
    float: left;
    margin-top: 20px;
    width: 100%;
}

/*本地时间*/

.footer2015_2 .time-block {
    background: #444;
    width: 24px;
    height: 32px;
    line-height: 32px;
}

.time-block {
    display: inline-block;
    width: 18px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #151515;
    margin: 0 2px;
}

.foot_c .time span {
    margin-top: 10px;
    display: block;
}

.foot_r {
    float: left;
    width: 280px;
    text-align: center;
    font-size: 14px;
    color: #eee;
}

.foot_r span {
    font-size: 18px;
}

.foot_r p {
    margin: 20px 0;
}

.foot_r img {
    width: 200px;
}

/*右侧贴边导航*/

.quick_links_wrap,
.mui-mbar-tabs {
    height: 100%;
    right: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    height: 100%;
    -webkit-transition: width linear .4s;
    -moz-transition: width linear .4s;
    -ms-transition: width linear .4s;
    transition: width linear .4s;
    _position: fixed;
    _bottom: auto;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-10);
}

.quick_links_wraper.quick_links_dockright {
    margin-left: 0;
    left: auto;
    right: 4px;
}

.mui-mbar-tabs i,
.ibar_closebtn,
.login_order,
.login_favorite {
    display: inline-block;
    background: url(../images/ibar_sprites.png) no-repeat;
    cursor: pointer;
    height: 19px;
    width: 18px;
    vertical-align: top;
    position: absolute;
}

.quick_links_panel {
    width: 40px;
    height: 100%;
    position: absolute;
    background: #444851;
    z-index: 2;
    top: 0;
    right: 0;
    font-family: 'microsoft yahei', arial;
}

.quick_links_panel a {
    display: block;
    line-height: 200px;
    width: 40px;
    height: 38px;
    text-decoration: none;
    color: #d8d8d8;
    font-size: 12px;
    overflow: hidden;
    background-color: #444851;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0px;
    *left: -15px;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.quick_links_panel .quick_toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    background: #444851;
    z-index: 1;
}

.quick_links_panel .mp_tooltip {
    height: 38px;
    line-height: 38px;
    width: 92px;
    position: absolute;
    z-index: 2;
    left: -121px;
    top: 0;
    background: #444851;
    color: #d8d8d8;
    text-align: center;
    display: block;
    visibility: hidden
}

.quick_links_panel .mp_qrcode {
    padding: 10px;
    width: 148px;
    height: 175px;
    top: -157px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #ccc\0;
    border-top: 1px solid #ccc\0;
    border-bottom: 1px solid #ccc\0;
    z-index: 3;
    position: absolute;
    left: -168px;
    left: -169px\0;
    display: none;
}

.quick_links_panel .icon_arrow_white {
    position: absolute;
    right: -5px;
    top: 172px;
    width: 5px;
    height: 9px;
    background-position: 0 -253px;
}

.quick_links_panel .icon_arrow_right_black {
    position: absolute;
    right: -5px;
    top: 15px;
    width: 5px;
    height: 9px;
    background-position: 0 -234px;
    overflow: hidden;
}

.quick_toggle .return_top {
    display: none;
}

.quick_links_allow_gotop .return_top {
    display: block;
}

.quick_links {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -190px;
    *margin-top: -220px;
    background: #444851;
    z-index: 2;
    width: 40px;
}

.quick_links a.message_list {
    background: url(../images/ibar_sprites.png) no-repeat;
    line-height: 16px;
    height: 133px;
    background-position: -23px -225px;
    color: #fff;
    margin: 20px 0 10px;
}

.quick_links_min .quick_links_panel {
    right: 280px;
}

.quick_links li,
.quick_toggle li {
    position: relative;
    display: block;
    left: 0;
    top: 0px;
}

.history_list,
.leave_message,
.mpbtn_histroy,
.mpbtn_wdsc,
.mpbtn_recharge {
    margin-bottom: 6px;
}

.quick_links a:hover,
.quick_links a.current,
.quick_toggle a:hover {
    background: #e3122e;
    text-decoration: none;
}

.quick_links a.message_list .span {
    width: 16px;
    display: block;
    height: 48px;
    margin: 38px 0 0 14px;
    cursor: pointer;
}

.quick_links a.message_list .cart_num {
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 50%;
    background: #e3122e;
    text-align: center;
    line-height: 21px;
    margin: 9px 0 0 10px;
    cursor: pointer;
    color: #fff;
}

.quick_links i.setting {
    background-position: 0 0;
    width: 18px;
    height: 19px;
    top: 10px;
    left: 11px;
}

.quick_links a:hover i.setting,
.quick_links .current i.setting {
    background-position: -33px 0;
}

.quick_links i.message {
    background-position: 0px -29px;
    width: 23px;
    height: 18px;
    top: 11px;
    left: 9px;
}

.quick_links a:hover i.message,
.quick_links .current i.message {
    background-position: -33px -29px;
}

.quick_links i.cart {
    background-position: 0px -29px;
}

.quick_links i.view {
    width: 18px;
    height: 18px;
    background-position: 0 -57px;
    top: 10px;
    left: 11px;
}

.quick_links a:hover i.view,
.quick_links .current i.view {
    background-position: -33px -57px;
}

.quick_links .qa {
    width: 18px;
    height: 15px;
    background-position: 0 -85px;
    top: 11px;
    left: 11px;
}

.quick_links a:hover i.qa,
.quick_links .current i.qa {
    background-position: -33px -85px;
}

.quick_links .zuji {
    width: 11px;
    height: 24px;
    background-position: -4px -110px;
    top: 8px;
    left: 14px;
}

.quick_links a:hover i.zuji,
.quick_links .current i.zuji {
    background-position: -36px -110px;
}

.quick_links .chongzhi {
    background: url(../images/chongzhi.png) no-repeat;
    width: 35px;
    height: 35px;
    top: 2px;
    left: 3px;
}

.quick_links .wdsc {
    background: url(../images/wdsc.png) no-repeat;
    width: 35px;
    height: 35px;
    top: 2px;
    left: 3px;
}

.quick_toggle .mpbtn_qrcode {
    width: 18px;
    height: 18px;
    top: 11px;
    left: 11px;
    background-position: 0 -302px;
}

.quick_toggle .top {
    background-position: 0 -201px;
    width: 17px;
    height: 14px;
    top: 12px;
    left: 12px;
}

.quick_toggle a:hover .top,
.quick_links a.current .top {
    background-position: -33px -201px;
}

.quick_toggle i.kfzx {
    width: 15px;
    height: 16px;
    top: 11px;
    left: 12px;
    background-position: 0 -175px;
}

.quick_toggle a:hover i.kfzx {
    background-position: -33px -175px;
}

/* quick_links_pop */

.quick_links_pop {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    box-shadow: 0 0 5px #999;
    border-radius: 5px 0 0 5px;
    border: 1px solid #999;
    behavior: url(js/htc.htc);
}

.quick_links_pop .arrow,
.quick_links_pop .arrow i {
    display: none;
    border-color: transparent #ddd;
    border-style: dashed solid;
    border-width: 12px 0 12px 12px;
    font-size: 0;
    height: 0;
    width: 0;
    position: absolute;
    left: 100%;
    top: 12px;
}

.quick_links_pop .arrow i {
    border-color: transparent #f9fafc;
    margin: -12px 0 0 -13px;
    left: 0;
    top: 0;
}

.quick_links_pop .fix_bg {
    display: none;
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
    margin: 0 0 -4px -250px;
    height: 2px;
    width: 500px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.quick_links_pop .pop_panel {
    font-size: 12px;
    width: 100%;
    height: 628px;
    position: relative;
}

.quick_links_pop .pop_panel a {
    color: #fff;
}

.quick_cart_list,
.quick_history_list,
.quick_links_pop .links,
.quick_my_qlinks,
.quick_message_list,
.quick_leave_message,
.quick_mpbtn_histroy,
.quick_mpbtn_wdsc,
.quick_mpbtn_recharge {
    position: absolute;
    width: 280px;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    display: block;
}

.quick_cart_list .user_cart_inner,
.quick_history_list .history_slider {
    display: block;
    border: 0;
    margin: 0;
    position: static;
}

.quick_cart_list .user_cart_inner .del {
    display: none;
}

.quick_history_list .title i {
    background-position: -170px -34px;
}

.quick_leave_message .title i {
    background-position: -160px 0;
}

.quick_leave_message .types {
    font-size: 0;
    position: absolute;
    left: 148px;
    top: 18px;
    white-space: nowrap;
}

.quick_leave_message .types input,
.quick_leave_message .types label {
    font-size: 12px;
    margin-right: 20px;
    vertical-align: middle;
    white-space: nowrap;
}

.quick_leave_message .types input {
    margin: -2px 3px 0 0;
    height: 13px;
    width: 13px;
    *margin-top: 0;
}

.quick_leave_message .txt {
    padding: 15px 0;
}

.quick_leave_message .txt textarea {
    display: block;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    box-shadow: 0 1px 0 #fff, inset 0 1px 4px rgba(0, 0, 0, .1);
    margin: 0 auto;
    padding: 8px;
    height: 68px;
    width: 90%;
}

.quick_leave_message .token {
    padding: 0 0 14px 16px;
    height: 26px;
}

.quick_leave_message .token input {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 4px;
    width: 76px;
    vertical-align: middle;
}

.quick_leave_message .token img {
    margin-left: 5px;
    vertical-align: middle;
}

.quick_leave_message .btns {
    float: right;
    margin-top: -42px;
    padding-right: 16px;
}

.quick_leave_message .btn {
    background-position: 0 -356px;
    cursor: pointer;
    font-size: 0;
    padding-left: 20px;
    text-shadow: 0 1px 0 #355ba9;
    overflow: visible;
}

.quick_leave_message .btn:hover {
    background-position: 0 -386px;
}

.quick_leave_message .btn span {
    background-position: 100% -356px;
    font-size: 12px;
    padding-right: 20px;
    *height: 29px;
}

.quick_leave_message .btn:hover span {
    background-position: 100% -386px;
}

.quick_links_pop .no_data {
    color: #333;
    font-size: 14px;
    padding: 35px 10px;
    text-align: center;
}

.quick_links_pop .no_data i {
    display: inline-block;
    background: url(../images/cart_new.png) no-repeat 0 -188px;
    margin: 0 10px 0 0;
    height: 36px;
    width: 60px;
    vertical-align: middle;
}

.quick_links_pop .links li {
    border-top: 1px solid #f1f1f1;
    vertical-align: top;
}

.quick_links_pop .links a {
    display: block;
    background: #FCFCFC;
    color: #333;
    font-size: 14px;
    padding: 12px 15px;
}

.quick_links_pop .links a:hover {
    background-color: #F2F3F4;
    color: #4467a7;
}

.quick_links_pop .links .tips {
    float: right;
    color: #61c2ed;
    font-size: 12px;
}

.quick_my_qlinks .title i {
    background-position: -200px 0;
    height: 22px;
    width: 22px;
}

.quick_message_list .title i {
    background-position: -200px -34px;
    height: 22px;
    width: 22px;
}

.quick_message_list .no_data i {
    background-image: url(../images/quick_links_no_msg.png);
    background-position: 0 0;
    height: 45px;
    width: 62px;
}

/*修改*/

.ibar_plugin_title {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #dedede;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    width: 267px;
    margin: 0 auto;
}

.ibar_closebtn {
    width: 20px;
    height: 20px;
    background-position: 5px -267px;
    padding: 5px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    right: 4px;
}

.ibar_plugin_content {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    _height: expression((document.documentElement.clientHeight-100-40)+"px");
    overflow: hidden;
}

.ibar_cart_group {
    width: 250px;
    padding: 0 20px 0 10px;
    background: #fff;
}

.ibar_cart_group_header {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #dedede;
}

.ibar_cart_group_title {
    float: left;
    font-size: 14px;
}

.ibar_cart_group_header a {
    float: right;
    color: #e3122e
}

.ibar_cart_group_header a:hover {
    text-decoration: underline;
}

.cart_item {
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
}

.cart_item_pic {
    position: relative;
    float: left;
    width: 87px;
    height: 87px;
}

.cart_item_pic img {
    width: 85px;
    height: 85px;
    border: 1px solid #f4f4f4;
}

.cart_item_desc {
    float: left;
    width: 150px;
    padding: 3px 0 0 10px;
}

.cart_item_name {
    display: inline-block;
    width: 100%;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
    color: #5c5c5c;
}

.cart_item_sku {
    width: 160px;
    height: 24px;
    line-height: 24px;
    color: #999;
}

.cart_price {
    color: #e3122e;
    font-weight: 700;
    font-family: Arial, Helvetica;
}

.cart_handler {
    position: absolute;
    height: 100px;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.cart_handler_header {
    width: 260px;
    margin: 8px 10px;
    float: left;
}

.cart_handler_left {
    float: left;
}

.cart_handler_right {
    float: right;
    font-weight: 700;
    font-size: 16px;
    font-family: Arial;
    color: #e3122e;
}

.cart_go_btn {
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 19px;
    font-family: SimHei;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #e3122e;
    width: 260px;
    margin: 0 10px;
    float: left;
}

.cart_go_btn:hover {
    color: #fff;
}

.ia-head-list {
    height: 66px;
    width: 244px;
    margin-left: 15px;
    background: #f3f3f3;
    overflow: hidden;
    zoom: 1;
    margin-top: 15px;
    color: #4a4a4a;
}

.ia-head-list a {
    color: inherit;
}

.ia-head-list .pl {
    width: 80px;
    border-right: dashed 1px #ccc;
    height: 47px;
    margin-top: 10px;
    text-align: center;
    float: left;
}

.ia-head-list .num {
    font-size: 16px;
    height: 26px;
    font-family: arial;
}

.ia-head-list .money {
    border-right: 0;
}

.ga-expiredsoon {
    width: 244px;
    margin-left: 15px;
    margin-top: 20px;
}

.ga-expiredsoon .es-head {
    color: #5c5c5c;
    height: 13px;
    border-left: 3px solid #5c5c5c;
    padding-left: 13px;
}

.ia-none {
    background: url(../images/null_icon.png) no-repeat center 50px;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 30px;
    font-family: "Microsoft JhengHei";
    font-size: 16px;
    color: #797979;
}

.jiaru {
    margin-top: 40px;
}

.ibar-history-head {
    position: relative;
    font-size: 14px;
    border-bottom: solid 1px #dedede;
    height: 37px;
    line-height: 37px;
    width: 255px;
    margin-left: 10px;
}

.ibar-history-head a {
    float: right;
    color: #e3122e;
}

.ibar-history-head a:hover {
    text-decoration: underline;
}

.imp_item {
    width: 255px;
    padding-top: 10px;
    border-bottom: dashed 1px #d5d5d5;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: -1px;
    margin-left: 10px;
}

.imp_item .pic {
    float: left;
    display: inline;
    margin-right: 10px;
}

.imp_item .tit {
    height: 40px;
    overflow: hidden;
    width: 140px;
    word-break: break-all;
}

.imp_item .tit a {
    color: #5c5c5c;
    line-height: 18px;
}

.imp_item .tit a:hover {
    color: #e3122e;
    line-height: 18px;
}

.imp_item .price {
    color: #e3122e;
    font-weight: 700;
    margin-bottom: 10px;
}

.imp_item .price em {
    font-family: arial;
    font-size: 14px;
}

.imp_item .imp-addCart {
    background: #f32166;
    background: -webkit-linear-gradient(top, #fb2f72, #e3122e);
    color: #fff;
    width: 90px;
    height: 28px;
    float: left;
    display: inline;
    line-height: 28px;
    text-align: center;
}

.sc {
    float: right;
    line-height: 22px;
    margin-right: 7px;
}

.ibar_recharge_form {
    width: 220px;
    margin: 0 auto;
    padding: 15px 0;
}

.ibar_recharge-field {
    border: 1px solid #ddd;
    height: 30px;
    margin-bottom: 10px;
}

.ibar_recharge-field label {
    width: 40px;
    text-align: center;
    color: #fff;
    background: #737373;
    line-height: 30px;
    float: left;
}

.ibar_recharge-fl {
    position: relative;
    float: left;
    width: 170px;
    padding-left: 5px;
}

.ibar_recharge-iwrapper {
    padding-top: 7px;
}

.ibar_recharge-iwrapper input {
    border: 0;
    outline: 0 none;
}

i.ibar_recharge-contact {
    width: 13px;
    height: 14px;
    background: url(../images/contact.png);
    top: 8px;
    right: 5px;
    cursor: pointer;
}

.ibar_recharge-mod {
    line-height: 30px;
    color: #737373;
    font-weight: 700;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

i.ibar_recharge-arrow {
    width: 6px;
    height: 3px;
    background: url(../images/arrow-down.png);
    top: 14px;
    right: 8px;
    cursor: pointer;
}

.ibar_recharge-vbox {
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    left: 0;
    top: 30px;
    width: 177px;
}

.ibar_recharge-vbox li {
    float: left;
    width: 68px;
    border-right: 1px solid #ddd;
    padding: 7px 10px;
    line-height: 1;
    cursor: pointer;
}

.ibar_recharge-vbox li.sanwe {
    border: 0;
}

.ibar_recharge-vbox .selected,
.ibar_recharge-vbox li:hover {
    background: #ececec;
}

.ibar_recharge-btn {
    text-align: center;
    padding-top: 3px;
}

.ibar_recharge-btn input {
    border: 0;
    color: #fff;
    display: inline-block;
    width: 115px;
    height: 31px;
    font-size: 16px;
    background: #f32166;
    background: -webkit-linear-gradient(top, #fb2f72, #e3122e);
    cursor: pointer;
}

.ibar_recharge-btn input:hover {
    background: -webkit-linear-gradient(top, #fa578c, #f73776);
}

.ibar_login_box {
    width: 267px;
    height: 185px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #ccc\0;
    border-top: 1px solid #ccc\0;
    border-bottom: 1px solid #ccc\0;
    z-index: 3;
    position: absolute;
    top: 0px;
    left: -287px;
    left: -288px\0;
    display: none;
}

.ibar_login_box .avatar_box {
    width: 267px;
    overflow: hidden;
    height: 120px;
}

.status_login .avatar_imgbox {
    float: left;
    margin: 6px 20px 0 5px;
    display: inline;
}

.ibar_login_box .avatar_imgbox {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.ibar_login_box .avatar_box p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.status_login .user_info {
    overflow: hidden;
    color: #333;
    padding-top: 30px;
    line-height: 24px;
    width: 140px;
    float: left;
}

.status_login .user_info li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
}

.ibar_login_box .login_btnbox {
    width: 267px;
    height: 79px;
    border-top: 1px dotted #d5d5d5;
    overflow: hidden;
    padding-top: 15px;
    clear: both;
}

.ibar_login_box .login_btnbox a {
    width: 94px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    color: #333;
    text-decoration: none;
    float: left;
    background-position: 0 -408px;
    background-repeat: repeat-x;
    border-color: #e9e9e9;
}

.ibar_login_box .login_btnbox .login_order {
    margin: 0 10px 0 35px;
}

.ibar_login_box .login_btnbox a:hover {
    text-decoration: none;
    background-position: 0 -366px;
    border-color: #e3122e;
    background: none;
}

.ibar_login_box .login_btnbox .login_favorite {
    border-color: #e9e9e9
}

.ibar_login_box .icon_arrow_white {
    position: absolute;
    right: -5px;
    top: 15px;
    width: 5px;
    height: 9px;
    background-position: 0 -253px;
}

/*分页*/

.pagelist {
    margin: 20px auto;
    text-align: center;
    color: #333;
    font-family: "宋体";
}

.pagelist a {
    padding: 6px 10px 5px 10px;
    border: 1px solid #CFCFCF;
    color: #333;
    margin: 0 3px;
    text-decoration: none;
}

.pagelist a:hover {
    background: #333;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.pagelist span {
    padding: 7px 10px;
    border: 1px solid #CFCFCF;
    background: black;
    color: #fff;
}

.pagelist a.page_first {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.pagelist a:hover.onepage {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.pagelist .ellipsis {
    border: none;
    padding: 5px;
}

.pagelist .last_page {
    width: 50px;
    height: 27px;
    line-height: 25px;
    margin: 0 3px 2px 3px;
    margin: 0 3px 3px 3px\9;
    + margin: 0 3px -1px 3px;
    border: 1px solid #CFCFCF;
    text-align: center;
    vertical-align: middle;
}

.pagelist .go {
    background: none;
    cursor: pointer;
    border: 1px solid #CFCFCF;
    outline: none;
    margin-left: 10px;
}

/*费用估算*/

.column1200 {
    width: 1200px;
    margin: 20px auto;
}

#t_left {
    float: left;
    width: 270px;
    height: 410px;
    padding: 10px;
    border: #eee 5px solid;
}

#t_left h2 {
    line-height: 60px;
    padding-left: 60px;
    background: url(../images/line2.gif) no-repeat 0 -95px;
    border-bottom: #eee 1px solid;
    font-size: 16px;
    font-family: Microsoft JhengHei;
    color: #888;
}

#t_left table {
    margin-top: 15px;
    font-size: 13px;
    _font-size: 12px;
    color: #666;
}

#t_left table td {
    padding: 9px 0 9px 15px;
    background: url(images/line2.gif) no-repeat 0 -237px;
    line-height: 26px;
}

#t_left table #utype {
    width: 150px;
}

#t_left table .t_select {
    width: 185px;
    height: 25px;
    line-height: 22px;
    /*padding:2px 3px;*/
    border: #71A8CF 1px solid;
}

#t_left table #t_area {
    width: 192px;
}

#t_left table .t_input {
    width: 185px;
    height: 22px;
    line-height: 22px;
    padding: 2px 3px;
    border: #71A8CF 1px solid;
    margin-right: 5px;
}

#t_right {
    float: right;
    width: 850px;
    padding: 10px;
    border: #eee 5px solid;
}

#t_right h2 {
    line-height: 60px;
    font-size: 16px;
    font-family: Microsoft JhengHei;
    color: #888;
}

/*radio*/

#radio input {
    display: none;
}

#radio label {
    display: inline-block;
    background: url(../images/zy.png) no-repeat left;
    background-size: 15px;
    padding-left: 20px;
}

#radio input:checked + label {
    background-image: url(../images/select.png);
    background-size: 15px;
}



/*-----cy------*/

@font-face {
    font-family: custom-sans-serif;
    src: local(Helvetica), local(Segoe UI);
    unicode-range: U+00-024F;
}

@font-face {
    font-family: custom-sans-serif;
    /* 同樣的 font-family */
    unicode-range: U+3040-30FF;
    /* Hiragana, Katakana */
    src: local(Hiragino Kaku Gothic Pro), /* OS X */
    local(Meirio);
    /* Windows Vista+ */
}

@font-face {
    font-family: custom-sans-serif;
    src: local("Heiti TC"), local("微軟正黑體"), local("Microsoft JhengHei");
    unicode-range: U+4E00-9FFF;
}


.top_center .con a {
    font-size: 10px;
}

.sidenav {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
}

#nav {
    border-bottom: 2px solid #ff5a10;
}

#pagination li.current {
    background: #c00000;
}

#pagination li {
    border-radius: 50%;
}

.search-form .search-hd {
    background-color: #ff5a10;
}

.item-list {
    border: 1px solid #c00000;
}

.mainbav .mainbav_right li a:hover,
.mainbav .mainbav_right li a.clicked {
    background: #eaeaea;
    color: #333;
    border-radius: 25px;
    font-size: 14px;
    transition: .3s
}

.mainbav .mainbav_right li a {
    font-size: 14px;
    transition: .3s
}

.sidenav .hover h3 {
    background: #eaeaea;
    color: #333;
    border: 1px solid #c00000;
    border-left: 2px solid #c00000;
    transition: .3s
}

.sidenav h3 {
    transition: .3s
}

.sidenav .hover h3 a:hover,
.sidenav .hover h3 a {
    color: #333
}

.logo {
    width: 250px;
    height: 77px;
}

.search-form {
    margin-right: 0;
    margin-left: 30px;
    float: left;
    width: 625px;
}

.search-form .search-hd .search-hd-left {
    width: 80px;
}

.search-form .search-bg {
    width: 472px;
}

.search-form .search-hd .search-input {
    width: 470px;
}

.popular span {
    margin-left: 22px;
}

.search-form .search-hd .search-hd-left .search-hd-ul li {
    font-size: 12px;
}

.product_message {
    width: 100%;
    text-align: center;
    border-top: 1px solid #8c8c8c82;
    padding-top: 5px;
}

.license {
    float: initial;
}

.banner-bottom-pic a img {
    height: auto;
}

.sidenav .item h3 strong a i {
    color: #c00000;
}

.banner-bottom-pic h2 {
    padding-left: 7px;
    line-height: 39px;
    font-size: 14px;
    font-weight: 400;
    color: #c00000;
}

#topmenu .meho {
    background: #eaeaea;
    border-radius:49px 44px 30px 30px;
    color: #ff5a10;
}




/*article*/

/*ご利用料金*/

.table-article {
    border: 1px solid #c00000;
    width: 600px;
}

.table-article table {
    width: 100%;
    border: 1px solid #c00000;
    border-collapse: collapse;
}

.table-article td,
.table-article th {
    border: 1px solid #c00000;
    padding: 5px;
}

.table-article th {
    border-bottom: 2px solid #d40e0e;
    background: #eaeaea;
    font-size: 14px;
}

.table-article td {
    font-size: 16px;
}

.bk-article {
    background: #eaeaea;
    padding: 10px 20px;
    border-radius: 10px;
}

.i-article {
    font-size: 14px;
}

/* /ご利用料金*/

/*お取引の流れ*/

.step_ico {
    height: 78px;
}

.step_ico ul,
.step_ico li {
    margin: 0px;
    padding: 0px;
}

.step_ico li {
    list-style: none;
    float: left;
}

.Step01,
.Step02,
.Step03,
.Step04,
.Step05 {
    position: relative;
    font-family: 'Meiryo';
}

.stepColorG_01 {
    border: 5px #76bd1d solid;
}

.stepColorG_02 {
    background-color: #76bd1d;
}

.stepColorG_03 {
    border-bottom: 3px #76bd1d solid;
    color: #76bd1d;
}

.stepColorB_01 {
    border: 5px #3366cc solid;
}

.stepColorB_02 {
    background-color: #3366cc;
}

.stepColorB_03 {
    border-bottom: 3px #3366cc solid;
    color: #3366cc;
}

.step_ico a {
    color: #fff;
    font-weight: bold;
    border: none;
    text-decoration: none;
    letter-spacing: 3px;
    display: block;
    width: 159px;
    height: 78px;
}

.step_ico a span {
    position: absolute;
    right: 15px;
    bottom: 7px;
    text-align: right;
}

.Step01 {
    background: url(img/step01s.png);
    width: 159px;
    height: 78px;
}

.Step02 {
    background: url(img/step02s.png);
    width: 159px;
    height: 78px;
}

.Step03 {
    background: url(img/step03s.png);
    width: 159px;
    height: 78px;
}

.Step04 {
    background: url(img/step04s.png);
    width: 159px;
    height: 78px;
}

.Step05 {
    background: url(img/step05s.png);
    width: 159px;
    height: 78px;
}

.stepico {
    background: url(img/stepico.gif);
    width: 11px;
    height: 78px;
}

.Step01Top {
    width: 840px;
    position: relative;
}

.Step01TopC {
    width: 834px;
    position: relative;
    top: 32px;
    height: 290px;
}

.Step02TopC {
    width: 834px;
    position: relative;
    top: 32px;
    height: 290px;
}

.Step01TopBk {
    width: 118px;
    height: 32px;
    display: block;
    position: absolute;
    right: -4px;
}

.Step01TopTxt {
    position: absolute;
    right: 41px;
    color: #fff;
    font-family: 'Meiryo';
    font-weight: bold;
    top: 8px;
}

.Step02TopTxt {
    position: absolute;
    right: 23px;
    color: #fff;
    font-family: 'Meiryo';
    font-weight: bold;
    top: 8px;
}

.clear {
    clear: both;
    width: 100%;
    height: 1px;
}

#Step01 {
    height: 350px;
}

#Step02,
#Step03,
#Step04,
#Step05 {
    height: 330px;
}

.Step01_r_01 {
    position: absolute;
    text-align: center;
    display: block;
    border-radius: 200px;
    height: 95px;
    width: 95px;
    margin: 20px 0 0 20px;
    -webkit-box-shadow: 0 1px 5px rgba(150, 150, 150, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(150, 150, 150, 0.75);
    box-shadow: 0 1px 5px rgba(150, 150, 150, 0.75);

    background: #f8ffe8;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f8ffe8 0%, #76bd1d 55%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f8ffe8 0%, #76bd1d 55%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f8ffe8 0%, #76bd1d 55%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#76bd1d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.Step01_r_01B {
    position: absolute;
    text-align: center;
    display: block;
    border-radius: 200px;
    height: 95px;
    width: 95px;
    margin: 20px 0 0 20px;
    -webkit-box-shadow: 0 1px 5px rgba(150, 150, 150, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(150, 150, 150, 0.75);
    box-shadow: 0 1px 5px rgba(150, 150, 150, 0.75);

    background: #e8ebff;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e8ebff 0%, #3366cc 55%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e8ebff 0%, #3366cc 55%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e8ebff 0%, #3366cc 55%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ebff', endColorstr='#3366cc', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.Step01_r_02,
.Step01_r_03 {
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    position: absolute;
}

.Step01_r_02 {
    top: 18px;
    left: 22px;
    font-size: 20px;
}

.Step01_r_03 {
    top: 65px;
    left: 44px;
    font-size: 70px;
}

.Step01_r_04 {
    width: 700px;
    height: 52px;
    left: 112px;
    position: absolute;
    font-family: 'Meiryo';
    font-weight: bold;
    font-size: 30px;
    top: 20px;
}

.Step01_r_05 {
    position: absolute;
    margin: 12px 0px 0px 15px;
}

.Step01TopCTxt {
    position: absolute;
    width: 480px;
    height: 80px;
    color: #2f2f2f;
    font-size: 16px;
    left: 123px;
    top: 90px;
    line-height: 1.5em;
}

.Step02TopCTxt {
    position: absolute;
    width: 480px;
    height: 80px;
    color: #2f2f2f;
    font-size: 16px;
    left: 123px;
    top: 90px;
    line-height: 1.5em;
}

.Step01TopCImg {
    position: absolute;
    width: 200px;
    height: 150px;
    color: #2f2f2f;
    font-size: 16px;
    right: 20px;
    top: 90px;
}

.Step01TopCImg img {
    width: 140px;
    padding: 20px;
    background: #c8c8c8;
}

.Step01TopCBox {
    position: absolute;
    width: 90%;
    height: 156px;
    background-color: #d9e3e8;
    display: block;
    left: 40px;
    top: 162px;
    text-align: center;
    padding-bottom: 10px;
}

.Step01TopCBox ul {
    margin-top: 20px;
    margin-left: 30px
}

.Step01TopCBox li {
    list-style: none;
    float: left;
    margin-right: 30px;
    width: 200px;
    font-size: 14px;
}


.StepArrow {
    width: 100%;
    text-align: center;
}

.StepArrow div {
    background: url(img/stepyajirushi.gif);
    width: 23px;
    height: 47px;
    margin: 0 auto;
    display: block;
}

.page-top {
    width: 100%;
    height: 40px;
    margin-top: 10px;
}

.page-top a {
    width: 100px;
    height: 30px;
    background-color: #aba097;
    border-radius: 5px;
    float: right;
    border: 1px #968c84 solid;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.page-top a:hover {
    background-color: #383838;
}




.process-f ul {
    display: table;
    margin-bottom: 12px;
}

.process-f li {
    display: block;
    float: left;
    padding: 5px;
    width: 140px;
}

.process-f .arrow {
    display: block;
    float: left;
    padding: 5px;
    width: 50px;
    color: #f39800;
    text-align: center;
    margin-top: 10px;
}

.process-f li .step {
    color: #ffffff4a;
    font-size: 46px;
    text-align: left;
    display: block;
    width: 100%;
    font-family: Arial;
    font-weight: bold;
}

.process-f li .step-txt {
    color: #fff;
    font-size: 10px;
    text-align: right;
    display: block;
    width: 100%;
}

.bk-g {
    background: #76bd1d;
}

.bk-b {
    background: #3366cc;
}

@media (max-width: 990px) {
    .process-f li {
        width: 120px;
        margin-bottom: 5px;
    }
    .process-f ul {
        margin-bottom: 0px;
    }
    .process-f li .step {
        font-size: 28px;
        display: initial;
        width: auto;
    }
    .process-f li .step-txt {
        display: initial;
    }
    .process-f .arrow {
        margin-top: 4px;
        width: 30px;
    }
}

/* /お取引の流れ*/

/* /article*/

/* Daigou_index.html */

.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.h2-c01 {
    display: block;
    width: 99%;
    border-bottom: 3px solid #c00000;
    padding: 0px 0 0 10px;
    color: #c00000;
    font-size: 36px;
    position: relative;
    margin: 15px 0px;
}

.banner-c {
    text-align: center;
}

.h3-c01 {
    color: #c00000;
    font-size: 24px;
    margin-top: 20px;
    display: block;
    border-bottom: 1px solid #c00000;
    margin-bottom: 10px;
    margin-left: 80px;
}

.h3-c01:before {
    content: "::"
}


/*#daigouurl input{width: 450px;height: 40px;border: solid 1px #385DA1;}
#daigouurl a{width: 100px;height: 40px;}*/

#daigouurl input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#daigoubtn {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #ced4da;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
    transition: .5s;
}

.btn-light:hover {
    color: #212529;
    background: #e2e6ea;
    transition: .5s;
}

.form-group {
    display: table;
}

#maingoodsurl,
#daigoubtn {
    float: left;
}

.ull {
    display: table;
    width: 90%;
    margin-left: 80px;
    margin-top: 30px;
    margin-bottom: 16px;
}

.ull li {
    width: 14%;
    float: left;
    text-align: center;
    margin: 0 5px;
    background: #eaeaea;
    padding: 15px 5px;
    height: 159px;
    border-radius: 10px;
}

.ull li .span-y {
    font-size: 1rem;
}

.ull .arrow-r {
    width: 40px;
    background: transparent;
    padding: 0;
    margin: 71px 2px 0px 2px;
}

.ull .arrow-r img {
    width: 40px;
}

/* /Daigou_index.html */

/* User_yubaoonly.html */

p {
    font-size: 1rem;
}

.p-c01 {
    margin-left: 100px;
}

/*/ User_yubaoonly.html */

/* Cate/gusuan */

.column1200 {
    display: table;
}

.clear {
    clear: both;
}

#t_right {
    padding: 5px;
    border: #dadad9 1px solid;
    box-shadow: 0px 2px 2px #e1e1e1;
    -webkit-box-shadow: 0px 2px 2px #e1e1e1;
    -moz-box-shadow: 0px 2px 2px #e1e1e1;
}

#t_left {
    border: #dadad9 1px solid;
    background: #f7f6f5;
}

#t_left table .t_input {
    border: #dadad9 1px solid;
}

#t_left h2 {
    line-height: 60px;
    text-align: center;
    padding-left: 0;
    background: none;
    border-bottom: none;
    font-size: 16px;
    font-family: Microsoft JhengHei;
    color: #333;
}


/* /Cate/gusuan */

/* login */

.lgs-cont {
    background: #f4f3f1;
    margin-top: -19px;
    margin-bottom: -19px;
}

.bg-bubbles li {
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

/* /login */

/*----/cy/ ----*/

/*yume头部右侧登录入口*/

.yume-header-rt {
    display: flex;
    margin-left: 30px;
}

.yume-header-rt dl {
    text-align: center;
    line-height: 28px;
    margin: 0 14px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.yume-eightService h4 {
    font-size: 36px;
    text-align: center;
    margin: 36px auto;
}

.yume-eightService > div {
    display: flex;
    justify-content: space-between;
}

.yume-eightService > div dl {
    text-align: center;
    width: 15%;
    margin-bottom: 20px;
}
.yume-eightService > div dl dt{
   /* width: 120px;*/
    margin: 0 auto;
    box-shadow: 0px 6px 5px #ccc;
    border-radius: 50%;
    margin-bottom: 20px;
}

.yume-eightService > div dl dt img{
    width: 100%;
}
.yume-eightService > div dl dd:nth-of-type(1){
    font-size: 20px;
    margin-bottom: 5px;
    
}
.yume-eightService > div dl dd a{
    font-size: 14px;
    color: #ff5a10;
}
.yume-qingbao{
    display: flex;
    padding: 40px 0;
    
}
.yume-qingbao div:first-of-type{
        width: 66%;
    margin-right: 4%;
    
}
.yume-qingbao h4{
    
    font-size: 18px;
        display: flex;
    align-items: center;
}
.yume-qingbao h4 img{
    width: 58px;
    margin-right: 10px;
}
.yume-qingbao ul{
    margin-top: 30px;
    border-top: solid 5px #ff7300;
    color: #fc4b00;
}
.yume-qingbao ul a{
    color: #fc4b00;
}
.yume-qingbao ul li{
    border-bottom: solid 1px #d5d5d5;
        padding: 12px 0;
    font-size: 16px;
}
.yume-qingbao ul li span{
    padding-right: 20px;
}
.yume-qingbao dl{
    margin-top:25px;
}
.yume-qingbao dl dd{
    font-size: 16px;
    margin-bottom: 30px;
    color:#fc4b00; 
}
.yume-qingbao dl dd span{
    margin-right: 20px;
}
/*网站推荐*/
.yume-tuijian{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fe9c2d;
    min-height: 100px;
    padding-bottom: 30px;
}
.yume-tuijian>h4{
    font-size:30px;
    color: #fff;
    text-shadow: 5px 5px 5px #ea6e14;
    text-align: center;
    padding: 60px 0 47px;
    position: relative;
    width: 992px;
    margin: 0 auto;
}
.yume-tuijian>h4:before{
    content:'';
    width: 162px;
    height: 61px;
    background: url(/Public/Home/86/yume-imgs/yume-example-1.jpg) no-repeat;
    position: absolute;
    left: 0px;
}
.yume-tuijian>h4:after{
    content:'';
    width: 162px;
    height: 61px;
    background: url(/Public/Home/86/yume-imgs/yume-example-1.jpg) no-repeat;
    position: absolute;
    right: 0px;
}
.yume-tuijian>ul{
    width: 992px;
    overflow: hidden;
    margin: 0 auto;
}
.yume-tuijian>ul li{
    float: left;
    width: 245px;
    margin-bottom: 10px;
}
.yume-tuijian>ul li:not(:nth-of-type(4n+1)){
    margin-left: 4px;
}
.btn-orange{
    font-size: 14px;background: #ff5a10;padding:5px 10px;border-radius: 5px;color:#fff;display: inline-block;border: none;
}
.dg-download{
    position: absolute;
    display: flex;
    right: 485px;
}
.dg-download>a{
    margin-right: 5px;
}
.dg-download> form input[type=file]{
        width: 180px;
    border: solid 1px #ccc;
    padding: 2px 0;
}