* {
    margin: 0px;
    padding: 0px;
    border: 0;
    box-sizing: border-box;
}

html {
    color: #000;
    background: #fff;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    font: 12px/1.5 Arial, tahoma, \5b8b\4f53;
    width: 100%;
    min-width: 1200px;
    word-wrap: break-word !important;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #000;
}

a,
a:hover {
    text-decoration: none;
}

a,
input,
textarea,
select,
button,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.dflex {
    display: flex;
}

.flexd {
    flex-direction: column;
}

.flexw {
    flex-wrap: wrap;
}

.justifyc {
    justify-content: center;
}

.justifys {
    justify-content: space-between;
}

.aligni {
    align-items: center;
}

.alignc {
    align-content: flex-start;
}

.otherlink-bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: rgba(0,0,0,.8); opacity: 0;filter:alpha(opacity=0);transition:.3s;}
.otherlink-bg.in { opacity: 1;filter:alpha(opacity=100);}
.otherlink-pop { position: fixed; top: -25%; left: 50%; z-index: 100; width: 560px; height: 200px; margin: -250px 0 0 -280px;background-color: #ffffff;border: 1px solid #999;border: 1px solid rgba(0, 0, 0, 0.3);-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); overflow: hidden;transition:.4s;}
.otherlink-pop.in {top: 50%;}
.otherlink-pop a.offBtn { position: absolute; top: 5px; right:8px; font-size: 20px; padding: 5px 10px; color: #ccc; font-weight: 700; line-height: 20px;}
.otherlink-pop h2 { padding: 60px 40px; font-size: 16px;}
.otherlink-pop p.btns { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; background: #F5F5F5; border-top: 1px solid #ddd; text-align: right;}
.otherlink-pop p.btns a { display: inline-block;margin:9px 15px 0 0; height: 30px; line-height: 30px; padding: 0 15px; font-size: 14px; border: 1px solid #bbbbbb; color: #333; border-radius: 5px; }
.otherlink-pop p.btns a:hover { background: #E6E6E6}
.otherlink-pop p.btns a.toOtherLink { border: 1px solid #337AB7; background: #337AB7; color: #fff;}
.otherlink-pop p.btns a.toOtherLink:hover { background: #286090}