html,
body {
    padding: 0;
    margin: 0;
}

div,
p {
    font-family: sans-serif;
}

.about {
    width: 92.75%;
    margin: 25px auto 0;
}

.about img {
    width: 100%;
    text-align: center;
}

.mainView {
    width: 100%;
    height: 250px;
    position: relative;
}

.mainView-part01 {
    width: 100%;
    min-height: 30%;
}

.mainView-part02 {
    width: 100%;
}

.map {
    position: absolute;
    width: 100%;
    height: 100%;
}

#HomeButton {
    position: absolute;
    top: 74px;
    left: 20px;
    z-index: 50;
}

#HomeButton2 {
    position: absolute;
    top: 74px;
    left: 20px;
    z-index: 50;
}

#HomeButton3 {
    position: absolute;
    top: 74px;
    left: 20px;
    z-index: 50;
}

#HomeButton4 {
    position: absolute;
    top: 74px;
    left: 20px;
    z-index: 50;
}

#attributionDiv {
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 51;
    text-align: right;
}

#attributionDiv2 {
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 51;
    text-align: right;
}

#attributionDiv3 {
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 51;
    text-align: right;
}

#attributionDiv4 {
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 51;
    text-align: right;
}

.mainView-part03 {
    width: 100%;
    min-height: 30%;
}

.calcite .HomeButton .home {
    width: 24px;
    height: 24px;
    line-height: 30px;
    margin-top: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);;
    cursor: pointer;
}

.calcite .HomeButton .home:before {
    content: "\e610";
    color: #181818;
}

.calcite .esriSimpleSlider .esriSimpleSliderIncrementButton:before {
    content: "\e620";
    color: #181818;
}

.calcite .esriSimpleSliderVertical .esriSimpleSliderIncrementButton {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    outline: none;
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.8);;
    cursor: pointer;
}

.calcite .esriSimpleSlider {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.calcite .esriSimpleSlider .esriSimpleSliderDecrementButton {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    border-radius: 50%;
    outline: none;
    background-color: rgba(255, 255, 255, 0.8);;
    cursor: pointer;
}

.calcite .esriSimpleSlider .esriSimpleSliderDecrementButton:before {
    content: "\e621";
    color: #181818;
}

.calcite .LayerSwipe .vertical .handle {
    /*width: 30px;
    height: 30px;
    background-color: rgba(50, 50, 50, 0.75);
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -50%;
    top: 50%;
    left: 0;
    user-select: none; */

    width: 100px;
    height: 30px;
    margin-left: -45px;
    user-select: none;

}

.calcite .LayerSwipe .vertical .handleContainer:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-color: rgba(50, 50, 50, 0.75);
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -110%;
    top: 50%;
    left: 0;
    user-select: none;
    z-index: 30px;
    position: absolute;
}

.calcite .LayerSwipe .vertical .handle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid white;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    right: 39px;
    margin-top: -4px;
    user-select: none;
}

.calcite .LayerSwipe .vertical {
    width: 10px;
    height: 100%;
    cursor: col-resize;
}

.calcite .LayerSwipe .vertical .handle:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 7px solid white;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    left: 41px;
    margin-top: -4px;
    user-select: none;
}

html,
body {
    margin: 0;
    padding: 0;
}


/*
    Tip:Template of svg css
*/
/*#containerJt *{
    user-select: none;
}

#containerJt {
    width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    margin-bottom: 10px;
}

.containerJt {
    width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
    margin-bottom: 10px;
}*/

.img-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.line-box {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 0;
    user-select: none;
}

.line-box .line {
    width: 10px;
    background-color: rgba(50, 50, 50, 0.75);
    height: 100%;
    margin-left: 10px;
    user-select: none;
    margin-top: 0;
}

.line-box .circle {
    width: 30px;
    height: 30px;
    background-color: rgba(50, 50, 50, 0.75);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    user-select: none;
}

.logo {
    position: absolute;
    bottom: 0;
    right: 5px;
    text-align: right;
    user-select: none;
}

.logo img {
    width: 25%;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 7px solid white;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -4px;
    user-select: none;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid white;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -4px;
    user-select: none;
}

.title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.tooltip-left {
    line-height: 30px;
    height: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 10px auto;
    font-size: 16px;
}

.tooltip-left img {
    border-radius: 50%;
    width: 5%;
    text-align: left;
}

.tooltip-left p {
    position: absolute;
    left: 8%;
}

.bold {
    font-weight: bold;
}

.calcite {
    padding: 20px 15px;
    background-color: #ffffff;
}

.content p {
    font-size: 20px;
    line-height: 30px;
}

.last {
    margin-bottom: 25px;
}

.first {
    text-align: center;
    line-height: 30px;
    color: #000000;
}

.first-bold {
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
}

.blue-words {
    color: rgb(51, 127, 229);
    text-align: center;
}

.left-words {
    text-indent: 2em;
    text-align: left;
    line-height: 30px;
    color: #000000;
}

.video-container {
    width: 100%;
}

.left-words-bold {
    color: rgb(0, 51, 153);
    font-weight: bold;
    text-indent: 2em;
}

.h30 {
    height: 60px;
}

.tooltip {
    width: 100%;
    margin: 25px auto 15px;
}

.tooltip img {
    width: 100%;
}

.tooltip video {
    width: 100%;
}

.yg-info {
    margin: 10px 0 25px 0;
    color: #999;
}

.calcite .esriSimpleSliderTL {
    top: 14px;
    left: 20px;
}

.pic_info_line1 {
    margin-bottom: 4px;
}

.sub_title {
    font-size: 14px;
    color: #d2d2d2;
    margin-top: 10px;
    /* display: flex; */
    overflow: hidden;
    color: #999;
}

.sub_title_date {
    float: left;
    color: #999;
    /* flex: 1; */
    /* text-align: left; */
}

.sub_title_count {
    /* flex: 1; */
    /* text-align: right; */
    float: right;
    color: #999;
}

.mainView * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}