/* ------ XHTML, HTML4, HTML5 Reset */
a,
article,
aside,
b,
body,
div,
em,
embed,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
nav,
object,
ol,
p,
span,
strong,
table,
tbody,
td,
th,
thead,
tr,
tt,
ul,
video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/* ------ Override the default (display: inline) for  browsers that do not recognize HTML5 tags.
------------ IE8 (and lower) requires a shiv: http://ejohn.org/blog/html5-shiv */
  display: block;
}

b,
strong {
/*------ Makes browsers agree. IE + Opera = font-weight: bold. Gecko + WebKit = font-weight: bolder. */
  font-weight: bold;
}

img {
  color: transparent;
  vertical-align: middle;
/*------ For IE. http://css-tricks.com/ie-fix-bicubic-scaling-for-images */
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q::before,
q::after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/* ------ For IE9. Without, occasionally draws shapes outside the boundaries of <svg> rectangle. */
  overflow: hidden;
}

a:active {
/* ------ For IE10 */
    background-color: transparent;
}

button, input, textarea {
	font: inherit;
}
textarea::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* New Version Popup
/* -------------------------- */
.wrapper {
    width: 100%;
    min-width: 1024px;
}

.promoNewVersion-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999;
}

.promoNewVersion {
    font-family: Tahoma, "Microsoft YaHei", "Microsoft JhengHei";
    font-size: 12px;
    width: 492px;
    padding: 5px;
    border: 3px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -246px;
    color: #000;
    z-index: 10000;
}

.promoNewVersion .close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 3px solid #fff;
    background-color: #ccc;
    color: #fff;
    line-height: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.promoNewVersion .close:hover {
    background-color: #666;
}

.promoNewVersion .icon-close:before {
    font-style: normal;
}

.promoNewVersion h1.title {
    color: #f27321;
    font-size: 2em;
    font-weight: bold;
}

.promoNewVersion .imgArea {
    height: 340px;
    background: url(../images/layout/color/welcom.png);
}

.promoNewVersion ul {
    list-style: none;
    text-align: left;
    margin: 1.5em 0 1em 5.3em;
    padding-left: 40px;
}

.promoNewVersion li {
    background: url(../images/layout/welcom-icon.png) left top no-repeat;
    padding: 0 10px 6px 30px;
    font-size: 16px;
}

.promoNewVersion .btnAera {
    padding: 0 10px;
}

.promoNewVersion .btnAera > div {
    padding: 8px;
    cursor: pointer;
}
.promoNewVersion .btnAera > div:hover {
    opacity: .8;
}
.promoNewVersion .btnAera > div.btn {
    display: inline-block;
    color: #fff;
    font-size: 1.5em;
    box-sizing: border-box;
    border-radius: 3px;
    width: 72%;
    background-color: #f27321;
}

.promoNewVersion .btnAera > div.second {
    width: 25%;
    background-color: #b1b1b1;
    margin-left: 1%;
}
.promoNewVersion .btnAera > div.third {
    color: #bebebe;
    text-align: right;
    padding: 4px 8px 2px;
    text-decoration: underline;
}

/* UM
/* -------------------------- */
.um-popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: inherit;
    z-index: 35;
    top: 3px;
    visibility: hidden;
  }
  
  .um-popup .um-popup-content {
    font-size: 1.1em;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f66800), to(#f77a00));
    background: -webkit-linear-gradient(top, #f66800 0%, #f77a00 100%);
    background: -o-linear-gradient(top, #f66800 0%, #f77a00 100%);
    background: linear-gradient(to bottom, #f66800 0%, #f77a00 100%);
    background: -webkit-linear-gradient(bottom, #f77a00 0%, #f66800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f66800', endColorstr='#f77a00', GradientType=0);
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    padding: .5em .4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
  }
  
  .um-popup .icon-history {
    font-size: 1.5em;
    padding: 0 .2em;
    color: #fff;
  }
  
  .um-popup .icon-close {
    font-size: 1.2em;
    padding: 0 .2em;
    color: #fff;
    cursor: pointer;
    opacity: .8;
    margin-left: 2em;
  }
  
  .um-popup .icon-close:hover {
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  
  .um-popup .msgText {
    text-align: left;
    color: white;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  .um-popup .msgText strong {
    color: #fff;
    font-size: 1.1em;
  }

/* desktop-in-mobile */
  [data-platform="desktop-in-mobile"]{
    overflow-x: hidden;
  }
  
  [data-platform="desktop-in-mobile"] .iframe-page{
    display: flex;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  [data-platform="desktop-in-mobile"] .iframe-page iframe{
    flex: 1 1 auto;
    display: block;
    width: 100px !important;
    border-width: 0;
  }