@charset "UTF-8";
body{
    width: 1476px;
    margin: 0 auto;
    line-height: 135%;
}
a{
    color: #49494b;
}
a:link{
    font-size: small;
}
a:hover{
    color: #ff6347;
}

head{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 950px;
}

a{
    text-decoration: none;
}
.container{
    margin: auto;
}

.header-menu {
    margin: auto;
    width: 952px;
    height: 100px;
}

.header-left {
    float: left;
}

.header-right{
    float: right;
    padding: 0px;
    font-size: small;
}
.header-s{
    float: right;
    padding-bottom: 0px;
}

.menu-list{
    width: 950px;
    height: 50px;
    margin: auto;
    padding-left: 25px;
}
.list-wrap{
    width: 950px;
    height: 40px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-wrap ul{
    width: 190px;
    height: 40px;
    list-style: decimal outside;
    padding-left: 5px;
}

.list{
    width: 190px;
    height: 40px;
    border: 1px sold gray;
}

.btn{
    padding: none;
    margin: 0%;
    width: 190px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dfd0d0d7;
    font-size: 22px;
    background-color:#e7e7eed7;color:#646262;
}

.btn:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.btn:hover {
    opacity: 0.7;
}
.wrapper{
    width: 950px;
    height: 5740px;
    text-align: left;
    background-color: #FFFFFF;
    margin: auto;
    padding-left: 20px;

}
.main-container{
    display: flex;
    height: 5676px;
    padding-left: 5px;
    border-left: 1px dotted gray;
    border-right:  1px dotted gray;
}

.left-table{
    text-align: left;
    padding-left: 10px;
}
.arrow{
    padding-top: 10px;
}
.company-info{
    border: 1px solid #57abf0;
    width: 160px;
    height: 32px;
    background-color: #57abf0;
    margin-left: 10px;
}
.company-info p{
    color: #FFFFFF;
    font-size: small;
    margin-left: 50px;
    margin-top: 7px;
}
.left-table td{
    border-bottom: #646262 dotted 1px;
    width: 160px;
    padding: 0px;
}
.arrow {
    padding-right: 5px;
}
.search{
    display: block;
    position: relative;
    margin-left: 0px;
}

.s-box{
    width: 120px;
    text-align: left;
    position: absolute;
    margin-left: 5px;
    top: 50px;
}
.s-btn{
    text-align: right;
    position: absolute;
    margin-left: 135px;
    top: 47px;
}
.s-btn:hover{
    background:#eee;
    color:#7fbfff;
}
/*right*/
.merchandise-wrapper{
    width: 755px;
    height: 910px;
}
.merchandise-outer{
    width: 735px;
    height: 55px;
    border: 1px dotted #e3ecec;
    background: linear-gradient(rgb(227, 235, 235), rgb(251, 252, 252));
}

.local-number{
    border-bottom: 3px solid gray;
    margin-bottom: 10px;
}
.local-number p{
    padding: 10px;
}
/*merchandise*/
.merchandise-area{
    display: block;
}
.merchandise-inner{
    display: flex;
    border: 3px solid #c7e7e7;
    margin: 5px;
    width: 370px;
    height: 210px;
    margin-left: 0px;
    margin-right: 0px;
}

.merchandise-area{
    display: flex;
}
.area-left{
    text-align: left;
}
.area-right{
    text-align: right;
}
/*merchandise-left*/
.merchandise-inner-left{
    text-align: left;
    width: 160px;
    margin: auto;
}
/*merchandise-right*/
.merchandise-inner-right{
    text-align: right;
}
.merchandise-popup{
    padding-left: 15%;
}
.merchandise-inner-right th{
    text-align: left;
    border-bottom: 3px dotted #c7e7e7;
}
.merchandise-inner-right td{
    font-size: small;
    line-height: 20px;
    text-align: left;
}

/*page-bottom*/
.page-bottom-area{
    display: block;
    width: 950px;
    margin: auto;
}
.page-bottom{
    display: flex;
    border: 1px solid #c7e7e7;
}
.page-bottom-left{
    text-align: left;
    padding: 10px;
    width: 370px;
}
.page-bottom-right{
    text-align: right;
    width: 370px;
    margin-left: 0px;
}
.page-bottom-right p{
    font-size: 20px;
}
.page-bottom-right a{
    font-size: 20px;
    padding-left: 20px;
}

/*footer*/
.footer{
    width: 950px;
    height: 200px;
    background: linear-gradient(rgb(232, 243, 243), rgb(251, 252, 252));
    border-top: 3px solid #a0bebe;
    margin: auto auto 50px 273px;
    height: 100Px;
}
.footer-wrapper{
    display: block;
}
.footer-list{
    margin: auto;
    width: 800px;
}
.footer-menu{
    display: flex;
    list-style: none;
    margin: 4px auto 0px;
    padding: auto;
}
.footer-menu ul{
    margin: 0px;
}
.footer-menu li{
    border-left: 1px solid rgb(179, 179, 179);
    padding: 0px 9px 0px 8px;
    margin: 0px;
}
.last-li{
    border-right: 1px solid rgb(179, 179, 179);
}
.footer-info{
    display: block;
}
.footer-info p{
    font-size: 12px;
    color: #646262;
}
.footer-info-wrapper{
    display: flex;
    margin: 20px auto 0px;
    width: 900px;
}
.footer-left{
    text-align: left;
}
.footer-right{
    text-align: left;
    margin-left: 30px;
}
