﻿@charset "utf-8";
/* 
 * 基于cm-basic.css和cm-layout.css
 * 本样式表用来设置特定场景下的样式，一般用#id来限定使用场景 
 */



/* ========
 * 页头内容
 * ======== */ 
#site-name {
    position: absolute; top: 0; left: 15px;
    display: block;
    width: 250px; height: 103px;
    background: url(../images/logo-header.png) 0 50% no-repeat;
     -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
}
#header-response {
    position: absolute;top: 37px;right: 80px;
    line-height: 28px;
}
#header-response>div {
    position: relative;
    display: inline-block;
    height: 24px; line-height: 24px;
    margin: 0;
    vertical-align: middle;
    text-decoration: none;
}
#header-response>div+div {
    margin-left: 12px;
}
#header-response>div>a {
    display: block;
    font-size: 12px;color: #999;
}
#header-response .header-btn {
    height: 30px; line-height: 30px;
    padding: 0 12px;
    background-color: #144785;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #fff;
}
#header-response .san-icon-en {
    background-image: url(../images/icon-en-48x48-fff.png);
    -webkit-background-size: auto 24px;
       -moz-background-size: auto 24px;
            background-size: auto 24px;
}
#header-response .san-icon-totop {
    -webkit-background-size: auto 24px;
       -moz-background-size: auto 24px;
            background-size: auto 24px;
}
#header-response .san-icon-user {
    background-image: url(../images/icon-user-48x48-fff.png);
    -webkit-background-size: auto 24px;
       -moz-background-size: auto 24px;
            background-size: auto 24px;
}
#header-response .san-droplist {
    right: -40px;
    padding: 10px 5px;
}
#header-response .san-droplist>div {
    width: 240px;
}
#header-response #header-handle-to-top {
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    width: 0;
    margin-left: 0;
    -webkit-transition: opacity .1s ease-out, margin-left .2s ease-out;
       -moz-transition: opacity .1s ease-out, margin-left .2s ease-out;
        -ms-transition: opacity .1s ease-out, margin-left .2s ease-out;
            transition: opacity .1s ease-out, margin-left .2s ease-out;
}
@media (max-width: 767px) {
    #site-name {
        top: 8px;
        width: 42%; height: 49px;
        margin-top: 0;
    }
    #header-response {
        top: 16px;right: 10px;
    }  
    #header-response>div>a {
        font-size: 16px;color: #0068B7;
    }
    #header-response #header-handle-to-top.active {
        width: 24px;
        opacity: 1;
        margin-left: 12px;
    }
}



/* ========
 * 主检索栏
 * ======== */
#main-search {
    position: absolute;top: 37px;right: 160px;
    display: table;
    width: 250px;
    border-collapse: separate;
}
#main-search>input[type="text"],
#main-search>div {
    position: relative;
    display: table-cell;
    height: 35px; line-height: 35px;
    width: 250px;
}
#main-search>input[type="text"] {
    z-index: 2;
    width: 100%;
    margin: 0; padding: 0 5px;
    background-color: #FFFFFF;
    border: 1px solid #c3dbee;
    border-radius: 15px;
    color: #999;
    text-indent: 10px;
}

#main-search>input[type="text"]:focus {outline: 0;}
#main-search>input[type="text"]::-webkit-input-placeholder{color:#9ba6bf;}
#main-search>input[type="text"]::-moz-placeholder{color:#9ba6bf;opacity:1;}
#main-search>input[type="text"]:-ms-input-placeholder{color:#9ba6bf;}
#main-search>div {
    width: 1%;
    vertical-align: middle;
}
#main-search>div>a {
    display: block;
    width: 40px; height: 35px;
    white-space: nowrap;
    font-size: 0;
    background: #f2f8fd url(../images/EnImg/icon-search-20x20.png) 50% 50% no-repeat;
    -webkit-background-size: 20px auto;
       -moz-background-size: 20px auto;
            background-size: 20px auto;
            background-size: 20px auto;
    position: absolute;
    left: -35px;
    top: 0;
    z-index: 1000;
    border-style: solid;
    border-color: #c3dbee;
    border-width: 1px 1px 1px 0;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
@media (max-width: 991px) {
    #main-search {
        width: 340px;
    }
}
@media (max-width: 767px) {
    #main-search {
        position: relative; top: 0; right: auto;
        width: 100%; padding: 5px;
        background-color: #f5f5f5;
        -webkit-animation: none;
           -moz-animation: none;
                animation: none;
    }
    #main-search>input[type="text"] {
        background-color: #fff;
        border-width:1px 0 1px 1px; border-color: #fff;
        text-indent: 15px;
        border-radius: 15px;
        color: #333;
        -webkit-box-shadow: 0 0 5px rgba(0, 44, 103, .2);
           -moz-box-shadow: 0 0 5px rgba(0, 44, 103, .2);
                box-shadow: 0 0 5px rgba(0, 44, 103, .2);
    }
    #main-search>input[type="text"]::-webkit-input-placeholder{color:#999;}
    #main-search>input[type="text"]::-moz-placeholder{color:#999;}
    #main-search>input[type="text"]:-ms-input-placeholder{color:#999;}
    #main-search>div>a {
        width:40px;
        background-color: #F2F8FD;
        background: #F2F8FD url(../images/EnImg/search.png) 50% 50% no-repeat; 
        text-indent: 20px;
        -webkit-background-size: 20px auto;
           -moz-background-size: 20px auto;
                background-size: 20px auto;
                border-top-right-radius: 15px;
                border-bottom-right-radius: 15px;
                border-top-left-radius: 0; 
                border-bottom-left-radius: 0;
        -webkit-box-shadow: 0 0 5px rgba(0, 44, 103, .2);
           -moz-box-shadow: 0 0 5px rgba(0, 44, 103, .2);
                box-shadow: 0 0 5px rgba(0, 44, 103, .2);
    }
}



/* ========
 * 页脚内容
 * ======== */
#footer-left {
    min-height: 200px;
    height: 299px;
    display: table-cell;
    vertical-align: middle;
}
#footer-right {
    border-left:1px solid #0d70bb;
}

/* 页脚底部信息 */
#footer-bottom {
    position: relative;
    text-align: center;
}


/* 页脚-货币网logo */
#footer-hbw {
    display: block; 
    max-width: 260px; height: 36px;
}

/* 页脚导航链接 */
#footer-qslj-list {
    margin: 0 0 15px;
    text-align: center;
}
#footer-qslj-list>li {
    /* position: relative;
    display: inline-block;
    margin: 0 13px; */
    float: left;
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0 10px;
    border-right: 1px dashed #fff;
    line-height: 1;
}
#footer-qslj-list>li:first-child{
    margin-left: 0;
    padding-left:0;
}
#footer-qslj-list>li:last-child{
    margin-right: 0;
    border: none;
}
/* #footer-qslj-list>li:not(:last-child):after {
    position: absolute; top:5px; right: -14px;
    display: block;
    font-size: 0;
    content: "";
    border: 1px dashed #fff;
    height: 16px;
} */
#footer-qslj-list>li>a:hover{
    text-decoration: underline;
}
/* 页脚-友情链接 */
#footer-yqlj-list {
    margin:0;
}
#footer-yqlj-list>li {
    display: inline-block;
    margin-right: 20px;
}
/* 二维码列表 */
#footer-qrcode {
    width: 100%;
}
.list-qrcode {
    display: inline-block;
}
.list-qrcode>li {
    display: inline-block;
    margin: 0 10px;
    width: 88px;
    text-align: center;
    vertical-align: top;
}
.list-qrcode>li>.thumb,
.list-qrcode>li>a {
    display: block;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}
.list-qrcode>li>.thumb>img, 
.list-qrcode>li>a>img {
    display: block;
    margin: 0 auto;
    width: 88px; height: 88px;
}
.list-qrcode>li>.text {
    overflow: hidden;
    height: 40px;
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
}
#footer-qrcode-droplist {
    position: absolute; top: 15px; right: 20px;
    display: none;
}
#footer-qrcode-handle {
    width:27px; height: 27px;
    background: url(../images/icon-qrcode-54x54-fff.png);
    -webkit-background-size: auto 27px;
       -moz-background-size: auto 27px;
            background-size: auto 27px;
}
@media (max-width: 1229px) {
   
}
@media (max-width: 991px) {
    #footer-qrcode.list-qrcode>li {
        width: 30%;
        max-width: 88px;
        margin-left: 3%; margin-right: 0;
    }
    #footer-qrcode.list-qrcode>li>a>img {
        width: 100%; height: auto;
    }
}
@media (max-width: 767px) {
    #footer-qrcode.list-qrcode {
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    #footer-qrcode.list-qrcode>li>.text {
        height: auto;
    }

    #footer-left{
        min-height: 240px;
        height: 240px;
    }
    /* #site-copyright{
        padding-bottom: 10px;
        border-bottom: 1px solid #0d70bb;
    } */
    #footer-right #site-catalogue{
        margin-top: -10px;
    }
    #footer-right #site-catalogue>li{
        padding: 10px;
    }
    #site-catalogue>li .sc-links a{
        width: auto;
        text-decoration: none;
    }
    #main-page-sub-foot{
        height: auto;
    }
    #main-page-sub-foot>.inner{
        width: 100% !important;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    #main-page-sub-foot .ExLinks{
        width: 100%;
    }
    #main-page-sub-foot>.inner>a{
        line-height: 18px;
        padding: 0 14px;
        border-right: 1px dashed #FFFFFF;
    }
    #main-page-sub-foot>.inner a:hover {
        text-decoration: none;
    }
    #main-page-sub-foot>.inner>a+a{
        border-left: none;
    }

    #footer-bottom {
        margin-top: 10px;
    }
    
    #footer #footer-copyright {
        margin-top: 10px;
    }
    
    #footer-qslj-list {
        margin-top: 10px;
        text-align: left;
    }
    #footer-qrcode-droplist {
        display: block;
    }
    #footer-qrcode-droplist-list {
        display: block;
        margin-bottom: 10px;
        font-size: 0;
        letter-spacing: -4px;
        text-align: center;
    }
    #footer-qrcode-droplist-list>li {
        width: 31%;
        margin: 0 1%;
    }
    #footer-qrcode-droplist-list>li * {
        font-size: 14px;
        letter-spacing: 0;
    }
    #footer-qrcode-droplist-list>li>.thumb>img, 
    #footer-qrcode-droplist-list>li>a>img {
        width: 23.5vw; height: 23.5vw;
    }
}
#main-page-sub-foot .inner ul{
    display: inline;
    float: left;
}
#main-page-sub-foot .inner .ExLinks{float: left;}
#main-page-sub-foot .inner ul li{
    display: inline-block;width: auto;position: relative;
    padding: 0 10px;
    border-right: 1px dashed #fff;
    line-height: 1;
}
#main-page-sub-foot .inner ul li:last-child{
    border: none;
}
#main-page-sub-foot .inner ul li a{
    color: #fff;
}
@media (max-width: 767px) {
    #main-page-sub-foot .inner ul{
        margin-left: -10px;
        line-height: 20px;
    }
}


/* ==================
 * 首页顶部大幅Banner
 * ================== */
#main-page-banner, 
#main-page-banner .slides li, 
#main-page-banner .slides li a{
    height: 300px;
}
 #main-page-banner{
    position: relative; z-index: 0;
    overflow:hidden;
    width:100%; margin:0 auto;
    /* background-color: #e2e2e0; */
    background-color: #FFF;
}
#main-page-banner .slides{
    position:relative; z-index:1;
    margin-bottom: 0; white-space: nowrap; font-size: 0;
    clear:both;
}
#main-page-banner .slides li{
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%; 
    text-align:center;
}
#main-page-banner .slides li a{
    display: block;
    margin: 0 auto;
    background-position: 50% 0; background-repeat: no-repeat;
	background-size: auto 100%;
    /*background-size: cover;*/
    text-align:center;
    cursor: pointer;
}
#main-page-banner .flex-control-nav {
    position: absolute; bottom: 30px; left:50%; z-index: 50;
    display: inline-block;
    width: 1230px; margin: 0 0 0 -615px;
    padding: 0 60px;
    font-size: 0;
    text-align: right;
}
#main-page-banner .flex-control-nav li{
    display: inline-block;
    margin: 0 6px;
}
#main-page-banner .flex-control-nav a{
    display: block; overflow: hidden;
    width:40px; height:5px; text-indent: 5000px;
    background-color: #f2f2f3;
    border: 1px solid #c7a478;
    cursor: pointer;
    font-size: 0;
}
#main-page-banner .flex-control-nav .flex-active{
    background-color:#c7a478;
}
#main-page-banner .flex-direction-nav {
    position: absolute; top: 50%; left: 50%; z-index: 50;
    width: 1230px; height: 1px; margin: -19px 0 0 -615px;
}
#main-page-banner .flex-direction-nav a{
    position: absolute; top: 0; z-index: 50;
    display: block; overflow: hidden;
    width: 22px; height: 38px;
    opacity: 0;
    background-image: url(../images/sprite-icon-03.png); background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0;
    color: rgba(0, 0, 0, 0.8); text-decoration: none; text-indent: -10000px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
#main-page-banner .flex-direction-nav .flex-prev{
    left: -50px;
    background-position: 0 0;
}
#main-page-banner .flex-direction-nav .flex-next{
    right: -50px;
    background-position: 0 -52px;
} 
#main-page-banner:hover .flex-direction-nav .flex-prev,
#main-page-banner:hover .flex-direction-nav .flex-next {
    opacity: 0.8;
}
#main-page-banner:hover .flex-direction-nav .flex-prev:hover, 
#main-page-banner:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
#main-page-banner:hover .flex-direction-nav .flex-prev{
    left: 0;
}
#main-page-banner:hover .flex-direction-nav .flex-next{
    right: 0;
}
@media (max-width: 1229px) {
    /* #main-page-banner, 
    #main-page-banner .slides li, 
    #main-page-banner .slides li a{
        height: 320px;
    } */
    #main-page-banner .flex-control-nav {
        left: 0;
        width: 100%; margin-left: 0;
    }
    #main-page-banner .flex-direction-nav {
        left: 0;
        width: 98%; margin-left: 1%; margin-right: 1%;
    }
}
@media (max-width: 991px) {
    #main-page-banner, 
    #main-page-banner .slides li, 
    #main-page-banner .slides li a{
        height: 250px;
    }
}
@media (max-width: 767px) {
    #main-page-banner, 
    #main-page-banner .slides li, 
    #main-page-banner .slides li a{
        height: 50.666667vw;
        min-height: 152px;
    }
    #main-page-banner .slides li a{
        position: relative; top: 0; left: 0;
        width: 100%;
        margin-left: 0;
    }
    #main-page-banner .flex-control-nav {
        bottom: 0px;
    }
    #main-page-banner .flex-control-nav li {
        margin-left: 3px; margin-right: 3px;
    }
    #main-page-banner .flex-control-nav a{
        width: 20px; height: 3px;
        border: none;
        -webkit-box-shadow: 0 0 1px 0 #c7a478;
           -moz-box-shadow: 0 0 1px 0 #c7a478;
                box-shadow: 0 0 1px 0 #c7a478;
    }
    #main-page-banner .flex-direction-nav {
        display: none;
        left: 0;
        width: 100%; margin-left: 0;
    }
}



/* ===========
 * 首页
 * =========== */
#page-homepage .main-body {
    margin-top: 0; 
}

#page-homepage .section-a {
    padding: 0;
}
#page-homepage .section-a-head {
    padding: 14px 20px 13px;
}
#page-homepage .section-a-head .section-a-title {
    font-size: 18px;
}
@media (max-width: 767px) {
    #page-homepage .section-a-head {
        padding: 7px 10px;
    }
}

#page-homepage .section-card-summary {
    overflow: hidden;
}

/* 首页行情数据tab页 */
#hp-market-tabs {
    -webkit-animation: .3s pop-in;
       -moz-animation: .3s pop-in;
            animation: .3s pop-in;
}
#hp-market-tabs>li {
    width: 33.333333%;
}
@media (max-width: 767px) {
    #hp-market-tabs>li {
        width: auto;
    }
}



#hp-market-dollar-day-chart-table {
    width: 90%;height: 120px;
    margin-top: 70px;
    border:1px solid #e1e1e1;
}
#hp-market-dollar-day-chart-table td {
    padding-left: 5px;
}

#hp-market-dollar-day-chart-body .plus-200306 { 
    position: absolute; bottom: 10px; right: 20px;
    display: inline-block;
    text-align: right;
}
@media (max-width: 1229px) {
    #hp-market-dollar-day-chart-table {
        width: 65%;
        margin: 0 auto;
        border: none;
    }
}
@media (max-width: 767px) {
    #hp-market-dollar-day-chart-body .plus-200306 { 
        position: relative; bottom: 10px; right: 10px;
        display: block;
        margin-top: 10px;
    }
}

/* 债券详细页 */
#detail-bond-price-group {
    padding-top: 20px; padding-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 3px;
}
#detail-bond-price-group .section-card-summary {
    margin-top: 10px; margin-bottom: 10px;
    width: 17%;
    margin-left: 1%; margin-right: 1%;
    text-align: center;
}
#detail-bond-price-group .section-card-summary .txt-main {
    margin-top: 0; margin-bottom: 0;
    font-size: 24px;
}
#detail-bond-price-group .section-card-summary .txt-sub {
    font-size: 14px;
}
@media (max-width: 991px) {
    #detail-bond-price-group {
        padding-top: 10px; padding-bottom: 10px;
    }
    #detail-bond-price-group .section-card-summary {
        width: 19%;
        margin-left: 0; margin-right: 0;
    }
}
@media (max-width: 767px) {
    #detail-bond-price-group .section-card-summary {
        width: 30%;
    }
    #detail-bond-price-group .section-card-summary .txt-main {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    #detail-bond-price-group .section-card-summary .txt-main {
        font-size: 18px;
    }
    #detail-bond-price-group .section-card-summary .txt-sub {
        font-size: 12px;
    }
}
#detail-bond-price-group>div:first-child:nth-last-child(6),
#detail-bond-price-group>div:first-child:nth-last-child(6) ~ div {
    width: 16%;
    margin-left: 0; margin-right: 0;
}
@media (max-width: 991px) {
    #detail-bond-price-group>div:first-child:nth-last-child(6) .txt-main,
    #detail-bond-price-group>div:first-child:nth-last-child(6) ~ div .txt-main {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    #detail-bond-price-group>div:first-child:nth-last-child(6),
    #detail-bond-price-group>div:first-child:nth-last-child(6) ~ div {
        width: 30%;
    }
}
@media (max-width: 575px) {
    #detail-bond-price-group>div:first-child:nth-last-child(6),
    #detail-bond-price-group>div:first-child:nth-last-child(6) ~ div {
        width: 30%;
    }
}



/* 登录页 */
#form-login-intr{
    padding: 20px;
}

#form-login {
    /* width: 50%; */
    width: 100%;
    margin: 60px auto;
}
#form-login .section-form-l {
    width: 35%;
}
#form-login .section-form-r {
    width: 55%;
}
#form-login .section-form-p {
    width: 30%;
}
@media (max-width: 1229px) {
    #form-login {
        width: 62%;
    }
}
@media (max-width: 991px) {
    #form-login {
        width: 83%;
    }
}
@media (max-width: 767px) {
    #form-login-intr{
        padding: 20px;
    }
    #form-login {
        width: 100%;
        margin: 10px auto;
    }
    #form-login .section-form-l {
        width: 18%;
    }
    #form-login .section-form-r {
        width: 57%;
    }
    #form-login .section-form-p {
        width: 25%;
    }
}
@media (max-width: 575px) {
    #form-login-intr{
        padding: 20px;
    }
    #form-login {
        width: 100%;
        margin: 10px auto;
    }
    #form-login .section-form-l {
        width: 20%;
    }
    #form-login .section-form-r {
        width: 57%;
    }
    #form-login .section-form-p {
        width: 23%;
    }
}



/* 意见反馈 */
#form-online-message .san-input-text-inline,
#form-online-message .vcode {
    width: 280px;
}
#form-online-message #tel-code {
    width: 60px;
}
#form-online-message #tel-number {
    width: 100%;
}
@media (max-width: 575px) {
    #form-online-message .san-input-text-inline {
        width: 100%;
    }
    #form-online-message .vcode {
        width: 85%;
    }
    #form-online-message #tel-code-number {
        width: 100%;
    }
    #form-online-message .section-form-btn .san-input-pair-l {
        display: none;
        width: 0;
    }
    #form-online-message .section-form-btn .san-input-pair-m {
        display: block;
        width: 100%;
    }
}



/* 高级查询 */
#page-search .section-fm {
    padding-top: 10px; padding-bottom: 10px;
}
#form-search-site-keyword>.san-input-text {
    width: 47%;
}
#form-search-site-keyword>.san-input-static {
    width: 50%;
    margin-left: 5px;
}
#form-search-market,
#form-search-disclosure {
    width: 45%;
    margin: 0 auto;
}
#tabs-group-search-site-results {
    margin-top: 10px;
}
#tabs-group-search-site-results>.san-tabs-ta {
    float: left;
}
#tabs-group-search-site-results>.san-tabs-ta>li {
    font-size: 14px;
}
#tabs-group-search-site-results>.san-tabs-ta>li:first-child {
	margin-left:-10px;
    font-size: 14px;
}
@media (max-width: 767px) {
	#tabs-group-search-site-results>.san-tabs-ta>li:first-child {
	margin-left:0px;
}
}
#tabs-group-search-site-results>div {
    float: right;
    padding: 5px 0px;
}
@media (max-width: 1229px) {
    #form-search-site-keyword>.san-input-text {
        width: 300px;
    }
    #form-search-site-keyword>.san-input-static {
        width: 50%;
        margin-left: 5px;
    }
    #select-channel {
        width: 300px;
    }
    #form-search-market,
    #form-search-disclosure {
        width: 55%;
    }
}
@media (max-width: 991px) {
    #form-search-site-keyword>.san-input-text {
        width: 280px;
    }
    #form-search-site-keyword>.san-input-static {
        width: 50%;
        margin-left: 5px;
    }
    #select-channel {
        width: 280px;
    }
    #form-search-market {
        width: 75%;
    }
}
@media (max-width: 767px) {
    #tabs-group-search-site-results {
        margin-top: 0;
    }
    #form-search-site-keyword>.san-input-text {
        width: 100%;
    }
    #form-search-site-keyword>.san-input-static {
        width: 100%;
        margin-left: 0;
    }
    #select-channel {
        width: 100%;
    }
    #form-search-market,
    #form-search-disclosure {
        width: 100%;
    }
    #tabs-group-search-site-results>.san-tabs-ta {
        float: none;
    }
    #tabs-group-search-site-results>div {
        float: none;
        padding: 10px 0px;
    }
}
@media (max-width: 575px) {
    #form-search-site-date-range {
        white-space: normal;
    }
}



/* 站点地图 */
#sitemap {
    padding: 0;
}
#sitemap .san-list-m>li {
    width: 20%;
    margin: 10px 0;
    padding:0 20px;
}
@media (max-width: 991px) {
    #sitemap .san-list-m>li {
        width: 25%;
    }
}
@media (max-width: 767px) {
    #sitemap .san-list-m>li {
        width: 33%;
        padding:0 10px;
    }
}
@media (max-width: 575px) {
    #sitemap .san-list-m>li {
        width: 100%;
        margin-left: 0; margin-right: 0;
    }
}




#tabs-group-search-site-results:before,#tabs-group-search-site-results:after {
    content:" ";display:table;border-collapse:collapse;border-spacing:0;line-height:0;
}
#tabs-group-search-site-results:after {
    clear:both;
}

@media (max-width: 767px) {
    #surveys-list{
        border: none;
        background: transparent;
    }
    .section-a-default-linear .surveybtn ul li{
        padding: 7px 0;
    }
    #surveys-list ul>li>a{
        padding-left: 20px;
        color: #0053BB;
        background: url(../images/EnImg/jinru.png) 0 50% no-repeat;
        background-size: contain;
    }
    .ccpr-avg-date{
        padding-right: 10px;
    }
}

.map-address{
    height: 50px;
}
@media (max-width:1229px) {
    .map-address{
        height: auto;
    }
}