* {
    margin: 0px;
    padding: 0px;
}
html,
body {
    width: 618px;
    height: 438px;
    overflow: hidden;
    background: transparent;
    border-radius: 8px;
}
ul {
    list-style: none;
}
.main {
    position: relative;
    width: 600px;
    height: 420px;
    overflow: hidden;
    background: url(../images/background-layer.png) 0 0 no-repeat, url(../images/shadow-layer.png) 0 0 no-repeat;
    border-radius: 8px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.83);
}
.main .left-content {
    margin: 24px;
    padding: 24px;
    padding-top: 36px;
    border-radius: 8px;
    width: 270px;
    height: 372px;
    background: url(../images/gray-texture-layer.png), url(../images/blue-texture-layer.png);
    overflow: hidden;
    box-sizing: border-box;
}
.main .left-content .content-title {
    width: 204px;
    height: 34px;
    margin: 0;
    margin-bottom: 16px;
    background: url(../images/JLCEDA-logo.png);
    text-indent: -999px;
    overflow: hidden;
}
.main .left-content .content-title.en {
    background: url(../images/eda-logo-easyeda-1.svg) no-repeat center;
    background-size: 204px 34px;
}
.main .left-content .content-top {
    margin-bottom: 15px;
}
.main .left-content li {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    opacity: 1;
    display: flex;
}
.main .left-content .content-tips {
    color: #fff;
    line-height: 22px;
}
.main .loading-progress {
    position: absolute;
    bottom: 1.5px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 2px;
}
.main .loading-progress img {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

#loadingMessage {
    color: #fff;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
