
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, cite,del, dfn, em, font, q, s, samp,strike, strong,ol, ul, li, dd, dl,fieldset, form, label, legend,tbody, tfoot, thead, tr{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
    vertical-align: baseline;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font:15px/1.5 Segoe UI,SegoeUIForMac,"\5FAE\8F6F\96C5\9ED1",helvetica;
	color:#333;
    background: #f2f2f2;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
img {
	max-width: 100%;
	border: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #AAA; 
    height: 0px;
    box-sizing: content-box;
}
a {
	cursor: pointer;
	text-decoration: none;
	outline: 0 none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.file-input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
/*-------tooltip---------*/

.bottom_tooltip .tooltip,
.top_tooltip .tooltip,
.right_tooltip .tooltip,
.left_tooltip .tooltip {
    width: 250px;
    height: auto;
    color: #fff;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: -100%;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    line-height: 20px;
    visibility: hidden;
    z-index: 9999;
}
  
.bottom_tooltip:hover .tooltip {
    visibility: visible;
    opacity: 1;
    left: 50%;
    top: 100%;
    margin-left: -125px;
    margin-top: 5px;
    z-index: 9999;
}

.top_tooltip:hover .tooltip {
    visibility: visible;
    opacity: 1;
    left: 50%;
    bottom: 100%;
    margin-left: -125px;
    margin-bottom: 5px;
    z-index: 9999;
}

.left_tooltip:hover .tooltip {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 100%;
    margin-top: 5px;
    z-index: 9999;
}

.right_tooltip:hover .tooltip {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-left: -10px;
    margin-top: 5px;
    z-index: 9999;
}

/*-------tooltip---------*/ 
.common-paragraph {
    color: rgba(0,0,0,0.6);
    font-size: 15px;
}

/* third level content style */
.limited-content-width {
    min-width: 488px;
    max-width: 950px;
}

.brand-subcontent-common {
    overflow-y: auto;
    height: calc(100% - 76px);
}

/* grid style */

.col-xs-1 {
    width: 4.1666666667%;
}

.col-xs-2 {
    width: 8.3333333333%;
}

.col-xs-3 {
    width: 12.5%;
}

.col-xs-4 {
    width: 16.6666666667%;
}

.col-xs-5 {
    width: 20.8333333333%
}

.col-xs-6 {
    width: 25%;
}

.col-xs-7 {
    width: 29.1666666667%;
}

.col-xs-8 {
    width: 33.3333333333%;
}

.col-xs-9 {
    width: 37.5%;
}

.col-xs-10 {
    width: 41.6666666667%;
}

.col-xs-12 {
    width: 50%;
}

.col-xs-16 {
    width: 66.6666666667%;
}

.col-xs-24 {
    width: 100%;
}

/* table style */

table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

th {
    line-height: 1;
    padding: 6px 8px;
    border: none;
    border-bottom: 1px solid #ddd;
}

td {
    font-size: 15px;
    color:#333333;
    border-bottom: 1px solid #ddd;
    padding: 6px 8px;
    box-sizing: border-box;
    word-break: break-all;
}

.table-title {
    font-size: 11px;
    color: rgb(104, 104, 104);
}@font-face { 
    font-family: FullMDL2;
    src: url(FullMDL2.eot),
         url(FullMDL2.ttf);
} 

@font-face { 
    font-family: SegoeUIForMac;
    src: url(segoeui.ttf);
} [class^="icon-"], [class*="icon-"] {
    font-family: 'FullMDL2';
}

.icon-home::before { content: '\ECA5'; }
.icon-brandCard::before { content: '\E8A1'; }
.icon-offers::before { content: '\E1CB'; }
.icon-chatBot::before { content: '\E125'; }
.icon-analytics::before { content: '\E999'; }
.icon-feedback::before { content: '\EC42'; }
.icon-help::before { content: '\E9CE'; }
.icon-setting::before { content: '\E713'; }
.icon-edit::before { content: '\E70F'; }
.icon-pin::before { content: '\E718'; }
.icon-pinned::before { content: '\E840'; }
.icon-left::before { content: '\E00E'; }
.icon-right::before { content: '\E00F'; }
.icon-up::before { content: '\E010'; }
.icon-down::before { content: '\E011'; }
.icon-websites::before { content: '\E774'; }
.icon-phone::before { content: '\E13A'; }
.icon-email::before { content: '\E715'; }
.icon-address::before { content: '\F083'; }
.icon-cancel::before {content: '\E711'}
.icon-photo-add::before {content:'\ECAB'}
.icon-alert-solid::before {content: '\F331'}
.icon-alert::before {content: '\E171'}
.icon-robat::before {content: '\E99A'}
.icon-plus::before {content: '\E710'}
.icon-subduction::before {content: '\E949'}
.icon-check::before {content: '\E73E'}
.icon-circle-check::before {content: '\EF7D'}
.icon-switch::before {content: '\E8AB'}
.icon-camera::before {content: '\E114'}
.icon-publish::before {content:'\E171'}
.icon-chat::before {content:'\E901'}
.icon-map-pin::before {content: '\E707'}
.icon-ring-dots::before {content: '\F16A'}
.icon-user-add::before {content: '\E1E2'}
.icon-user-followed::before {content: '\F25C'}
.icon-user-local-admin::before {content:'\F1FB'}
.icon-out-going-mail::before {content:'\EFAF'}
.icon-toggle-on::before {content:'\F19E'}
.icon-toggle-off::before {content:'\F19F'}
.icon-videos-solid::before {content:'\F2DA'}
.icon-contact-legacy::before {content: '\E13D'}
.icon-user::before {content: '\EE57'}
.icon-user-reader::before {content: '\E77B'}
.icon-world::before {content: '\E909'}
.icon-shopping-cart::before {content: '\E7BF'}
.icon-list::before {content: '\EA37'}
.icon-calendar::before {content: '\ED28'}
.icon-check-box::before {content: '\E739'}
.icon-check-box-composite::before {content: '\E73A'}
.icon-subscribe::before {content: '\EDA1'}
.icon-skype::before {content: '\EB6F'}
.icon-facebook::before {content: '\ECB4'}
.icon-rotate::before {content: '\E7AD'}
.icon-zoom-in::before {content: '\E8A3'}
.icon-zoom-out::before {content: '\E71F'}
.icon-arrow-up::before {content: '\F0AD'}
.icon-arrow-down::before {content: '\F0AE'}
.icon-arrow-right::before {content: '\F0AF'}
.icon-arrow-left::before {content: '\F0B0'}
.icon-check::before {content: '\E73E'}
.icon-complete-solid::before {content: '\EC61'}
.icon-delete::before {content: '\E74D'}
.icon-add-to::before {content: '\ECC8'}
.icon-emoji-smile::before {content: '\ED54'}
.icon-emoji-neutral::before {content: '\EA87'}
.icon-emoji-disappointed::before {content: '\EA88'}
.icon-radio-btn-off::before {content: '\ECCA'}
.icon-radio-btn-on::before {content: '\ECCB'}
.icon-bing-logo::before{content:'\EB6B'}
/* icon botchat */
.icon-insert-text-box::before {content: '\EC7D'}
.icon-reply::before {content: '\E97A'}
.icon-picture::before {content: '\F523'}
.icon-bulleted-list::before {content: '\E8FD'}
.icon-photo-collection::before {content: '\E7AA'}
.icon-cloud-complete::before {content: '\F287'}
.icon-more::before {content: '\E712'}
.icon-copy::before {content: '\E8C8'}
.icon-get-help::before {content: '\EA6B'}
.icon-get-folder::before {content: '\E8B7'}
.icon-chat-bot::before {content: '\F08B'}
.icon-right-arrow::before {content: '\EBE7'}
.icon-crop::before {content: '\E7A8'}

/* icon size definition */
.icon-size-xxsmall { font-size: 16px; }
.icon-size-xsmall { font-size: 24px; }
.icon-size-small { font-size: 32px; }
.icon-size-medium { font-size: 40px; }
.icon-size-large { font-size: 48px; }
.icon-size-xlarge { font-size: 56px; }
.icon-size-xxlarge { font-size: 64px;}.account-item-select {
  width: 400px;
  cursor: pointer;
  background: #f2f2f2;
  margin-bottom: 5px;
  padding: 5px; }
  .account-item-select .account-head {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle; }
  .account-item-select .item-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
    .account-item-select .item-info h1 {
      font-weight: 500;
      margin: 0; }

.account-item-selected {
  background: #aaaaaa; }

.account-action-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px; }
.primary-button, .basic-button, .refuse-button {
  position: relative;
  display: inline-block;
  font: 14px Segoe UI Regular,SegoeUIForMac;
  outline: none;
  border: none;
  height: 34px;
  cursor: pointer; }
  .primary-button:hover, .basic-button:hover, .refuse-button:hover {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1); }
  .primary-button a, .primary-button span, .basic-button a, .basic-button span, .refuse-button a, .refuse-button span {
    display: inline-block;
    text-align: center;
    padding: 7px 24px; }

.primary-button {
  color: #fff;
  background: #0078d7; }
  .primary-button a, .primary-button span {
    color: #fff; }

.basic-button, .refuse-button {
  color: #373737; }
  .basic-button a, .basic-button span, .refuse-button a, .refuse-button span {
    color: #373737; }

.basic-button {
  background: #fff;
  border: 1px solid #373737;
  box-sizing: border-box; }
  .basic-button a, .basic-button span {
    color: #373737;
    padding: 6px 23px; }

.refuse-button {
  background: #D8D8D8; }

.disable-button {
  background: rgba(55, 55, 55, 0.5); }

.text-button {
  display: inline-block;
  color: #0069BA;
  cursor: pointer; }
.modal-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  padding-top: 5%;
  flex-flow: column;
  z-index: 9999; }
  .modal-overlay .modal-content {
    position: relative;
    width: auto;
    height: auto;
    max-height: 96%;
    padding: 0;
    margin: 0 auto;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5);
    overflow: auto;
    background: #FBFBFB; }

.dialog-container {
  position: relative;
  padding: 30px;
  background: #FBFBFB; }
  .dialog-container .dialog-header {
    font: 18px Segoe UI,SegoeUIForMac;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px; }
  .dialog-container .dialog-corner-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: transparent;
    color: #000000;
    cursor: pointer; }
    .dialog-container .dialog-corner-button:hover {
      background: rgba(0, 0, 0, 0.1); }

.loading-spiner {
  transform-origin: 'center';
  animation: spin 3s infinite linear;
  -webkit-animation: spin 3s infinite linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.feedback-container {
  width: 540px; }
  .feedback-container h1 {
    font-size: 13px;
    color: #000;
    padding: 18px 0 8px 0; }
  .feedback-container p {
    font-size: 13px;
    opacity: 0.6;
    color: #000; }
  .feedback-container textarea {
    width: 540px;
    height: 120px;
    resize: none;
    padding: 8px;
    font: 15px Segoe UI,SegoeUIForMac;
    color: #373737;
    border: 1px solid #373737;
    box-sizing: border-box; }
  .feedback-container .section .select-input {
    width: 200px; }
  .feedback-container .section .file-select-input {
    width: 300px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #686868;
    height: 34px;
    box-sizing: border-box;
    padding: 0 34px 0 15px; }
  .feedback-container .section .captcha-container {
    width: 400px;
    display: flex;
    align-items: center; }
    .feedback-container .section .captcha-container .captcha-image {
      width: 150px;
      height: 45px;
      margin-left: 30px;
      margin-right: 10px; }
  .feedback-container .section .captcha-action {
    margin-top: 10px;
    width: 200px;
    display: flex;
    justify-content: space-between; }
  .feedback-container .feedback-info {
    font-size: 15px;
    margin-top: 8px;
    cursor: pointer; }
    .feedback-container .feedback-info span {
      font-size: 12px;
      margin-right: 8px; }
  .feedback-container .feedback-action {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end; }
    .feedback-container .feedback-action .action-pos {
      margin-left: 30px; }
  .feedback-container .require {
    color: #FF0000; }
  .feedback-container .error {
    border-color: #A80000; }
.input-title {
  color: #000000;
  font-size: 13px;
  margin-top: 18px;
  margin-bottom: 8px; }
  .input-title span {
    color: #686868; }

.input-container {
  display: inline-block;
  position: relative;
  width: 100%; }
  .input-container .common-input {
    width: 100%;
    height: 37px;
    font: 15px Segoe UI,SegoeUIForMac;
    padding: 0 34px 0 15px;
    outline: none;
    border: 1px solid #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    box-sizing: border-box; }
    .input-container .common-input::-ms-clear {
      display: none; }
  .input-container input:disabled {
    background-color: #fff; }
  .input-container .input-clear-common {
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: default; }
  .input-container .input-error {
    border-color: #A80000 !important; }
.collapse-container .collapse-title {
  display: flex; }
  .collapse-container .collapse-title .expand-icon-section {
    margin-left: 10px; }

.collapse-container .collapse-content {
  padding: 10px; }
.tos-container {
  width: 786px; }
  .tos-container .tos-info {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6); }
    .tos-container .tos-info a {
      color: #0078D7;
      text-decoration: underline; }
  .tos-container .tos-action {
    margin: 36px 0;
    float: right; }
    .tos-container .tos-action .action-pos {
      margin-left: 30px; }
.why-verify-container {
  padding: 20px 29px;
  background: #FBFBFB;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05); }
  .why-verify-container .content-title {
    font: 18px Segoe UI,SegoeUIForMac;
    font-weight: 700;
    color: #000000; }
  .why-verify-container .content-p {
    font: 15px Segoe UI,SegoeUIForMac;
    color: rgba(0, 0, 0, 0.6); }
  .why-verify-container .hide-button {
    display: inline-block;
    color: #3076BC;
    margin-left: 30px;
    text-align: center;
    cursor: pointer; }
    .why-verify-container .hide-button span {
      margin-left: 8px;
      font-size: 10px;
      vertical-align: middle; }
  .why-verify-container .benefit-conatiner {
    max-width: 840px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 10px; }
    .why-verify-container .benefit-conatiner .benefit-title {
      color: #373737;
      margin-bottom: 12px; }
    .why-verify-container .benefit-conatiner .benefit-item-conatiner {
      width: 250px;
      margin-top: 28px;
      margin-right: 30px;
      display: inline-block;
      vertical-align: text-top; }
      .why-verify-container .benefit-conatiner .benefit-item-conatiner .benefit-image {
        height: 115px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      .why-verify-container .benefit-conatiner .benefit-item-conatiner .benefit-detail {
        color: #373737;
        margin-top: 33px;
        text-align: center; }
      .why-verify-container .benefit-conatiner .benefit-item-conatiner .image-1 {
        width: 250px;
        background: url(Images/9b625042.1.png) no-repeat center/cover; }
      .why-verify-container .benefit-conatiner .benefit-item-conatiner .image-2 {
        width: 250px;
        background: url(Images/f870f4b3.2.png) no-repeat center/cover; }
      .why-verify-container .benefit-conatiner .benefit-item-conatiner .image-3 {
        width: 250px;
        background: url(Images/2424f968.3.png) no-repeat center/cover; }
.verify-options-container .verify-options-title {
  font: 18px Segoe UI,SegoeUIForMac;
  font-weight: 700;
  color: #000000; }

.verify-options-container .verify-options-p {
  max-width: 840px;
  margin-top: 8px;
  font: 15px Segoe UI,SegoeUIForMac;
  color: rgba(0, 0, 0, 0.6); }

.verify-options-container .verify-info-p {
  max-width: 840px;
  margin-top: 8px;
  font: 15px Segoe UI,SegoeUIForMac;
  color: #373737; }

.verify-options-container .verify-action {
  color: #0069BA;
  margin-top: 11px; }

.verify-options-container .step-list {
  display: flex;
  flex-wrap: wrap; }
  .verify-options-container .step-list .webmaster-button, .verify-options-container .step-list .uet-button {
    position: absolute;
    height: 50px;
    background: #008272;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    cursor: default; }
  .verify-options-container .step-list .webmaster-button {
    width: 169px;
    left: 65px;
    bottom: 75px; }
  .verify-options-container .step-list .uet-button {
    width: 200px;
    left: 51px;
    bottom: 59px; }
    .verify-options-container .step-list .uet-button .icon-bing-logo {
      vertical-align: middle;
      font-size: 24px; }
    .verify-options-container .step-list .uet-button .ads {
      font-weight: 300; }
  .verify-options-container .step-list .step-item-container {
    cursor: default;
    position: relative;
    width: 300px;
    height: 340px;
    padding: 20px 20px;
    margin-right: 20px;
    margin-top: 22px;
    box-sizing: border-box;
    border: 1px solid #999999; }
    .verify-options-container .step-list .step-item-container .step-item-title {
      font: 18px Segoe UI,SegoeUIForMac;
      font-weight: 700;
      color: #000000; }
    .verify-options-container .step-list .step-item-container .step-item-detail {
      margin-top: 9px;
      color: #676767; }
      .verify-options-container .step-list .step-item-container .step-item-detail b {
        color: #333; }

.verify-options-container .option-list {
  display: flex;
  flex-wrap: wrap; }
  .verify-options-container .option-list .option-item-container {
    cursor: default;
    position: relative;
    width: 360px;
    height: 200px;
    padding: 20px 20px;
    margin-top: 28px;
    margin-right: 40px;
    box-sizing: border-box; }
    .verify-options-container .option-list .option-item-container .select-button {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 20px; }
    .verify-options-container .option-list .option-item-container .option-item-title {
      font: 18px Segoe UI,SegoeUIForMac;
      font-weight: 700;
      color: #000000; }
    .verify-options-container .option-list .option-item-container .option-item-detail {
      font-size: 14px;
      margin-top: 9px;
      color: #676767; }
    .verify-options-container .option-list .option-item-container .learn-more {
      color: #0078D7; }
  .verify-options-container .option-list .option-selected {
    border: 1px solid #00AEEF;
    box-shadow: 0px 3px 6px rgba(0, 174, 239, 0.32); }
    .verify-options-container .option-list .option-selected .select-button {
      color: #00AEEF; }
  .verify-options-container .option-list .option-unselected {
    border: 1px solid #999999; }
    .verify-options-container .option-list .option-unselected .select-button {
      color: #999999; }
.onbording-process-container {
  width: 202px;
  text-align: center; }
  .onbording-process-container .onbording-process-text {
    color: #373737;
    text-align: center;
    font-size: 10px; }
  .onbording-process-container .onbording-process-bar .onbording-process-done {
    display: inline-block;
    height: 4px;
    background: #00A0F0;
    margin-right: 1px; }
  .onbording-process-container .onbording-process-bar .onbording-process-undone {
    display: inline-block;
    height: 4px;
    background: #D8D8D8; }
.process-button {
  color: #0069BA;
  font-size: 15px;
  cursor: pointer;
  line-height: 42px; }
  .process-button span:nth-child(1) {
    margin-right: 20px; }
.step-image1 {
  position: absolute;
  left: 51px;
  bottom: 30px;
  width: 200px;
  height: 140px;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  .step-image1 .section-1 {
    height: 10px;
    width: 29px;
    margin: 7px;
    background: #373737; }
  .step-image1 .section-2 {
    display: flex;
    height: 100%; }
    .step-image1 .section-2 .section-left {
      background: #C8C8C8;
      width: 44px;
      height: 100%; }
      .step-image1 .section-2 .section-left div {
        background: #686868;
        height: 6.5px;
        width: 21px;
        margin-right: 7px;
        margin-top: 5.5px;
        float: right; }
      .step-image1 .section-2 .section-left div:nth-child(1) {
        margin-top: 19px;
        width: 28px; }
      .step-image1 .section-2 .section-left div:nth-child(7) {
        background: #008272;
        height: 10px; }
    .step-image1 .section-2 .section-right {
      margin-left: 10px; }
      .step-image1 .section-2 .section-right > div:nth-child(1) {
        width: 65px;
        height: 10px;
        background: #C8C8C8;
        margin-bottom: 8px; }
      .step-image1 .section-2 .section-right > div:nth-child(2), .step-image1 .section-2 .section-right > div:nth-child(4) {
        width: 135px;
        height: 4px;
        background: #C8C8C8;
        margin-bottom: 4px; }
      .step-image1 .section-2 .section-right > div:nth-child(3), .step-image1 .section-2 .section-right > div:nth-child(5) {
        width: 133px;
        height: 20px;
        margin-bottom: 8px;
        border: 1px solid #C8C8C8; }
      .step-image1 .section-2 .section-right > div:nth-child(6) {
        display: flex;
        width: 135px;
        justify-content: space-between; }
        .step-image1 .section-2 .section-right > div:nth-child(6) div {
          width: 50px;
          height: 6px;
          background: #C8C8C8; }

.step-image2 {
  position: absolute;
  left: 51px;
  bottom: 30px;
  width: 200px;
  height: 140px;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  .step-image2 .section-1 {
    height: 10px;
    width: 29px;
    margin: 7px;
    background: #373737; }
  .step-image2 .section-2 {
    display: flex;
    height: 100%; }
    .step-image2 .section-2 .section-left {
      background: #C8C8C8;
      width: 44px;
      height: 100%; }
      .step-image2 .section-2 .section-left div {
        background: #686868;
        height: 6.5px;
        width: 21px;
        margin-right: 7px;
        margin-top: 5.5px;
        float: right; }
      .step-image2 .section-2 .section-left div:nth-child(1) {
        margin-top: 19px;
        width: 28px; }
    .step-image2 .section-2 .section-right {
      margin-left: 10px; }
      .step-image2 .section-2 .section-right > div:nth-child(1) {
        width: 15px;
        height: 10px;
        background: #C8C8C8;
        margin-bottom: 8px; }
      .step-image2 .section-2 .section-right > div:nth-child(2) {
        width: 16px;
        height: 4px;
        background: #008272;
        margin-bottom: 4px; }
      .step-image2 .section-2 .section-right > div:nth-child(3) {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 133px;
        height: 20px;
        margin-bottom: 8px;
        border: 1px solid #008272; }
        .step-image2 .section-2 .section-right > div:nth-child(3) > div {
          display: flex;
          justify-content: space-around; }
          .step-image2 .section-2 .section-right > div:nth-child(3) > div div {
            width: 40px;
            height: 4px;
            background: #008272; }
      .step-image2 .section-2 .section-right > div:nth-child(4) {
        width: 135px;
        height: 4px;
        background: #C8C8C8;
        margin-bottom: 4px; }
      .step-image2 .section-2 .section-right > div:nth-child(5) {
        width: 133px;
        height: 20px;
        margin-bottom: 8px;
        border: 1px solid #C8C8C8; }

.step-image3 {
  position: absolute;
  left: 51px;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 200px;
  height: 140px; }
  .step-image3 .section-left {
    width: 90px;
    height: 140px;
    background: #D9D9D9; }
    .step-image3 .section-left > div:nth-child(1) {
      height: 17.5px;
      background: #474747; }
    .step-image3 .section-left > div:nth-child(2) {
      height: 8px;
      width: 52px;
      margin-left: 9px;
      margin-top: 10px;
      background: #686868; }
    .step-image3 .section-left > div:nth-child(3) {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      height: 58px;
      width: 72px;
      margin-left: 9px;
      margin-top: 10px;
      background: #FFF; }
      .step-image3 .section-left > div:nth-child(3) div:nth-child(1) {
        width: 52px;
        height: 2px;
        margin-left: 10px;
        background: #C8C8C8; }
      .step-image3 .section-left > div:nth-child(3) div:nth-child(2) {
        width: 52px;
        height: 2px;
        margin-left: 10px;
        background: #C8C8C8; }
      .step-image3 .section-left > div:nth-child(3) div:nth-child(3) {
        width: 41px;
        height: 2px;
        margin-left: 10px;
        background: #C8C8C8; }
      .step-image3 .section-left > div:nth-child(3) div:nth-child(4) {
        width: 27px;
        height: 2px;
        margin-left: 10px;
        background: #C8C8C8; }
    .step-image3 .section-left > div:nth-child(4) {
      height: 11px;
      width: 72px;
      margin-left: 9px;
      margin-top: 17px;
      background: #008272; }
  .step-image3 .section-right {
    width: 87px;
    height: 110px;
    background: #008272;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15); }
    .step-image3 .section-right div:nth-child(1), .step-image3 .section-right div:nth-child(5) {
      color: #FFFFFF;
      font-size: 20px;
      margin-left: 10px; }
    .step-image3 .section-right div:nth-child(2), .step-image3 .section-right div:nth-child(4) {
      width: 22px;
      height: 3px;
      margin-left: 13px;
      margin-top: 10px;
      background: rgba(255, 255, 255, 0.9); }
    .step-image3 .section-right div:nth-child(3) {
      width: 44px;
      height: 3px;
      margin-left: 27px;
      margin-top: 10px;
      background: rgba(255, 255, 255, 0.9); }
  .step-image3 .connect {
    position: absolute;
    top: 110px;
    left: 82px;
    border-bottom: 2px solid #686868;
    border-right: 2px solid #686868;
    height: 15px;
    width: 74px;
    border-bottom-right-radius: 30px; }

.step-image4 {
  position: absolute;
  left: 51px;
  bottom: 30px;
  width: 200px;
  height: 140px;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  .step-image4 > div {
    margin-left: 10px; }
  .step-image4 > div:nth-child(1) {
    height: 10px;
    width: 30px;
    margin-top: 8px;
    background: #474747; }
  .step-image4 > div:nth-child(2) {
    height: 10px;
    width: 66px;
    margin-top: 7px;
    margin-bottom: 6px;
    background: #686868; }
  .step-image4 > div:nth-child(3) {
    margin: 0px;
    height: 8px;
    width: 100%;
    padding: 1px 0  1px 21px;
    background: #C8C8C8; }
    .step-image4 > div:nth-child(3) div {
      height: 8px;
      width: 32px;
      background: #FFF; }
  .step-image4 > div:nth-child(4) {
    height: 7px;
    width: 23px;
    margin-top: 5px;
    background: #008272; }
  .step-image4 > div:nth-child(5) {
    height: 3px;
    width: 20px;
    margin-top: 5px;
    background: #C8C8C8; }
  .step-image4 > div:nth-child(6) {
    height: 3px;
    width: 100px;
    margin-top: 3px;
    background: #C8C8C8; }
  .step-image4 > div:nth-child(7), .step-image4 > div:nth-child(8) {
    height: 18px;
    width: 162px;
    margin-top: 4px;
    border: 1px solid #C8C8C8; }
  .step-image4 > div:nth-child(8) {
    margin-top: 10px; }
.analytics-coming-soon {
  position: absolute;
  left: 640px;
  top: 30px;
  width: 321px;
  height: 292px;
  background: url("Images/516da02d.coming soon analytics.png") no-repeat center/cover; }

.chatbot-coming-soon {
  position: absolute;
  left: 640px;
  top: 0px;
  width: 422px;
  height: 353px;
  background: url("Images/1d4e5dfc.Bot creation in progress 1.png") no-repeat center/cover; }

.chatbot-anytime {
  position: absolute;
  left: 640px;
  top: 37px;
  width: 250px;
  height: 250px;
  background: url("Images/9b34dd44.anytime anywhere 1-02.png") no-repeat center/cover; }
.box-container {
  padding: 12px 30px 30px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative; }
  .box-container .box-container-title {
    font: 20px Segoe UI, SegoeUIForMac;
      font-weight: 600;
    height: 32px;
    line-height: 32px; }
  .box-container .box-container-main {
    font-size: 15px;
    margin-top: 12px;
    color: #686868;
    min-width: 320px; }
    .box-container .box-container-main p span, .box-container .box-container-main p a {
      color: #0069BA;
      margin-left: 5px; }
.content-title {
  height: 76px;
  line-height: 76px; }
  .content-title .title {
    font: 23px Segoe UI,SegoeUIForMac;
    font-weight: 600; }
  .content-title .title-additional {
    margin-left: 20px;
    display: inline-block; }
.brand-aside {
  width: 324px; }
  .brand-aside .title {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px 20px 40px;
    color: #21232C;
    line-height: 30px; }
    .brand-aside .title .detail {
      font-size: 18px; }
      .brand-aside .title .detail .left-icon {
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background: #E6E6E6;
        margin-right: 10px; }
    .brand-aside .title .switch {
      font-size: 10px; }
  .brand-aside .navagation {
    font-size: 15px;
    color: #000000; }
    .brand-aside .navagation li {
      height: 40px;
      width: 324px;
      line-height: 40px;
      position: relative; }
      .brand-aside .navagation li .navagation-item {
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
        color: #000000; }
        .brand-aside .navagation li .navagation-item .navagation-text {
          display: inline-block;
          width: 100%;
          height: 100%;
          padding-left: 40px;
          box-sizing: border-box;
          color: #21232C; }
      .brand-aside .navagation li .active .navagation-text {
        background: #ffffff; }
      .brand-aside .navagation li .active .left-active {
        position: absolute;
        width: 6px;
        height: 16px;
        left: -3px;
        top: 50%;
        margin-top: -8px;
        background: #4596B4;
        border-radius: 3px; }
      .brand-aside .navagation li:hover .navagation-text {
        font-size: 16px; }

.brand-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 324px;
  padding: 0;
  overflow: hidden;
  height: 100%; }

.common-detail-list li {
  list-style: disc inside; }
  .common-detail-list li a, .common-detail-list li span {
    margin-left: 5px;
    color: #0069BA;
    cursor: pointer; }
.manage-email-container {
  display: flex;
  flex-direction: column; }
  .manage-email-container .box-container {
    margin-bottom: 0px;
    box-shadow: 0px 0px 0px; }
    .manage-email-container .box-container .manage-email-addresses-section .address-description-section {
      color: #000; }
    .manage-email-container .box-container .manage-email-addresses-section .address-learn-more {
      color: #0069BA;
      margin-bottom: 27px; }
    .manage-email-container .box-container .manage-email-addresses-section .add-new-action-section .add-new-item {
      display: inline-flex;
      height: 37px;
      vertical-align: top;
      line-height: 37px; }
      .manage-email-container .box-container .manage-email-addresses-section .add-new-action-section .add-new-item .item-button {
        margin-left: 16px;
        margin-top: 3px; }
    .manage-email-container .box-container .manage-email-addresses-section .add-new-action-section .item-column {
      margin-right: 50px; }
  .manage-email-container .section-boundary {
    width: 100%;
    border-bottom: 1px solid #C8C8C8; }
  .manage-email-container .address-list-section {
    position: relative;
    padding: 30px 30px 0 30px;
    background: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow-y: auto; }
    .manage-email-container .address-list-section .address-item {
      display: flex;
      margin-bottom: 30px; }
      .manage-email-container .address-list-section .address-item .item-icon, .manage-email-container .address-list-section .address-item .item-action {
        line-height: 37px;
        height: 37px; }
      .manage-email-container .address-list-section .address-item .item-content {
        width: 475px;
        margin-right: 16px; }
      .manage-email-container .address-list-section .address-item .item-status1, .manage-email-container .address-list-section .address-item .item-status2 {
        font-size: 13px;
        margin: 0 26px 0 7px;
        margin-right: 26px;
        vertical-align: top; }
      .manage-email-container .address-list-section .address-item .item-status2 {
        color: #0069BA;
        cursor: default; }
      .manage-email-container .address-list-section .address-item .item-status1 {
        color: #666666; }
      .manage-email-container .address-list-section .address-item .icon-out-going-mail {
        color: #FC9C1F;
        font-size: 16px;
        vertical-align: middle; }
      .manage-email-container .address-list-section .address-item .icon-circle-check {
        color: #5BEAA6;
        font-size: 16px;
        vertical-align: middle;
        margin-right: 7px; }
.icon-text-section {
  font-size: 15px;
  color: #0061CE;
  display: inline-flex; }
  .icon-text-section .icon-span {
    display: block;
    margin-right: 10px;
    margin-top: 2px; }
  .icon-text-section .content-section {
    font-family: Segoe UI Regular,SegoeUIForMac; }

.icon-text-section:hover {
  cursor: pointer; }
.email-add-dialog {
  width: 540px; }
  .email-add-dialog p {
    font-size: 15px;
    color: grba(0, 0, 0, 0.6); }
  .email-add-dialog .action-content {
    margin-top: 68px !important; }

.email-remove-dialog {
  width: 540px; }
  .email-remove-dialog p {
    width: 503px; }
  .email-remove-dialog .action-content {
    margin-top: 40px; }
.domain-filter-container {
  display: inline-block; }
  .domain-filter-container label {
    font-size: 15px;
    color: #000; }
  .domain-filter-container .domain-select {
    position: relative;
    display: inline-block;
    margin-left: 8px; }
    .domain-filter-container .domain-select .selected {
      display: inline-flex;
      justify-content: space-between;
      cursor: default;
      height: 35px;
      width: 260px;
      line-height: 33px;
      font-size: 15px;
      color: #666;
      border: 1px solid rgba(55, 55, 55, 0.6);
      padding: 0 15px;
      box-sizing: border-box; }
    .domain-filter-container .domain-select .dropdown-container {
      position: absolute;
      width: 260px;
      z-index: 999;
      background: #FFF;
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
      box-sizing: border-box; }
      .domain-filter-container .domain-select .dropdown-container ul {
        width: 500px;
        max-height: 400px;
        line-height: 40px; }
        .domain-filter-container .domain-select .dropdown-container ul a {
          display: inline-block;
          cursor: default;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          color: #000;
          padding-left: 38px; }
.manage-location-action {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 600px; }
  .manage-location-action .input-length {
    width: 330px; }
.table-item-role span {
  margin-right: 10px;
  vertical-align: middle; }

.table-item-check {
  color: #58EAA6;
  font-size: 16px; }

.table-item-edit {
  color: #686868;
  font-size: 16px;
  cursor: pointer; }

.loading-section {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center; }

.invite-action-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }
  .invite-action-container .content-section {
    display: flex;
    justify-content: space-between;
    width: 66.6666666667%; }
  .invite-action-container .email-container {
    width: 80%;
    min-width: 200px;
    margin-right: 20px; }
  .invite-action-container input {
    line-height: 30px;
    padding: 0 15px;
    width: 360px; }
  .invite-action-container .action {
    width: 180px;
    display: flex;
    justify-content: space-between; }
  .invite-action-container .invite-button {
    cursor: pointer; }
    .invite-action-container .invite-button span {
      color: #0061CE;
      font-size: 15px;
      vertical-align: middle; }
    .invite-action-container .invite-button span:nth-child(1) {
      margin-right: 15px; }
/*---------table style------------*/
.common-table {
  border-collapse: collapse;
  width: 100%; }

.common-table-box {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  padding-top: 40px;
  background: #FFFFFF; }

.common-table-container {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.common-table > thead > tr > th {
  height: 0;
  line-height: 0;
  padding: 0;
  border: none;
  color: transparent;
  border-bottom: 1px solid #ddd; }

.common-table > thead > tr > th div {
  position: absolute;
  background: transparent;
  top: 12px;
  line-height: normal;
  font-size: 10px;
  color: #686868;
  text-align: left;
  padding: 6px 8px; }

.common-table > tbody > tr > td {
  font: 15px;
  color: #333333;
  border-bottom: 1px solid #ddd;
  padding: 6px 8px;
  box-sizing: border-box;
  word-break: break-all; }
.single-select {
  position: relative;
  display: inline-block; }
  .single-select .selected {
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #686868; }
    .single-select .selected span:nth-child(2) {
      margin-left: 20px;
      font-size: 8px;
      vertical-align: middle; }
  .single-select ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-height: 300px;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); }
    .single-select ul li {
      height: 30px;
      width: 100%;
      line-height: 30px;
      padding: 0;
      margin: 0; }
      .single-select ul li a {
        display: inline-block;
        height: 100%;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        color: #686868; }
        .single-select ul li a:hover {
          font-weight: 500; }
.item-title {
  font-size: 13px;
  padding: 5px 0 8px 0; }
.email-preview-content {
  display: flex;
  width: 860px;
  justify-content: space-between;
  margin-top: 15px; }
  .email-preview-content .or {
    line-height: 500px; }

.similar-brands-detail {
  width: 460px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 30px; }
  .similar-brands-detail p {
    margin-bottom: 30px; }

.similar-brands-box {
  display: inline-block;
  vertical-align: text-top;
  width: 300px;
  height: 140px;
  padding: 15px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); }
  .similar-brands-box h1 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 500; }
  .similar-brands-box .similar-brands {
    display: flex;
    justify-content: space-between; }

.select-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 500px;
  width: 400px;
  border: 1px solid;
  background: #ffffff;
  padding: 12px 16px;
  box-sizing: border-box;
  font-size: 15px;
  cursor: pointer; }
  .select-container h1 {
    color: #000000;
    font-weight: 500; }
  .select-container p {
    color: #686868; }
  .select-container .select-circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #686868;
    border-radius: 8px;
    right: 10px;
    top: 10px; }
    .select-container .select-circle .solid-circle {
      width: 10px;
      height: 10px;
      border-radius: 5px;
      margin: 3px; }
  .select-container:hover {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); }

.view-selected {
  border-color: #00AEEF; }
  .view-selected .select-circle {
    border-color: #00AEEF; }
    .view-selected .select-circle .solid-circle {
      background: #00AEEF; }

.view-unselected {
  border-color: #f2f2f2; }
  .view-unselected .select-circle {
    border-color: #686868; }
    .view-unselected .select-circle .solid-circle {
      background: transparent; }

.view-box {
  font-size: 12px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-top: 20px;
  margin-left: 32px;
  width: 300px;
  box-sizing: border-box; }
  .view-box .peek-view-detail {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .view-box .view-brand-name {
    color: #000000;
    font-weight: 400; }
  .view-box .list-view-detail {
    display: flex;
    justify-content: space-between; }
  .view-box h1 {
    margin: 2px 0; }
  .view-box .video-block {
    height: 160px;
    background: #0061CE;
    line-height: 160px; }
    .view-box .video-block span {
      text-align: center;
      display: inline-block;
      font-size: 40px;
      width: 100%;
      color: #ffffff; }

.column {
  height: 200px;
  width: 200px;
  float: left;
  border: 1px solid black;
  background-color: green;
  margin-right: 5px;
  text-align: center;
  cursor: move;
  transition: 3s; }

.column header {
  color: black;
  text-shadow: #000 0 1px;
  box-shadow: 5px;
  padding: 5px;
  background: red;
  border-bottom: 1px solid black; }

.column.over {
  border: 3px dashed #000; }
.toggle-container {
  color: #000000;
  margin-top: 10px; }
  .toggle-container .toggle {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 20px;
    border: 1px solid;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer; }
    .toggle-container .toggle .toggle-circle {
      position: absolute;
      height: 10px;
      width: 10px;
      top: 4px;
      border-radius: 5px; }
  .toggle-container .toggle-on {
    background: #0069BA;
    border-color: #0069BA; }
    .toggle-container .toggle-on .toggle-circle {
      right: 4px;
      background: #ffffff; }
  .toggle-container .toggle-off {
    background: #ffffff;
    border-color: #333333; }
    .toggle-container .toggle-off .toggle-circle {
      left: 4px;
      background: #000000; }
  .toggle-container span {
    display: inline-block;
    width: 30px;
    margin-left: 15px;
    vertical-align: top; }
  .toggle-container .toggle-detail {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top; }
.title-container {
  display: flex;
  justify-content: space-between; }
  .title-container .publish-button-section {
    height: 76px;
    display: flex;
    align-items: center;
    margin-right: 100px; }

.brand-card-wrapper {
  overflow: auto;
  width: 100%; }

.brand-card-container {
  display: flex;
  overflow: auto;
  height: 100%; }
  .brand-card-container .card-overview {
    display: table;
    width: 360px;
    background: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2); }
    .brand-card-container .card-overview .card-header {
      position: relative;
      width: 100%;
      height: 190px;
      border-bottom: 1px solid #D8D8D8; }
      .brand-card-container .card-overview .card-header .cover-photo {
        position: relative;
        background: #0061CE;
        height: 68px;
        width: 100%; }
        .brand-card-container .card-overview .card-header .cover-photo img {
          background: transparent;
          width: 100%;
          height: 100%; }
        .brand-card-container .card-overview .card-header .cover-photo .photo-add-button {
          position: absolute;
          color: #ffffff;
          font-size: 13px;
          bottom: 0px;
          right: 0px;
          padding: 2px 8px;
          cursor: pointer; }
          .brand-card-container .card-overview .card-header .cover-photo .photo-add-button .icon-camera {
            margin-right: 5px;
            vertical-align: text-top; }
        .brand-card-container .card-overview .card-header .cover-photo .photo-edit-button {
          background: rgba(0, 0, 0, 0.3); }
      .brand-card-container .card-overview .card-header .card-logo-add {
        position: absolute;
        height: 80px;
        width: 80px;
        border: 0;
        border-radius: 40px;
        top: 50px;
        left: 20px;
        background: #ffffff;
        box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
        cursor: pointer;
        z-index: 1; }
        .brand-card-container .card-overview .card-header .card-logo-add .logo-add-button {
          height: 80px;
          width: 80px;
          box-sizing: border-box;
          border-radius: 40px;
          text-align: center;
          display: table-cell;
          vertical-align: middle; }
          .brand-card-container .card-overview .card-header .card-logo-add .logo-add-button .logo-add-text {
            color: #0069BA;
            font-size: 16px; }
            .brand-card-container .card-overview .card-header .card-logo-add .logo-add-button .logo-add-text span {
              font: 13px Segoe UI,SegoeUIForMac;
              display: block; }
        .brand-card-container .card-overview .card-header .card-logo-add .logo-image {
          width: 80px;
          height: 80px;
          border: none;
          border-radius: 40px; }
        .brand-card-container .card-overview .card-header .card-logo-add .edit-cover {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAA8CAMAAAC6sxMiAAAAM1BMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADxgEwMAAAAEXRSTlMACBAYICgwOEBIUFhgaHB4gIFnicoAAAGUSURBVBgZzcEJUhwxEATA0t2jaanr/68FEw4MXnaZe5SJbVyMRWRWVT5oqioiMXpcwcUsVTsXMlUpMeAcIUlVbtRUcsSBYqnKA/RZksdesdTGQ5lKctjGp6nxJL2WgHV8rp0nM5WIZXyunVdRCXjNpanzYjZnjydCUd6kTwkP4tR5K5uzwz+pGkegxeOPVI3jaMWjcjCGyMFMgHIsHogcSsU75UDM4Z3nQAQfKodhDh+ccRQZfxUOQvGpcQwBnwKHIPhCOICGbxrvF/BNMN5N8J/CmykezLyVOTxwjXeK+EEw3qfgR4m3qXgi8yYNT028RXN4rvIG3eGVystZwGuVF7OA31ReygJ+V3mhFrBE5WWawzKZF1GHpZLxChUrhM7zZaziZp7MAtYqPJU6rBc6z1OwiZt4khawVew8gQn2EB5OPfbxMw/VE/aLysNYwTGi8hAmDoeJyt26OBwqVu7SMo7npXMjqxEnidW43pwdzpRq5xpzdjhfKLNxiTYlXCeUqnyhzxIdruejiGrjF6Y6SYrY4Q0fJYNnbvq6XgAAAABJRU5ErkJggg==) no-repeat center/cover;
          height: 30px;
          width: 73px;
          bottom: 0;
          position: absolute;
          margin: 0 auto;
          color: #fff;
          font-size: 13px;
          margin-left: 3.4px;
          display: table-cell;
          padding-left: 11px;
          padding-top: 2px;
          box-sizing: border-box; }
      .brand-card-container .card-overview .card-header .card-header-name {
        margin: 10px 20px 0 120px;
        font: 18px Segoe UI, SegoeUIForMac;
          font-weight: 700;
        color: #000000; }
        .brand-card-container .card-overview .card-header .card-header-name .icon-complete-solid {
          display: inline;
          color: #2B79DA;
          font-size: 16px;
          font-weight: 300;
          margin-left: 8px;
          vertical-align: middle; }
        .brand-card-container .card-overview .card-header .card-header-name b {
          vertical-align: middle; }
      .brand-card-container .card-overview .card-header .card-header-action {
        position: absolute;
        top: 150px;
        left: 30px; }
        .brand-card-container .card-overview .card-header .card-header-action .action-value {
          display: inline;
          margin-right: 40px;
          cursor: pointer; }
          .brand-card-container .card-overview .card-header .card-header-action .action-value span:nth-child(1) {
            font-size: 15px;
            color: #0068BA;
            margin-right: 8px;
            vertical-align: text-bottom; }
          .brand-card-container .card-overview .card-header .card-header-action .action-value span:nth-child(2) {
            font-size: 15px;
            color: #000000;
            margin-right: 8px;
            vertical-align: text-bottom; }
          .brand-card-container .card-overview .card-header .card-header-action .action-value span:nth-child(3) {
            font-size: 16px;
            color: #0068BA;
            vertical-align: text-bottom; }
        .brand-card-container .card-overview .card-header .card-header-action .button-pos {
          margin-right: 51px; }
      .brand-card-container .card-overview .card-header .choose-container {
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 240px;
        line-height: 45px;
        box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
        background: #f2f2f2;
        margin-top: 2px;
        font-size: 15px;
        z-index: 1; }
        .brand-card-container .card-overview .card-header .choose-container div {
          padding-left: 38px;
          cursor: pointer;
          height: 45px; }
    .brand-card-container .card-overview .card-block {
      position: relative;
      width: 310px;
      margin: 0 25px;
      padding: 20px 0;
      box-sizing: border-box; }
      .brand-card-container .card-overview .card-block p {
        font-size: 13px;
        color: #686868;
        margin-top: 10px; }
        .brand-card-container .card-overview .card-block p a {
          margin-left: 5px;
          color: #0069BA;
          cursor: pointer; }
      .brand-card-container .card-overview .card-block .block-title {
        font: 15px Segoe UI, SegoeUIForMac;
          font-weight: 600; }
        .brand-card-container .card-overview .card-block .block-title span {
          font-size: 14px;
          margin-left: 10px;
          vertical-align: middle; }
      .brand-card-container .card-overview .card-block .contact-title {
        position: relative;
        display: flex;
        justify-content: space-between; }
        .brand-card-container .card-overview .card-block .contact-title .icon-publish {
          position: absolute;
          display: inline-block;
          top: 2px;
          left: -20px;
          height: 16px;
          width: 16px;
          line-height: 16px;
          text-align: center;
          border-radius: 50%;
          font-size: 12px;
          background: #FFCD56;
          color: #ffffff; }
      .brand-card-container .card-overview .card-block .contact-detail {
        margin-top: 10px;
        font-size: 13px;
        color: #686868;
        line-height: 26px; }
        .brand-card-container .card-overview .card-block .contact-detail .contact-item {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .brand-card-container .card-overview .card-block .contact-detail .contact-item span {
            vertical-align: text-bottom; }
          .brand-card-container .card-overview .card-block .contact-detail .contact-item span:nth-child(1) {
            font-size: 16px;
            margin-right: 8px; }
          .brand-card-container .card-overview .card-block .contact-detail .contact-item .chat-detail {
            display: inline;
            cursor: pointer; }
            .brand-card-container .card-overview .card-block .contact-detail .contact-item .chat-detail span:nth-child(1) {
              font-size: 13px;
              margin-right: 8px;
              color: #0069BA; }
      .brand-card-container .card-overview .card-block .card-address .address-map {
        display: inline-block;
        height: 120px;
        width: 120px;
        background: #D8D8D8;
        vertical-align: text-bottom; }
        .brand-card-container .card-overview .card-block .card-address .address-map span {
          display: inline-block;
          height: 120px;
          width: 120px;
          line-height: 120px;
          text-align: center;
          color: #ffffff;
          font-size: 30px; }
      .brand-card-container .card-overview .card-block .card-address .address-action {
        display: inline-block;
        width: 190px;
        height: 120px;
        border: 1px solid #D8D8D8;
        padding: 10px 8px;
        box-sizing: border-box;
        vertical-align: text-bottom; }
        .brand-card-container .card-overview .card-block .card-address .address-action h1 {
          font-family: Segoe UI,SegoeUIForMac;
          color: #333333; }
        .brand-card-container .card-overview .card-block .card-address .address-action p {
          margin-top: 5px;
          color: #686868; }
        .brand-card-container .card-overview .card-block .card-address .address-action .address-button {
          display: block;
          margin-top: 16px; }
      .brand-card-container .card-overview .card-block .card-photo-list {
        display: flex;
        margin-top: 20px;
        justify-content: space-between; }
        .brand-card-container .card-overview .card-block .card-photo-list img {
          height: 125px;
          width: 100px;
          background: #C8C8C8;
          object-fit: cover; }
        .brand-card-container .card-overview .card-block .card-photo-list div {
          height: 125px;
          width: 100px;
          background: #C8C8C8; }
      .brand-card-container .card-overview .card-block .card-photos-button {
        color: #0069BA;
        font-size: 13px;
        margin-top: 10px;
        cursor: pointer; }
        .brand-card-container .card-overview .card-block .card-photos-button .icon-camera {
          margin-right: 10px;
          vertical-align: text-top;
          color: #999; }
    .brand-card-container .card-overview .card-block-bottom {
      border-bottom: 1px solid #D8D8D8; }
  .brand-card-container .information {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin-left: 20px; }
    .brand-card-container .information p {
      font-size: 15px;
      color: #686868; }
      .brand-card-container .information p span, .brand-card-container .information p a {
        color: #0069BA;
        margin-left: 5px;
        cursor: pointer; }

.left-icon-detail {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-left: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 12px; }

.publish-icon {
  background: #FFCD56;
  font-weight: 300;
  color: white; }

.verify-info-icon {
  background: #FF6666;
  color: #ffffff; }

.dialog-content {
  overflow-y: auto; }
  .dialog-content p {
    font-size: 15px;
    color: #686868; }
    .dialog-content p a {
      color: #0069BA;
      margin-left: 5px;
      cursor: pointer;
      opacity: 1; }
  .dialog-content h1 {
    font-size: 13px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px; }
  .dialog-content .input {
    width: 600px;
    margin-top: 30px; }
  .dialog-content .action-content {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end; }
    .dialog-content .action-content .action-pos {
      margin-right: 30px; }

.action-dialog .url-input {
  width: 540px;
  box-sizing: border-box; }

.action-dialog .action-content {
  margin-top: 85px !important; }

.contact-dialog {
  width: 600px; }
  .contact-dialog textarea {
    height: 150px;
    width: 100%;
    padding: 8px;
    font: 15px Segoe UI,SegoeUIForMac;
    color: #373737;
    resize: none;
    box-sizing: border-box; }
  .contact-dialog p {
    font-size: 15px;
    color: grba(0, 0, 0, 0.6); }

.photo-add-dialog {
  width: 681px; }
  .photo-add-dialog .image-block {
    width: 100%;
    height: 495px;
    border: 1px solid #D8D8D8;
    margin-top: 30px;
    box-sizing: border-box;
    padding-top: 15px; }

.photo-manage-dialog {
  width: 681px; }
  .photo-manage-dialog ul li {
    list-style: disc inside;
    font-size: 15px;
    color: #686868;
    text-indent: -1.28571429em;
    padding-left: 1.28571429em; }
    .photo-manage-dialog ul li a {
      color: #0069BA;
      margin-left: 5px;
      cursor: pointer; }

.select-image-container {
  width: 100px;
  height: 125px;
  margin: 15px 0 15px 30px;
  position: relative;
  display: inline-block;
  background: #686868; }
  .select-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .select-image-container .select-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #5BEAA6;
    right: 0; }

.action-select {
  position: relative; }
  .action-select .select-title {
    font-size: 13px;
    color: #000000;
    padding: 20px 0 8px 0; }
  .action-select .selected {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #686868;
    box-sizing: border-box;
    padding: 0 8px;
    line-height: 32px;
    font-size: 15px; }
    .action-select .selected .icon-down {
      font-size: 10px; }
  .action-select ul {
    width: 100%;
    position: absolute;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .action-select ul li a {
      display: inline-block;
      color: #000000;
      font-size: 15px;
      line-height: 36px;
      padding-left: 38px;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
      .action-select ul li a .common-icon {
        margin-right: 8px;
        vertical-align: top; }
    .action-select ul li:hover {
      background-color: #f2f2f2; }

@media screen and (max-height: 900px) {
  .cropper-dialog .cropper-cover {
    width: 500px;
    height: 160px; }
  .cropper-dialog .cropper-logo {
    width: 500px;
    height: 260px; }
  .cropper-dialog .image-action .image-zoom {
    width: 230px; }
    .cropper-dialog .image-action .image-zoom .rc-slider {
      width: 170px; }
  .cropper-dialog .image-action .image-rotate {
    width: 230px; }
    .cropper-dialog .image-action .image-rotate .rc-slider {
      width: 200px; } }

@media screen and (min-height: 900px) {
  .cropper-dialog .cropper-cover {
    width: 500px;
    height: 360px; }
  .cropper-dialog .cropper-logo {
    width: 500px;
    height: 460px; }
  .cropper-dialog .image-action .image-zoom {
    width: 230px; }
    .cropper-dialog .image-action .image-zoom .rc-slider {
      width: 170px; }
  .cropper-dialog .image-action .image-rotate {
    width: 230px; }
    .cropper-dialog .image-action .image-rotate .rc-slider {
      width: 200px; } }

.cropper-dialog .upload-button {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  color: #0068BA;
  width: 180px; }
  .cropper-dialog .upload-button span:nth-child(1) {
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    height: 30px;
    line-height: 30px; }
  .cropper-dialog .upload-button span:nth-child(2) {
    font-size: 16px;
    vertical-align: text-bottom;
    margin-left: 6px; }

.cropper-dialog .image-action {
  display: flex; }
  .cropper-dialog .image-action span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #000; }
  .cropper-dialog .image-action .image-zoom {
    display: flex;
    justify-content: space-between; }
    .cropper-dialog .image-action .image-zoom .rc-slider {
      margin-top: 4px; }
  .cropper-dialog .image-action .image-rotate {
    display: flex;
    justify-content: space-between; }
    .cropper-dialog .image-action .image-rotate .rc-slider {
      margin-top: 4px; }

.publish-card-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse; }
.image-manage-block {
  min-height: 250px;
  max-height: 495px;
  width: 100%;
  max-width: 680px;
  overflow-y: auto;
  margin: 25px 0 16px 0;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  color: #000000; }
  .image-manage-block .image-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px; }
    .image-manage-block .image-list .image-container {
      position: relative;
      margin: 15px 0px 15px 30px;
      width: 100px;
      height: 125px;
      cursor: move;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .image-manage-block .image-list .image-container .image {
        width: 100px;
        height: 125px;
        object-fit: cover; }
      .image-manage-block .image-list .image-container .delete {
        position: absolute;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        right: 0;
        top: 0;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.5); }

.image-add-button {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #0069BA;
  cursor: pointer;
  margin: 15px 0px 15px 30px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1); }
  .image-add-button .image-add-text {
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
    .image-add-button .image-add-text span {
      display: block; }
  .image-add-button:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1); }
.rc-slider {
  display: inline-block;
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 500px;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.cropper-card {
  width:500px;
  height: 200px;
}/*!
 * Cropper.js v1.3.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-03-18T03:19:07.619Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {/*Avoid margin top issue (Occur only when margin-top <= -height)
 */
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: .8;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  /* outline: 1px solid #39f; */
  overflow: hidden;
  width: 100%;
}

.cropper-logo .cropper-view-box,
.cropper-logo .cropper-face {
  border-radius: 50%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}

.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.publish-history-dialog {
  min-height: 300px; }
  .publish-history-dialog .publish-description-section {
    margin-top: 10px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6); }
  .publish-history-dialog .history-select-section .select-title {
    font-size: 13px;
    margin: 10px 0px; }
  .publish-history-dialog .history-detail-section {
    margin-bottom: 50px; }
    .publish-history-dialog .history-detail-section .history-list-section {
      max-height: 250px;
      overflow-y: overlay; }
      .publish-history-dialog .history-detail-section .history-list-section tbody {
        width: 100%; }
.sub-side {
  width: 324px; }
  .sub-side-title {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px 20px 40px;
    color: #21232C;
    line-height: 30px; }
    .sub-side-title .title-detail {
      font-size: 18px; }
      .sub-side-title .title-detail .title-left-icon {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        background: #E6E6E6;
        margin-right: 10px; }
    .sub-side-title .title-right-icon {
      font-size: 10px; }
  .sub-side .sub-side-nav {
    font-size: 15px;
    color: #000000; }
    .sub-side .sub-side-nav .common-side-nav, .sub-side .sub-side-nav .sub-side-nav-single, .sub-side .sub-side-nav .sub-side-nav-list li {
      width: 324px;
      position: relative; }
      .sub-side .sub-side-nav .common-side-nav .sub-nav-item, .sub-side .sub-side-nav .sub-side-nav-single .sub-nav-item, .sub-side .sub-side-nav .sub-side-nav-list li .sub-nav-item {
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
        color: #231F20;
        line-height: 40px; }
        .sub-side .sub-side-nav .common-side-nav .sub-nav-item .item-text, .sub-side .sub-side-nav .sub-side-nav-single .sub-nav-item .item-text, .sub-side .sub-side-nav .sub-side-nav-list li .sub-nav-item .item-text {
          width: 100%;
          height: 100%;
          display: inline-block;
          box-sizing: border-box; }
      .sub-side .sub-side-nav .common-side-nav .active .item-text, .sub-side .sub-side-nav .sub-side-nav-single .active .item-text, .sub-side .sub-side-nav .sub-side-nav-list li .active .item-text {
        background: #ffffff; }
      .sub-side .sub-side-nav .common-side-nav .active .item-active, .sub-side .sub-side-nav .sub-side-nav-single .active .item-active, .sub-side .sub-side-nav .sub-side-nav-list li .active .item-active {
        width: 6px;
        height: 16px;
        position: absolute;
        left: -3px;
        top: 50%;
        margin-top: -8px;
        background: #4596B4;
        border-radius: 3px; }
    .sub-side .sub-side-nav .sub-side-nav-single .sub-nav-item .item-text {
      padding-left: 40px; }
    .sub-side .sub-side-nav .sub-side-nav-single:hover .item-text {
      font-size: 16px; }
    .sub-side .sub-side-nav .sub-side-nav-list > div {
      padding-left: 40px;
      line-height: 40px; }
      .sub-side .sub-side-nav .sub-side-nav-list > div span:nth-child(1) {
        font-size: 10px;
        color: #231F20; }
      .sub-side .sub-side-nav .sub-side-nav-list > div span:nth-child(2) {
        font-size: 15px;
        margin-left: 8px; }
    .sub-side .sub-side-nav .sub-side-nav-list li .sub-nav-item {
      font-size: 13px !important; }
      .sub-side .sub-side-nav .sub-side-nav-list li .sub-nav-item .item-text {
        padding-left: 60px; }
    .sub-side .sub-side-nav .sub-side-nav-list li:hover .item-text {
      font-size: 14px; }

.sub-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 324px;
  padding: 0;
  overflow: auto; }
.designer-container {
  max-width: 1080px;
  padding: 20px 35px 30px 63px;
  margin-bottom: 15px;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  box-sizing: border-box; }
  .designer-container .card-wrapper {
    position: relative;
    margin-top: 25px; }
    .designer-container .card-wrapper .icon-more {
      visibility: hidden;
      font-size: 18px;
      position: absolute;
      top: 0;
      left: -25px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      background: #F2F2F2;
      border-radius: 50%; }
    .designer-container .card-wrapper:hover .icon-more {
      visibility: visible; }
  .designer-container .action {
    display: flex;
    justify-content: flex-end; }
.common-card {
  padding: 10px 20px 20px 20px;
  border: 1px solid #C8C8C8;
  box-sizing: border-box; }
  .common-card .card-title span {
    font-size: 18px;
    vertical-align: middle; }
  .common-card .card-title b {
    font-size: 15px;
    color: #000;
    margin-left: 12px;
    vertical-align: middle; }
  .common-card .card-note {
    color: #666666;
    font-size: 13px;
    margin-top: 8px; }
  .common-card .section-container {
    margin-top: 20px; }
    .common-card .section-container label {
      font-size: 13px;
      color: #000;
      margin-bottom: 9px;
      display: block; }
    .common-card .section-container .title-input {
      width: 100%;
      font: 15px Segoe UI,SegoeUIForMac;
      border: 1px solid #C8C8C8;
      padding: 9px 11px;
      box-sizing: border-box;
      outline: none; }

.phrases-input {
  display: flex;
  justify-content: space-between; }
  .phrases-input label {
    margin-bottom: 8.8px;
    font-size: 13px;
    color: #000;
    display: block; }
  .phrases-input .default-phrase {
    font-size: 15px;
    padding: 8px 20px 11px 0px;
    width: 300px;
    height: 46px;
    color: #666; }
  .phrases-input .edit-phrase {
    padding: 8px 9px 11px 11px;
    border: 1px solid #666;
    width: 300px;
    height: 46px;
    resize: none;
    font: 15px Segoe UI,SegoeUIForMac; }
.email-card-container {
  width: 700px; }
  .email-card-container .card-title span {
    color: #F2A30F; }
  .email-card-container .section-container {
    margin-top: 20px; }
    .email-card-container .section-container label {
      font-size: 13px;
      color: #000;
      margin-bottom: 9px;
      display: block; }
    .email-card-container .section-container .title-input {
      width: 100%;
      font: 15px Segoe UI,SegoeUIForMac;
      border: 1px solid #C8C8C8;
      padding: 9px 11px;
      box-sizing: border-box;
      outline: none; }
.textarea-wrapper {
  position: relative;
  display: block;
  width: 100%; }
  .textarea-wrapper .content-editable {
    position: relative;
    display: block;
    z-index: -1;
    padding: 14px 17px 14px 20px;
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #C8C8C8;
    font: 15px Segoe UI,SegoeUIForMac;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .textarea-wrapper .field-textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 14px 7px 14px 20px;
    box-sizing: border-box;
    font: 15px Segoe UI,SegoeUIForMac;
    resize: none;
    overflow: hidden;
    outline: none;
    border: 1px solid #C8C8C8;
    background-color: #FFF; }
.image-card-container {
  position: relative;
  border: 1px solid #C8C8C8; }
  .image-card-container .action-container {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .image-card-container .change-actions-container {
    opacity: 0; }
    .image-card-container .change-actions-container .change-actions {
      display: flex; }
      .image-card-container .change-actions-container .change-actions .button {
        position: relative;
        width: 60px;
        height: 57px;
        margin: 0px 20px; }
      .image-card-container .change-actions-container .change-actions .button:hover {
        cursor: pointer; }
      .image-card-container .change-actions-container .change-actions .image-input {
        display: none; }
      .image-card-container .change-actions-container .change-actions .text-icon-block {
        text-align: center; }
      .image-card-container .change-actions-container .change-actions .wording {
        font-family: 'Segoe UI,SegoeUIForMac', Tahoma, Geneva, Verdana, sans-serif; }
  .image-card-container .image-card-btn {
    box-shadow: none; }

.image-card-container:hover .change-actions-container {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }

.image-card-container, .image-card-container .action-container, .image-content {
  width: 260px;
  height: 200px; }
.json-api-card-container {
  width: 700px; }
  .json-api-card-container .icon-cloud-complete {
    color: #F2A30F; }
  .json-api-card-container .row-item {
    width: 100%;
    display: flex; }
  .json-api-card-container .request-type-section {
    width: 140px;
    margin-right: 20px; }
    .json-api-card-container .request-type-section .select-input {
      height: 40px;
      border: 1px solid #C8C8C8;
      padding-top: 4px; }
  .json-api-card-container .url-section {
    width: 500px; }
  .json-api-card-container .attributes-section {
    width: 100%; }
  .json-api-card-container .default-phrases-content {
    border-top: none; }
    .json-api-card-container .default-phrases-content .title-section {
      display: flex;
      justify-content: space-between; }
      .json-api-card-container .default-phrases-content .title-section .display-action {
        color: #3076BC; }
        .json-api-card-container .default-phrases-content .title-section .display-action .display-icon {
          font-size: 10px;
          margin-left: 10px; }
      .json-api-card-container .default-phrases-content .title-section .display-action:hover {
        cursor: pointer; }
    .json-api-card-container .default-phrases-content .phrases-content {
      margin-top: 20px; }
.text-card-container {
  width: 560px; }
.text-add-button {
  cursor: default;
  color: #0069BA;
  text-align: center;
  height: 37px;
  line-height: 37px;
  box-sizing: border-box;
  width: 100%;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8; }
  .text-add-button span:nth-child(1) {
    font-size: 16px; }
  .text-add-button span:nth-child(2) {
    font-size: 15px;
    margin-left: 10px;
    vertical-align: top; }
.complete-container {
  position: relative; }
  .complete-container .complete-input input {
    color: #0069BA;
    text-align: center;
    font-size: 15px;
    width: 100%;
    height: 37px;
    outline: none;
    border: none;
    border-left: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    box-sizing: border-box; }
  .complete-container .block-select {
    position: absolute;
    left: 580px;
    top: 0;
    line-height: 37px; }
.block-select-container .direct {
  display: inline;
  font-size: 15px;
  color: #686868;
  vertical-align: middle; }

.block-select-container .select-wrapper {
  cursor: default;
  display: inline-flex;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
  width: 180px;
  border: 1px solid #D8D8D8;
  margin-left: 20px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0 12px; }
  .block-select-container .select-wrapper .selected {
    font-size: 13px;
    color: #000; }
  .block-select-container .select-wrapper .no-selected {
    font-size: 13px;
    color: #666; }
  .block-select-container .select-wrapper .icon-down {
    font-size: 12px;
    color: #373737; }
.select-dropdown {
  width: 270px;
  position: relative;
  background-color: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .select-dropdown .block-create {
    cursor: default;
    color: #000;
    padding: 0px 38px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .select-dropdown .block-list-item {
    cursor: default;
    color: #000;
    padding: 0px 38px; }
.typing-card-container {
  width: 700px;
  height: 48px;
  display: flex;
  box-sizing: border-box;
  padding: 13px 20px 15px;
  border: 1px solid #C8C8C8; }
  .typing-card-container .typing-icon {
    margin-right: 12px;
    color: #1A2A40; }
  .typing-card-container .typing-wording {
    width: 260px;
    color: #000;
    margin-right: 25px; }
  .typing-card-container .typing-slider-wrapper {
    font-size: 14px; }
  .typing-card-container .time-slider {
    width: 250px;
    margin: 0px 12px; }
    .typing-card-container .time-slider .rc-slider {
      width: 250px; }
      .typing-card-container .time-slider .rc-slider .rc-slider-rail {
        background-color: #DEECF9; }
      .typing-card-container .time-slider .rc-slider .rc-slider-track {
        background-color: #0078D7; }
      .typing-card-container .time-slider .rc-slider .rc-slider-handle {
        border-color: #0078D7; }
.user-input-container {
  width: 100%; }
  .user-input-container .card-title span {
    color: #F17709; }
  .user-input-container .input-field-container {
    margin-top: 20px; }
    .user-input-container .input-field-container .input-field {
      display: flex;
      justify-content: space-between;
      margin-bottom: 24px; }
      .user-input-container .input-field-container .input-field label {
        margin-bottom: 8.8px;
        font-size: 13px;
        color: #000;
        display: block; }
      .user-input-container .input-field-container .input-field .user-card-input {
        width: 100%;
        height: 38px;
        font-size: 15px;
        padding: 9px 11px;
        box-sizing: border-box;
        outline: none;
        border: 1px solid #666; }
      .user-input-container .input-field-container .input-field .single-select {
        position: relative;
        display: inline-block;
        height: 36px;
        width: 100%;
        border: 1px solid #666; }
        .user-input-container .input-field-container .input-field .single-select .selected {
          width: 100%;
          height: 100%;
          padding: 9px 11px;
          box-sizing: border-box;
          line-height: 15px;
          display: flex;
          justify-content: space-between;
          color: #000; }
          .user-input-container .input-field-container .input-field .single-select .selected span:nth-child(2) {
            line-height: 20px; }
        .user-input-container .input-field-container .input-field .single-select ul {
          top: 38px;
          z-index: 1; }
      .user-input-container .input-field-container .input-field > div:nth-child(1) {
        width: 300px; }
      .user-input-container .input-field-container .input-field > div:nth-child(2) {
        width: 140px; }
      .user-input-container .input-field-container .input-field > div:nth-child(3) {
        width: 180px; }
        .user-input-container .input-field-container .input-field > div:nth-child(3) .attribute {
          width: 100%;
          height: 38px;
          font-size: 15px;
          line-height: 15px;
          padding: 9px 11px;
          display: flex;
          justify-content: space-between;
          box-sizing: border-box;
          outline: none;
          border: 1px solid #666; }
          .user-input-container .input-field-container .input-field > div:nth-child(3) .attribute input {
            font-size: 15px;
            max-width: 80%;
            border: none;
            outline: none; }
  .user-input-container .action-container {
    color: #0069BA;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-left: 11px;
    margin-bottom: 15px; }
    .user-input-container .action-container .add-button {
      cursor: pointer; }
      .user-input-container .action-container .add-button span:nth-child(1) {
        font-size: 16px;
        vertical-align: middle; }
      .user-input-container .action-container .add-button span:nth-child(2) {
        font-size: 15px;
        vertical-align: middle;
        margin-left: 10px; }
    .user-input-container .action-container .info-dialog {
      font-size: 13px;
      cursor: pointer; }

.phrases-container {
  padding: 20px;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  width: 100%;
  box-sizing: border-box; }
  .phrases-container .action-bar {
    display: flex;
    justify-content: space-between; }
    .phrases-container .action-bar .icon-down, .phrases-container .action-bar .icon-up {
      font-size: 10px;
      margin-left: 10px; }
.add-card-container {
  display: inline-block; }
  .add-card-container .add-card-button {
    width: 260px;
    height: 48px;
    background: #FFF;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
    color: #0069BA;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    cursor: pointer; }
    .add-card-container .add-card-button:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
    .add-card-container .add-card-button .icon-plus {
      margin-right: 11px; }
    .add-card-container .add-card-button span {
      vertical-align: top; }
.select-container {
  display: flex;
  flex-wrap: wrap;
  padding: 11px;
  border-radius: 8px;
  border: none;
  width: 390px;
  height: 151px;
  background: rgba(55, 55, 55, 0.6);
  justify-content: space-between;
  align-content: space-between; }
  .select-container div:nth-child(1), .select-container div:nth-child(5) {
    color: #F17709; }
  .select-container div:nth-child(2), .select-container div:nth-child(6) {
    color: #1A2A40; }
  .select-container div:nth-child(3), .select-container div:nth-child(7) {
    color: #2474A6; }
  .select-container div:nth-child(4), .select-container div:nth-child(8) {
    color: #F2A30F; }
  .select-container .card-add-button {
    width: 86px;
    height: 60px;
    background: #FFF;
    border-radius: 4px;
    text-align: center;
    padding-top: 9px;
    box-sizing: border-box; }
    .select-container .card-add-button span {
      font-size: 18px;
      line-height: 18px; }
    .select-container .card-add-button div {
      font-size: 13px;
      color: #000; }
.quick-reply-container {
  width: 700px; }
  .quick-reply-container .card-title span {
    color: #1A2A40; }
.link-container .floder-list {
  margin: 11px 0 10px 35px; }
  .link-container .floder-list span {
    color: #0069BA;
    font-size: 13px; }
  .link-container .floder-list .right {
    color: #373737; }

.link-container .block-section {
  height: 290px;
  border: 1px solid #D8D8D8;
  max-width: 1080px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }
  .link-container .block-section .default-block {
    display: inline-block;
    border-right: 1px solid #D8D8D8;
    height: 100%;
    width: 340px;
    box-sizing: border-box;
    overflow-y: auto; }
  .link-container .block-section .single-block {
    display: inline-block;
    border-right: 1px solid #D8D8D8;
    height: 100%;
    width: 300px;
    box-sizing: border-box;
    overflow-y: auto; }
.block-container .block-title {
  position: relative;
  height: 30px;
  line-height: 30px; }
  .block-container .block-title .icon-down {
    display: block;
    position: absolute;
    font-size: 12px;
    color: #373737;
    opacity: 0.4;
    top: 3px;
    margin-right: 5px;
    transform: scale(0.6); }
  .block-container .block-title span:nth-child(2) {
    font-size: 17px;
    color: #0061CE;
    vertical-align: middle; }
  .block-container .block-title span:nth-child(3) {
    font-size: 15px;
    color: #373737;
    margin-left: 6px; }

.block-container .button-list .item-container {
  position: relative;
  display: flex;
  padding-right: 10px;
  line-height: 30px;
  min-width: 240px;
  justify-content: space-between; }
  .block-container .button-list .item-container .link-info {
    display: flex;
    z-index: 1; }
    .block-container .button-list .item-container .link-info .left-border {
      width: 1px;
      background: #373737;
      opacity: 0.2; }
    .block-container .button-list .item-container .link-info .last {
      margin-bottom: 14px; }
    .block-container .button-list .item-container .link-info .left-icon {
      width: 6.2px;
      height: 1px;
      background: #373737;
      opacity: 0.2;
      margin-right: 8px;
      margin-top: 15px; }
    .block-container .button-list .item-container .link-info span:nth-child(3) {
      font-size: 15px;
      color: #F99E5A;
      vertical-align: middle; }
    .block-container .button-list .item-container .link-info span:nth-child(4) {
      font-size: 15px;
      color: #373737;
      margin-left: 7px; }
  .block-container .button-list .item-container .icon-add-to {
    font-size: 16px;
    color: #0061CE;
    margin-left: 6px;
    z-index: 1; }

.block-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: rgba(0, 172, 205, 0.1); }
  .block-active .left-active {
    position: absolute;
    left: -3px;
    top: 7px;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    background: #4596B4; }
.test-box {
  position: absolute;
  bottom: 0px;
  right: 0px;
  visibility: hidden; }
  .test-box .test-box-delete {
    position: absolute;
    right: 8px;
    border: none;
    outline: none;
    background-color: transparent;
    width: 15px;
    color: #FFFFFF;
    cursor: pointer; }
  .test-box .test-iframe {
    width: 400px;
    height: 625px;
    box-shadow: -5px 5px 4px 0px rgba(0, 0, 0, 0.4);
    background: #FFFFFF; }
.introduce-container {
  width: 540px; }
  .introduce-container p {
    color: #333;
    font-size: 13px; }
  .introduce-container .detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    .introduce-container .detail .sample-card {
      width: 162px;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
      .introduce-container .detail .sample-card .card-detail {
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 78px;
        line-height: 78px;
        background: #E9E9E9;
        font-size: 30px; }
      .introduce-container .detail .sample-card .line-1 {
        width: 114px;
        border: 3px solid #707070;
        margin-top: 10px;
        margin-left: 8px; }
      .introduce-container .detail .sample-card .line-2 {
        width: 143px;
        border: 2px solid #C8C8C8;
        margin-top: 15px;
        margin-left: 8px; }
      .introduce-container .detail .sample-card .line-3 {
        width: 134px;
        border: 2px solid #C8C8C8;
        margin: 10px 0 10px 8px; }
      .introduce-container .detail .sample-card .card-button {
        width: 100%;
        border-top: 1px solid #E3E3E3;
        line-height: 20px;
        font-size: 13px;
        text-align: center;
        color: #0061CE; }
    .introduce-container .detail .text-introduce {
      width: 360px; }
  .introduce-container .action-content {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end; }
.overview-content {
  display: flex; }
  .overview-content .overview-content-left {
    margin-right: 40px; }

.overview-dialog {
  width: 900px; }
  .overview-dialog p {
    font-size: 15px;
    color: #373737;
    margin-top: 10px; }
    .overview-dialog p span, .overview-dialog p a {
      color: #0069BA;
      margin-left: 5px;
      cursor: pointer; }
  .overview-dialog .action-name {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000000; }
  .overview-dialog .action-content {
    display: flex;
    width: 700px;
    justify-content: space-between;
    align-items: flex-end; }
    .overview-dialog .action-content .contact-input {
      width: 340px; }
  .overview-dialog .info-title {
    color: #686868;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .overview-dialog .info-content {
    font-size: 15px;
    color: #000000;
    display: flex;
    width: 500px;
    justify-content: space-between; }
    .overview-dialog .info-content .right-detail {
      vertical-align: middle;
      margin-left: 15px;
      font-size: 15px;
      cursor: pointer; }
    .overview-dialog .info-content .left-detail {
      color: #5BEAA6;
      vertical-align: middle;
      margin-right: 5px;
      font-size: 16px; }

.choose-option-dialog {
  font-size: 15px;
  color: #686868; }
  .choose-option-dialog p span, .choose-option-dialog p a {
    color: #0069BA;
    margin-left: 5px;
    cursor: pointer; }
  .choose-option-dialog .action-content {
    display: flex;
    justify-content: flex-end;
    margin-top: 21px; }
.step-switch {
  display: inline-flex;
  width: 160px;
  font-size: 15px;
  color: #0069BA;
  justify-content: space-between;
  margin-left: 50px; }
.add-photo p {
  font-size: 15px;
  margin-bottom: 20px; }
.unverified-container {
  display: flex; }
  .unverified-container .unverified-image {
    background-size: 100% 100%;
    height: 124px;
    width: 194px;
    margin-right: 20px;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1); }
  .unverified-container .chatbot-image {
    background: url(Images/3ab2451a.chatbot.png) no-repeat center/cover; }
  .unverified-container .analytics-image {
    background: url(Images/3bd4ef1d.lock.png) no-repeat center/cover; }
  .unverified-container .analytics-info {
    color: #FF6666;
    font-size: 16px;
    margin-top: 10px; }
    .unverified-container .analytics-info .unverified-warning {
      display: inline-block;
      width: 160px;
      font-size: 12px;
      vertical-align: middle;
      margin-left: 10px; }
  .unverified-container .unverified-text {
    width: 460px; }
    .unverified-container .unverified-text h1 {
      font: 18px Segoe UI,SegoeUIForMac;
      color: #000000; }
    .unverified-container .unverified-text p {
      font-size: 15px;
      margin-bottom: 20px;
      margin-top: 10px; }
      .unverified-container .unverified-text p span {
        margin-left: 5px;
        color: #0069BA; }
.legend-item {
  display: inline-block;
  margin-left: 20px; }
  .legend-item .legend-item-circle {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    margin-right: 5px; }
  .legend-item .legend-item-value {
    font-size: 12px;
    color: #373737;
    display: inline-block;
    vertical-align: text-top; }
.analytics-verified .analytics-verified-chart .chart-legend .chart-legend-name {
  font-size: 13px;
  color: #373737;
  margin-bottom: 16px; }

.analytics-verified .analytics-verified-chart .chart-legend .chart-legend-cpu {
  display: inline-block;
  width: 130px;
  height: 20px;
  background: #00AEEF;
  font-size: 12px;
  color: #ffffff;
  border-radius: 10px;
  text-align: center; }

.analytics-verified .analytics-verified-chart .chart-content {
  width: 100%;
  height: 200px; }

.data-select {
  margin-bottom: 16px; }
  .data-select .data-select-title {
    font-size: 13px;
    color: #646464; }
  .data-select .data-select-item {
    display: inline-block;
    margin-left: 16px;
    text-align: center;
    cursor: pointer; }
    .data-select .data-select-item .data-select-value {
      font-size: 13px;
      color: #000000; }
    .data-select .data-select-item .data-select-underline {
      height: 6px;
      width: 44px;
      border-radius: 3px; }
    .data-select .data-select-item .data-selected {
      background: #4179A5; }
    .data-select .data-select-item .data-unselected {
      background: transparent; }
.bot-item {
  text-align: center;
  margin-right: 60px; }
  .bot-item .bot-item-circle {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #7B7B7B;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto; }
    .bot-item .bot-item-circle .position-set {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -10px;
      margin-top: -15px; }
  .bot-item .bot-item-name {
    color: #333333;
    font-size: 15px; }

.add-bot-button {
  text-align: center;
  margin-right: 60px;
  cursor: pointer; }
  .add-bot-button .add-bot-circle {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #ffffff;
    text-align: center;
    font-size: 20px;
    color: #9A9A9A;
    box-sizing: border-box;
    border: 1px solid #9A9A9A;
    margin: 0 auto; }
    .add-bot-button .add-bot-circle .position-set {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -10px;
      margin-top: -15px; }
    .add-bot-button .add-bot-circle:hover {
      box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
  .add-bot-button .add-bot-name {
    color: #333333;
    font-size: 15px;
    margin-top: 6px; }
.chatbot-info {
  width: 674px;
  height: auto; }
  .chatbot-info p {
    font: 13px;
    color: #646464; }
  .chatbot-info .chatbot-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 20px; }
.info {
  padding: 0 28px;
  height: 58px;
  line-height: 58px;
  display: flex;
  justify-content: space-between;
  min-width: 1338px;
  margin: 0 38px 20px 0; }
  .info .info-left-content .info-title {
    font: 18px Segoe UI,SegoeUIForMac;
    margin-right: 16px; }
  .info .info-left-content .info-content {
    font: 15px Segoe UI Regular,SegoeUIForMac;
    margin-right: 16px; }
  .info .info-right-close {
    cursor: pointer; }
.profile-item-container {
  margin-bottom: 18px; }
  .profile-item-container .profile-item-icon {
    margin-right: 20px;
    font-size: 16px; }
  .profile-item-container .profile-item-content {
    display: inline-block;
    max-width: 260px;
    vertical-align: middle; }
    .profile-item-container .profile-item-content .profile-item-content-name {
      font-size: 11px;
      color: #686868; }
    .profile-item-container .profile-item-content .profile-item-content-value {
      font-size: 15px;
      color: #333333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-line-clamp: 2; }
.profile-process-container {
  width: 132px;
  text-align: center; }
  .profile-process-container .profile-process-text {
    color: #373737;
    text-align: center; }
    .profile-process-container .profile-process-text .text-percentage {
      font: 28px Segoe UI, SegoeUIForMac;
        font-weight: 600;
      margin-right: 2px; }
    .profile-process-container .profile-process-text .text-percent {
      font-size: 10px;
      margin-right: 5px; }
    .profile-process-container .profile-process-text .text-content {
      font-size: 10px;
      display: inline-block;
      max-width: 50px;
      text-align: left; }
  .profile-process-container .profile-process-bar .profile-process-done {
    display: inline-block;
    height: 4px;
    background: #00A0F0;
    margin-right: 1px; }
  .profile-process-container .profile-process-bar .profile-process-undone {
    display: inline-block;
    height: 4px;
    background: #D8D8D8; }
.logo-add-container {
  position: relative;
  height: 100px;
  width: 100px;
  border: 0;
  border-radius: 50px;
  margin: 20px 0 15px 15px; }
  .logo-add-container .logo-add-button {
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
    .logo-add-container .logo-add-button .logo-add-text {
      color: #0061CE;
      font-size: 16px; }
      .logo-add-container .logo-add-button .logo-add-text span {
        font: 13px Segoe UI,SegoeUIForMac;
        display: block; }
  .logo-add-container .logo-image {
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50px; }
.profile-overview-name {
  font: 18px Segoe UI,SegoeUIForMac;
  color: #000000; }

.profile-overview {
  width: 560px; }
  .profile-overview .profile-overview-info {
    margin-top: 10px;
    display: flex; }
    .profile-overview .profile-overview-info .profile-overview-left {
      margin-right: 50px; }
  .profile-overview p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 15px; }
    .profile-overview p a {
      color: #0061Ce;
      margin-left: 10px; }
.main-container .common-title {
  font: 24px Segoe UI,SegoeUIForMac;
  font-weight: 700; }

.main-container .common-content {
  padding: 20px 29px;
  width: 100%;
  background: #FBFBFB;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  box-sizing: border-box; }
  .main-container .common-content .common-content-title {
    font: 18px Segoe UI,SegoeUIForMac;
    font-weight: 700; }

.main-container .common-p {
  font: 15px Segoe UI,SegoeUIForMac;
  color: rgba(0, 0, 0, 0.6); }

.main-container .common-info {
  max-width: 840px;
  min-width: 400px;
  font: 15px Segoe UI,SegoeUIForMac;
  color: #373737; }

.main-container .domain-container {
  display: inline-block;
  background: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 30px 0 16px;
  font-size: 20px;
  color: #707070; }
  .main-container .domain-container .icon-complete-solid {
    font-size: 20px;
    color: #2B79DA;
    margin-right: 16px;
    vertical-align: middle; }

.main-container .pannel-pos {
  margin-top: 28px; }

.main-container .info-10px {
  margin-top: 10px; }

.main-container .info-1 {
  margin-top: 17px; }

.main-container .info-2 {
  margin-top: 55px;
  margin-bottom: 14px; }

.common-pannel {
  padding: 18px 36px 0 36px;
  overflow: auto;
  position: relative;
  height: 100%;
  min-width: 580px;
  box-sizing: border-box; }
.verify-account .step-button-container {
  max-width: 640px;
  min-width: 450px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 98px; }
.get-verify .common-info {
  width: 734px;
  margin-top: 30px; }

.get-verify .domain-container {
  margin: 36px 0 44px 0; }

.get-verify .item-action {
  color: #0069BA;
  cursor: default; }

.get-verify .step-button-container {
  max-width: 518px;
  width: 100%;
  display: flex;
  justify-content: flex-end; }

.get-verify .verify-by-other-action {
  margin-top: 30px; }
.search-domain .domain-input-container {
  width: 100%;
  max-width: 500px; }
  .search-domain .domain-input-container input {
    font: 15px Segoe UI,SegoeUIForMac;
    background: transparent;
    border: 1px solid rgba(55, 55, 55, 0.6); }

.search-domain .enter-text-button {
  display: inline-block;
  color: #0061CE;
  font-size: 15px;
  margin-top: 30px;
  cursor: default; }

.search-domain .website-select-container label {
  display: block;
  font-size: 13px;
  margin: 18px 0 10px 0;
  color: #000; }

.search-domain .website-select-container .domain-select {
  position: relative;
  display: block; }
  .search-domain .website-select-container .domain-select .selected {
    display: flex;
    justify-content: space-between;
    cursor: default;
    height: 35px;
    width: 100%;
    max-width: 500px;
    line-height: 33px;
    font-size: 15px;
    color: #666;
    border: 1px solid rgba(55, 55, 55, 0.6);
    padding: 0 15px;
    box-sizing: border-box; }
  .search-domain .website-select-container .domain-select .dropdown-container {
    position: absolute;
    width: 640px;
    z-index: 999;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
    .search-domain .website-select-container .domain-select .dropdown-container .create-new-btn {
      line-height: 44px;
      height: 44px;
      color: #000;
      padding-left: 38px;
      cursor: default;
      border-bottom: 1px solid #D8D8D8; }
    .search-domain .website-select-container .domain-select .dropdown-container ul {
      width: 500px;
      max-height: 400px;
      line-height: 40px; }
      .search-domain .website-select-container .domain-select .dropdown-container ul a {
        display: inline-block;
        cursor: default;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        color: #000;
        padding-left: 38px; }

.search-domain .bubble {
  position: absolute;
  display: inline-block;
  padding: 20px 18px;
  font-size: 15px;
  color: #666;
  background: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #C8C8C8;
  box-sizing: border-box; }
  .search-domain .bubble:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0; }
  .search-domain .bubble:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0; }

@media screen and (min-width: 1150px) {
  .search-domain .bubble {
    top: 12px;
    left: 533px; }
    .search-domain .bubble:before {
      top: 22px;
      left: -30px;
      border-right: 30px solid #C8C8C8;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
    .search-domain .bubble:after {
      top: 23px;
      left: -28px;
      border-right: 29px solid #FFF;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent; }
  .search-domain .search-domain-p {
    margin-top: 55px;
    margin-bottom: 14px; } }

@media screen and (max-width: 1150px) {
  .search-domain .bubble {
    top: 100px;
    left: 0; }
    .search-domain .bubble:before {
      top: -30px;
      left: 22px;
      border-bottom: 30px solid #C8C8C8;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent; }
    .search-domain .bubble:after {
      top: -28px;
      left: 23px;
      border-bottom: 28px solid #FFF;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent; }
  .search-domain .search-domain-p {
    margin-top: 120px;
    margin-bottom: 14px; } }

.search-domain .step-button-container {
  max-width: 518px;
  width: 100%;
  display: flex;
  justify-content: flex-end; }
.search-result .pannel-pos {
  margin-top: 28px; }

.search-result .result-item-container {
  margin-top: 32px; }
  .search-result .result-item-container .icon-radio-btn-off, .search-result .result-item-container .icon-radio-btn-on {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 8px; }
  .search-result .result-item-container .result-info {
    font-size: 18px;
    color: #000;
    font-weight: 600; }
  .search-result .result-item-container .item-detail {
    position: relative;
    display: flex;
    max-width: 500px;
    min-width: 220px;
    min-height: 140px;
    padding: 20px;
    margin: 12px 0 42px 22px;
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    .search-result .result-item-container .item-detail .business-logo {
      position: absolute;
      width: 100px;
      height: 100px;
      object-fit: cover; }
    .search-result .result-item-container .item-detail .business-logo-no-image {
      position: absolute;
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      color: #FFFFFF;
      font-size: 50px;
      font-weight: 500;
      background: #D8D8D8; }
    .search-result .result-item-container .item-detail .business-detail {
      margin-left: 120px; }
      .search-result .result-item-container .item-detail .business-detail .business-name {
        font-size: 18px;
        font-weight: 500;
        color: #000; }
      .search-result .result-item-container .item-detail .business-detail .business-website {
        font-size: 13px;
        color: #0069BA; }
      .search-result .result-item-container .item-detail .business-detail .business-description {
        font-size: 13px;
        color: #666666; }

.search-result .step-button-container {
  max-width: 518px;
  width: 100%;
  margin-top: 73px;
  display: flex;
  justify-content: space-between; }
.complete-verify .common-info {
  margin-top: 10px; }

.complete-verify .domain-container {
  margin: 36px 0 44px 0; }

.complete-verify .step-button-container {
  max-width: 518px;
  width: 100%;
  display: flex; }
.gradient-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 18px;
  opacity: 0.15;
  transition: transform 0.3s;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)); }

.gradient-nav-open {
  transform: translateX(196px);
  transition: transform 0.3s; }

.menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  text-align: center;
  transition: width 0.3s; }
  .menu-wrapper ul {
    padding: 0;
    margin: 0; }
  .menu-wrapper li {
    padding: 0;
    margin: 0;
    height: 48px;
    line-height: 48px;
    position: relative; }
    .menu-wrapper li .menu-text {
      position: absolute;
      display: flex;
      justify-content: space-between;
      left: 0;
      width: 196px;
      height: 48px;
      transform: translateX(-196px);
      transition: transform 0.3s; }
      .menu-wrapper li .menu-text span {
        margin-right: 13px;
        font-size: 10px; }
    .menu-wrapper li .menu-icon {
      float: left;
      width: 48px;
      height: 48px;
      font-size: 16px; }
  .menu-wrapper span {
    display: inline-block; }
  .menu-wrapper .menu-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px; }
    .menu-wrapper .menu-logo li .menu-ms-icon {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOgAAADpCAMAAAAZK4vvAAAAWlBMVEUAAAD//y0A//8A/////zAA//8A////fCkA0P//YCD//w///5b//wv//wj//30A//8A/////xD/byUA8v+k/zP/aCMA4v//9QwAuv//Vh0Are+AzCjxURv7vAk3mgCIAAAAGnRSTlMAAQIDAxMYGCAgMT0/UlKQmpqxtr29w8Pu7xhsvMMAAAEgSURBVHja7c/HEQJBEATBQR8aDq38d5MXLBZ08MhyoCLrmew2r2+bR7QCBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUF/R/oKVk/a9DlMVpJkiTp0yjZ8Gc8GEerXbLtpEEX+2h1T3btGnT9igYKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKmoeekx2mDbq6RHsDdKt/wWgP4/0AAAAASUVORK5CYII=) no-repeat center/cover;
      background-size: 16px 16px;
      height: 16px;
      width: 16px;
      margin-left: 15px;
      margin-top: 17px; }
    .menu-wrapper .menu-logo li .menu-ms-logo {
      position: absolute;
      background: url(Images/438ca343.mslogo.png) no-repeat center/cover;
      background-size: 110px 24px;
      height: 24px;
      width: 110px;
      left: 0;
      margin-left: 15px;
      margin-top: 17px;
      transform: translateX(-196px);
      transition: transform 0.3s; }
  .menu-wrapper .menu-control {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 72px;
    left: 0;
    width: 244px;
    height: 24px;
    transform: translateX(-196px);
    transition: transform 0.3s; }
    .menu-wrapper .menu-control button {
      width: 20px;
      height: 20px;
      outline: none;
      border: none;
      cursor: pointer;
      background: transparent; }
      .menu-wrapper .menu-control button:hover {
        background: #dddddd; }
    .menu-wrapper .menu-control .menu-switch {
      margin-right: 15px; }
    .menu-wrapper .menu-control .menu-pin {
      margin-right: 16px;
      display: none; }
      .menu-wrapper .menu-control .menu-pin .menu-fixed {
        transform: rotate(90deg); }
    .menu-wrapper .menu-control span {
      display: inline-block;
      height: 24px;
      line-height: 24px;
      margin-left: 15px;
      font-size: 18px;
      color: #666666; }
  .menu-wrapper .menu-nav {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .menu-wrapper .menu-nav li {
      font-size: 15px; }
      .menu-wrapper .menu-nav li .menu-item {
        background-color: transparent;
        text-decoration: none;
        cursor: pointer;
        color: #000000; }
      .menu-wrapper .menu-nav li .active .menu-text, .menu-wrapper .menu-nav li .active .menu-icon {
        background: #ffffff; }
      .menu-wrapper .menu-nav li:hover .menu-text, .menu-wrapper .menu-nav li:hover .menu-icon {
        font-size: 16px; }

.open-menu {
  width: 244px; }
  .open-menu ul li .menu-text {
    transform: translateX(48px); }
  .open-menu .menu-logo li .menu-ms-icon {
    background: transparent; }
  .open-menu .menu-logo li .menu-ms-logo {
    transform: translateX(0px); }
  .open-menu .menu-control {
    transform: translateX(0px); }
    .open-menu .menu-control .menu-pin {
      display: inline-block; }

.main-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 48px;
  transition: 0.3s;
  padding: 0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); }

.open-menu-main {
  left: 244px; }
.not-found-body {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  vertical-align: middle; }
  .not-found-body .not-found-container {
    height: 80%;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
    text-align: center; }
    .not-found-body .not-found-container .description {
      font-size: 34px; }
    .not-found-body .not-found-container .not-found-icon {
      font-size: 76px; }
.home-container {
  background: #fff;
  overflow: hidden; }
  .home-container .home-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 5%;
    margin: 0 auto; }
    .home-container .home-header .ms-logo {
      width: 108px;
      height: 23px;
      background: url(Images/438ca343.mslogo.png) no-repeat center/cover; }
    .home-container .home-header h1 {
      font: 24px Segoe UI Semilight,SegoeUIForMac;
      color: #333333;
      margin-top: 20px; }
  .home-container .home-information {
    position: relative;
    height: 660px;
    margin-top: 10px;
    padding: 36px;
    box-sizing: border-box;
    background: url(Images/f255ff6d.home.jpg) no-repeat center/cover; }
    .home-container .home-information .info-detail {
      width: 560px;
      height: 260px;
      padding: 24px;
      box-sizing: border-box;
      color: #000000;
      background: rgba(255, 255, 255, 0.9); }
      .home-container .home-information .info-detail h2 {
        font: 15px Segoe UI Light,SegoeUIForMac;
        font-weight: 700; }
      .home-container .home-information .info-detail p:nth-child(2) {
        font: 30px Segoe UI Light,SegoeUIForMac;
        width: 461px;
        font-weight: 300; }
      .home-container .home-information .info-detail .notify-section {
        margin-top: 42px; }
        .home-container .home-information .info-detail .notify-section p {
          font: 13px Segoe UI,SegoeUIForMac;
          font-weight: 400;
          margin-bottom: 8px; }
      .home-container .home-information .info-detail .home-email {
        display: flex;
        text-align: left; }
        .home-container .home-information .info-detail .home-email-input {
          width: 298px; }
        .home-container .home-information .info-detail .home-email-button {
          margin-left: 14px; }
      .home-container .home-information .info-detail .after-sign-up-info {
        font-size: 18px; }
    .home-container .home-information .info-button {
      display: flex !important;
      align-items: center;
      position: absolute;
      bottom: -25px;
      left: 50%;
      margin-left: -25px;
      vertical-align: middle; }
      .home-container .home-information .info-button .info-button-down {
        font-size: 18px;
        margin: 0 auto;
        color: white; }
  .home-container .home-footer {
    background: #f2f2f2;
    margin-top: 80px;
    padding: 0 5%; }
    .home-container .home-footer .home-footer-navs {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .home-container .home-footer .home-footer-navs .nav-row {
        max-width: 250px;
        min-width: 160px;
        margin-top: 50px; }
        .home-container .home-footer .home-footer-navs .nav-row h1 {
          color: #616161;
          font-size: 15px;
          line-height: 20px;
          font-weight: 700; }
        .home-container .home-footer .home-footer-navs .nav-row li {
          margin-top: 10px; }
          .home-container .home-footer .home-footer-navs .nav-row li a {
            color: #616161;
            font-size: 11px;
            line-height: 16px; }
            .home-container .home-footer .home-footer-navs .nav-row li a:hover {
              text-decoration: underline; }
    .home-container .home-footer .home-footer-navs-base {
      padding: 0 70px 30px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-size: 11px;
      line-height: 16px;
      color: #616161; }
      .home-container .home-footer .home-footer-navs-base .langure-set {
        margin-top: 30px; }
      .home-container .home-footer .home-footer-navs-base ul {
        margin-top: 30px; }
        .home-container .home-footer .home-footer-navs-base ul li {
          float: left;
          margin-right: 20px; }
      .home-container .home-footer .home-footer-navs-base a:hover {
        text-decoration: underline; }
      .home-container .home-footer .home-footer-navs-base .world-icon {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 15px; }

.mobile-home-container {
  background: #fff;
  overflow: hidden; }
  .mobile-home-container .home-header {
    width: 100%;
    background: #f2f2f2;
    height: 50px;
    padding-top: 20px; }
    .mobile-home-container .home-header .ms-logo {
      width: 108px;
      height: 23px;
      margin: 0 auto;
      background: url(Images/280b0a3f.mslogo2.png) no-repeat center/cover; }
  .mobile-home-container .home-image {
    position: relative;
    height: 35vh;
    background: url(Images/f255ff6d.home.jpg) no-repeat center/cover; }
    .mobile-home-container .home-image div {
      height: 5vh;
      width: 100%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), white);
      position: absolute;
      bottom: 0; }
  .mobile-home-container .home-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000; }
  .mobile-home-container .home-detail {
    font-size: 20px;
    color: #000000;
    font-weight: 400; }
  @media screen and (max-width: 639px) {
    .mobile-home-container .home-detail {
      font-size: 20px; }
    .mobile-home-container .home-title {
      font-size: 16px; } }
  .mobile-home-container .home-user-action {
    margin-top: 25px; }
    .mobile-home-container .home-user-action h1 {
      font-size: 13px;
      color: #000000;
      margin-bottom: 6px; }
    .mobile-home-container .home-user-action .input-container {
      width: 100%; }
    .mobile-home-container .home-user-action .home-email-input {
      width: 100%;
      font-size: 12px;
      box-sizing: border-box; }
    .mobile-home-container .home-user-action .home-email-button {
      margin-top: 10px;
      font-size: 18px;
      line-height: 45px;
      height: 45px;
      font-weight: 400;
      text-align: center;
      width: 48vw; }
  .mobile-home-container .home-footer {
    background: #f2f2f2;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box; }
    .mobile-home-container .home-footer .home-footer-navs-base {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-size: 12px;
      color: #616161; }
      .mobile-home-container .home-footer .home-footer-navs-base ul {
        margin-top: 10px; }
        .mobile-home-container .home-footer .home-footer-navs-base ul li {
          margin-top: 10px;
          font-size: 12px;
          float: left;
          margin-right: 20px; }
      .mobile-home-container .home-footer .home-footer-navs-base a:hover {
        text-decoration: underline; }
      .mobile-home-container .home-footer .home-footer-navs-base .world-icon {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 15px; }

/*# sourceMappingURL=client.css.map*/