/* css reset */
body {
    font-size: 12px;
    font-family: 'Microsoft Yahei';
    overflow-x: hidden;
    background-color: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
nl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
b,
strong,
object,
iframe,
label,
img,
blockquote,
ins,
del,
select,
form,
input,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a {
    text-decoration: none;
}

li {
    list-style: none outside none;
}

fieldset,
img {
    border: 0 none;
}

img {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 12px;
    font-weight: normal;
}

textarea {
    resize: none
}

input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: 0 none
}

label {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

em,
cite,
dfn {
    font-style: normal;
}

.clearboth {
    width: 100%;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.hidden {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.center {
    text-align: center;
}

.tright {
    text-align: right;
}

.ti {
    text-indent: -999em;
}

.none {
    display: none;
}

.tia a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*content*/
.sec_01 h1 {
    display: none;
}

.o-link {
    padding: 17px 10px 0 0;
    color: #000;
    line-height: 22px;
    text-align: right;
    font-size: 14px;
}

.o-link a {
    display: inline-block;
    margin-left: 1em;
    color: #000;
}

.o-link a:hover {
    text-decoration: underline;
}

.logo {
    position: absolute;
    top: 17px;
    left: 20px;
    width: 100px;
    height: 33px;
    display: block;
}

/*分页*/
.SDGCOPYRIGHT-wrap20130425{
    min-width: 1300px;
}
.section {
    min-width: 1300px;
    height: 450px;
    margin: 0 auto;
}

.section .con {
    width: 1000px;
    margin: 0 auto;
    height: 450px;
}

.sec_01 {
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/sec_01.jpg) no-repeat 50% 0;
}

.sec_02 {
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/sec_02.jpg) no-repeat 50% 0;
}

.sec_03 {
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/sec_03.jpg) no-repeat 50% 0;
}

.sec_04 {
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/sec_04.jpg) no-repeat 50% 0;
}

.sec_05 {
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/sec_05.jpg) no-repeat 50% 0;
}

.sec_06 {
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/sec_06.jpg) no-repeat 50% 0;
}

.sec_07 {
    height: 403px;
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/sec_07.jpg) no-repeat 50% 0;
}

.actGotop {
    position: fixed;
    _position: absolute;
    bottom: 200px;
    left: 50%;
    margin-left: 600px;
    width: 40px;
    height: 40px;
    display: none;
}

.actGotop a,
.actGotop a:link {
    width: 40px;
    height: 40px;
    display: block;
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/top.png) no-repeat;
}


body div#mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.popdetail {
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
}

.closepop {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 17px;
    top: 25px;
    z-index: 1001;
    cursor: pointer;
}

.popdetail {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.popdetail.show {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.btn-link {
    position: absolute;
    top: 67px;
    width: 133px;
    height: 56px;
    display: block;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/buy-btn.png) no-repeat;
}

.btn-link.b1 {
    left: 144px;
}

.btn-link.b2 {
    left: 433px;
}

.btn-link.b3 {
    left: 711px;
}

.btn-look {
    position: absolute;
    top: 27px;
    left: 433px;
    width: 133px;
    height: 46px;
    display: block;
    text-indent: -999em;
}

.sec_06 li {
    position: absolute;
    width: 16px;
    height: 16px;
}

.sec_06 li a {
    display: block;
    width: 100%;
    height: 100%;
}

.sec_06 li.b1 {
    top: 5px;
    left: 303px;
}


.sec_06 li.b2 {
    top: 5px;
    left: 462px;
}

.sec_06 li.b3 {
    top: -40px;
    left: 615px;
}

.sec_06 li.b4 {
    top: -40px;
    left: 777px;
}

.sec_06 li.b5 {
    top: 370px;
    left: 610px;
}

.sec_06 li.b6 {
    top: 409px;
    left: 610px;
}

.sec_06 li.b7 {
    top: 450px;
    left: 610px;
}

#showBig {
    position: absolute;
    z-index: 100;
}

.login-btn {
    position: absolute;
    top: 225px;
    left: 437px;
    display: block;
    text-indent: -999em;
    width: 122px;
    height: 38px;
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/login-btn.png) no-repeat;
}

.login-info {
    position: absolute;
    top: 225px;
    right: 350px;
    width: 300px;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 32px;
}

.login-info a {
    color: #000;
}
.more-detail{
    position: absolute;
    top: 356px;
    right: 70px;
    width: 133px;
    height: 48px;
    display: block;
    background: url(https://static.web.sdo.com/aion/pic/project/20200414Aladdin/more-detail.png) no-repeat;
}