﻿.pop-up{
    width: 100%;
    position: absolute;
    /*opacity: 0.7;*/
    background: #000000;
    background: rgba(1,1,1,0.8);
    filter:Alpha(opacity = 70);
    /*height: 202px;*/
    top: 52px;
    z-index: 100;
    display: none;
}

.pop-up ul{
    /*height: 202px;*/
    margin: 0;
    padding: 0;
}

ul li.common {
    list-style: none;
    height: 60px;
    border-bottom: 1px solid #403a2d;
}

.common .popup-item-pic{
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 22px;
    margin-right: 15px;
}

.common .popup-item-liter{
    position: relative;
    float: left;
    color: #E1E1E1;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
}
.popup-item-liter a {
    color: #E1E1E1;
} 
    

#personal-account{
    width: 15px;
    height: 16px;
    background: url(../images/personal-account.png) no-repeat;
    background-size: cover;
}

#personal-detail{
    width: 15px;
    height: 17px;
    background: url(../images/personal-detail.png) no-repeat;
    background-size: cover;
}
#personal-info{
    width: 15px;
    height: 17px;
    background: url(../images/icon-info.png) no-repeat;
    background-size: cover;
}

.logout .popup-item-pic{
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 16px;
    margin-right: 15px;
    height: 100%;
}

.logout-pic-wrapper{
    position: relative;
    float: left;
    height: 70px;
}

#personal-logout{
    width: 14px;
    height: 14px;
    background: url(../images/logout.png) no-repeat;
    background-size: cover;
}

.logout-content-wrapper{
    position: relative;
    float: left;
    height: 70px;
}

.logout-content-wrapper .logout-button{
    position: relative;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    color: #E1E1E1;
}

.logout-button a{
    color: #E1E1E1;
}

.logout-content-wrapper .user-username{
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #E1E1E1;
}
ul .logout{
    height: 80px;
}

.pulldown-btn{
    width: 8px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: -10px;
    background: url(../images/pull-down.png) no-repeat;
}

.trasnlator-wait{
    position: relative;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666666;
}

.trasnlator-wait span{
    color: #fe4e5b;
    letter-spacing: 0px;
    margin: 0 3px 0 3px;
}

.translate-entrance{
    background: white;
    border-radius: 5px;
    height: 60px;
    position: relative;
    width: 285px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    color: #f4f4f4;
    margin-bottom: 15px;
    letter-spacing: 2px;
    border:1px solid #cdcdcd;
    box-shadow:0 1px 10px #e5e5e5;
    color: #666666;
}

.order-entrance{
    border-radius: 5px;
    border:1px solid #cdcdcd;
    box-shadow: 0 1px 10px #e5e5e5;
    height: 60px;
    position: relative;
    width: 285px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    color: #666666;
    margin-bottom: 60px;
    letter-spacing: 2px;
    background: white;
}
.order-entrance span {
    color: #fe4e5b;
}

.tel{
    width: 100%;
    height: 37px;
    position: relative;
    margin: 0 auto;
    color: #3C3C3C;
    line-height: 37px;
    text-decoration: none;
    padding-bottom: 10px;
    text-align: center;
}
.tel .phone-icon{
    display: inline-block;
    width: 34px;
    height: 34px;
    background:url("../images/tel-icon@3x.png") 50% 50% no-repeat;
    background-size: contain;
    margin-right: 5px;
    vertical-align: middle;
}
.tel .phone-text{
    vertical-align: middle;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
    color:#666666;
}

.tel-pic{
    position: relative;
    float: left;
    width: 35px;
    height: 37px;
    background: url(../images/phone.png) no-repeat;
    margin-right: 20px;
}

.slide .know_detail{
    width: 38%;
    height: 18%;
    position: absolute;
    bottom: 12%;
    left: 31%;
}

.index #slide{
    height: auto;
}
.index #slide img.slide-item{
    width:100%;
    display: inline-block;
    min-height: 180px;
}
.index #slide .slide-bd ul ,#slide .slide-bd li{
    height: auto;
}
#slide .slide-bd li{
    float: left;
    position: relative;
}
.index #slide{
    border-bottom:1px solid #d9d9d9;
}
#slide .slide-bd li a{
    display: block;
}
.slide-bd{
    position: relative;
    overflow: hidden;
}
.slide-bd ul{
    position:absolute;
    top:0;
    left:0;
}
.index-slide-menu {
    height: 20px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
}
.index-slide-menu span {
    height: 7px;
    width: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #d4d4d4;
    margin-right: 3px;
}
.index-slide-menu span:last-child{
    margin-right: 0;
}
.index-slide-menu span.current {
    background: #f53f55;
}
/*
.try-now{
    position: absolute;
    bottom: 6%;
    width: 26%;
    height: 14%;
    left: 37%;
}
*/
.try-now {
    position: absolute;
    bottom: 20%;
    width: 24%;
    height: 12%;
    left: 7%;
}
.order-total{
    color:#df3e3e;
    vertical-align: bottom;
    float: right;
    margin: 10px 5px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    min-width: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    color: white;
}

.feedback-con{
    text-align: center;
    color: #666666;
    padding-bottom: 30px;
}
.feedback{
    text-decoration:underline;
    font-size: 12px;
}
.vip-identify{
    float:right;
    width:26px;
    height: 13px;
    background: url("../images/vip_bg.png") 50% 50% no-repeat;
    background-size: 100% 100%;
    margin:15px 20px 0 0;
}

.confirm-dialog{
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    padding:16px;
    max-width: 580px;
    border-radius: 4px;
    z-index: 20000;
    background: white;

    overflow: hidden;
}
.confirm-dialog .title{
    font-size: 16px;
    color: #000000;
    padding-bottom: 16px;
}

.confirm-dialog .btn-con{
    height: 40px;
    width: 250px;
    margin: 20px auto 0 auto;
    max-width: 640px;
}
.confirm-dialog .btn{
    width: 110px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
}
.confirm-dialog .btnOk{
    cursor: pointer;
    float: left;
    color: white;
    background: #fa5554;
    background: -moz-linear-gradient(top, #fa5554, #fa3d59);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fa5554), to(#fa3d59));
    cursor: pointer;
}
.confirm-dialog .btnCancel{
    float: right;
    background: #d2d7db;
    color: #999999;
    cursor: pointer;
}
.cover{
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.new-note{
    color: #fe4e5b;
    font-size: 12px;
    position: relative;
    top: -11px;
    vertical-align: top;
    letter-spacing: 0px;
}
#photoNote *{
    -webkit-user-select: all;
    -webkit-touch-callout: default;
}
#photoNote .btnCancel{
    display: block;
    margin: 0 auto;
    float: none;
    background: #fa5554;
    color: white;
    background: -moz-linear-gradient(top, #fa5554, #fa3d59);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fa5554), to(#fa3d59));
}
.timeout-label{
    width: 56px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #f83d51;
    color: #f83d51;
    font-size: 12px;
    position: absolute;
    letter-spacing: 0;
    top: 7px;
    right: 38px;
}
