/*navbar样式--start--*/
#container .nav{
    /* height: 50px;
    background-color: transparent; */
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
    color: #ffffff;
}
#container .nav .nav_left{
    float: left;
    position: absolute;
    top:0;
}
/*小屏幕尺寸图片位置*/
@media (max-width: 730px) {
    #container .nav .nav_left img{
        max-width: 200px;
        position: relative;
        z-index: 10;
        top: 0;
        margin-top: 3px;
        left: 2%;

    }

}
/*大屏幕尺寸图片位置*/
@media (min-width: 730px) {
    #container .nav .nav_left img{
        max-width: 200px;
        position: relative;
        z-index: 10;
        top: 5px;
        margin-top: 15px;
        margin-left: 30%;
    }
}

@media (min-width: 768px) {
    .login-box {
        float: right;
        padding: 10px 35px 35px 35px;
        /*height: 366px;*/
        width:  401px;
        border: 1px solid rgba(255, 255, 255, .8) ;
        background: rgba(255, 255, 255, .2);
        border-radius: 5px;
    }
    a:hover, a:focus {
        /*color: #fff;*/
        text-decoration: none;
    }
    .nav_left {
        left: 2%;
    }
    #container .nav .n_right{
        width: 100%;
        float: right;
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        z-index: 999;
    }
    #container .nav .n_right ul{
        margin-top: 14px;
        width: 720px;
        /*background: #d0e9c6;*/
        position: absolute;
        right: 2%;
        top:36%;
        float: right;
        /*padding-left: 35%;*/
    }
    #container .nav .n_right ul li{
        /*width:15%;*/
        /* line-height: 135px; */
        float: left;
        list-style: none;
        margin-left: 10%;
        /*background-color: #f5e79e;*/
    }
    @media (max-width: 1081px) {
        #container .nav .n_right ul{
            width: 480px;
            /*background: #d0e9c6;*/
            position: absolute;
            right: 5%;
            top:32%;
            float: right;
            /*padding-left: 35%;*/
        }
        #container .nav .n_right ul li{
            /*width:15%;*/
            /* line-height: 135px; */
            float: left;
            list-style: none;
            margin-left: 8%;
            /*background-color: #f5e79e;*/
        }
    }
    #container .nav .n_right ul li a{
        /*width: 100%;*/
        color: #ffffff;
        opacity: 0.6;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-decoration: none;
        padding: 0;
        /*background-color: #f5e79e;*/
    }

    #container .nav .n_right ul li a:hover{
        color: #ffffff;
        opacity: 1;
        font-size: 18px;
        font-weight: 600;
        /*letter-spacing: -0.2px;*/
        padding-bottom: 18px;
        /*border-bottom: solid #ffffff 4px;*/
    }
    #container .nav .n_right ul li:nth-child(4) a {
        color: #ffffff;
        opacity: 1;
        font-size: 18px;
        font-weight: 600;
        padding: 0 0 24px 0;
        border-bottom: solid #ffffff 4px;
    }
}



/*小屏幕尺寸图片位置*/
@media (max-width: 767px) {
    #rabbit-info {
        display: none;
    }
    .login-box {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, .8) ;
        background: rgba(255, 255, 255, .2);
        border-radius: 5px;
        padding: 10px;
    }

    /* 覆盖bootspt css*/
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }
    .nav > li {
        /* opacity: 0.2; */
        border-top: solid 1px rgba(2,7,13,.2);
    }
    a:hover, a:focus {
        /*color: #fff;*/
        text-decoration: none;
    }
    .navbar-inverse .navbar-toggle {
        border: none!important;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #1d2b3c;
    }
    /* 覆盖bootspt css*/

    #container .nav .n_header{
        transition: all .3s;
        height: 60px;
        padding-top: 5px;
    }
    #container .nav .n_right{
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        background: #1d2b3c;
        border: none;
    }
    #container .nav .n_right ul{
        /* margin-top: 2%; */
        background-color: #1d2b3c;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        padding: 0;
    }
    #container .nav .nav_left img {
        max-width: 130px;
        max-height: 52px;
        margin: 0;
        position: relative;
        z-index: 10;
        margin-top: 10px;
    }

    /**
     * 切换pc端和molie logo
     *
     */
    #container .nav .nav_left .pc_logo{
        display: none!important;
    }
    #container .nav .nav_left .molibe_logo {
        max-width: 95px;
        display: block!important;
    }
    /*navbar样式--end--*/
}

.ellipsis_two_line {
    /* 显示1行省略。。。*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis_five_line {
    /* 显示1行省略。。。*/
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


.btn-more {
    float: right;
    height: 42px;
    width: 200px;
    /*max-width: 528px;*/
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    outline: none;
    /*padding: 20px 10px 10px 10px;*/
    /*background: -webkit-linear-gradient(left, #FA7691 , #F44158); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(right, #FA7691, #F44158); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(right, #FA7691, #F44158); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(to right, #FA7691 , #F44158); !* 标准的语法 *!*/
    background: -webkit-linear-gradient(left, #35E8C0 , #0D9FCB); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #35E8C0, #0D9FCB); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #35E8C0, #0D9FCB); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #35E8C0 , #0D9FCB); /* 标准的语法 */
    border-radius: 60px;
    cursor: pointer;
}

/*.login-box {*/
    /*float: right;*/
    /*padding: 10px 35px;*/
    /*height: 350px;*/
    /*width:  401px;*/
    /*border: 1px solid rgba(255, 255, 255, .8) ;*/
    /*background: rgba(255, 255, 255, .2);*/
    /*border-radius: 5px;*/
/*}*/

.content-rabbit {
    position: absolute;
    top: 124px;
    left: 0;
    right: 0;
    padding: 0 4%;
}


.apply-btn {
    background: -webkit-linear-gradient(left, #35E8C0 , #0D9FCB); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #35E8C0, #0D9FCB); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #35E8C0, #0D9FCB); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #35E8C0 , #0D9FCB); /* 标准的语法 */
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    border-radius: 60px;
    margin-top: 15px;
    cursor: pointer;
}

.lg-input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 60px;
    padding-left: 50px;
}

.lg-img-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
}

.btn-login {
    background: -webkit-linear-gradient(left, #FA7691 , #F44158); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FA7691, #F44158); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FA7691, #F44158); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FA7691 , #F44158); /* 标准的语法 */
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    border-radius: 60px;
}

.active-title {
    color: #50E3C2!important;
    border-bottom: 1px solid #50E3C2!important;
}

.down {
    margin-top: 50px;
    overflow: hidden;
}
.down h1 {
    margin: 0;
    height: 150px;
    line-height: 150px;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: bolder;
    background: url("../images/red-line-decoration.png") no-repeat center;
}

.down .pc_div .cover_img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.down .pc_div .p2 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mouseover_QRimg {
    width: 100px;
    height: 100px;
    z-index: 999;
}

.more-finding {
    background: -webkit-linear-gradient(left, #FA7691 , #F44158); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FA7691, #F44158); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FA7691, #F44158); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FA7691 , #F44158); /* 标准的语法 */
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    border-radius: 60px;
    width: 250px;
    margin: 30px auto;

}

.pc_div dl {
    /*box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);*/
    transition: all 0.5s;
}

.pc_div dl:hover {
    transform: scale(1.01);
    box-shadow:0px 6px 16px 0px rgba(0,0,0,0.27);
}

/**
  ***********************************footer    start **************************************************
 */

/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/

#container-footer {
    margin: 0 -4.3%;
}
#container-footer .foot-www {
    width: 100%;
    height: 100%;
}

#container-footer .foot-www .partner {
    width: 100%;
    margin: 0;
}

#container-footer .foot-www .download {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    /* text-align: center; */
    /*height: 800px;*/
    background: url("../images/app-bg@2x.jpg") no-repeat;
    background-size: 100% 100%;
}

#container-footer .foot-www .download .whole {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    display: flex;
    padding: 60px 0px 30px 0px;
}

#container-footer .foot-www .download .whole img {
    width: 60%;
}

#container-footer .foot-www .download .whole span {
    width: 50%;
    /* display: table-cell; */
}

#container-footer .foot-www .download .whole .download_left {
    /* padding-top: inherit; */
}

#container-footer .foot-www .download .whole .download_left div {
    margin-top: 40px;
}

#container-footer .foot-www .download .android, #container-footer .foot-www .download .ios {
    width: 170px;
    height: 50px;
    border-radius: 4px;
    border: solid 2px #ffffff;
    float: left;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-left: 3%;
}

#container-footer .foot-www .download .down {
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: solid 2px #ffffff;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    position: relative;
    /* margin: -13% 0 10% 18%; */
}

#container-footer .foot-www .company {
    width: 100%;
    height: 100px;
    background-color: #13202f;
    color: #ffffff;
    position: relative;
    margin-top: -3%;
}

#container-footer .foot-www .company ul {
    width: 520px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
}

#container-footer .foot-www .company ul li {
    width: 130px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    /*letter-spacing: -0.3px;*/
    text-align: left;
    float: left;
    list-style: none;
    /*background-color: #e7e7e7;*/
}

#container-footer .foot-www .company ul li a {
    /*text-decoration: none;*/
    height: 17px;
    line-height: 6.5;
    color: #50e3c2;
    position: relative;
}

#container-footer .foot-www .company ul li a:hover {
    border-bottom: 1px;
    color: #50e3c2;
}

#container-footer .foot-www .bot {
    position: relative;
    bottom: 0;
    height: 106px;
    width: 100%;
    background-color: transparent;
}

#container-footer .foot-www .foot_left {
    width: 40%;
    height: 106px;
    float: left;
    /*background-color: #d0e9c6;*/
    background-color: #1d2b3c;
}

#container-footer .foot-www .foot_left img {
    max-width: 228px;
    max-height: 52px;
    margin: 4% 0 0 15%;
}

#container-footer .foot-www .foot_right {
    width: 60%;
    height: 106px;
    float: left;
    overflow: hidden;
    /*background-color: #f5e79e;*/
    background-color: #1d2b3c;
}

#container-footer .foot-www .foot_right ul {
    width: 100%;
    height: 106px;
    line-height: 106px;
    /*line-height: 65px;*/
    /*margin: 0 0 0 40%;*/
    /*background-color: #eea236;*/
}

#container-footer .foot-www .foot_right ul li {
    width: 88%;
    list-style: none;
    /*background-color: #d0e9c6;*/
    position: relative;
}

#container-footer .foot-www .foot_right .use_license {
    /*width: 520px;*/
    height: 25%;
    text-align: right;
    /*line-height: 85px;*/
    /*background-color: #eea236;*/
}

#container-footer .foot-www .foot_right .use_license a {
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
}

#container-footer .foot-www .foot_right .use_license .version {
    font-size: 14px;
    color: #e7e7e7;
    opacity: 0.5;
    border: solid 1px #e7e7e7;
    margin-right: 1%;
    padding: 0 0.5% 0 1%;
}

#container-footer .foot-www .foot_right .Copyright-new p {
    width: 100%;
    height: 17px;
    opacity: 0.8;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.1px;
    text-align: right;
    color: #f3f3f3;
    margin-left: -0.1%;
    /*margin-top: 1.5%;*/
}

#container-footer .content .con_bottom .con_word .terms h2 {
    text-align: left;
    /*padding-left: 10%;*/
    font-size: 32px;
}

.terms .padd_left {
    padding: 0 10% 0 10%;
    line-height: 2.4;
    font-size: 18px;
}

/*
  å¼¹å‡ºè’™ç‰ˆæµ®å±‚
   */

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

.topFade {
    display: none;
}
.white_content {
    display: none;
    position: fixed;
    left: 36%;
    bottom: 21%;
    /*width: 483px;*/
    /*height: 482px;*/
    background-color: white;
    z-index: 1002;
    overflow: hidden;
    border-radius: 5px;
}

/**
    å›žåˆ°é¡¶éƒ¨æŒ‰é’®æ ·å¼
  **/

.return {
    max-width: 61px;
    max-height: 61px;
    /*float: right;*/
    /*margin:-6% 3.6% 0 0;*/
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    cursor: pointer;
    bottom: 50px;
}


#qrCode qrcode canvas {
    background: rgba(255,255,255,1);
    padding: 10px;
}

@media (min-width: 768px) {
    .trip-list-mobile {
        display: none;
    }
    #nav-findings {
        height: 80px;
        background-color: #1d2b3c;
    }
    .foot-www .partner h1 {
        margin: 0;
        height: 150px;
        line-height: 150px;
        text-align: center;
        color: #000;
        font-size: 24px;
        font-weight: bolder;
        background: url("../images/red-line-decoration.png") no-repeat center;
    }
}

/**
    手机屏幕
  **/

@media (max-width: 767px) {
    .trip-list {
        display: none!important;
    }
    .trip-list-mobile {
        display: block;
    }
    .down {
        padding: 10px!important;
    }
    .personal-info {
        width: 100%!important;
        margin-bottom: 30px;
        text-align: center;
    }
    #container-footer {
        /* padding-bottom: 15px; */
    }
    .foot-www .partner {
        display: none !important;
    }
    .footer_moblie {
        display: block !important;
        background-color: #fff;
    }
    .bot_molibe {
        display: block !important;
    }
    .footer_moblie .partner {
        /* margin-bottom: 10px; */
    }
    .footer_moblie .partner h1 {
        margin: 0;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: #1a2b3c;
        font-size: 16px;
        font-weight: 700;
        background: url("../images/red-line-decoration.png") no-repeat center;
        background-size: 246px 9px;
    }
    .footer_moblie .partner img {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        margin-bottom: 15px;
        /* margin: 0 10px; */
    }
    #container-footer .foot-www .download .down {
        display: none;
        width: 90px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
        border: solid 1px #ffffff;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        position: relative;
        margin: 0;
    }
    #container-footer .foot-www .download .moblie_down {
        display: block !important;
        width: 90px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
        border: solid 1px #ffffff;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        position: relative;
        margin: 0;
    }
    #container-footer .foot-www .download .whole .download_left {
        text-align: center;
    }
    #container-footer .foot-www .download .whole .download_left div {
        margin: 20px auto 0px auto;
    }
    #container-footer .foot-www .download .whole {
        width: 100%;
        display: flex;
        padding: 0 24px 20px 30px;
    }
    #container-footer .foot-www .company {
        height: auto;
    }
    .company ul {
        display: none;
    }
    .company_moblie {
        text-align: center;
        display: flex !important;
        height: 100px;
        padding-top: 15px;
        font-size: 14px;
    }
    .company_moblie a {
        color: #50e3c2 !important;
    }
    .company_moblie_left {
        width: 50%;
    }
    .company_moblie_right {
        width: 50%;
        height: 65px;
        border-left: 1px solid rgba(255, 255, 255, .2);
    }
    .bot {
        display: none;
    }
    .bot_molibe {
        background-color: #1d2b3c;
        color: #fff;
        padding: 20px;
        display: block !important;
    }
    .bot_molibe .use_license {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .bot_molibe .copyright {
        color: #f3f3f3;
        opacity: 0.8;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .bot_molibe .logo img {
        width: 130px;
        height: 30px;
    }
    .white_content {
        display: none;
        position: fixed;
        left: 0;
        bottom: 21%;
        /* width: 483px; */
        /* height: 482px; */
        /* background-color: white; */
        z-index: 1002;
        overflow: hidden;
        border-radius: 5px;
        text-align: center;
    }
    .white_content img {
        width: 100%;
    }
}
/**
  ***********************************footer    end **************************************************
 */
/**
 ***********************************rabbit-findings page    start **************************************************
 */

.content-rabbit-findings {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;

}
.search-area .type-ul li {
    cursor: pointer;
    float: left;
    width: 33%;
    outline: none;

}
.search-area .type-ul .type-ul-li:hover {
    color: #FF1B4A;
    border-bottom: 4px solid #FF1B4A;
    padding-bottom: 10px;
}
.type-ul-li-focus {
    color: #FF1B4A;
    border-bottom: 4px solid #FF1B4A;
    padding-bottom: 10px;
}
.content-rabbit-designer .search-area .type-ul .type-ul-li-de:hover {
    color: #FF1B4A;
    border-bottom: 4px solid #FF1B4A;
    padding-bottom: 0px;
}
.type-ul-li-de-focus {
    color: #FF1B4A;
    border-bottom: 4px solid #FF1B4A;
    padding-bottom: 0px;
}


.search-area .type-ul .location-ul {
    position: absolute;
    color: #1d2b3c;
    padding: 5px 0px;
    font-size: 16px;
    top: 40px;
    left: 20px;
    width: 100px;
    border-radius: 5px;
    background-color: #ffffff;
    /*display: none;*/
    z-index: 2;
    box-shadow: 0 5px 25px #C8C8C8;
}
.search-area .type-ul .location-ul li {
    width: 100%;
    outline: none;
}
.search-area .type-ul .location-ul li:hover {
    color: #FF1B4A;
}

.triangle {
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #505050;
}

.more-loading {
    cursor: pointer;
    background: -webkit-linear-gradient(left, #FA7691 , #F44158); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FA7691, #F44158); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FA7691, #F44158); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FA7691 , #F44158); /* 标准的语法 */
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    border-radius: 60px;
    width: 250px;
    margin: 30px auto;
    outline: none;

}
.desig-author a {
    color: #98A1A5;
}
.desig-author a:hover {
    color: #337ab7;
    text-decoration: underline;

}

/**
 ***********************************rabbit-findings page    end **************************************************
 */


/**
************************************** 公开报名   start ****************************************
 */

.edit-openreginer {
    background: -webkit-linear-gradient(left, #35E8C0 , #0D9FCB); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #35E8C0, #0D9FCB); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #35E8C0, #0D9FCB); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #35E8C0 , #0D9FCB); /* 标准的语法 */
    color: #FFF;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    margin-right: 20px;
}
/*#returnRecord thead tr th {*/
    /*border-top: 1px solid #dddddd;*/
/*}*/
/*#returnRecord thead tr th:first-child {*/
    /*border-left: 1px solid #ddd;*/
/*}*/
/*#returnRecord thead tr th:last-child {*/
    /*border-right: 1px solid #ddd;*/
/*}*/
#returnRecord {
    border: 1px solid #ddd;
    margin: 0;
}

.team-introduce >div {
    padding: 0px 0px 10px 10px;
}

.team-info div span img {
    width: 15px;
    margin: -1px;
}
.team-info >div {
    padding-bottom: 10px;
}

.save-btn-QR {
    text-align: center;
    background: -webkit-linear-gradient(left, #FA7691 , #F44158); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FA7691, #F44158); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FA7691, #F44158); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FA7691 , #F44158); /* 标准的语法 */
    height: 40px;
    width: 140px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    outline: none;
    box-shadow:0px 6px 12px 0px rgba(247,93,118,0.49);
}

.QR-link{
    width:100%;
    height:140px;
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.2);
    border-radius:4px;
    border:1px solid rgba(200,200,200,1);
    word-break:break-all;/*英文url换行*/
}


.a-mask {
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width:  100%;
    background-color: rgba(0,0,0,0.3)
}
/*#returnRecord tbody tr {*/
    /*border-left: 1px solid #ddd;*/
/*}*/
