@charset "utf-8";

@font-face {
    font-family: 'icons';
    src:url('fonts/icons.eot?i0jel8');
    src:url('fonts/icons.eot?#iefixi0jel8') format('embedded-opentype'),
        url('fonts/icons.woff?i0jel8') format('woff'),
        url('fonts/icons.ttf?i0jel8') format('truetype'),
        url('fonts/icons.svg?i0jel8#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-earch:before {content: "\e600";}
.icon-light:before {content: "\e601";}
.icon-group:before {content: "\e602";}
.icon-member:before {content: "\e603";}
.icon-clock:before {content: "\e604";}
.icon-book:before {content: "\e605";}
.icon-signup:before {content: "\e606";}
.icon-RemoveIcon:before {content: "\e607";}
.icon-Badge:before {content: "\e608";}
/*.icon-BackIcon:before {content: "\e608";}*/
.icon-BackIconR:before {content: "\e611";}
.icon-BackIconL:before {content: "\e60a";}
.icon-AddIcon:before {content: "\e60b";}
.icon-msg:before {content: "\e60c";}
.icon-ring:before {content: "\e60e";}
.icon-plane:before {content: "\e60f";}

.icon-notice:before {content: "\e612";}
.icon-email:before {content: "\e603";}
.icon-admin:before {content: "\e610";}
.icon-map:before {content: "\e613";}
.icon-books:before {content: "\e614";}
.icon-contact:before {content: "\e615";}
.icon-star-empty:before {content: "\e616";}
.icon-star:before {content: "\e60d";}


.ml20{
    margin-left: 20px;
}

*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img{
    max-width: 100%;
}
html.home ,
.home body{
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}
body,div,section,span,h1,h2,ul,ol,p{
    margin: 0;
    padding: 0;
}
ul,ol{
    list-style: none;
}
button,input[type='button']{
    -webkit-appearance: none;
    border: none;
}
body{
    color: #4A4A4A;
}
.btn{}
.btn-submit{
    border: none;
    background-color: #F64949;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    /*padding: 0 60px;*/
    width: 200px;
    color: #fff;
    border-radius: 5px;
}

.f2f {
    width:100%;
    margin-top: 100px;
}

.f2f-order{
    width:50%;
    margin-top: 20px;
}

.f2f-order-content{
    text-align: center;
}

.f2f_time_title{
    margin-bottom: 50px;
}

.f2f-time-detail-hr{
    height:5px;
    background-color:#F64949;
    margin:50px 0px;
}


.home header{
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #f69;
    /*background: url(../images/banner_2014.png) 0 0 no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
}
.home header,
.home footer{
    width: 100%;
    height: 85px;
}
.body{
    height: 90%;
    padding-top: 87px;
    overflow: hidden;
    position: relative;
    background-color: #f1fff7;
}
.columns{ 
    padding: 2%;
    height: 100%;
    display:-moz-box;
    display:-webkit-box;
    display:box;
    -webkit-box-sizing: border-box;
}
.columns .boxes{
    -moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
    height: 100%;
    text-align: center;
}
.columns .boxes .animated{
    display: block; 
    overflow: hidden;
    text-decoration: none;
}
.columns .two{margin: 0 2%;}

.columns .part1{height: 59%;background-color: #03A7F2;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.columns .part2{height: 39%;background-color: #56BC8A;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.columns .part3{height: 37%;background-color: #6BB10A;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.columns .part4{height: 61%;background-color: #EE9C26;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.columns .part5{height: 37%;background-color: #E66444;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.columns .part6{height: 39%;background-color: #CB4E98;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.columns .part7{height: 20%;background-color: #EB3200;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.columns .boxes .animated:active,.columns .boxes .animated:focus{
    /*background-color: #f00;*/
}

.columns .placeholder{height: 2%;background-color: #fff;}

.columns .center{
    width: 75px;
    height: 80px;
    position: relative;
    top: 50%;
    text-align: center;
    margin: -40px auto;
    display:block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}
.columns .part7{
    position: relative;
}
.columns .part7 .center{
    height: 42px;
    margin-top: -21px;
}
.columns .part7 .swd{
    position: absolute;
    display: block;
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
}
.columns .center .icon{
    font-size: 24px;
    width: 50px;
    padding: 5px 2px 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius:50%;
    margin-bottom: 5px;
    display: inline-block;
}

.columns .part1 .center .icon{background-color: #0087C4;}
.columns .part2 .center .icon{background-color: #2D9C66;}
.columns .part3 .center .icon{background-color: #539005;}
.columns .part4 .center .icon{background-color: #CD7C08;}
.columns .part5 .center .icon{background-color: #C1492C;}
.columns .part6 .center .icon{background-color: #AA3078;}
.columns .part2 .center .icon,
.columns .part3 .center .icon,
.columns .part4 .center .icon,
.columns .part6 .center .icon{
    font-size: 30px;
}
.columns .center .txt{
    font-size: 18px;
}

.home footer{
    font-size: 11px;
    height: 10px;
    padding: 15px 5%;
    border-top: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    text-align: center;
}
.home footer a,.home footer span{
    color: #929292;
    vertical-align: middle;
    text-decoration: none;
}
.home footer span{
    margin: 0 10px;
}


/*滚动*/
.swiper-container{
    height: 85px;
}


/*报名页面*/

.submit{}
.submit header{
    width: 88%;
    height: auto;
    background-color: #F64949;
    padding: 6%;
    text-align: center;
}
.submit header h1{
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 20px;
}
.submit header .btn{
    display: inline-block;
    text-decoration: none;
    padding:10px 20px;
    font-size: 16px;
    color: #F64949;
    background-color: #fff;
    border-radius: 5px;
}
.submit header .btn .icon{
    margin-left: 10px;
    display: inline-block;
    margin-top: -5px;
    font-size: 13px;
    vertical-align: middle;
}
.submit .form{
    margin: 10% 5%;
}
.submit .form li{
    margin-bottom: 20px;
}
.submit .form li.sub{
    margin: 50px 0 100px;
    text-align: center;
}
.submit .form label{
    color: #4A4A4A;
    display: block;
    margin-bottom: 5px;
}
.submit .form .input{
    display: block;
    height: 36px;
    width: 94%;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #979797;
    border-radius:4px;
    padding:0 8px;
    transition:border-color 0.4s;
    outline: none;
}
.submit .form textarea.input{
    height: 200px;
}
.submit .form .input:active,.submit .form .input:focus{
     border-color: #4A90E2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(74,244,226,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(74,244,226,0.6);
}


/*报名成功*/
.success{
    position: relative;
    top: 50%;
    margin: 0 3%;
}
.success .inner{
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F64949;
}
.success .tit{
    text-align: center;
    font-size: 20px;
    color: #F64949;
    background-color: #fff;
    padding: 5% 8%;
}
.success .cont{
    text-align: justify;
    padding: 10% 7%;
    color: #fff;
    line-height: 1.3;
}

/*我的会议*/
.my-meeting{}
.single-header{position: fixed;left: 0;top: 0;width: 100%;height: 50px;background-color: #F64949;text-align: center;line-height: 50px;z-index: 3}
.single-header .name{color: #fff;font-size: 1.4em;}
.single-header .icon-Badge,.my-address .icon-Badge{margin-left: 10px;position: relative;font-size: 26px;display: inline-block;vertical-align: middle;margin-top: -4px;background-color: transparent;}
.single-header .icon-Badge .num,.my-address .icon-Badge .num{font-size: 12px;position: absolute;bottom: 4px;left: 5px;}
.single-header .next,.single-header .back{color: #fff;text-decoration: none;position: absolute;width: 20px;height: 20px;z-index: 2;right:5%;top: 15px;font-size: 20px;}
.single-header .back{right: auto;left: 5%;-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);  transform:scaleX(-1);  }

.my-content{margin-top: 50px;padding: 7% 3%;}
.my-options a{text-decoration: none;}
.my-options .option{font-size: 20px;color: #F64949;padding:6%;border-radius: 5px;margin-bottom: 6%;background-color: rgba(255,255,255,0.8);}
.my-options .option:active{background-color: #000;}
.my-options .icon{font-size: 18px;float: left;padding-top: 1px;margin-right: 14px;height: 100%;}
.my-options .icon i{font-size: 22px;}
.my-options .icon .icon-plane{font-size: 20px;}
.my-options .icon .icon-light{font-size: 30px;}
.my-options .icon .icon-email{font-size: 19px;}
.my-options .icon .icon-contact{
    font-size:110px;
display: inline-block;
width: 23px;
height: 216px;
margin-left: -88px;
margin-top: -126px;}
.my-options .contact{width: 25px;height: 26px;margin-top: -3px;}
.my-options .optioned{color: #fff;background-color: rgba(255,255,255,0.2);border: 1px solid #fff;}
.my-options .title{overflow: hidden;position: relative;}
.my-options .no-set{color: #9D407C;font-size: 14px;position: absolute;right: -5px;top: 50%;margin-top: -10px;}


/*信息设置*/
.my-setting{color: #4A4A4A;}

.my-setting select{
    width: 100%;
    font-size: 100%;
    height: 40px;
    padding: 10px;
    border-color: #B9B9B9;
    color: #4A4A4A;
}

.my-setting .lab{
    display: block;
    margin-bottom: 7px;
}
.my-setting .txt{
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 0 4px;
    height: 34px;
    width: 97%;
    font-size: 16px;
}

.my-setting .info-list li{
    margin-bottom: 8%;
}
.my-setting .info-list li.submit{
    margin-top: 20%;
    text-align: center;
}

.my-setting .cont{}
.my-setting .cont .change{
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    border: 2px solid #ACACAC;
    border-radius: 50%;
    vertical-align: middle;
}
.my-setting .cont .change i{
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    color: #AEAEAE;
    font-size: 20px;
}
.my-setting .cont .type{
    border-radius: 4px;
    border: 1px solid #979797;
    width: 20px;
    padding: 6px;
    margin: 0 10px;
    text-align: center;
    height: 20px;
    font-size: 16px;
}
.my-setting input[type='checkbox']{
    border: 1px solid #979797;
    background: none;
    color: #4A90E2;
    border-radius: 50%;
}
.my-setting .book{}
.line{
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
}
.my-setting .book .lab{
    margin-bottom: 0;
}
.my-setting .book-list{
    padding-top: 15px;
    overflow: hidden;
}
.my-setting .book-list .time{float: left;}
.my-setting .conts{float: right;position: relative;padding-right: 40px;}
.my-setting .enter{
        height: 20px;
        color: #D8D8D8;vertical-align: middle;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -7px;
}


/*我的日程*/
.my-schedule{
    padding: 0 3%;
}
.my-schedule-inner{
    padding: 6% 0;
    border-left: 3px solid rgba(255,255,255,0.31);
}
.my-schedule-inner .list{
    position: relative;
    margin-bottom: 6%;
}

.my-schedule-inner .list .sign{
    position: absolute;
    left: -10px;
    top: 8px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 3px 4px 5px;
    border-radius: 50%;
}
.my-schedule-inner .list .c{
    background-color: #F64949;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-radius: 50%;
    display: inline-block;
}
.my-schedule-inner .list .content{
    margin-left: 20px;
    overflow: hidden;
    border-radius:8px;
    background-color: rgba(255,255,255,0.7);
}
.my-schedule-inner .list .content .tit{
    padding: 5% 8%;
    font-size: 18px;
    background-color: #fff;
}
.my-schedule-inner .list .content .detail{
    padding: 5% 8%;
}





/*弹出层*/
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.modal {
  display: none;
  background: #eee;
  z-index: 1001;
  position: absolute;
  width: 94%;
  border-radius: 4px;
  overflow: hidden;
}
.modal h2{
    background-color: #F64949;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.modal .cont{
    padding: 2% 0;
}
.modal .cont li{overflow: hidden;border-bottom: 1px solid #D8D8D8;padding:4%;text-align: right;}
.modal .cont li:last-child{border: none;}
.modal .cont .tit{float: left;padding-top: 8px;}
.modal .cont .numbers{display: inline-block;}



/*赞助商*/

.my-sponsor{}
.my-sponsor .my-content{
    padding: 0;
    text-align: center;
}
.my-sponsor .my-content .cont_s{
    text-align: center;
    display: block;
    margin: 20px 0;
}
.my-sponsor .my-content .tit{
    height: 40px;
    line-height: 40px;
    background-color: #ccc;
    text-align: center;
}
.my-sponsor .menu{
    line-height: 0px;
}
.my-sponsor .menu .line{
    padding: 0;
    width: 20px;
    height: 2px;
    display: inline-block;
    border-bottom: 3px solid #fff;
    margin-bottom: 1px;
}

/*在线讨论*/
.my-talk .my-content{
    padding:5%;
    height:90%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    padding-bottom: 80px;
    /*padding-bottom: 20%;*/
}

.my-talk .to{
    clear: both;
    float: left;
    margin-bottom: 20px;

}
.my-talk .to .name,.my-talk .from .name{
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}
.my-talk .to .cont,.my-talk .from .cont{
    padding: 10px 20px;
    display: inline-block;
    background-color: #fff;
    border-radius:0 25px 25px 25px;
}
.my-talk .to .cont{
    padding-left: 22px;
    /*-webkit-mask-box-image:url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m96 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/><path d='m0 70c6-2 12-10 12-19v-16l14 27s-8 8-26 8z'/></svg>") 49.5% 43.25% 49.5% 55.75%;*/
}
.my-talk .from .time,.my-talk .to .time{
    font-size: 12px;
    color: #8E8E93;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.my-talk .to .time{
    margin-left: 10px;
    margin-right: 0;
}
.my-talk .from{
    text-align: right;
    clear: both;
    float: right;
    margin-bottom: 10px;
}
.my-talk .from .name{
    margin-top: 5px;
    text-align: right;
}
.my-talk .from .cont{
    text-align: left;
    border-radius:25px 25px 0 25px;
    background-color: #FBECA1;
    box-sizing: border-box;
    border-radius: 16px 16px 0;
    padding-left: 22px;
    /*-webkit-mask-box-image: url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m84 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/><path d='m96 70c-6-2-12-10-12-19v-16l-14 27s8 8 26 8z'/></svg>") 49.5% 55.75% 49.5% 43.25%*/
}
.my-talk .type{
    background-color: #F7F7F7;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 5px 0;
}
.my-talk .type input{
    /*height: 30px;*/
    width: 73%;
    font-size: 19px;
    height: 26px;
    /*vertical-align: middle;*/
    color: #8E8E93;
    border-color: #C7C7CC;
}
.my-talk .type .send{
    font-size: 18px;
    padding: 0;
    color: #8E8E93;
}

/*通讯录*/
.my-address .my-content{
    text-align: left;
}
.my-address .my-content .tit{
    padding: 0 5%;
    height: 22px;
    line-height: 24px;
    width: 90%;
    text-align: left;
    font-size: 14px;
}
.my-address .my-content .list{
    padding:10px 5% 0;
}
.my-address .my-content .list li{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #C8C8C8;
}
.my-address .my-content .name{
    font-size: 20px;
    margin-bottom: 3px;
}
.my-address .my-content .name .icon-Badge{
    margin-top: 2px;
    color: #F64949;
}
.my-address .my-content .company{
    font-size: 14px;
    color: #979797;
}
.my-address .current{
    position: fixed;
    z-index: 3;
    left: 0;
    top: 50px;
}


/*head-menu*/

.head-menu{
    display: none;
    position: fixed;top: 55px;left: 0;width: 90%;margin:0 5%;
    background-color: #F64949;
    border-radius: 15px;
    z-index: 999;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.head-menu a{
    display:block;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 20px 10px;
}
.head-menu td:nth-child(2n+1){
    border-right: 1px solid #fff;
}
.head-menu a:active{
    color: #4A4A4A;
}
.head-menu-show{display: block;}


/*face-to-face*/
.my-face .my-content{
    padding:5% 4% 20%;

}
.my-face .list{
    text-align: justify;
    overflow: hidden;
    vertical-align: top;
}
.my-face .list a{
    text-decoration: none;
}
.my-face .list img{
    border-radius: 50%;
}
.my-face .list .name{
    font-size: 16px;
    color: #000;
    display: block;
}
.my-face .list .pos{
    font-size: 12px;
    color: #979797;
}
.my-face .list li:after{
    content: "";
    overflow: hidden;
    display: block;
}
.my-face .list li{
    text-align: center;
    margin:0 10px 20px;
    width: 60px;
    display: inline-block;
    vertical-align: top;
}
.my-face .detail .p{
    overflow: hidden;
    color: #979797;
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
}
.my-face .detail .p img{
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}
.my-face .detail .p .name{
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    padding-top: 5px;
}
.my-face .detail .intro{
    padding: 15px 0;
    font-size: 15px;
    line-height: 21px;
    color: #4A4A4A;
    padding-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 15px;
}
.my-face .detail .option{
    color: #4A4A4A;
    font-size: 15px;
}
.my-face .detail .option p{
    margin-bottom: 10px;
}
.my-face .detail .option input{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.my-face .detail .option .disabled{
    color: #D8D8D8;
}
.my-face .detail .option .type{padding-top: 10px;margin-bottom: 20px;}
.my-face .detail .option textarea{
    width: 96%;
    padding: 2%;
    border: 1px solid #979797;
    border-radius: 2px;
}
.my-face .detail .option .sub{
    text-align: center;
}
.my-face .detail .option button{
    width: 200px;
    height: 40px;
    line-height: 40px;
}
.my-face .detail .option .price{
    text-align: center; 
    margin-bottom: 40px; 
}
.my-face .detail .option .price .o{
    font-size: 14px;
    display: block;
    text-align: center;
    color: #4A4A4A;
    padding-top: 15px;
    margin-bottom: 20px;
}
.my-face .detail .option .icon{
    font-size: 24px;
    margin: 0 4px;
    color: #F64949;
    width: 30px;
    display: inline-block;
}

.booking{
    padding: 4% 2%;
    width: 80%;
    text-align: center;
}
.booking textarea{
    display: block;
    width: 80%;
    font-size: 15px;
    height: 50px;
    padding-left: 5px;
    padding-top: 5px;
    border-color: #ccc;
    box-shadow: none;
    vertical-align: middle;
    margin:0 auto 10px;
}
.booking .btn-submit{
    width: 100px;
    height: 32px;
    line-height: 32px;
}
.book-list{
    padding: 2% 0;
}
.book-list .btn-submit{
    height: 30px;
    font-size: 14px;
    width: 200px;
    line-height: 30px;
    display: inline-block;
}

/*tips*/
.tipsy{
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 40px;
}
.tipsy-inner{
    border-radius: 4px;
    padding: 6px 8px;
    background-color: rgba(0,0,0,.7);
    font-size: 12px;
    color: #fff;
}
.tipsy-arrow{
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
    border-color: transparent transparent rgba(0,0,0,.7) transparent;
    border-style: solid;
    border-width: 5px;
}

/* aomi */

.am-card{
    width: 90%;
    margin: 0 auto;
    background: url('/mimas/public/images/aomi_bg.png') white no-repeat top left;
    background-size: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px;
}

.am-card .am-logo{
    background: url('/mimas/public/images/aomi_logo.png') no-repeat;
    background-size: 100%;
    width: 146px;
    height: 56px;
    display: block;
    margin: 10px auto;
    text-indent: -9999em;
    margin-top: 0;
    margin-bottom: 25px;
}

.am-card p, .am-card label{
    margin: 15px 0;
    line-height: 1.4em;
    font-size: 14px;
}

.am-card label{
    display: block;
}

.am-card textarea{
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 24px;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 24px;
}

.am-btn{
    background: url('/mimas/public/images/aomi_btn.png') no-repeat;
    background-size: 100%;
    line-height: 38px;
    width: 150px;
    height: 47px;
    border: none;
    font-size: 16px;
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.8);
    margin: 20px auto;
    display: block;
    text-align: center;
}

.am-finish-box{
    color: white;
    background-color: #E5007E;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    margin: 35px 0 20px 0;
}

.am-finish-box p{
    margin: 5px 0;
}

.am-finish-box p em{
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}

.am-line-long{
    background: url('/mimas/public/images/am_line.png') no-repeat;
    background-size: 100% 100%;
    color: black;
    height: 55px;
    white-space: 280px;
    margin: 15px auto;
    padding: 20px 30px 15px 30px;
    line-height: 1.5em;
}

.am-share-text{
    padding: 0 20px;
    color: white;
    line-height: 1.5em;
}

.sm-map a {
    text-align: center;
    color: white;
    line-height: 2em;
    display: block;
}

.sm-map .map-box{
    width: 90%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.sm-map a img{
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.sm-map a i{
    margin-right: 10px;
}

.sm-card{
    width: 95%;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 20px;
}

.sm-card .sm-card-pic{
    position: relative;
    min-height: 189px;
}

.sm-card-pic p{
    position: absolute;
    top: 28%;
    color: white;
    padding: 20px;
    line-height: 1.4em;
    font-size: 14px;   
    z-index: 99;
}

.sm-card-pic img{
    position: relative;
}

.sm-card-pic strong{
    background: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    box-sizing: border-box;
    color: #F64949;
    z-index: 100;
    left: 0;
}

.am-title{
    background: url('/mimas/public/images/am_line.png') no-repeat;
    color: black;
    background-size: 100% 100%;
    padding: 20px 10px 20px 21px;
    position: relative;
    top: -19px;
    left: -10px;
}

.am-result-table{
    border-collapse: collapse;
    border-color: #ccc;
    width: 100%;
    text-align: center;
}

.am-result-table th{
    background-color: #eee;
}

.am-result-table th, .am-result-table td{
    padding: 4px 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

