﻿@charset "UTF-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{ margin:0;padding:0; font-family:CustomFont,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;}
li{list-style-type: none;}
a{text-decoration: none; color: inherit; cursor: pointer;}
img{border:none;vertical-align: middle;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.fl{float: left;}
.fr{float: right;}
input{outline: none;border: none;}
input[type="checkbox"]{ display: none; }
html,body{ font-size: 16px; }
.wrap{ min-width: 1300px; overflow: hidden; }
.w1300{width: 1300px;margin: 0 auto;overflow: hidden;}
.ash{background: #F7F7F7;}

[class^="m_"]{ display: none; }
/*颜色变量*/
:root{ --color: #E22323; }
/*:root{ --color: #114F87; }*/

/*轮播图样式，外层只需规定宽高即可*/
.banner{ width: 100%; height: 100%; position: relative; overflow: hidden;}
.banner * { margin: 0; padding: 0; list-style-type: none; text-decoration: none; }
.banner ul{ width: 100%; height: 100%; position: relative; left: -100%; top: 0; transition: 0.5s; font-size: 0; -webkit-text-size-adjust:none; white-space: nowrap; }
.banner ul.active{ transition: 0s; }
.banner ul li{ width: 100%; height: 100%; position: relative; display: inline-block; vertical-align: top; }
.banner ul li img{ width: 100%; height: 100%; border: none; display: block; }
.banner ul li p{ position: absolute; bottom: 0; left: 0; padding-top: 35px; line-height: 40px; width: 100%; background: url("../images/banner-bg.png") left bottom repeat-x; box-sizing: border-box; padding-right: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size: 15px; text-indent: 10px; }
.banner ol{ position: absolute; right: 10px; bottom: 15px; height: 10px; z-index: 10;}
.banner ol li{ width: 10px; height: 100%; background: #fff; display: inline-block; margin-right: 8px; cursor: pointer; vertical-align: top; border-radius: 10px; transition: 0.5s; }
.banner ol li.active{ background: #c50018; width: 40px; }
.banner .prev,.banner .next{ position: absolute; z-index: 20; top: 0; bottom:0; margin:auto; width: 30px; height: 50px; background: url(../images/icon.png); cursor: pointer; opacity: .3; transition: opacity .3s;}
.banner:hover .prev,.banner:hover .next{ opacity: 1; }
.banner .prev{ left: 10px; background-position: left bottom; }
.banner .next{ right: 10px; }
.banner.fade ul{ left: 0; }
.banner.fade ul li{ position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 1s linear; }
.banner.fade ul li.active{ z-index: 1; opacity: 1; }
.banner.lot .lotBox{ width: 20%; height: 100%; position: relative; }
.banner.lot ul li{ padding: 0 3%; box-sizing: border-box; }
.banner.lot ul li p{ position: static; padding: 0; background: none; text-indent: 0; color: #333; text-align: center; }
.banner.updown ul{ left: 0; top: -100%;  }
.banner.updown ul li{ display: block; }
.banner.updown ol{ left: 50%; right: auto; margin-left: -60px; }
/*通用tab选项卡切换样式*/
.tab-title{ border-bottom: 1px solid #ddd; position: relative; line-height: 45px;  }
.tab-title .tab-item,.tab-title .li{ font-size: 1.125rem; display: inline-block; margin-bottom: -1px; vertical-align: top; margin-right: 40px; }
.tab-title .tab-item.active,.tab-title .li.active{ color: var(--color); border-bottom: 4px solid var(--color); font-weight: bold; }
.tab-title .more{ position: absolute; top: 0; right: 0; }
.tab-title .more a{ display: none; color: #999; }
.tab-title .more a.active{ display: block; }

.tab-content{ margin-top: 5px; }
.tab-content>ul{ display: none; padding: 0 3px; }
.tab-content>ul.active{ display: block; }
.tab-content>ul>li{ padding: 0 65px 0 15px; position: relative; line-height: 45px; background: url(../images/li-bg.png) center left no-repeat; }
.tab-content>ul>li a{ display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tab-content>ul>li span{ position: absolute; top: 0; right: 0; color: #666; font-size: 1rem; }

/*Header 样式*/
#Header{ position: relative; }
.header{ height: 300px; background: url(../upload/images/2023/3/d576ec7abefc719bb2a8bd76f58bb6f2.jpg) center no-repeat; background-size: 100% 100%; position: relative; }
.header-tip{background-color: #ffffff38;}
.head-top{ width: 1300px; margin: 0 auto; line-height: 40px; color: #000; }
.head-top li{ float: left; font-size: 0.875rem; padding: 0 10px; }
.head{ width: 1300px; overflow: hidden; margin: 50px auto 0; }
.logo{ width: 50%; float: left; line-height: 100px; }
.logo,.logo a{ display: flex;align-items: center; }
.logo img{ width: 83px; }
.logo .word{flex: 1;display: flex;flex-direction: column; justify-content: space-between;margin-left: 15px;}
.logo .word p.cn{ line-height: 65px;color: var(--color);font-size: 41px;font-weight: 600; }
.logo .word p.en{ line-height: 20px;color: #5f4a4a;font-size: 15px;font-weight: 600; }
.logo i{ font-size: 2rem; color: var(--color); }

.search{ font-size: 0.875rem; width: 40%; float: right; margin-top: 20px; }
.search li{ line-height: 32px; border-radius: 4px; float: left; padding: 0 17px; margin-right: 20px; position: relative; }
.search li.active{ background: var(--color); color: #fff; }
.search li.active:after { content: ''; position: absolute; left: 50%; bottom: -5px; margin-left: -5px; border-top: 5px solid var(--color); border-left: 5px solid transparent; border-right: 5px solid transparent; }
.search-content{ background: #fff; line-height: 42px; position: relative; border-radius: 5px; overflow: hidden; margin-top: 10px; }
.search .inputText{ padding: 0 100px 0 20px; }
.search .inputText .word{ width: 100%; border: none; }
.search .submit{ position: absolute; right: 0; top: 0; width: 80px; padding-left: 36px; height: 42px; line-height: 42px; color: #fff; text-align: left; cursor: pointer; background: var(--color) url("../images/searchicon.png") 12px center no-repeat; }

/*nav样式*/
.nav{ background: var(--color); }
.nav ul{ width: 1300px; margin: 0 auto; }
.nav ul li{ border-bottom: 1px solid #e87475; width: 14.28%; float: left; }
.nav ul li a{ display: block; color: #fff; text-align: center; line-height: 55px; font-size: 18px; position: relative; letter-spacing: 2px; }
.nav li a:after { display: block; content: ""; position: absolute; right: 0; top: 16px; height: 23px; width: 1px; background-color: rgba(255,255,255,0.3); }
.nav li:last-child a:after { width: 0; }
.nav ul li.active a::after{ content: ""; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 100%;
    height: 50px; border-bottom: 6px solid #fb7d7d; }
.nav ul li:hover a{ background: #ef292a; }

/*Content样式*/
#Content{ width: 1300px; margin: 0 auto; }
.navigation{ background: #fff; font-size: 16px; line-height: 50px; margin: 20px 0; border-radius: 2px; color: var(--color); }
.navigation i{ margin: 0 20px; }


/*Footer样式*/
/*Footer样式*/
#Footer{ background: var(--color); }
.foot{ width: 1250px; margin: 0 auto; padding: 20px 0; }
.foot p{ text-align: left; line-height: 35px; width: 100%; margin: 0 auto; color: #fff; font-size: 15px; }
.foot>div{ line-height: 105px; margin-left:40px; }
/*loadingTemplate样式*/
.loadingTemplate{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.8); opacity: 0; left: 0; top: -100%; z-index: 999; transition: opacity 0.5s; }
.loadingTemplate.active{ top: 0; opacity: 1; }
.templateWrap{ position: fixed; width: 50%; left: 25%; top: -100%; transition: 0.5s; max-height: 60%; overflow: auto; }
.templateWrap.w70{ width: 70%; left: 15%; }
.loadingTemplate.active .templateWrap{ top: 20%; }
.templateTitle{ font-size: 1rem; line-height: 50px; color: #fff; padding: 0 10px; background: var(--color); }
.templateContent{ padding: 15px; font-size: 0.875rem; background: #fff; line-height: 35px; color: #333; overflow: hidden; }
.templateContent p{ text-indent: 2em; }
.templateContent a{ float: left; padding: 0 10px; margin-right: 10px; line-height: 40px; }
.templateContent a:hover{ color: #cc0001; }

/*导航*/

.sub-zwgk{ display: none; position: absolute; z-index: 100; left: 0; right: 0; bottom: 0; box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1); background-color: #fbfbfb; border-top: 1px solid #eee; }
.sub-zwgk.active{ display: block; }
.sub-zwgk .sites{ width: 1300px; margin: 0 auto; line-height: 60px; font-size: 17px; }
.sub-zwgk .sites a{ float: left; border-bottom: 1px solid #eee; width: 20%; text-align: center; }
.sub-zwgk .sites a img{ margin: -4px 5px 0 0; }
.sub-zwgk .sites a:hover{ color: red; background: url("../images/focus.png") no-repeat center bottom; }

/* 底部导航 */
.yq-link{ background-color: #eef3f8; border-bottom: 1px solid #e9e9e9; margin:  0; }
.link-list{ width: 1345px; margin: 0 auto; }
.link-list li{ width: 25%; float: left; line-height: 45px; height: 45px; position: relative; text-indent: 65px; color: #333; cursor: pointer; }
.link-list li:first-child{ margin-left: -30px; }
.link-list li::before{ content: ""; position: absolute; width: 2px; height: 20px; background-color: #b7c4d1; top: 0; bottom: 0; right: 0; margin: auto; }
.link-list li::after{ content: ""; position: absolute; border: 6px solid transparent; border-top-color: #7f92a5; top: 23px; right: 15px; }
.link-list li.active::after{ border-color: transparent; border-bottom-color: #7f92a5; top: 17px; }
.link-item{ border-top: 1px solid #e9e9e9; }
.link-item ul{ width: 1277px; margin: 0 auto; }
.link-item ul li{ overflow: hidden; padding: 10px 0; color: #666; display: none; }
.link-item ul li.active{ display: block;  }
.link-item ul li a{ float: left; width: 20%; line-height: 40px; font-size: 0.875rem }

/* 空 */
.no-empty {
    width: 100% !important;
    height: 300px;
    background: url(https://credit.pds.gov.cn//images/search/no-empty.png) no-repeat center 40px;
    text-align: center;
    padding: 0 !important;
    padding-top: 230px !important;
}
.no-empty:after {
    content: "暂无内容";
    font-size: 18px;
}

/* @media screen and (min-width: 768px) {
    ::-webkit-scrollbar { width: 10px; height: 10px }
    ::-webkit-scrollbar-button:vertical { display: none }
    ::-webkit-scrollbar-corner,::-webkit-scrollbar-track { background-color: #e2e2e2 }
    ::-webkit-scrollbar-thumb { border-radius: 0; background-color: rgba(0,0,0,.3) }
    ::-webkit-scrollbar-thumb:vertical:hover { background-color: rgba(0,0,0,.35) }
    ::-webkit-scrollbar-thumb:vertical:active { background-color: rgba(0,0,0,.38) }
} */
/* @media screen and (max-width: 1023px) {
    [class^="m_"]{ display: block; }
    .p_c{ display: none !important; }
    .m_pic img{ width: 100%; height: auto; }
    html{ overflow: hidden; }
    body{ overflow: hidden; position: absolute; left: 0; top: 0; bottom: 0; right: 0; }
    .weather{ display: none; }
    .banner ol{ display: none; }
    .tab-title{ white-space: nowrap; overflow: hidden; line-height: 40px; }
    .tab-title .tab-item,.tab-title .li{ margin-right: 5px; line-height: 40px; }
    .tab-title .tab-item a,.tab-title .li a{ padding: 0 5px; }
    .tab-title .more a{ height: 40px; }
    .tab-content>ul>li{ padding: 0 55px 0 10px; }
    .m_navbar{ position: absolute; right: 10px; top: 10px; z-index: 100; color: #fff; font-size: 20px; }
    .m_more{ background: #eee !important; line-height: 35px !important; height: 35px; font-size: 0.875rem; padding: 0 !important; text-align: center; color: var(--color); }
    .m_more::before{ content: none !important; }
    #Header .header{ height: auto; padding-top: 25%; position: relative; }
    #Header .head{ width: 50%; position: absolute; top: 0; left: 0; right: 0; margin: 30px auto; }
    #Header .logo{ float: none; text-align: center; width: auto; }
    .logo img{ width: 90%; }
    #Header .search{ width: auto; float: none; margin-top: 0; line-height: 35px; }
    .search .isAllSites{ width: 47px; text-indent: 8px; margin-top: 8px; }
    .search .inputText{ padding: 0 60px; line-height: 35px; }
    .search .submit{ height: 31px; line-height: 31px; top: -1px; right: -1px; }
    .nav ul{ display: block; overflow: hidden; width: auto; }
    .nav ul li{ width: 25%; float: left; }
    .nav ul li a{ line-height: 35px; font-size: 15px; white-space: nowrap; overflow: hidden; }
    .nav li a:after{ height: 13px; top: 11px; }

    #Content{ width: auto; max-width: 720px; }
    .loadingTemplate .templateWrap{ width: 90%; left: 5%; }

    .footer{ max-width: 350px; width: auto; padding-left: 20px; margin-top: 0; }
    .footer>.fl, .footer>.fr{ width: auto; float: none; }
    .footer .fl .footer-cn>*,.footer .fl .footer-copyright{ display: block; margin-left: 0; text-indent: 80px; line-height: 30px; }
    .footer .dzjg{ position: absolute; left: 0; bottom: 25px; }

    .wrap{ min-width: 0; position: absolute; width: 100%; bottom: 0; top: 0; left: 0; transition: left 0.3s; overflow: auto; }
    .wrap.active{  left: -80%; }
    .m_shade{ position: absolute; width: 100%; bottom: 0; top: 0; left: 0; background-color: rgba(0,0,0,0); z-index: -1; transition: 0.3s; }
    .m_shade.active{ background-color: rgba(0,0,0,0.5); z-index: 600;  }
    .m_map{ position: absolute; width: 80%; bottom: 0; top: 0; left: 100%; background: #fff; transition: left 0.3s; z-index: 999; }
    .m_map.active{ left: 20%; }
    .m_header{ background:url(../images/site2021/tkjimg.jpg) no-repeat; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; }
    .m_header h3{ text-align:center; line-height:60px; color:#FFF; font-size:19px; font-weight:400; }
    .m_wrap{ position: absolute; width: 100%; top: 60px; bottom: 0; left: 0; overflow: auto; }
    .m_nav-list{ padding-top: 15px; }
    .m_nav-list li{ margin-bottom:10px; }
    .m_nav-list li h3{ color: #015293; font-size:14px; font-weight:normal; line-height:35px; margin-left: 18px; }
    .m_nav-list li h3 a{ color:#C70408; }
    .m_nav-list li p{ padding:5px 0; font-size:13px; line-height:20px; }
    .m_nav-list li p a{ display:inline-block; margin-left:15px; margin-bottom: 10px; padding:5px 10px; color:#333; border:1px solid #eee; border-radius: 2px; }
}
@media screen and (max-width: 960px) {
    #Header .header{ padding-top: 30%; }
    #Header .head{ width: 60%; }
}
@media screen and (max-width: 767px) {
    #Header .header{ padding-top: 35%; }
    #Header .head{ width: 70%; }
    .banner .prev,.banner .next{ display: none; }
}
@media screen and (max-width: 539px) {
    #Header .header{ padding-top: 45%; }
    #Header .head{ width: 80%; }
} */



/* @charset "UTF-8";
body{ background: #f7f7f7; }
#Content{ background: #fff; padding: 20px; min-height: 500px;}
.leftChannel{ width: 22%; float: left; }
.channelList{ box-sizing: border-box; }
.xyzl li img{ width: 100%; margin-top: 10px; height: 100px; }
.channelList .topChannel{ background: var(--color); line-height: 60px; color: #fff; font-size: 1.5rem; text-align: center; }
.channelList .levelChannels li{ padding: 0 25px; border-bottom: 1px dashed #cdcdcd;background: #f7f7f7; }
/* .channelList .levelChannels li:first-child{ margin-top: 15px; } */
.channelList .levelChannels li:last-child{ margin-bottom: 18px; }
.channelList .levelChannels li a{ display: block; font-size: 1.125rem; padding: 0 25px; line-height: 55px; color: #333; position: relative; }
.channelList .levelChannels li.active a{ color: var(--color); }
.contentListWrap{ width: 74%; float: right; }
.miniChannel { width: 100%; }
.contentListWrap .channelTitle{ background: url("../images/sub_tit.jpg") no-repeat left center; border-bottom: 1px solid #e5e5e5; line-height: 50px; padding-left: 20px; margin-bottom: 20px; }
.contentList li{ padding: 0 150px 0 15px; position: relative; line-height: 45px; background: url(../images/arrow2.png) center left no-repeat; }
.contentList li:nth-of-type(5n){ background: url(../images/arrow2.png) no-repeat left 20px; border-bottom: 1px dashed #b0cde2; padding-bottom: 8px; margin-bottom: 8px; }
.contentList li a{ display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.contentList li span{ position: absolute; top: 0; right: 0; color: #BCBEC0; font-size: 0.875rem; }

.pagination{ margin: 20px auto; overflow: hidden; padding: 10px 0; text-align: center; }
.pagination .page{ line-height: 40px; margin-right: 20px; display: inline-block; vertical-align: top; }
.pagination ul{ overflow: hidden; display: inline-block; }
.pagination ul li{ float: left; overflow: hidden; text-align: center; }
.pagination ul li a{ float: left; background: #FFF; border: 1px solid #eee; border-radius: 4px; margin: 0 3px; padding: 0 15px; text-align: center; line-height: 38px; color: #282626; }
.pagination ul li a.hov{ background-color: var(--color); color: #FFF; }
.pagination ul li a:hover{ border-color: var(--color); }
.pagination ul li a.disabled:hover{ border-color: #eee; }

.searchresult.contentListWrap{width: 100%; float: none;}
.contentList li span.channelName{ position: unset;color: #333; font-size: 16px; font-weight: 600; }
.searchresult .contentList h2{font-size: 18px;}
.searchresult .contentList li h2 span{position: unset;font-size: 18px;}
.searchresult .note{white-space: normal; line-height: 1.5rem;}
.searchresult .note .licontent{padding: 10px 0;}


/* 信用承诺 */
.channelTitle.line{
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.type-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #d5d5d5;
    margin-top: 20px;
}
.type-box .type{
    line-height: 50px;
    font-size: 17px;
    font-weight: 600;
}
.type-box .type a{
    display: inline-block;
    padding: 0 15px;
}
.type-box .type a.on{
    background-color: var(--color);
    color: #fff;
}
.type-box .promise-btn{
    display: block;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    width: 150px;
    background: var(--color) url(../images/promise.png) 5px center no-repeat;
    background-size: 43px;
    padding-left: 25px;
}
.count-box{
    margin-top: 20px;
    background: #f7f7f7;
    padding: 30px 35px;
}
.count-box .count{
    display: flex;
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
}
.count-box .count>div{
    flex: 1;
    border-right: 1px solid #d5d5d5;
}
.count-box .count>div:last-child{
    border: none;
}
.count-box .count span{
    display: block;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}
.count-box .count div span:first-child{
    color: var(--color);
    font-size: 18px;
}
.count-box .public-type{
    text-align: center;
    margin-bottom: 20px;
    line-height: 35px;
}
.count-box .public-type a{
    display: inline-block;
    height: 35px;
    background: #e7e7e7;
    padding: 0 20px;
    margin-right: 20px;
    color: #333;
    font-weight: 600;
}
.count-box .public-type a.active{
    background: var(--color);
    color: #fff;
}
.count-box .promise-search{
    text-align: center;
    line-height: 40px;
}
.count-box .promise-search input{
    height: 40px;
    width: 100px;
    background-color: var(--color);
    color: #fff;
    font-size: 18px;
}
.count-box input.search-input{
    width: 50%;
    color: #333;
    background-color: #fff;
    font-size: 15px;
    padding: 0 15px;
}
.contentList.promise-list{
    margin-top: 20px;
    padding: 0 30px;
}

/* 八公示（信用承诺改） */
.eight-box{
    /* width: 95%; */
    border: 1px solid #ddd;
    line-height: 30px;
    margin: 40px auto;
}
.eight-box .eight-line{
    display: flex;
    cursor: default;
}
.eight-line.thead{
    color: #fff;
    font-weight: 600;
    background-color: var(--color);
}
.eight-box .eight-line:not(:last-child){
    border-bottom: 1px solid #ddd;
}

.eight-line span{
    flex: 1;
    padding: 8px 5px;
    text-align: center;
}

.eight-line span:not(:last-child){
    border-right: 1px solid #ddd;
}



/* 信用公示 */
#Content .public-item .public-title{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    /* line-height: 30px; */
    border-left: 5px solid var(--color);
    padding-left: 8px;
}
.public-box{
    margin-top: 30px; 
}
.public-item:not(:first-child){
    margin-top: 60px;
}
.public-item:last-child{
    margin-bottom: 20px;
}

.public-item .public-pic a{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 70px;
    margin-top: 25px;
}
.public-item .public-pic a img{
    width: 100%;
    height: 110px;
}
.public-item .public-pic p{
    text-align: center;
    background-color: #e6e6e6;
    padding: 5px 10px;
}

/* 信件提交 */
.write-line{
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 15px;
    line-height: 35px;
}
.write-line span.right{
    flex: 1;
}
.write-line span.left{
    display: inline-block;
    width: 120px;
}
.write-line span input,
.write-line span select,
.write-line span #validateCode,
.write-line span textarea{
    border: 1px solid #c7c7c7;
    width: 90%;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
}
.write-line span select,
.write-line span #validateCode{
    width: 30%;
}
.write-line span textarea{
    width: 90% !important;
    height: 150px;
}
.write-line span #IsPublic_0,
.write-line span #IsPublic_1 {
    width: 20px;
}
.write-line span label{
    vertical-align: top;
    margin-right: 20px;
}
.write .btngray{
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    cursor: pointer;
}

/* 信件列表 */
.letter-box{
    margin: 0 auto;
    border: 1px solid #ddd;
    line-height: 35px;
}
.letter-box .letter-line{
    display: flex;
}
.letter-box .letter-line:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.letter-line.thead{
    background-color: #e3e3e3;
    color: #4c4c4c;
    font-weight: 600;
    text-align: center;
}
.letter-line span{
    display: block;
    text-align: center;
    padding: 8px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.letter-line span.c2{
    width: 50%;
    text-align: left;
}
.letter-line.thead span.c2{
    text-align: center;
}

.letter-line span.c1,
.letter-line span.c3,
.letter-line span.c4{
    flex: 1;
}
.letter-line span:not(:last-child){
    border-right: 1px solid #ddd;
} 

#qrcode {
    margin-right: 20px;
}