
  .DD2 .loginpop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 99;
    opacity: 0;
  }
  .DD2 .loginpop a {
    text-decoration: underline;
    color: #000;
  }
  .DD2 .loginpop a:hover {
    opacity: 0.7;
  }
  .DD2 .loginpop__block {
    background: #dddddd;
    background-size: cover;
    max-width: 1280px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 3%;
    border-radius: 20px;
    overflow: hidden;
  }
  .DD2 .loginpop__block-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;

  }
  .DD2 .loginpop__block-top img{
    width: 80px;
  }
  .DD2 .loginpop__block-derat {
    position: absolute;
    width: 25%;
    right: 80%;
    top: 30%;
  }
  @media screen and (max-width: 991px) {
    .DD2 .loginpop__block-derat {
      display: none;
    }
  }
  .DD2 .loginpop__block-textbox {
    width: 90%;
    margin: auto;
    max-width: 680px;
    padding: 40px 40px;
    position: relative;
    z-index: 2;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .DD2 .loginpop__block-textbox::-webkit-scrollbar-thumb {
    background: #eb0303;
    border-radius: 20px;
  }
  .DD2 .loginpop__block-textbox::-webkit-scrollbar {
    width: 10px;
    background: #610101;
  }
  .DD2 .loginpop__block-cacheimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
  }
  .DD2 .loginpop__block-cacheimg img {
    width: 120px;
  }
  .DD2 .loginpop__block-cacheimg p {
    color: #000;
    font-weight: 400;
    cursor: pointer;
    margin-left: 5px;
  }
  .DD2 .loginpop__block-cacheimg p:hover {
    opacity: 0.7;
  }
  .DD2 .loginpop__block-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .DD2 .loginpop__block-input label {
    color: #000;
    font-weight: 500;
    margin: 5px 0;
    font-size: 16px;
  }
  .DD2 .loginpop__block-input input {
    height: 40px;
    background: #b8b8b8;
    border: none;
    padding: 0 12px;
    outline: none;
    color: #000;
  }
  .DD2 .loginpop__block-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .DD2 .loginpop__block-checkbox input {
    outline: none;
    margin-top: 5px;
    margin-right: 5px;
    background: #b8b8b8;
  }
  .DD2 .loginpop__block-checkbox p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .DD2 .loginpop__block-checkbox p a {
    color: #000;
    text-decoration: underline;
  }
  .DD2 .loginpop__block-checkbox p span:nth-child(1) {
    color: #000;
    font-size: 18px;
    font-weight: 400;
  }
  .DD2 .loginpop__block-checkbox p span:nth-child(2) {
    color: #000;
    font-size: 14px;
    margin-top: 5px;
  }
  .DD2 .loginpop__block-dn {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-top: 40px;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .DD2 .loginpop__block-loginbtn {
    margin: auto;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin: auto;
    background: #888888;
  }
  .DD2 .loginpop__block-loginbtn:hover {
    opacity: 0.75;
  }
  .DD2 .loginpop__block-loginbtn img {
    position: absolute;
    top: 57%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .DD2 .loginpop__block-loginbtn span {
    z-index: 3;
    position: relative;
    line-height: 1;
  }
  .DD2 .loginpop__block-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .DD2 .loginpop__block-createa {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    margin: 5px 15px;
  }
  .DD2 .loginpop__block-createa:hover {
    text-decoration: underline;
  }
  .DD2 .loginpop__block-forget {
    color: #000;
    font-size: 16px;
    margin: 5px 15px;
  }
  .DD2 .loginpop__block-forget:hover {
    text-decoration: underline;
  }
  .DD2 .loginpop__block-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 4em;
    height: 4em;
    border: none;
    background: none;
  }
  .DD2 .loginpop__block-X {
    content: "";
    position: absolute;
    top: 50%;
    left: 33%;
    width: 2em;
    height: 1.5px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .DD2 .loginpop__block-Y {
    content: "";
    position: absolute;
    top: 50%;
    left: 33%;
    width: 2em;
    height: 1.5px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .DD2 .loginpop__block-closetext {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -40%;
    left: 70%;
    width: 3em;
    height: 1.7em;
    font-size: 16px;
    background-color: rgb(254, 255, 225);
    color: #000;
    border: 1px solid #000;
    pointer-events: none;
    opacity: 0;
  }
  .DD2 .loginsign {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 99;
    opacity: 0;
  }
  .DD2 .loginsign a {
    text-decoration: underline;
    color: #fff;
  }
  .DD2 .loginsign a:hover {
    opacity: 0.7;
  }
  .DD2 .loginsign__block {
    background: #dddddd;
    background-size: cover;
    max-width: 1280px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 3%;
    border-radius: 20px;
    overflow: hidden;
  }
  .DD2 .loginsign__block-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .DD2 .loginsign__block-derat {
    position: absolute;
    width: 25%;
    right: 80%;
    top: 30%;
  }
  @media screen and (max-width: 991px) {
    .DD2 .loginsign__block-derat {
      display: none;
    }
  }
  .DD2 .loginsign__block-textbox {
    width: 90%;
    margin: auto;
    max-width: 680px;
    padding: 40px 40px;
    position: relative;
    z-index: 2;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .DD2 .loginsign__block-textbox::-webkit-scrollbar-thumb {
    background: #3d3d3d;
    border-radius: 20px;
  }
  .DD2 .loginsign__block-textbox::-webkit-scrollbar {
    width: 10px;
    background: #919191;
  }
  .DD2 .loginsign__block-cacheimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
  }
  .DD2 .loginsign__block-cacheimg img {
    width: 120px;
  }
  .DD2 .loginsign__block-cacheimg p {
    color: #000;
    font-weight: 400;
    cursor: pointer;
    margin-left: 5px;
  }
  .DD2 .loginsign__block-cacheimg p:hover {
    opacity: 0.7;
  }
  .DD2 .loginsign__block-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .DD2 .loginsign__block-input label {
    color: #000;
    font-weight: 400;
    margin: 5px 0;
    font-size: 16px;
  }
  .DD2 .loginsign__block-input input {
    height: 40px;
    background: #b8b8b8;
    border: none;
    padding: 0 12px;
    outline: none;
    color: #000;
  }
  .DD2 .loginsign__block-input select {
    height: 40px;
    padding-left: 15px;
    background: #b8b8b8;
    outline: none;
    border: none;
    color: #000;
  }
  .DD2 .loginsign__block-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 10px 0;
  }
  .DD2 .loginsign__block-checkbox input {
    outline: none;
    margin-top: 8px;
    margin-right: 5px;
    background: #b8b8b8;
  }
  .DD2 .loginsign__block-checkbox p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .DD2 .loginsign__block-checkbox p a {
    color: #000;
    text-decoration: underline;
  }
  .DD2 .loginpop__block-backtologin{
    cursor: pointer;
  }
  .DD2 .loginsign__block-checkbox p span:nth-child(1) {
    color: #000;
    font-size: 18px;
    font-weight: 400;
  }
  .DD2 .loginsign__block-checkbox p span:nth-child(2) {
    color: #000;
    font-size: 14px;
    margin-top: 5px;
  }
  .DD2 .loginsign__block-loginbtn {
    margin: auto;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: auto;
    background: #888888;
    border-radius: 10px;
  }
  .DD2 .loginsign__block-loginbtn:hover {
    opacity: 0.75;
  }
  .DD2 .loginsign__block-loginbtn img {
    position: absolute;
    top: 57%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .DD2 .loginsign__block-loginbtn span {
    z-index: 3;
    position: relative;
    line-height: 1;
  }
  .DD2 .loginsign__block-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .DD2 .loginsign__block-createa {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    margin: 5px 15px;
  }
  .DD2 .loginsign__block-createa:hover {
    text-decoration: underline;
  }
  .DD2 .loginsign__block-forget {
    color: #000;
    font-size: 16px;
    margin: 5px 15px;
  }
  .DD2 .loginsign__block-forget:hover {
    text-decoration: underline;
  }
  .DD2 .loginsign__block-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 4em;
    height: 4em;
    border: none;
    background: none;
  }
  .DD2 .loginsign__block-X {
    content: "";
    position: absolute;
    top: 50%;
    left: 33%;
    width: 2em;
    height: 1.5px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .DD2 .loginsign__block-Y {
    content: "";
    position: absolute;
    top: 50%;
    left: 33%;
    width: 2em;
    height: 1.5px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .DD2 .loginsign__block-closetext {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -40%;
    left: 70%;
    width: 3em;
    height: 1.7em;
    font-size: 16px;
    background-color: rgb(254, 255, 225);
    color: #000;
    border: 1px solid #000;
    pointer-events: none;
    opacity: 0;
  }
  .DD2 .loginsign__block-dn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  