	@-ms-viewport {
			width: device-width;
		}

		@media only screen and (min-device-width:800px) {
			html {
				overflow: hidden;
			}
		}

		html {
			height: 100%;
		}

		body {
			height: 100%;
			overflow: hidden;
			margin: 0;
			padding: 0;
			font-family: microsoft yahei, Helvetica, sans-serif;
			background-color: #000000;
		}

		.fancybox-overlay {
			background-color: none !important;
			background-image: none !important;
		}

		.fancybox-skin {
			background: none !important;
		}



		.vrshow_container_left_buttons {
			position: absolute;
			bottom: 100px;
			z-index: 700;
		}

		.left_buttons_btn-item {
			float: left;
			text-align: center;
			color: #fff;
		}

		.left_buttons_btn-item img {
			max-width: 35px;
		}

		.left_buttons_btn-item span {
			margin-top: 10px;
			display: block;
			font-size: 12px;
		}

		@media (min-width: 767px) {
			.left_buttons_btn-list {
				display: flex;
				padding-left: 5vw;

			}

			.left_buttons_btn-item {
				margin-left: 20px;
			}

		}

		@media (max-width: 767px) {
			.left_buttons_btn-list {
				display: flex;
				width: 60%;
				margin: 0 auto;
				justify-content: space-around;
			}

			.vrshow_container_left_buttons {
				bottom: 10px;
			}

			.vrshow_container_left_buttons {
				width: 100%;
			}

		}
		* {
        padding: 0;
        margin: 0;
      }
      .container {
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
      }
      .content {
        width: 800px;
        background: #FFFFFF;
        border-radius: 13px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        padding: 20px 10px 50px 10px;
      }
      .close{
        width:18px;
        height: 18px;
        background:url('{Stl.SiteUrl}/img/icon_close.png')no-repeat center center/100%;
        position: absolute;
        top: 22px;
        right: 20px;
        cursor: pointer;
      }
      .title{
        font-size: 16px;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #333333;
        line-height: 21px;
        letter-spacing: 1px;
        position: relative;
        padding-left: 20px;
      }
      .title::before{
        display:block;
        content: "";
        width: 6px;
        height: 14px;
        background: #2E77F4;
        border-radius: 3px;
        position: absolute;
        top: 4px;
        left:10px;
      }
      .radio_type {
        width: 20px;
        height: 20px;
        appearance: none;
        position: relative;
        outline: none;
        margin-top: 4px;
        margin-right: 5px;
        cursor: pointer;
      }
      .radio_type:before {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #979797;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
      }
      .radio_type:checked:before {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #2775f7;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
      }
      .radio_type:checked:after {
        content: "";
        width: 9px;
        height: 9px;
        text-align: center;
        background: #2775f7;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 4px;
        left: 4px;
      }
      .radio_type:checked + label {
        color: #2775f7;
      }
      .radioGroup {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 13px;
        
      }
      .radioGroup label {
        display: flex;
        align-items: center;
        margin-right: 20px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 15px;
      }
      .form{
        width: 738px;
        margin: 0 auto;
      }
      .item{
        height:49px;
        padding-top: 20px;
        border-bottom: 1px solid rgba(151,151,151,0.1600);
        box-sizing: border-box;
      }
      .info{
        height:49px;
        padding-top: 20px;
        box-sizing: border-box;
      }
      .info img{
        width: 40px;
        height: 40px;
        border-radius: 20px;
      }
      .item input[type='text']{
        width:400px;
        outline: none;
        height:25px;
        border:none;
      }
      .item p{
        margin:10px 0;
      }
      .item:nth-child(5){
        border:none;
        height:auto;
      }
      .submit{
        width: 259px;
        height: 40px;
        line-height: 40px;
        background: #2775F7;
        border-radius: 26px;
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        letter-spacing: 2px;
        border:none;
        display:block;
        margin: 40px auto 0 auto;
        cursor: pointer;
      }
     
      @media screen and (max-width: 450px) {
        .content {
          width: 335px;
          border-radius: 13px;
        }
        .form{
          width:300px;
        }
        .item input[type='text']{
          width:200px;
        }
      }
