.navbar {
    height: 72px;
    margin-bottom: 0;

    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
    padding-left: 15%;

    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-logo {
    background: url(../Common/img/logo-with-name.png) no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
}

.navbar-menu {
    margin-left: 60px;
    display: flex; 
}

.navbar-item {
    color: #222222;
    font-size: 14px;
    white-space: nowrap;
    line-height: 1;
    list-style-type:none; 
    padding: 10px 20px;
    position: relative;
    transition: 0.2s all linear;
    cursor: pointer;
}

.navbar-item-before::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 5%;
    width: 90%;
    height: 100%;
    border-bottom: 3px solid #4090FF;
    border-radius: 2px;
}



.container-home12 {
    width: auto;
    height: 300px; 
}

.navbar-bottom {
    width: 100%;
    height: 360px;
    background: #384558;
}

.link-area {
    display: flex;
    flex-direction: row;
    height: 70%;

    padding-left: 24.5%;
    padding-top: 28px;
}

.link-area .wording-part {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
}

.link-area .left {
    width: 250px;
}

.link-area .middle {
    width: 300px;
}

.link-area .right {
    
}

.wording-part a {
    color: #FFFFFF;
}

.big-link-wording {
    font-size: 14px; 
    line-height: 36px;
    margin-bottom: 23px;

    cursor: pointer;
}

.big-link-wording-s {
    margin-bottom: 5px;
}

.small-link-wording {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0.8;
}

.policy-bottom {
    color: #ffffff;
    font-size: 12px;
    text-align: center;

    margin-top: 56px; 
}

.policy-bottom span {
    margin-right: 15px;
}

.policy-bottom a {
    margin-right: 15px;
    color: #ffffff; 
}

.row-layout {
    display: flex;
    flex-direction: row;
} 

.row-layout-vcenter {
    display: flex;
    flex-direction: row;
    align-items: center;
} 

.row-layout-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
} 

.column-layout-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
} 

.small-margin {
    margin-left: 20px;
}

.common-btn {
    background-color: #4090FF;
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    border-radius: 2px;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.text-key {
    font-size: 12px;
    color: #666666;
}

.text-value {
    font-size: 14px;
    color: #222222;
}

.text-value-gray {
    font-size: 14px;
    color: #666666;
}

.order-key {
    font-size: 14px;
    color: #666666;
}

.order-value {
    font-size: 18px;
    color: #222222;
    margin-top: 4px;
}


.contact-us {
    height: 521px;
    width: 1000px;
    margin: 0 auto;
}

#contact-us-form {
    margin-left: 50px;
}

.contact-us .title {
    font-size: 36px;
    color: #222222;
    line-height: 40px;

    padding-top: 80px;
    padding-bottom: 40px;
    margin-left: -45px;
}

.contact-us .contact-icon {
    position: relative;
    height: 80px;
    width: 80px;
    left: 40px;
    top: -20px;
    z-index: -1; 
}

.contact-us .left-part {
    height: 260px;
}

.contact-us .right-part {
    height: 600px;
    margin-left: 41px;

    display: flex;
    flex-direction: column;
}

.contact-us .text-input {
    width: 259px;
    height: 28px;
    background: #F9FDFF;
    border: 1px solid #DBE6EB;
    border-radius: 0px;
    box-shadow: none;
}

.contact-us .contact-input {
    margin: 10px 0;
}

.contact-us .nonEmpty {
    color: #E22829;
}

.contact-us .message-input {
    width: 600px;
    height: 172px;
    background: #F9FDFF;
    border: 1px solid #DBE6EB;
    border-radius: 0px;
    box-shadow: none;
    max-width: 100%;
    resize:none;
}

.contact-us .send-message {
    width: 200px;
    height: 32px;
    font-size: 16px;
}

.contact-us .subscribe-icon {
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin-right: 10px;
}

.contact-us .sub-line {
    margin-top: 16px;
    justify-content: space-between;
    align-items: flex-end;
}

.topic-item {
    margin-top: 15px;
    width: 100%;
    height: 400px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    background: #ffffff;
}

.topic-item .message-area {
    padding: 10px 20px;
    height: 60%;
    margin: 2px;
    margin-bottom: 0;
    background-color: #EDF8FF;   
    overflow: auto;
}

.topic-item .message-lists {
    display: flex;
    flex-direction: column-reverse;
}

.topic-item .message-item {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.topic-item .message-area .self {
    text-align: right;
}

.topic-item .message-area .view-more {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 4px;
}

.topic-item .message-item .avatar {
    float: left;
    width: 10px;
    height: 10px;
}

.topic-item .message-item .seller {
    float: left;
    width: 78px;
    height: 28px;
    background: #A9DDD7;
    color: #FFFFFF;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topic-item .message-item .inspector {
    float: left;
    width: 78px;
    height: 28px;
    background: #ECB2B2;
    color: #FFFFFF;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.topic-item .message-area .self .avatar{
    float: right;
}

.topic-item .message-text {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    max-width: calc(100% - 40px);
    min-height: 30px;
    line-height: 2.5;
    font-size: 12px;
    text-align: left;
    word-break: break-all;
    background-color: #ffffff;
    border-radius: 4px; 
    margin-left: 0px;
}

.topic-item .message-text-other {
    margin-left: 80px;
}

.topic-item .message-item .self {
    color: #ffffff;
    font-size: 12px;
    background-color: #4090FF;
}

.topic-item .message-area .message-text::before {
    content: " ";
    position: absolute;
    top: 9px;
    right: 100%;
    border: 6px solid transparent;
    border-right-color: #ffffff;
}

.topic-item .message-area .self .message-text::before {
    content: " ";
    position: absolute;
    top: 10px;
    left: 100%;
    border: 4px solid transparent;
    border-left-color: #4090FF;
}

.topic-item .text-info {
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.topic-item .text-send {
    height: 20%;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
}


.topic-item .text-input {
    padding: 10px;
    border: none;
    resize: none;
    outline: 0;
    height: 100%;
    width: calc(100% - 140px)
}

.topic-item  .send-btn {
    font-size: 18px;
    width: 120px;
    height: 32px;
    margin: 0 10px 0 0;
}


.support-page {
    display: flex;
    flex-direction: column;
}

.support-page .padding {
    padding-left: 20px;
}

.support-page .support-line {
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 39px;
}

.support-page .big-text {
    font-size: 16px;
    color: #000000;
}

.support-page .small-text {
    font-size: 14px;
    color: #333333;
}

.support-page .support-input {
    width: 90%;
    height: 200px;
    border: 1px solid #CECECE;
    margin-top: 40px;
}

.support-page .support-button {
    width: 220px;
    height: 32px;
    margin-top: 40px;
    margin-right: 10%;
    align-self: flex-end;
    margin-bottom: 60px
}

.support-page .support-info {
    width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

/* assign order */
.assign-order-item {
    margin-top: 15px;
    width: 100%;
    height: 150px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #FFFFFF;
}

.assign-order-item-expand {
    height: 340px !important;
}

.assign-order-item .text {
    color: #222222;
    font-size: 18px;
}


.assign-order-item .assign-text-info {
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.assign-order-item .assign-order-name {
    width: 50%;
    display: flex;
}

.assign-order-item .assign-order-subinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.assign-order-item .assign-order-pic {
    margin-right: 24px;
    width: 60px;
    height: 60px; 
}

.assign-order-item .assign-order-time {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.assign-order-item .assign-order-price {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.assign-order-item .assign-order-button {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


/* common order */
.normal-mesage {
    font-size: 18px;
    color: #222222;
}



.detail-info {
    height: 43px;
}

.detail-info .function-bar {
    height: 43px;
    display: flex;
    color: #666666;
    font-size: 14px;
}

.detail-info .left-function {
    flex-grow: 12;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}

.detail-info .right-function {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-info .right-function-2 {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.detail-info .detail-infomation {
    width: 12px;
    height: 12px;
    margin: 0 10px;  
    margin-top: -2px;  
}

.detail-info .detail-infomation-expand {
    margin-top: 6px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 
}

.detail-info .detail-button {
    margin: 0 10px;
    width: 16.8px;
    height: 16.8px;
}

.detail-info .sperator-line {
    height: 1px;
    background-color:  #e1e7eb;
}

.detail-info .function {
    width: auto;
    display: flex;  
    color: #666666;
    font-size: 12px;
    cursor: pointer;
}

.extra-info .row {
    margin: 10px 0;
}

.extra-info .none-row {
    height: 16.8px;
}

.extra-info .container {
    width: 98%;
    margin: 0;
    padding: 0;
}

.info-col-key {
    color: #666666;
    font-size: 12px;
    white-space: nowrap;
    padding-left: 0;
}

.info-col-value {
    color: #222222;
    font-size: 12px;
}

.order-status-button {
    background-color: #4090FF;
    color: #ffffff;
    font-size: 14px;
    width: 220px;
    height: 32px;
    border-radius: 2px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.order-status-button-gray {
    background-color: #BFBFBF;
    cursor: Default;
}

.order-status-lable {
    color: #222222;
    font-size: 18px;

}

.order-status-key {
    width: 140px;
    font-size: 14px;
    color: #222222;
    text-align: center;
}

.order-status-value {
    font-size: 14px;
    color: #666666;
   
    text-align: center;
    padding-top: 7px; 
}

.invitation-number {
    color: #4285f4;
    cursor: pointer;
}

.invitation-number:hover {
    text-decoration:underline
}


/* user item*/
.user-item {
    margin-top: 15px;
    width: 100%;
    height: 140px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    background: #FFFFFF;
}

.user-item-expand-2 {
    height: 240px;
}

.user-item-expand-3 {
    height: 280px;
}

.user-item .info-div {
    display: flex;
    justify-content: space-between;
}

.user-item .user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-item .info-name {
    text-align: right;
    width: 125px;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.user-item .info-value {
    margin-left: 50px;
    text-align: left;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
}

.user-item .related-Order-count {
    font-size: 40px;
    color: #333333;
    text-align: center;
}

.user-item .order-price-link {
    font-size: 18px;
    color: #4285f4;
    cursor: pointer;
}

.user-item .email-link {
    color: #4285f4;
    cursor: pointer;
}

.user-item .sperator-line {
    height: 1px;
    background-color:  #e1e7eb;
}

.user-item .note-input {
    margin-left: 50px;
    height: 40px;
    resize: horizontal;
    border: 1px solid #CECECE;

}

.user-item .save-note {
    margin-left: 20px;
    height: 28px;
    font-size: 12px;
    border: 0;
}

.order-item {
    margin-top: 15px;
    width: 100%;
    height: 250px;
    box-shadow: 0 0 3px 1px #cbcbcb;
    padding-left: 40px;
    padding-right: 40px;
    background: #FFFFFF;
}

.admin-order-item  {
    height: 330px;
}

.order-item-expand {
    height: 430px;
}

.admin-order-item-expand {
    height: 510px;
}

.order-item .text-info {
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topic-item .order-pic,
.order-item .order-pic {
    margin: 15px 0;
    width: 60px;
    height: 60px; 
}

.order-item .order-title-number {
    width: 35%;
    text-align: center;
}

.order-item .order-title-name {
    width: 20%;
    text-align: center;
}

.order-item .order-title-price {
    width: 20%;
    text-align: center;
}

.order-item .order-title-status {
    width: 20%;
    text-align: center;
}

.order-item .order-price-link {
    font-size: 14px;
    color: #4285f4;
    cursor: pointer;
}

.order-item .order-title-button {
    width: 25%;
    display: flex;
    justify-content: center;
}

.topic-item .order-number,
.order-item .order-number {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.topic-item .order-title,
.order-item .order-title {
    color: #666666;
    font-size: 12px;
}

.topic-item .order-content,
.order-item .order-content {
    color: #222222;
    font-size: 14px;
}

.order-item  .order-status {
    height: 120px;
    margin: 2px;
    margin-bottom: 0;
    background-color: #EDF8FF;
    margin-left: -40px;
    margin-right: -40px;
}

.order-item  .admin-order-status {
    height: 200px;
    margin: 2px;
    margin-bottom: 0;
    background-color: #EDF8FF;
    margin-left: -40px;
    margin-right: -40px;
    display: flex;
}

.admin-order-status .user-tips{
    width: 15%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.order-item .line-group {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.order-item .admin-line-group {
    width: 85%;
    padding-bottom: 0;
}

.line-group .status-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
    height: 24px;
}

.line-group .line-grey {
    width: 50%;
    height: 2px;
    background-color: #d5d5d5;
    text-align: center;
    z-index: 0;
}

.line-group .line-grey-active {
    background-color: #4183F2;
}

.line-group .dot {
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 100;
}

.order-item .status-item {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order-item .status-text-div {
    height: 40px;
    text-align: center;
}

.line-group .status-name {
    color: #cbcbcb;
    font-size: 14px;
}

.line-group .status-time {
    color: #222222;
    font-size: 12px;
}

.line-group .status-name-active {
    color: #222222;
}

.order-column {
    text-align: center;
}

.hide-div {
    visibility: hidden;
}


.div-40h {
    height: 40px;
}

.center-div {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.city-selector {
    display: flex;
    flex-direction: row;
}

.city-selector select {
    width: 120px;
    height: 34px;
    margin-right: 10px;
    font-size: 14px;
}

.dashbord-page {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch; 
    background: #F3F3F3;
    margin-top: 64px;
}

.title-function-bar {
    height: 64px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px 1px #cbcbcb;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.title-function-bar .title-bar-img {
    height: 60px;
    width: 60px;
    margin-left: 22px;
    margin-right: 18px;
    background-size: cover;
}

.title-function-bar .sign-out {
    margin-left: 40px;
    margin-right: 40px;
    cursor: pointer;
} 

.title-function-bar .select-language {
    cursor: pointer;
    border: none;
}

.income-item {
    margin-top: 15px;
    width: 100%;
    box-shadow: 0 0 3px 1px #cbcbcb;
    background: #FFFFFF;
}

.income-item .text-info {
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    color: #222222;
}

.income-item .order-pic {
    margin: 15px 0;
    width: 60px;
    height: 60px; 
    margin-right: 20px;
}

.income-item .order-column {
    text-align: center;
}

.income-item .order-title {
    color: #666666;
    font-size: 12px;
}

.income-item .order-content {
    color: #222222;
    font-size: 14px;
    margin-top: 4px;
}

.income-item .row-layout {
    display: flex;
}

.income-item .col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-link {
    font-size: 12px;
}

.disable-btn {
    background-color: #BFBFBF;
    cursor: Default;
}